:root{--bg:#f2f6fc;--card:#fff;--ink:#121927;--muted:#7d8798;--line:#e7ecf3;--blue:#2478d7;--orange:#f29430;--green:#31aa86;--purple:#7562d3;--shadow:0 12px 35px rgba(42,61,89,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.45 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;background:#fff;border-right:1px solid var(--line);padding:30px 18px 24px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:14px;padding:0 10px 24px}.mark{width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#2589e8,#175fc3);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:800;box-shadow:0 7px 18px #2478d744}.brand strong{font-size:20px}.brand span,.profile span,.demo span{display:block;font-size:10px;letter-spacing:1.5px;color:var(--muted)}nav{display:grid;gap:5px}nav a{padding:10px 14px;border-radius:11px;text-decoration:none;color:#515c6c;font-weight:650;font-size:13px}nav a b{font-size:10px;color:#99a4b4;margin-right:12px}nav a.active,nav a:hover{color:#1765b9;background:#eef5ff}.nav-label{padding:18px 14px 5px;color:#9aa4b2;font-size:8px;font-weight:850;letter-spacing:1.3px}.demo{margin-top:20px;padding:17px;border:1px solid #dfe7f1;border-radius:15px;background:#f7faff}.demo i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#35bd91;margin-right:8px}.demo strong{font-size:13px}.profile{display:flex;gap:12px;align-items:center;margin-top:22px;padding:18px 8px 0;border-top:1px solid var(--line)}.avatar{width:42px;height:42px;border-radius:50%;background:#202b42;color:#fff;display:grid;place-items:center;font-weight:700}main{padding:30px 42px 22px;max-width:1780px;width:100%;margin:auto}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.date,.eyebrow{font-size:10px;letter-spacing:1.6px;font-weight:850;color:#3575af;margin:0 0 5px}h1{font-size:42px;line-height:1;margin:0 0 8px;letter-spacing:-1.7px}h1 span,.orange-text{color:var(--orange)}header>div>p:last-child{margin:0;color:var(--muted)}.freshness{min-width:205px;display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:15px 20px;border-radius:18px}.freshness .sun{font-size:30px;line-height:1;color:#ffc83d;text-shadow:0 0 16px #ffc83d}.freshness small{display:block;color:var(--muted)}.status{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:44px minmax(260px,1fr) repeat(3,145px);align-items:center;padding:22px 27px;margin-bottom:25px}.pulse{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#2a83df;background:#edf5ff}.status-copy{padding-left:15px}.status-copy strong,.status-copy span{display:block}.status-copy span{color:var(--muted);font-size:12px}.metric{padding-left:28px;border-left:1px solid var(--line)}.metric strong{font-size:28px}.metric span{display:block;color:var(--muted);font-size:9px;letter-spacing:1.3px}.metric.orange strong{color:var(--orange)}.grid{display:grid;gap:24px}.top-grid{grid-template-columns:1.14fr .82fr 1fr}.bottom-grid{grid-template-columns:1.05fr .78fr 1.2fr;margin-top:24px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:28px;min-height:365px}.card h2{font-size:23px;letter-spacing:-.5px;margin:0 0 22px}.card-head{display:flex;justify-content:space-between;align-items:flex-start}.card-head>b{font-size:12px;color:#3a77ae}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:73px;top:20px;bottom:20px;border-left:2px solid #e7ebf1}.timeline article{position:relative;display:grid;grid-template-columns:56px 16px 1fr;gap:12px;align-items:start;margin:22px 0}.timeline time{font-weight:800}.timeline i{z-index:1;width:12px;height:12px;border:3px solid currentColor;border-radius:50%;background:#fff;margin-top:4px}.timeline .blue{color:var(--blue)}.timeline .green{color:var(--green)}.timeline .orange-dot{color:var(--orange)}.timeline .purple{color:var(--purple)}article strong,article span{display:block}article span,article small{color:var(--muted);font-size:12px}.progress{height:5px;border-radius:5px;background:#edf0f4;margin:-10px 0 19px}.progress i{display:block;width:40%;height:100%;background:var(--blue);border-radius:5px}.tasks label{display:flex;align-items:flex-start;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.tasks label:last-child{border:0}.tasks input{appearance:none;width:24px;height:24px;border:2px solid #d9dee7;border-radius:7px;margin:0;flex:0 0 auto}.tasks input:checked{background:var(--blue);border-color:var(--blue);box-shadow:inset 0 0 0 5px var(--blue)}.tasks input:checked:after{content:"✓";color:#fff;position:relative;left:4px;top:-1px;font-weight:900}.tasks small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.tasks .done{opacity:.55}.tasks .done strong{text-decoration:line-through}.decisions article,.activities article,.completed article,.account-row{display:flex;align-items:center;gap:12px;padding:17px 0;border-bottom:1px solid var(--line)}.decisions article:last-child,.activities article:last-child,.completed article:last-child,.account-row:last-child{border:0}.account-row{text-decoration:none;color:inherit}.account-row:hover strong{color:var(--blue)}.account-row div{min-width:0;flex:1}.account-row em{font-style:normal;font-size:10px;color:#68778a;background:#f3f6fa;border-radius:20px;padding:4px 9px;white-space:nowrap}.initial,.pill{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:800;flex:0 0 auto}.blue-bg{background:var(--blue)}.orange-bg{background:var(--orange)}.decisions article div:nth-child(2),.activities article div,.completed article div{min-width:0;flex:1}.decisions em,.activities em,.completed em{font-style:normal;font-size:10px;color:var(--orange);white-space:nowrap}.green-text{color:var(--green)}.clear{color:var(--green)!important}.completed article>span{width:38px;height:38px;border-radius:9px;background:#eff9f6;color:var(--green);display:grid;place-items:center;font-weight:800;font-size:11px}.completed em{color:var(--green);background:#eff9f6;border-radius:20px;padding:4px 9px}.info article{display:flex;gap:14px;padding:14px 0}.info article i{width:7px;height:7px;border-radius:50%;background:#8c96a7;margin-top:8px;flex:0 0 auto}.pill.cf{background:#2478d7}.pill.rv{background:linear-gradient(135deg,#e06c3c,#2871ca)}.pill.dn{background:#2c9a7b}.pill.br{background:#7460cb}.pill.cp{background:#dc7751}.activities em{color:#68778a;background:#f3f6fa;border-radius:20px;padding:4px 9px}footer{text-align:center;color:#8b96a5;font-size:11px;padding:25px 0 5px}
@media(max-width:1200px){.shell{grid-template-columns:220px 1fr}.status{grid-template-columns:44px 1fr repeat(3,100px)}.top-grid,.bottom-grid{grid-template-columns:1fr 1fr}.decisions,.activities{grid-column:span 2}}
@media(max-width:800px){.shell{display:block}.sidebar{position:static;width:100%;height:auto;padding:18px}.brand{padding-bottom:12px}.sidebar nav{display:flex;overflow:auto}.sidebar nav a{white-space:nowrap}.demo,.profile{display:none}main{padding:22px 15px}header{align-items:flex-start;gap:16px}h1{font-size:34px}.freshness{min-width:0;padding:12px}.status{grid-template-columns:36px 1fr;padding:18px}.metric{border:0;padding:15px 0 0;grid-column:auto}.status{grid-template-columns:36px 1fr repeat(3,1fr)}.metric:first-of-type{grid-column:2}.top-grid,.bottom-grid{grid-template-columns:1fr}.decisions,.activities{grid-column:auto}.card{min-height:0;padding:22px}}
.freshness{font:inherit;color:inherit;text-align:left;cursor:pointer}.freshness:hover{border-color:#b9d6f4}.freshness.busy{opacity:.65}.dynamic-list .loading,.dynamic-list .empty{color:var(--muted);font-size:12px;padding:12px 0}.task-row{display:flex;align-items:flex-start;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.task-row .check{width:24px;height:24px;border:2px solid #d9dee7;border-radius:7px;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-weight:900}.task-row .check.checked{background:var(--blue);border-color:var(--blue)}.task-row div{min-width:0;flex:1}.task-row small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.demo.live{background:#eff9f6;border-color:#d5eee6}.pill.cf{background:#2478d7}
.nav-target,#overview{scroll-margin-top:28px}nav a.active{box-shadow:inset 3px 0 0 #2478d7}nav a:focus-visible,.freshness:focus-visible{outline:3px solid #9bc7f3;outline-offset:2px}
.timeline time small{display:block;font-size:7px;letter-spacing:.9px;color:var(--muted);font-weight:750;margin-top:1px}
.card-link{position:relative;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.card-link:hover{transform:translateY(-2px);border-color:#cfe1f4;box-shadow:0 16px 42px rgba(42,61,89,.11)}.card-cover{position:absolute;inset:0;z-index:3;border-radius:24px}.open-detail{font-size:10px;color:var(--blue);font-weight:750;letter-spacing:.2px;white-space:nowrap;margin-left:6px}footer a{color:#3575af;font-weight:750;text-decoration:none;line-height:2.4}footer a:hover{text-decoration:underline}
.detail-page{min-height:100vh}.detail-header{align-items:flex-end}.back-link{display:inline-block;margin-bottom:22px;color:#3575af;text-decoration:none;font-size:12px;font-weight:750}.back-link:hover{text-decoration:underline}.detail-summary{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);margin-bottom:24px}.detail-summary article{padding:22px 26px;border-right:1px solid var(--line)}.detail-summary article:last-child{border:0}.detail-summary strong{font-size:25px}.detail-summary span{font-size:9px;letter-spacing:1.2px;color:var(--muted);margin-top:4px}.detail-grid{display:grid;grid-template-columns:minmax(340px,.85fr) minmax(460px,1.3fr);gap:24px}.detail-grid .card{min-height:580px}.detail-list article{display:flex;align-items:flex-start;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.detail-list article:last-child{border:0}.detail-list article>div{flex:1;min-width:0}.detail-list p,.history-list p{margin:3px 0 0;color:var(--muted);font-size:12px}.detail-list em{font-style:normal;font-size:10px;color:#68778a;background:#f3f6fa;border-radius:20px;padding:4px 9px;white-space:nowrap}.detail-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eef5ff;color:var(--blue);font-size:11px;font-weight:800;flex:0 0 auto}.history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.range-switch{display:flex;padding:3px;background:#f1f5fa;border-radius:10px}.range-switch button{border:0;background:transparent;color:#718095;font:inherit;font-size:10px;font-weight:750;padding:7px 10px;border-radius:8px;cursor:pointer}.range-switch button.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(42,61,89,.08)}.history-list{position:relative;margin-top:5px}.history-list:before{content:"";position:absolute;left:88px;top:12px;bottom:12px;border-left:2px solid #e7ebf1}.history-list article{position:relative;display:grid;grid-template-columns:68px 14px 1fr;gap:13px;padding:16px 0}.history-list time{font-size:10px;color:var(--muted);text-align:right;padding-top:3px}.history-dot{width:10px;height:10px;border:3px solid var(--blue);background:#fff;border-radius:50%;z-index:1;margin-top:3px}.history-list small{display:block;color:#9aa4b2;font-size:10px;margin-top:6px}.history-list .empty{margin-left:112px}
@media(max-width:1000px){.detail-summary{grid-template-columns:1fr 1fr}.detail-summary article:nth-child(2){border-right:0}.detail-summary article:nth-child(-n+2){border-bottom:1px solid var(--line)}.detail-grid{grid-template-columns:1fr}.detail-grid .card{min-height:0}}
@media(max-width:800px){.detail-header{display:block}.detail-header .freshness{margin-top:18px}.detail-summary{grid-template-columns:1fr 1fr}.detail-summary article{padding:17px}.detail-list article{flex-wrap:wrap}.detail-list em{margin-left:48px}.history-head{display:block}.range-switch{width:max-content;margin:-12px 0 14px}.history-list:before{left:64px}.history-list article{grid-template-columns:46px 12px 1fr}.history-list .empty{margin-left:0}}
.action-checkbox-label{display:block!important;padding:0!important;border:0!important;cursor:pointer;flex:0 0 auto}.action-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.action-checkbox{width:24px;height:24px;border:2px solid #cfd7e3;border-radius:7px;display:grid;place-items:center;background:#fff;color:#fff;font-weight:900;transition:.15s ease}.action-checkbox-label:hover .action-checkbox{border-color:var(--blue);box-shadow:0 0 0 4px #2478d712}.action-checkbox-label input:focus-visible+.action-checkbox{outline:3px solid #9bc7f3;outline-offset:2px}.action-checkbox.is-done{background:var(--green);border-color:var(--green);flex:0 0 auto}.task-row.done,.detail-list article.done{opacity:.58}.task-row.done strong,.detail-list article.done strong{text-decoration:line-through}.completed-time{color:var(--green)!important;margin-top:4px}.open-detail{text-decoration:none}.open-detail:hover{text-decoration:underline}
.complete-dialog{width:min(520px,calc(100vw - 32px));border:0;border-radius:22px;padding:0;box-shadow:0 28px 90px rgba(20,34,54,.28);color:var(--ink)}.complete-dialog::backdrop{background:rgba(18,25,39,.48);backdrop-filter:blur(3px)}.complete-dialog form{position:relative;padding:30px}.complete-dialog h2{font-size:27px;margin:7px 0 8px}.complete-dialog>form>p{color:var(--muted);margin:0 0 22px}.complete-dialog label{display:block;font-size:12px;font-weight:800;margin-bottom:8px}.complete-dialog label span{color:var(--muted);font-weight:500}.complete-dialog textarea{display:block;width:100%;resize:vertical;border:1px solid #d8e0ea;border-radius:13px;padding:13px 14px;font:inherit;color:inherit;background:#f9fbfd}.complete-dialog textarea:focus{outline:3px solid #9bc7f3;border-color:var(--blue)}.complete-dialog form>small{display:block;color:var(--muted);font-size:10px;margin-top:7px}.dialog-close{position:absolute;right:18px;top:16px;border:0;background:transparent;color:#7d8798;font-size:27px;cursor:pointer}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.dialog-actions button{border:0;border-radius:11px;padding:11px 16px;font:inherit;font-weight:750;cursor:pointer}.dialog-actions .secondary{background:#eef2f7;color:#566275}.dialog-actions .primary{background:var(--blue);color:#fff}.dialog-actions button:disabled{opacity:.6;cursor:wait}.dialog-error{min-height:18px!important;color:#c74646!important;font-size:11px;margin:10px 0 0!important}
.header-tools{display:flex;align-items:stretch;gap:12px}.weather-card{min-width:390px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:12px 16px;border-radius:18px}.weather-icon{width:44px;height:44px;border-radius:14px;background:#fff8dc;color:#eaa72d;display:grid;place-items:center;font-size:27px}.weather-main strong{font-size:25px;line-height:1}.weather-main span{font-size:11px;font-weight:750;margin-top:1px}.weather-main small{display:block;color:var(--muted);font-size:9px;margin-top:3px;white-space:nowrap}.weather-card time{align-self:start;color:var(--muted);font-size:9px;white-space:nowrap}.header-tools .freshness{min-width:155px}.header-tools .freshness .sun{display:none}
@media(max-width:1200px){header{align-items:flex-start}.header-tools{flex-direction:column}.weather-card{min-width:360px}.header-tools .freshness{width:100%}}
@media(max-width:800px){header{display:block}.header-tools{margin-top:18px}.weather-card{min-width:0;width:100%;grid-template-columns:42px 1fr}.weather-card time{grid-column:2}.weather-main small{white-space:normal}}
.decision-actions{display:grid!important;justify-items:end!important;gap:7px!important;flex:0 0 auto!important}.decision-actions button,.inline-decision{border:0;border-radius:9px;background:#fff2e5;color:#c86c10;padding:7px 10px;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.decision-actions button:hover,.inline-decision:hover{background:#ffe5ca}.inline-decision{margin-left:auto;white-space:nowrap}.decision-options{border:0;padding:0;margin:0 0 20px}.decision-options legend{font-size:12px;font-weight:800;margin-bottom:8px}.decision-options label{display:flex;align-items:center;gap:8px;padding:9px 11px!important;margin:6px 0!important;border:1px solid var(--line)!important;border-radius:10px;font-weight:650!important;cursor:pointer}.decision-options input{accent-color:var(--blue)}
.note-composer{padding:20px;border:1px solid #dfe7f1;border-radius:16px;background:#f8fbff;margin-bottom:24px}.note-composer label{display:block;font-size:11px;font-weight:800;margin:12px 0 6px}.note-composer label:first-child{margin-top:0}.note-composer select,.note-composer textarea{width:100%;border:1px solid #d7e0eb;border-radius:10px;background:#fff;padding:10px 12px;font:inherit;color:inherit}.note-composer textarea{resize:vertical}.note-composer select:focus,.note-composer textarea:focus{outline:3px solid #9bc7f3;border-color:var(--blue)}.note-submit{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.note-submit small{color:var(--muted)}.note-submit button{border:0;border-radius:10px;background:var(--blue);color:#fff;padding:10px 14px;font:inherit;font-weight:800;cursor:pointer}.note-submit button:disabled{opacity:.6}.note-composer>p{min-height:18px;margin:10px 0 0;color:var(--green);font-size:11px}
