:root{--background:#f4f1ea;--surface:#fffefa;--surface-muted:#ece8df;--ink:#171915;--muted:#6f716a;--line:#dedbd2;--teal:#377f79;--teal-soft:#dcebe8;--coral:#c85145;--coral-soft:#f6dfda;--sand:#c9ae7d;--sand-soft:#eee6d6;--shadow:0 18px 55px #24221c14}*{box-sizing:border-box}html{background:var(--background);color:var(--ink);scroll-behavior:smooth}body{background:radial-gradient(circle at 88% 5%, #377f7912, transparent 24rem), var(--background);min-height:100vh;margin:0;font-family:Arial,Segoe UI,Tahoma,sans-serif}button,a{font:inherit;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.portal-shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffefae6;flex-direction:column;height:100vh;padding:28px 20px 20px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-height:64px;display:flex}.brand img{width:55px;height:auto}.brand div,.sidebar-footer div:last-child{flex-direction:column;display:flex}.brand-title{letter-spacing:-.01em;font-size:14px;font-weight:800}.brand-caption{color:var(--muted);margin-top:2px;font-size:12px}.nav-heading{color:#92938d;letter-spacing:.16em;text-transform:uppercase;margin:52px 12px 10px;font-size:10px;font-weight:800}.nav-list{gap:5px;margin:0;padding:0;list-style:none;display:grid}.nav-link{color:#656861;border-radius:11px;align-items:center;gap:12px;min-height:44px;padding:0 13px;font-size:14px;font-weight:600;transition:background .16s,color .16s;display:flex}.nav-link:hover{color:var(--ink);background:#f1eee7}.nav-link.active{background:var(--ink);color:#fff}.nav-mark{border:1.5px solid;border-radius:5px;width:16px;height:16px}.nav-link.active .nav-mark{background:var(--teal);border-color:var(--teal);box-shadow:inset 0 0 0 3px var(--ink)}.sidebar-footer{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:auto;padding:14px 6px 0;display:flex}.avatar,.avatar-button{background:var(--sand-soft);width:36px;height:36px;color:var(--ink);border:0;border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:800;display:grid}.sidebar-footer strong{text-overflow:ellipsis;white-space:nowrap;max-width:155px;font-size:12px;overflow:hidden}.sidebar-footer span{color:var(--muted);margin-top:3px;font-size:10px}.workspace{width:min(1500px,100%);margin:0 auto;padding:42px clamp(24px,4vw,62px) 60px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:800}h1,h2,p{margin-top:0}h1{letter-spacing:-.045em;margin-bottom:6px;font-size:clamp(28px,4vw,42px);line-height:1.05}.intro{color:var(--muted);margin-bottom:0;font-size:14px}.topbar-actions{align-items:center;gap:10px;display:flex}.preview-badge{background:var(--teal-soft);color:#285e59;letter-spacing:.04em;text-transform:uppercase;border:1px solid #c8d9d5;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800}.language-button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:8px 10px;font-size:11px;font-weight:700}.language-button span{color:#bab9b4;margin:0 5px}.avatar-button{cursor:pointer}.filter-row{scrollbar-width:none;align-items:center;gap:8px;margin:32px 0 18px;display:flex;overflow-x:auto}.filter-row>span{color:var(--muted);margin-right:4px;font-size:11px;font-weight:700}.filter{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fffefaa6;border-radius:999px;flex:none;padding:8px 13px;font-size:11px;font-weight:700}.filter.active{border-color:var(--ink);background:var(--ink);color:#fff}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.summary-card{border:1px solid var(--line);background:#fffefae0;border-radius:16px;align-items:center;gap:14px;min-height:104px;padding:19px;display:flex;box-shadow:0 9px 28px #22201b09}.summary-icon{border-radius:13px;width:44px;height:44px;display:block;position:relative}.summary-icon:after{content:"";border:2px solid;border-radius:4px;position:absolute;inset:13px}.summary-icon.teal{background:var(--teal-soft);color:var(--teal)}.summary-icon.sand{background:var(--sand-soft);color:#8b7043}.summary-icon.coral{background:var(--coral-soft);color:var(--coral)}.summary-icon.ink{color:var(--ink);background:#e8e8e4}.summary-card div{flex-direction:column;display:flex}.summary-card strong{letter-spacing:-.04em;font-size:28px}.summary-card div span{color:var(--muted);margin-top:3px;font-size:11px}.content-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);gap:14px;margin-top:14px;display:grid}.panel{border:1px solid var(--line);background:#fffefaeb;border-radius:16px;overflow:hidden;box-shadow:0 9px 28px #22201b09}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:76px;padding:18px 20px;display:flex}.panel-header h2{letter-spacing:-.02em;margin:0;font-size:17px}.panel-header a{color:var(--muted);text-underline-offset:4px;font-size:10px;font-weight:700;text-decoration:underline}.task-list{margin:0;padding:0 20px;list-style:none}.task-list li{border-bottom:1px solid #ebe8e1;grid-template-columns:20px minmax(150px,1fr) auto auto auto;align-items:center;gap:12px;min-height:68px;display:grid}.task-list li:last-child{border-bottom:0}.task-check{cursor:pointer;background:#fff;border:1.5px solid #9c9d96;border-radius:50%;width:16px;height:16px}.task-name{flex-direction:column;min-width:0;display:flex}.task-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.task-name span{color:var(--muted);margin-top:4px;font-size:10px}.department-pill,.status{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:700}.department-pill{color:#65665f;background:#f0eee8}.status{background:var(--teal-soft);color:#2e6963}.status.review{background:var(--sand-soft);color:#80673e}.status.to-do{color:#666760;background:#e8e8e4}.status.overdue{background:var(--coral-soft);color:var(--coral)}.task-list time{color:var(--muted);white-space:nowrap;font-size:10px;font-weight:700}.project-list{padding:4px 20px}.project{border-bottom:1px solid #ebe8e1;padding:17px 0}.project:last-child{border-bottom:0}.project-heading{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.project-heading>div{flex-direction:column;display:flex}.project-heading strong{font-size:12px}.project-heading span{color:var(--muted);margin-top:4px;font-size:10px}.project-heading b{font-size:12px}.progress-track{background:#e4e2dc;border-radius:999px;height:5px;margin-top:12px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--teal);height:100%;display:block}.timeline-panel{grid-column:1/-1}.timeline-legend{color:var(--muted);align-items:center;gap:7px;font-size:10px;display:flex}.timeline-legend i{background:var(--teal);border-radius:50%;width:8px;height:8px}.timeline{padding:8px 20px 20px}.timeline-days{color:var(--muted);text-align:center;grid-template-columns:repeat(14,1fr);margin-left:150px;padding:8px 0 9px;font-size:9px;display:grid}.timeline-row{grid-template-columns:150px minmax(0,1fr);align-items:center;min-height:39px;display:grid}.timeline-row>strong{font-size:10px}.timeline-track{background:repeating-linear-gradient(90deg,#0000 0 calc(7.142% - 1px),#e5e1d8 calc(7.142% - 1px) 7.142%);border-left:1px solid #e5e1d8;height:24px;position:relative}.timeline-track span{background:var(--teal);color:#fff;white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;height:18px;font-size:8px;font-weight:700;display:flex;position:absolute;top:3px;overflow:hidden}@media (max-width:1100px){.portal-shell{grid-template-columns:82px minmax(0,1fr)}.sidebar{padding-inline:13px}.brand{justify-content:center}.brand>div,.nav-heading,.nav-link:not(.active){font-size:0}.nav-link{justify-content:center}.nav-link.active{padding:0;font-size:0}.sidebar-footer div:last-child{display:none}.sidebar-footer{justify-content:center}}@media (max-width:850px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:1fr}.timeline-panel{grid-column:auto}.preview-badge{display:none}.task-list li{grid-template-columns:20px minmax(130px,1fr) auto}.department-pill,.status{display:none}}@media (max-width:620px){.portal-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:74px;padding:8px 18px;display:flex;position:static}.brand{min-height:0}.brand>div{display:flex}.brand-title{font-size:12px}.brand-caption{font-size:10px}.sidebar nav,.sidebar-footer{display:none}.workspace{padding:28px 16px 45px}.topbar{align-items:center}.topbar-actions .language-button{display:none}h1{font-size:27px}.intro{max-width:260px;font-size:12px}.summary-grid{gap:9px}.summary-card{min-height:86px;padding:13px}.summary-icon{width:34px;height:34px}.summary-icon:after{inset:10px}.summary-card strong{font-size:23px}.task-list{padding-inline:14px}.task-list li{grid-template-columns:20px minmax(0,1fr) auto}.timeline{overflow-x:auto}.timeline-days,.timeline-row{min-width:650px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
