.theme-editor__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.theme-editor__header h2{font-size:16px;font-weight:700}.theme-editor__layout{display:grid;grid-template-columns:1fr 240px;gap:18px}@media (max-width: 680px){.theme-editor__layout{grid-template-columns:1fr}}.theme-editor__controls{min-width:0}.theme-editor__group-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:8px}.theme-editor__presets{margin-bottom:16px}.theme-editor__preset-row{display:flex;flex-wrap:wrap;gap:8px}.theme-editor__preset{display:flex;align-items:center;gap:8px;padding:6px 10px 6px 6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-secondary);font-size:12px;font-weight:600;transition:border-color .15s,color .15s}.theme-editor__preset:hover{border-color:var(--border-strong);color:var(--text)}.theme-editor__preset-swatches{display:inline-flex;border-radius:5px;overflow:hidden;border:1px solid var(--border)}.theme-editor__preset-swatches i{width:11px;height:18px;display:block}.theme-editor__preset-name{white-space:nowrap}.theme-editor__tabs{display:flex;gap:4px;margin-bottom:14px;flex-wrap:wrap}.theme-editor__tab{padding:6px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-size:12px;font-weight:600}.theme-editor__tab--active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent-soft)}.theme-editor__fields{display:flex;flex-direction:column;gap:10px}.theme-editor__field{display:flex;align-items:center;justify-content:space-between;gap:12px}.theme-editor__field label{font-size:13px;color:var(--text-secondary)}.theme-editor__color-row{display:flex;align-items:center;gap:8px}.theme-editor__color-row input[type=color]{width:32px;height:32px;border:1px solid var(--border);border-radius:6px;padding:0;cursor:pointer;background:transparent}.theme-editor__hex-input{width:92px;height:32px;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:var(--bg);font-family:var(--font-mono);font-size:12px;text-transform:uppercase}.theme-editor__preview{border:1px solid;border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:12px;align-self:start;position:sticky;top:0}.theme-editor__pv-nav{display:flex;gap:6px;padding:8px;border:1px solid;border-radius:var(--radius-sm)}.theme-editor__pv-navitem{font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px}.theme-editor__pv-card{border:1px solid;border-left:3px solid;border-radius:var(--radius-sm);padding:12px;display:flex;flex-direction:column;gap:7px}.theme-editor__pv-card-head{display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.theme-editor__pv-xp{font-family:var(--font-mono);padding:2px 7px;border-radius:5px;font-size:10px}.theme-editor__pv-bar{height:6px;border-radius:3px;overflow:hidden}.theme-editor__pv-chips{display:flex;flex-wrap:wrap;gap:5px}.theme-editor__pv-chips span{font-size:9.5px;font-weight:700;padding:2px 8px;border-radius:20px}.theme-editor__pv-actions{display:flex;gap:8px;margin-top:2px}.theme-editor__pv-actions button{flex:1;border:1px solid transparent;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600}.theme-editor__pv-hint{font-size:10px;text-align:center;text-transform:uppercase;letter-spacing:.06em}.theme-editor__notice{font-size:12px;color:var(--xp);margin:14px 0 0}.theme-editor__actions{display:flex;flex-direction:column;gap:8px;margin-top:18px}.theme-editor__save-group{display:flex;gap:8px;margin-top:4px}.theme-editor__save-group>button{flex:1}.settings-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.settings-modal__header h2{font-size:18px;font-weight:700;margin:0}.settings-modal__tabs{display:flex;gap:6px;border-bottom:1px solid var(--border);margin:10px 0 16px}.settings-modal__tab{padding:8px 14px;font-size:13px;font-weight:600;color:var(--text-secondary);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.settings-modal__tab:hover{color:var(--text)}.settings-modal__tab--active{color:var(--accent);border-bottom-color:var(--accent)}.settings-modal__general{display:flex;flex-direction:column;gap:10px}.settings-modal__loading{color:var(--text-secondary);font-size:13px;padding:8px 0}.settings-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.settings-row__icon{font-size:16px}.settings-row__label{font-size:13px;color:var(--text);flex:1;min-width:180px}.settings-row__select{height:34px;padding:0 10px;font-size:13px;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm)}.settings-row__select:disabled{opacity:.45;cursor:not-allowed}.theme-editor__embed{display:block}.settings-row--col{flex-direction:column;align-items:stretch;gap:8px}.settings-row__head{display:flex;align-items:center;gap:8px}.settings-badge{font-size:10px;text-transform:uppercase;letter-spacing:.03em;padding:1px 7px;border-radius:999px}.settings-badge--ok{color:var(--success);border:1px solid var(--success)}.settings-hint{font-size:12.5px;color:var(--text-secondary);line-height:1.5;margin:0}.settings-hint--warn{color:var(--xp)}.settings-hint a{color:var(--accent)}.settings-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:600;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;color:var(--text);-webkit-user-select:all;user-select:all;letter-spacing:.5px}.settings-row__btn{height:34px;padding:0 12px;font-size:13px;white-space:nowrap}.xpburst{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none;z-index:5}.xpburst__ring{position:absolute;width:120px;height:120px;border-radius:50%;border:2px solid var(--xp, var(--accent));animation:xpburst-ring .9s ease-out forwards}.xpburst__value{font-size:40px;font-weight:800;color:var(--xp, var(--accent));text-shadow:0 0 24px color-mix(in srgb,var(--accent) 60%,transparent);animation:xpburst-rise 1.4s cubic-bezier(.2,.8,.2,1) forwards}.xpburst__spark{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--purple, var(--accent));animation:xpburst-spark 1s ease-out forwards}.xpburst__spark--0{--dx: 70px;--dy: -60px}.xpburst__spark--1{--dx: -70px;--dy: -50px}.xpburst__spark--2{--dx: 90px;--dy: 30px}.xpburst__spark--3{--dx: -85px;--dy: 40px}.xpburst__spark--4{--dx: 10px;--dy: -90px}.xpburst__spark--5{--dx: -20px;--dy: 80px}@keyframes xpburst-ring{0%{transform:scale(.3);opacity:.9}to{transform:scale(1.9);opacity:0}}@keyframes xpburst-rise{0%{transform:translateY(14px) scale(.7);opacity:0}25%{transform:translateY(0) scale(1.15);opacity:1}70%{transform:translateY(-10px) scale(1);opacity:1}to{transform:translateY(-40px) scale(.95);opacity:0}}@keyframes xpburst-spark{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--dx),var(--dy)) scale(0);opacity:0}}@media (prefers-reduced-motion: reduce){.xpburst__ring,.xpburst__spark{display:none}.xpburst__value{animation:none;opacity:1}}.onb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:20px;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.onb__card{position:relative;width:min(560px,100%);max-height:90vh;overflow-y:auto;padding:28px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:0 24px 64px #00000073}.onb__title{margin:0 0 8px;font-size:24px;font-weight:800;color:var(--text)}.onb__title--aha{font-size:34px;color:var(--xp, var(--accent));text-align:center}.onb__lead{margin:0 0 18px;color:var(--text-secondary);line-height:1.5}.onb__area{width:100%;resize:vertical;padding:12px 14px;font:inherit;line-height:1.5;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.onb__area:focus{outline:none;border-color:var(--accent)}.onb__actions{display:flex;align-items:center;gap:12px;margin-top:18px}.onb__skip{background:none;border:none;cursor:pointer;padding:6px 4px;color:var(--text-secondary);font-size:13px;text-decoration:underline}.onb__skip:hover{color:var(--text)}.onb__list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.onb__item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.onb__item--off{opacity:.45}.onb__check{display:flex;align-items:center;gap:10px;cursor:pointer;flex:1}.onb__item-title{color:var(--text);font-size:14px}.onb__tag{font-size:11px;white-space:nowrap;color:var(--text-secondary)}.onb__tag--task{color:var(--accent)}.onb__tag--note{color:var(--purple)}.onb__note{margin:12px 0 0;font-size:12.5px;color:var(--text-secondary)}.onb__first{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-radius:var(--radius-sm);border:1px solid var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.onb__first-title{font-size:16px;font-weight:700;color:var(--text)}.onb__first-xp{font-size:13px;font-weight:700;color:var(--xp, var(--accent))}.day-timeline{display:flex;flex-direction:column;height:100%;background:var(--bg-elevated)}.day-timeline__header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.day-timeline__title{font-size:13.5px;font-weight:700;letter-spacing:-.01em}.day-timeline__date{font-size:10.5px;color:var(--text-tertiary);margin-top:2px;text-transform:capitalize}.day-timeline__progress{font-family:var(--font-mono);font-size:11.5px;font-weight:600;color:var(--xp-soft);background:var(--xp-dim);padding:3px 8px;border-radius:8px}.day-timeline__scroll{flex:1;overflow-y:auto;padding:12px 12px 6px}.day-timeline__empty{font-size:12px;color:var(--text-tertiary);text-align:center;padding:24px 8px;line-height:1.6}.day-timeline__list{display:flex;flex-direction:column}.day-timeline__item{display:grid;grid-template-columns:18px 1fr;gap:8px;margin-bottom:2px}.day-timeline__track{display:flex;flex-direction:column;align-items:center;padding-top:10px}.day-timeline__badge{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-elevated);transition:box-shadow .2s}.day-timeline__item--current .day-timeline__badge{box-shadow:0 0 0 3px var(--accent-dim)}.day-timeline__line{width:1px;flex:1;min-height:6px;background:var(--border);margin-top:3px}.day-timeline__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px;margin-bottom:8px;transition:border-color .15s}.day-timeline__item--current .day-timeline__card{border-color:var(--accent);background:var(--accent-dim)}.day-timeline__item--done .day-timeline__card{opacity:.5}.day-timeline__card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.day-timeline__time{font-family:var(--font-mono);font-size:10px;font-weight:500;color:var(--text-tertiary)}.day-timeline__card-title{font-size:12px;font-weight:500;line-height:1.3}.day-timeline__item--done .day-timeline__card-title{text-decoration:line-through;color:var(--text-tertiary)}.day-timeline__card-duration{font-size:10px;color:var(--text-tertiary);margin-top:2px}.day-timeline__footer{padding:10px 14px;border-top:1px solid var(--border);flex-shrink:0;display:flex;flex-direction:column;gap:5px}.day-timeline__bar{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.day-timeline__bar-fill{height:100%;background:linear-gradient(90deg,var(--success),#86EFAC);border-radius:2px;transition:width .4s ease}.day-timeline__footer-text{font-size:10.5px;color:var(--text-tertiary);text-align:right}.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:232px;flex-shrink:0;background:var(--bg-elevated);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 14px;height:100%}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:4px 8px 24px}.sidebar__brand-name{font-size:13px;font-weight:600;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase}.sidebar__nav-label{font-size:10.5px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.09em;padding:0 10px;margin-bottom:6px}.sidebar__nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar__link{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:13.5px;font-weight:500;transition:background .15s,color .15s;position:relative}.sidebar__link svg{opacity:.85;flex-shrink:0}.sidebar__link:hover{background:var(--surface-hover);color:var(--text)}.sidebar__link--active{background:var(--nav-active-dim);color:var(--nav-active-text)}.sidebar__link--active svg{opacity:1}.sidebar__divider{height:1px;background:var(--border);margin:12px 6px}.sidebar__theme-btn{border:none;background:transparent;width:100%;text-align:left;margin-bottom:2px}.sidebar__logout{display:flex;align-items:center;gap:11px;padding:9px 10px;border:none;background:transparent;border-radius:var(--radius-sm);color:var(--text-tertiary);font-size:13.5px;font-weight:500}.sidebar__logout:hover{background:var(--danger-dim);color:var(--danger)}.layout__body{flex:1;display:flex;min-width:0;height:100%;overflow:hidden}.content{flex:1;padding:32px 36px;height:100%;overflow:auto;min-width:0}.layout__timeline{width:260px;flex-shrink:0;border-left:1px solid var(--border);height:100%;overflow-y:auto}@media (max-width: 900px){.layout{flex-direction:column;height:auto;min-height:100vh;overflow:visible;padding-bottom:64px}.layout__body{height:auto;overflow:visible}.content{height:auto;overflow:visible;padding:16px}.sidebar{width:100%;flex-direction:row;align-items:center;border-right:none;border-top:1px solid var(--border);position:fixed;bottom:0;left:0;padding:10px 12px;z-index:10;height:auto}.sidebar__brand,.sidebar__nav-label,.sidebar__divider{display:none}.sidebar__nav{flex-direction:row;flex:1;justify-content:space-around}.sidebar__link,.sidebar__theme-btn{flex-direction:column;gap:3px;font-size:10px;padding:5px 8px;margin:0;width:auto;text-align:center}.sidebar__logout{flex-direction:column;gap:3px;font-size:10px}.sidebar__logout span,.layout__timeline{display:none}}.sidebar__navrow{position:relative}.sidebar__chevron{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:transparent;color:var(--text-tertiary);transition:transform .15s ease,background .15s ease}.sidebar__chevron svg{transform:rotate(-90deg);transition:transform .15s ease}.sidebar__chevron--open svg{transform:rotate(0)}.sidebar__chevron:hover{background:var(--surface-hover);color:var(--text)}.sidebar__projects{display:flex;flex-direction:column;gap:1px;padding-left:12px;border-left:1px solid var(--border);margin:2px 0 6px 18px;max-height:38vh;overflow-y:auto}.sidebar__projects::-webkit-scrollbar{width:5px}.sidebar__projects::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.sidebar__proj{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--radius-sm);cursor:pointer;font-size:12.5px;color:var(--text-secondary)}.sidebar__proj:hover{background:var(--surface-hover);color:var(--text)}.sidebar__proj--active{color:var(--nav-active-text);background:var(--nav-active-dim)}.sidebar__proj-dot{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.6;flex-shrink:0}.sidebar__proj-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__proj-actions{display:none;gap:1px;flex-shrink:0}.sidebar__proj:hover .sidebar__proj-actions{display:flex}.sidebar__proj-actions button{width:20px;height:20px;border-radius:4px;background:transparent;color:var(--text-tertiary);font-size:11px;line-height:1}.sidebar__proj-actions button:hover{background:var(--surface);color:var(--text)}.sidebar__proj-add{text-align:left;padding:6px 8px;font-size:12px;font-weight:600;color:var(--accent-soft);background:transparent;border-radius:var(--radius-sm)}.sidebar__proj-add:hover{background:var(--accent-dim)}@media (max-width: 900px){.sidebar__projects{display:none}}.sidebar__brand{display:flex;align-items:center}.notif{position:relative;margin-left:auto}.notif__bell{position:relative;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;display:flex}.notif__bell:hover{color:var(--text)}.notif__badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.notif__panel{position:absolute;top:34px;left:0;right:auto;width:300px;max-width:calc(100vw - 24px);max-height:420px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 28px #00000059;z-index:100;overflow:hidden}.notif__head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--border)}.notif__title{font-size:13px;font-weight:600}.notif__readall{background:none;border:none;color:var(--accent);font-size:12px;cursor:pointer}.notif__list{overflow-y:auto}.notif__empty{padding:24px 12px;text-align:center;color:var(--text-tertiary);font-size:13px}.notif__item{display:block;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid var(--border);padding:10px 12px;cursor:default}.notif__item--link{cursor:pointer}.notif__item--link:hover{background:color-mix(in srgb,var(--text) 6%,transparent)}.notif__item--unread{background:color-mix(in srgb,var(--accent) 9%,transparent)}.notif__item-title{font-size:12.5px;color:var(--text);line-height:1.35}.notif__item-body{font-size:11.5px;color:var(--text-secondary);margin-top:3px}.notif__item-time{font-size:10.5px;color:var(--text-tertiary);margin-top:4px}.focus{position:fixed;bottom:18px;right:18px;z-index:200;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:10px}.focus__open{padding:9px 14px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:13px;font-weight:600;box-shadow:0 4px 16px #0000004d;cursor:pointer}.focus__open:hover{border-color:var(--accent)}.focus__panel{width:min(240px,calc(100vw - 24px));max-height:calc(100vh - 140px);overflow-y:auto;padding:14px;border-radius:14px;background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 28px #0006;display:flex;flex-direction:column;gap:10px}.focus__panel-head{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600}.focus__x{background:none;border:none;color:var(--text-tertiary);cursor:pointer;font-size:16px}.focus__hint{font-size:11.5px;color:var(--text-secondary)}.focus__opts{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.focus__opt{flex:1;height:34px;border-radius:8px;background:var(--bg);border:1px solid var(--border);color:var(--text);font-size:13px;cursor:pointer;position:relative}.focus__opt--on{background:var(--accent);border-color:var(--accent);color:#fff}.focus__opt--suggested:after{content:"★";position:absolute;top:-6px;right:-4px;font-size:9px;color:var(--warning)}.focus__opts-sep{font-size:12px;color:var(--text-tertiary)}.focus__minutes{width:54px;height:34px;padding:0 8px;border-radius:8px;background:var(--bg);border:1px solid var(--border);color:var(--text);font-size:13px;text-align:center}.focus__opts-unit{font-size:12px;color:var(--text-secondary)}.focus__input{height:34px;padding:0 10px;border-radius:8px;background:var(--bg);border:1px solid var(--border);color:var(--text);font-size:12.5px}.focus__start{height:36px;border-radius:8px;background:var(--accent);border:none;color:#fff;font-weight:600;font-size:13px;cursor:pointer}.focus--active{display:flex;align-items:center;gap:10px;max-width:calc(100vw - 24px);padding:8px 12px 8px 8px;border-radius:999px;background:var(--surface);border:1px solid var(--accent);box-shadow:0 6px 20px #0006}.focus__ring{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--accent) var(--pct),color-mix(in srgb,var(--accent) 20%,transparent) var(--pct))}.focus__time{font-size:12px;font-weight:700;background:var(--surface);width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.focus__mid{display:flex;flex-direction:column;min-width:64px;max-width:120px}.focus__label{font-size:12.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.focus__sub{font-size:10.5px;color:var(--text-tertiary)}.focus__actions{display:flex;gap:4px}.focus__btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:var(--bg);cursor:pointer;font-size:13px}.focus__btn--done{color:var(--success);border-color:var(--success)}.focus__btn--cancel{color:var(--text-tertiary)}@media (max-width: 900px){.layout{padding-top:calc(52px + env(safe-area-inset-top,0px));padding-bottom:64px}.sidebar__brand{display:flex!important;position:fixed;top:0;left:0;right:0;height:calc(52px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 16px 0;margin:0;align-items:center;gap:10px;background:var(--bg-elevated);border-bottom:1px solid var(--border);z-index:30}.sidebar__brand-name{display:inline!important;font-size:14px;color:var(--text)}.notif{margin-left:auto}.notif__panel{position:fixed;top:calc(56px + env(safe-area-inset-top,0px));right:8px;left:auto;width:auto;min-width:0;max-width:calc(100vw - 16px);max-height:calc(100vh - 160px)}.sidebar{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}.sidebar::-webkit-scrollbar{display:none}.sidebar__nav{flex:0 0 auto;justify-content:flex-start;gap:2px}.sidebar__link,.sidebar__theme-btn,.sidebar__logout{flex:0 0 auto;min-width:60px}.focus{bottom:calc(76px + env(safe-area-inset-bottom,0px));right:12px}.focus__open-label{display:none}.focus__open{padding:10px;border-radius:50%;line-height:1}}body:has(.modal__overlay) .focus{display:none}@media (max-width: 900px){.sidebar__brand>img,.sidebar__brand-name{display:none!important}.sidebar__brand{height:calc(44px + env(safe-area-inset-top,0px));justify-content:flex-end}.layout{padding-top:calc(44px + env(safe-area-inset-top,0px))}.notif__panel{top:calc(48px + env(safe-area-inset-top,0px))}}@media (max-width: 900px){.sidebar__brand{top:calc(env(safe-area-inset-top,0px) + 6px);right:10px;left:auto;width:auto;height:auto;padding:5px;background:color-mix(in srgb,var(--surface) 82%,transparent);border:1px solid var(--border);border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center}.layout{padding-top:0}.notif__panel{top:calc(env(safe-area-inset-top,0px) + 46px)}.sidebar__chevron,.sidebar__projects{display:none!important}}.mproj__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:45}.mproj__sheet{position:fixed;left:8px;right:8px;bottom:calc(70px + env(safe-area-inset-bottom,0px));z-index:46;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:8px;max-height:60vh;overflow-y:auto;box-shadow:0 -10px 34px #00000073}.mproj__title{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);padding:6px 8px 8px}.mproj__item,.mproj__add{display:flex;align-items:center;gap:10px;width:100%;padding:12px 10px;border-radius:10px;background:transparent;border:none;color:var(--text);font-size:15px;text-align:left;cursor:pointer}.mproj__item--active{background:var(--accent-dim);color:var(--accent-soft)}.mproj__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mproj__add{justify-content:center;color:var(--accent-soft);border:1px dashed var(--border);margin-top:6px}.toast-viewport{position:fixed;right:20px;bottom:20px;z-index:1000;display:flex;flex-direction:column;gap:10px;max-width:min(420px,calc(100vw - 40px));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border-strong);border-left-width:3px;border-radius:var(--radius-md);box-shadow:var(--shadow-popover);color:var(--text);font-family:var(--font-ui);font-size:14px;line-height:1.4;animation:toast-in .18s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast--error{border-left-color:var(--danger)}.toast--warning{border-left-color:var(--warning)}.toast--success{border-left-color:var(--success)}.toast--info{border-left-color:var(--accent)}.toast__icon{flex:0 0 18px;width:18px;height:18px;margin-top:1px;display:grid;place-items:center;border-radius:50%;font-size:11px;font-weight:700;color:var(--bg)}.toast--error .toast__icon{background:var(--danger)}.toast--warning .toast__icon{background:var(--warning)}.toast--success .toast__icon{background:var(--success)}.toast--info .toast__icon{background:var(--accent)}.toast__msg{flex:1 1 auto;word-break:break-word}.toast__close{flex:0 0 auto;background:none;border:none;cursor:pointer;color:var(--text-tertiary);font-size:18px;line-height:1;padding:0 2px;transition:color .12s ease}.toast__close:hover{color:var(--text)}@media (max-width: 600px){.toast-viewport{left:12px;right:12px;bottom:12px;max-width:none}}.confirm-modal{max-width:420px}.confirm-modal__body{white-space:pre-line;line-height:1.5;color:var(--text-secondary)}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login__card{width:100%;max-width:380px;background:linear-gradient(160deg,var(--surface-2),var(--surface));border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 32px;display:flex;flex-direction:column;gap:18px;box-shadow:var(--shadow-popover)}.login__mark{width:60px;height:60px;display:block;object-fit:contain;border-radius:12px;margin:0 auto 8px}.login__title{font-size:21px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.login__field{display:flex;flex-direction:column;gap:7px;font-size:13px;color:var(--text-secondary)}.login__field input{height:42px;padding:0 14px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:14px}.login__field input:focus{border-color:var(--accent)}.login__error{color:var(--danger);font-size:13px;background:var(--danger-dim);padding:10px 12px;border-radius:var(--radius-sm)}.login__submit{height:44px;margin-top:6px;border:none;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent),var(--accent-soft));color:#fff;font-weight:600;font-size:14px;transition:opacity .15s}.login__submit:hover{opacity:.9}.login__submit:disabled{opacity:.6;cursor:default}.login__tabs{display:flex;gap:4px;padding:4px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.login__tab{flex:1;height:34px;border:none;border-radius:calc(var(--radius-sm) - 2px);background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.login__tab--active{background:var(--surface-2);color:var(--text)}.login__hint{font-size:12px;color:var(--text-secondary);opacity:.8}.login__switch{text-align:center;font-size:13px;color:var(--text-secondary)}.login__switch button{border:none;background:none;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;padding:0}.login__switch button:hover{text-decoration:underline}:root{--bg: #0A0C12;--bg-elevated: #0F1219;--surface: #14171F;--surface-2: #1A1E28;--surface-hover: #20242F;--border: #262B38;--border-strong: #343B4A;--text: #EDEFF3;--text-secondary: #8B92A5;--text-tertiary: #565D70;--accent: #5B8DEF;--accent-soft: #6FA0FF;--accent-dim: #5B8DEF1F;--xp: #E8A23D;--xp-soft: #F4B85E;--xp-dim: #E8A23D1F;--success: #4ADE80;--success-dim: #4ADE801F;--danger: #F87171;--danger-dim: #F871711F;--warning: #FBBF24;--purple: #A78BFA;--purple-dim: #A78BFA1F;--nav-active: #5B8DEF;--nav-active-dim: #5B8DEF1F;--nav-active-text: #6FA0FF;--font-ui: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", monospace;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--shadow-card: 0 1px 2px rgba(0,0,0,.5), 0 8px 24px rgba(0,0,0,.32);--shadow-popover: 0 8px 32px rgba(0,0,0,.5), 0 2px 8px rgba(0,0,0,.4)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:radial-gradient(ellipse 1200px 800px at 15% -10%,#5B8DEF0D,transparent),radial-gradient(ellipse 900px 600px at 100% 0%,#E8A23D08,transparent),var(--bg);background-attachment:fixed;color:var(--text);font-family:var(--font-ui);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;letter-spacing:-.01em}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;color:inherit;background:transparent}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.btn,.btn--primary,.btn--secondary,.btn--ghost,.btn--danger,.dim-btn-primary,.dim-btn-secondary,.skill-modal__btn-primary,.skill-modal__btn-secondary,.theme-editor__btn-primary,.theme-editor__btn-secondary,.herobg__btn-primary,.herobg__btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 18px;border-radius:var(--radius-sm);border:1px solid transparent;font-family:var(--font-ui);font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background .15s,border-color .15s,color .15s,opacity .15s}.btn--primary,.dim-btn-primary,.skill-modal__btn-primary,.theme-editor__btn-primary,.herobg__btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn--primary:hover,.dim-btn-primary:hover,.skill-modal__btn-primary:hover,.theme-editor__btn-primary:hover,.herobg__btn-primary:hover{opacity:.9}.btn--secondary,.btn--ghost,.dim-btn-secondary,.skill-modal__btn-secondary,.theme-editor__btn-secondary,.herobg__btn-secondary{background:transparent;border-color:var(--border-strong);color:var(--text-secondary)}.btn--secondary:hover,.btn--ghost:hover,.dim-btn-secondary:hover,.skill-modal__btn-secondary:hover,.theme-editor__btn-secondary:hover,.herobg__btn-secondary:hover{background:var(--surface-hover);color:var(--text)}.btn--danger{background:transparent;border-color:var(--danger);color:var(--danger)}.btn--danger:hover{background:var(--danger-dim)}.btn:disabled,.btn--primary:disabled,.btn--secondary:disabled,.btn--ghost:disabled,.btn--danger:disabled,.dim-btn-primary:disabled,.dim-btn-secondary:disabled,.skill-modal__btn-primary:disabled,.skill-modal__btn-secondary:disabled,.theme-editor__btn-primary:disabled,.theme-editor__btn-secondary:disabled,.herobg__btn-primary:disabled,.herobg__btn-secondary:disabled{opacity:.5;cursor:default}.btn--block{width:100%}.field-hint,.board__field-hint{font-size:11.5px;line-height:1.45;color:var(--text-tertiary);margin:2px 0}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:92vh;overflow-y:auto;box-shadow:var(--shadow-card)}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border)}.modal__header h2{font-size:16px;font-weight:700}.modal__body{padding:18px 22px}.modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid var(--border)}.modal__close{border:none;background:transparent;color:var(--text-secondary);font-size:22px;width:28px;height:28px;border-radius:50%}.modal__close:hover{background:var(--surface-hover);color:var(--text)}.modal--panel{max-width:500px;max-height:90vh;overflow:visible;display:flex;flex-direction:column;box-shadow:var(--shadow-popover)}.modal--panel .modal__header{padding:20px 22px 0;border-bottom:none}.modal--panel .modal__body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.modal__overlay--raised{z-index:200}.modal__overlay--confirm{z-index:400}.modal--wide{max-width:540px}.modal--wide .modal__header{align-items:flex-start;padding:22px 24px 0}.modal--wide .modal__header h2{font-size:17px}.modal--wide .modal__body{padding:20px 24px;gap:16px}.modal--wide .modal__footer{padding:16px 24px;gap:10px}.modal--xwide{max-width:760px;padding:24px}.modal__close:hover{background:var(--surface-hover)}.check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;border-radius:5px;border:1.5px solid var(--border-strong);background:transparent;color:#fff;cursor:pointer;transition:background .15s,border-color .15s}.check:hover{border-color:var(--success)}.check--on{background:var(--success);border-color:var(--success)}.check--sm{width:16px;height:16px;border-radius:4px}
