:root{color:#202124;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f4f5f6;--surface:#fff;--surface-subtle:#f8f9fa;--sidebar:#eeeeef;--text:#202124;--text-secondary:#6d7178;--text-tertiary:#92969c;--border:#e4e6e8;--border-strong:#d7dadd;--accent:#1c63e7;--accent-hover:#1555ca;--accent-soft:#edf3ff;--danger:#c73b3b;--warning:#a76416;--success:#287a4b;--sidebar-width:244px;--radius-sm:6px;--radius-md:9px;--motion-fast:.12s;--motion-normal:.19s;background:#f4f5f6;font-family:Segoe UI Variable,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body,button,input,textarea,select{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}img,svg{display:block}img{max-width:100%}#root{min-height:100vh}.app{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{z-index:30;width:var(--sidebar-width);background:var(--sidebar);border-right:1px solid var(--border-strong);flex-direction:column;padding:18px 12px 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:10px;min-height:44px;margin-bottom:22px;padding:0 9px;display:flex}.brand-logo{object-fit:contain;border-radius:4px;flex-shrink:0;width:36px;height:36px}.brand-copy{flex-direction:column;min-width:0;display:flex}.brand-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;line-height:17px;overflow:hidden}.brand-copy span{color:var(--text-secondary);font-size:10px;line-height:14px}.navigation{flex-direction:column;gap:3px;display:flex}.nav-item{border-radius:var(--radius-sm);color:#55595f;text-align:left;cursor:pointer;width:100%;height:38px;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:500;display:flex}.nav-item:hover{color:var(--text);background:#0000000b}.nav-item:active{transform:scale(.985)}.nav-item.active{color:var(--text);background:#fff;box-shadow:0 1px 2px #0000000a}.nav-icon{flex-shrink:0;width:18px;height:18px}.nav-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sidebar-footer{margin-top:auto}.profile-placeholder{border-radius:var(--radius-md);width:100%;color:inherit;text-align:left;cursor:pointer;transition:background var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;grid-template-columns:32px minmax(0,1fr) 28px;align-items:center;gap:9px;padding:8px;display:grid}.profile-placeholder:hover{background:#00000009}.profile-placeholder:active{transform:scale(.985)}.avatar{color:#55585d;background:#d9dcdf;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.account-avatar svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.profile-placeholder-copy{flex-direction:column;min-width:0;display:flex}.profile-placeholder-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:16px;overflow:hidden}.profile-placeholder-copy span{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:14px;overflow:hidden}.profile-more{width:28px;height:28px;color:var(--text-tertiary);place-items:center;display:grid}.profile-more svg{fill:currentColor;width:16px;height:16px}.workspace{grid-column:2;min-width:0;min-height:100vh}.topbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;height:76px;padding:0 32px;display:flex}.eyebrow{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 2px;font-size:10px;font-weight:600}.topbar h1{letter-spacing:-.02em;margin:0;font-size:19px;font-weight:640}.topbar-actions{align-items:center;gap:8px;display:flex}.search-button{border:1px solid var(--border-strong);border-radius:var(--radius-sm);min-width:210px;height:34px;color:var(--text-secondary);cursor:pointer;transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease;background:#fff;align-items:center;gap:8px;padding:0 8px 0 10px;font-size:12px;display:flex}.search-button:hover{background:#fcfcfc;border-color:#bfc3c7}.search-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:15px;height:15px}.search-button kbd{border:1px solid var(--border);background:var(--surface-subtle);color:var(--text-tertiary);border-radius:4px;margin-left:auto;padding:2px 5px;font-family:inherit;font-size:9px}.primary-button{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;height:34px;transition:background var(--motion-fast) ease, transform var(--motion-fast) ease;border:1px solid #0000;padding:0 13px;font-size:12px;font-weight:600}.primary-button:hover{background:var(--accent-hover)}.primary-button:active{transform:scale(.975)}.content{padding:30px 32px 60px}.content-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.content-header h2{letter-spacing:-.025em;margin:0 0 5px;font-size:23px;font-weight:640}.content-header p{color:var(--text-secondary);margin:0;font-size:13px}.view-switcher{border:1px solid var(--border);background:#eceeef;border-radius:7px;padding:3px;display:flex}.view-switcher button{height:27px;color:var(--text-secondary);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:4px;padding:0 10px;font-size:11px;font-weight:550}.view-switcher button:hover{color:var(--text)}.view-switcher button.selected{color:var(--text);background:#fff;box-shadow:0 1px 2px #00000014}.work-grid{grid-template-columns:minmax(0,1fr) 270px;gap:18px;display:grid}.work-section,.summary-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.work-section{overflow:hidden}.section-title{border-bottom:1px solid var(--border);align-items:center;gap:8px;min-height:48px;padding:0 15px;display:flex}.section-title h3,.summary-header h3{margin:0;font-size:12px;font-weight:650}.section-title span{min-width:19px;height:19px;color:var(--text-secondary);background:#eef0f1;border-radius:9px;place-items:center;font-size:10px;font-weight:600;display:grid}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:32px;display:flex}.empty-state strong{margin-bottom:5px;font-size:13px;font-weight:620}.empty-state p{color:var(--text-secondary);margin:0;font-size:11px}.task-list{flex-direction:column;display:flex}.task-row{text-align:left;cursor:pointer;width:100%;min-height:56px;transition:background var(--motion-fast) ease;background:#fff;border:0;border-bottom:1px solid #eff0f1;grid-template-columns:20px minmax(0,1fr) auto 62px;align-items:center;gap:11px;padding:8px 15px;display:grid}.task-row:last-child{border-bottom:0}.task-row:hover{background:#fafafa}.task-check{width:16px;height:16px;transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease;border:1.5px solid #b9bdc2;border-radius:50%}.task-row:hover .task-check{border-color:var(--accent)}.task-main{flex-direction:column;gap:3px;min-width:0;display:flex}.task-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:570;overflow:hidden}.task-main small{color:var(--text-tertiary);font-size:10px}.task-priority{border-radius:4px;padding:3px 6px;font-size:9px;font-weight:650}.task-priority.high{color:var(--danger);background:#fbecec}.task-priority.medium{color:var(--warning);background:#fff2df}.task-priority.normal{color:var(--text-secondary);background:#eef0f1}.task-date{color:var(--text-secondary);text-align:right;font-size:10px}.summary-panel{align-self:start;padding:15px}.summary-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.summary-header button{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:600}.workload-value{align-items:baseline;gap:6px;margin-bottom:12px;display:flex}.workload-value strong{letter-spacing:-.03em;font-size:25px;line-height:1}.workload-value span{color:var(--text-secondary);font-size:10px}.progress-track{background:#e9ebed;border-radius:3px;height:5px;overflow:hidden}.progress-value{border-radius:inherit;background:var(--accent);width:0;height:100%;transition:width .3s}.workload-meta{color:var(--text-secondary);justify-content:space-between;margin-top:7px;font-size:9px;display:flex}.workload-meta strong{color:var(--text)}.summary-divider{background:var(--border);height:1px;margin:18px 0 9px}.summary-item{min-height:31px;color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:10px;display:flex}.summary-item strong{color:var(--text);font-size:11px}@media (width<=900px){:root{--sidebar-width:70px}.brand{justify-content:center;padding:0}.brand-copy{display:none}.brand-logo{width:38px;height:38px}.nav-item{justify-content:center;padding:0}.nav-item>span:last-child{display:none}.profile-placeholder{grid-template-columns:1fr;justify-items:center;padding:8px 0}.profile-placeholder-copy,.profile-more{display:none}.work-grid{grid-template-columns:1fr}.summary-panel{width:100%}}@media (width<=640px){.app{display:block}.sidebar{z-index:40;border-top:1px solid var(--border-strong);border-right:0;grid-template-columns:repeat(3,1fr);width:auto;height:58px;padding:5px 10px;display:grid;position:fixed;inset:auto 0 0}.brand,.sidebar-footer{display:none}.navigation{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.nav-item{justify-content:center;height:48px;padding:0}.workspace{min-height:calc(100vh - 58px)}.topbar{height:auto;padding:16px 16px 13px}.topbar-actions{gap:6px}.search-button{justify-content:center;width:34px;min-width:34px;padding:0}.search-button span,.search-button kbd{display:none}.content{padding:22px 14px 90px}.content-header{flex-direction:column;align-items:flex-start}.content-header h2{font-size:21px}.work-grid{gap:12px}.task-row{grid-template-columns:20px minmax(0,1fr) auto}.task-date{display:none}.summary-panel{padding:14px}}@media (width<=420px){.topbar{padding:14px 12px}.topbar h1{font-size:17px}.content{padding:18px 10px 86px}.content-header h2{font-size:19px}.view-switcher{width:100%}.view-switcher button{flex:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.install-prompt{z-index:1000;border:1px solid var(--border-strong);background:#fff;border-radius:10px;grid-template-columns:46px minmax(0,1fr) 28px;align-items:start;gap:12px;width:min(390px,100vw - 32px);padding:14px;animation:.24s cubic-bezier(.22,1,.36,1) install-prompt-enter;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 32px #0000001f,0 2px 8px #0000000f}.install-prompt-logo{border:1px solid var(--border);background:#fff;border-radius:8px;place-items:center;width:46px;height:46px;display:grid;overflow:hidden}.install-prompt-logo img{object-fit:contain;width:40px;height:40px}.install-prompt-content{min-width:0}.install-prompt-content>strong{color:var(--text);margin-bottom:3px;font-size:13px;font-weight:650;display:block}.install-prompt-content>p{max-width:260px;color:var(--text-secondary);margin:0;font-size:11px;line-height:1.5}.install-prompt-actions{justify-content:flex-end;gap:7px;margin-top:12px;display:flex}.install-prompt-actions button{cursor:pointer;height:30px;transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) ease;border-radius:5px;padding:0 10px;font-size:11px;font-weight:600}.install-prompt-actions button:active{transform:scale(.97)}.install-prompt-later{border:1px solid var(--border-strong);color:var(--text-secondary);background:#fff}.install-prompt-later:hover{color:var(--text);background:#f6f7f8}.install-prompt-install{border:1px solid var(--accent);background:var(--accent);color:#fff}.install-prompt-install:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.install-prompt-close{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:5px;place-items:center;padding:0;display:grid}.install-prompt-close:hover{color:var(--text);background:#f1f2f3}.install-prompt-close svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:15px;height:15px}.ios-install-help{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:5px;margin-top:9px;font-size:10px;display:flex}.ios-install-help strong{color:var(--text);font-weight:650}.ios-install-arrow{color:var(--text-tertiary)}@keyframes install-prompt-enter{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.install-prompt{grid-template-columns:42px minmax(0,1fr) 28px;width:auto;padding:12px;bottom:70px;left:10px;right:10px}.install-prompt-logo{width:42px;height:42px}.install-prompt-logo img{width:36px;height:36px}.install-prompt-actions{justify-content:stretch}.install-prompt-actions button{flex:1}}@media (prefers-reduced-motion:reduce){.install-prompt{animation:none}}
