:root{--brand-orange:#ea5515;--brand-orange-deep:#ce4310;--brand-brown:#412211;--brand-brown-2:#5a321d;--brand-beige:#cabc9d;--canvas:#f5f2eb;--surface:#fff;--surface-soft:#faf8f3;--ink:#241b16;--ink-soft:#6f635b;--ink-faint:#9a8f87;--line:#e7e0d6;--line-strong:#d8cdbf;--green:#2f7669;--green-soft:#e5f2ee;--red:#b5483d;--red-soft:#f9eae7;--amber:#be741f;--amber-soft:#fff1d7;--blue:#356d91;--blue-soft:#e7f1f7;--purple:#73588f;--purple-soft:#f0eaf6;--shadow-sm:0 1px 2px #4122110d, 0 8px 28px #4122110a;--shadow-lg:0 24px 80px #2e1a102e;--radius:16px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{color:var(--brand-orange);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-size:13px;font-weight:700;transition:all .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button.primary{color:#fff;background:var(--brand-orange);box-shadow:0 7px 18px #ea551533}.button.primary:hover{background:var(--brand-orange-deep)}.button.secondary{border-color:var(--line);background:var(--surface)}.button.secondary:hover{border-color:var(--brand-beige);background:var(--surface-soft)}.button.danger{color:var(--red);background:#fff8f7;border-color:#efd0cb}.button.wide{width:100%}.icon-button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:11px;place-items:center;width:40px;height:40px;padding:0;display:inline-grid}.icon-button:hover{border-color:var(--brand-beige);color:var(--brand-orange)}.avatar{color:#fff;background:linear-gradient(145deg, var(--brand-orange), #f28b52);border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:grid}.avatar.mini{width:28px;height:28px;font-size:11px}.progress-track{background:#eee8df;border-radius:999px;height:6px;display:block;overflow:hidden}.progress-track i{border-radius:inherit;background:var(--brand-orange);height:100%;transition:width .25s;display:block}.danger-text{color:var(--red)!important}.warn-text{color:var(--amber)!important}.ok-text{color:var(--green)!important}.boot-screen{min-height:100vh;color:var(--brand-brown);place-content:center;justify-items:center;gap:18px;font-size:14px;font-weight:700;display:grid}.boot-screen img{animation:1.6s ease-in-out infinite breathe}@keyframes breathe{50%{opacity:.8;transform:scale(1.06)}}.auth-page{background:var(--surface-soft);grid-template-columns:minmax(420px,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:var(--brand-brown);flex-direction:column;padding:clamp(42px,6vw,90px);display:flex;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";border:1px solid #cabc9d2e;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-220px;right:-180px;box-shadow:0 0 0 70px #cabc9d09,0 0 0 140px #cabc9d06}.auth-brand-panel:after{content:"";background:var(--brand-orange);width:110px;height:6px;position:absolute;top:0;left:clamp(42px,6vw,90px)}.auth-brand-panel>img{background:#fffffff0;border-radius:14px;width:min(335px,78%);height:auto;padding:14px 18px}.auth-brand-copy{z-index:1;max-width:610px;margin:auto 0;position:relative}.auth-brand-copy .eyebrow{color:var(--brand-beige)}.auth-brand-copy h1{letter-spacing:-.06em;margin:13px 0 18px;font-size:clamp(54px,6vw,82px);line-height:.98}.auth-brand-copy p{color:#ded2c7;max-width:550px;margin:0;font-size:clamp(16px,1.6vw,20px);line-height:1.8}.auth-proof-list{z-index:1;flex-wrap:wrap;gap:10px;display:flex;position:relative}.auth-proof-list span{color:#eee5dc;background:#ffffff0b;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:8px;padding:11px 13px;font-size:12px;display:inline-flex}.auth-proof-list svg{color:var(--brand-orange)}.auth-form-panel{place-items:center;padding:36px;display:grid}.auth-card{border:1px solid var(--line);background:var(--surface);width:min(440px,100%);box-shadow:var(--shadow-lg);border-radius:22px;padding:38px}.auth-icon{color:#fff;background:var(--brand-orange);border-radius:15px;place-items:center;width:50px;height:50px;margin-bottom:22px;display:grid}.auth-card h2{letter-spacing:-.04em;margin:8px 0;font-size:28px}.auth-card>p{color:var(--ink-soft);margin:0 0 24px;font-size:13px;line-height:1.7}.auth-card label{color:var(--ink-soft);gap:7px;margin-bottom:15px;font-size:12px;font-weight:700;display:grid}.auth-card input{border:1px solid var(--line);height:46px;color:var(--ink);background:#fff;border-radius:11px;outline:none;padding:0 13px}.auth-card input:focus{border-color:var(--brand-orange);box-shadow:0 0 0 3px #ea55151a}.auth-card small{color:var(--ink-faint);text-align:center;margin-top:15px;font-size:11px;line-height:1.6;display:block}.form-error,.form-alert{border-radius:10px;align-items:flex-start;gap:8px;margin:4px 0 16px;padding:11px 12px;font-size:12px;line-height:1.5;display:flex}.form-error{color:var(--red);background:var(--red-soft)}.form-alert{color:#7b571e;background:var(--amber-soft)}.app-shell{grid-template-columns:238px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:30;color:#fff;background:var(--brand-brown);flex-direction:column;height:100vh;padding:24px 18px 18px;display:flex;position:sticky;top:0}.sidebar:after{content:"";background:var(--brand-orange);width:82px;height:5px;position:absolute;top:0;left:24px}.sidebar-brand{margin:5px 5px 34px}.sidebar-brand>img{background:#fffffff5;border-radius:10px;width:170px;height:auto;padding:8px 10px}.sidebar-brand>div{align-items:baseline;gap:8px;margin-top:15px;display:flex}.sidebar-brand b{letter-spacing:-.03em;font-size:20px}.sidebar-brand span{color:#bdaa9e;font-size:10px}.sidebar nav{gap:4px;display:grid}.nav-section{color:#8f7e72;letter-spacing:.16em;text-transform:uppercase;margin:0 11px 8px;font-size:9px;font-weight:800}.sidebar nav button{color:#cdbfb6;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;min-height:43px;padding:0 12px;font-size:13px;display:flex;position:relative}.sidebar nav button:hover{color:#fff;background:#ffffff0e}.sidebar nav button.active{color:#fff;background:#ea55152e}.sidebar nav button.active:before{content:"";background:var(--brand-orange);border-radius:999px;width:3px;height:20px;position:absolute;left:-2px}.sidebar nav button i{background:#f18b5f;border-radius:50%;width:7px;height:7px;margin-left:auto;box-shadow:0 0 0 4px #ea551524}.sidebar-status{background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:10px;margin-top:auto;padding:12px;display:flex}.status-led{background:#cfb15f;border-radius:50%;flex:none;width:8px;height:8px;margin-top:4px;box-shadow:0 0 0 4px #cfb15f1a}.status-led.synced{background:#69c5a7;box-shadow:0 0 0 4px #69c5a71a}.status-led.offline{background:#dd786e;box-shadow:0 0 0 4px #dd786e1a}.sidebar-status div{gap:3px;display:grid}.sidebar-status b{font-size:11px}.sidebar-status small{color:#a9978c;font-size:9px;line-height:1.4}.sidebar-user{align-items:center;gap:10px;margin-top:12px;padding:10px 8px;display:flex}.sidebar-user>div{gap:2px;min-width:0;display:grid}.sidebar-user b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sidebar-user small{color:#a9978c;font-size:10px}.sidebar-user button{color:#a9978c;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.sidebar-user>div+button{margin-left:auto}.sidebar-user button:hover{color:#fff;background:#ffffff14}.nav-backdrop{display:none}.workspace{min-width:0;min-height:100vh}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f2ebeb;justify-content:space-between;align-items:center;gap:20px;height:78px;padding:0 30px;display:flex;position:sticky;top:0}.topbar-title{align-items:center;gap:12px;display:flex}.topbar-title h1{letter-spacing:-.04em;margin:3px 0 0;font-size:21px}.mobile-menu{border:1px solid var(--line);background:var(--surface);border-radius:10px;place-items:center;width:40px;height:40px;display:none}.topbar-actions{align-items:center;gap:9px;display:flex}.sync-pill{border:1px solid var(--line);height:34px;color:var(--ink-soft);background:var(--surface);border-radius:999px;align-items:center;gap:6px;padding:0 11px;font-size:10px;display:inline-flex}.sync-pill.synced svg{color:var(--green)}.sync-pill.offline{color:var(--red)}.content{padding:26px 30px 46px}.loading-panel{text-align:center;place-content:center;justify-items:center;min-height:62vh;display:grid}.loading-panel svg{color:var(--brand-orange)}.loading-panel h2{margin:16px 0 7px;font-size:20px}.loading-panel p{max-width:430px;color:var(--ink-soft);margin:0 0 20px;font-size:13px;line-height:1.7}.dashboard-layout{grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:18px;display:grid}.welcome-card{color:#fff;background:linear-gradient(118deg, var(--brand-brown), #5a2d17);min-height:142px;box-shadow:var(--shadow-sm);border-radius:20px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:24px;padding:28px 30px;display:flex;position:relative;overflow:hidden}.welcome-card:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:260px;height:260px;position:absolute;top:-135px;right:20%;box-shadow:0 0 0 48px #ffffff06,0 0 0 96px #ffffff04}.welcome-card>div:first-child{z-index:1;position:relative}.welcome-card .eyebrow{color:var(--brand-beige)}.welcome-card h2{letter-spacing:-.05em;margin:8px 0;font-size:clamp(24px,2.5vw,34px)}.welcome-card p{color:#d9cbc2;margin:0;font-size:12px}.week-switcher{z-index:1;border:1px solid var(--line);background:var(--surface);border-radius:14px;align-items:center;gap:8px;padding:7px;display:flex;position:relative}.welcome-card .week-switcher{color:var(--ink);background:#fffffff5;border-color:#ffffff24}.week-switcher>button{background:var(--surface-soft);cursor:pointer;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.week-switcher>button:hover{color:var(--brand-orange)}.week-switcher>div{text-align:center;gap:1px;min-width:170px;display:grid}.week-switcher b{font-size:12px}.week-switcher span{color:var(--ink-soft);font-size:9px}.week-switcher .today-button{width:auto;color:var(--brand-orange);background:#fff3ed;padding:0 10px;font-size:10px;font-weight:700}.metric-grid{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:128px;box-shadow:var(--shadow-sm);align-items:flex-start;gap:15px;padding:19px;display:flex}.metric-icon{border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.metric-icon svg{width:19px}.metric-card.brown .metric-icon{color:var(--brand-brown);background:#eee7de}.metric-card.orange .metric-icon{color:var(--brand-orange);background:#fff0e8}.metric-card.green .metric-icon{color:var(--green);background:var(--green-soft)}.metric-card.red .metric-icon{color:var(--red);background:var(--red-soft)}.metric-card>div{display:grid}.metric-card>div>span{color:var(--ink-soft);font-size:11px}.metric-card b{letter-spacing:-.05em;margin-top:4px;font-size:29px}.metric-card b small{color:var(--ink-soft);letter-spacing:0;margin-left:4px;font-size:11px}.metric-card p{color:var(--ink-faint);margin:5px 0 0;font-size:9px}.dashboard-main-card,.dashboard-side-card,.activity-log-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.dashboard-main-card>header,.dashboard-side-card>header,.activity-log-card>header{justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 22px 14px;display:flex}.dashboard-main-card h3,.dashboard-side-card h3,.activity-log-card h3{margin:5px 0 0;font-size:16px}.soft-label{color:var(--ink-soft);background:var(--surface-soft);border-radius:999px;padding:6px 9px;font-size:9px}.focus-list{padding:0 12px 12px}.focus-list>button{text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #f0ebe4;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:14px;width:100%;min-height:64px;padding:10px 10px 10px 14px;display:grid;position:relative}.focus-list>button:hover{background:var(--surface-soft);border-radius:10px}.risk-bar{background:var(--line-strong);border-radius:999px;width:3px;height:26px;position:absolute;left:0}.risk-bar.red{background:var(--red)}.risk-bar.amber{background:var(--amber)}.focus-copy{gap:4px;min-width:0;display:grid}.focus-copy b,.focus-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.focus-copy b{font-size:12px}.focus-copy span{color:var(--ink-soft);font-size:10px}.focus-meta{justify-items:end;gap:4px;display:grid}.focus-meta small{color:var(--ink-faint);font-size:9px}.stage-pill{border-radius:999px;width:fit-content;padding:4px 7px;font-size:9px;font-weight:750}.stage-neutral{color:#5e5b58;background:#efeeec}.stage-blue{color:var(--blue);background:var(--blue-soft)}.stage-orange{color:#9c5c18;background:var(--amber-soft)}.stage-purple{color:var(--purple);background:var(--purple-soft)}.stage-success{color:var(--green);background:var(--green-soft)}.stage-danger{color:var(--red);background:var(--red-soft)}.activity-list{padding:0 22px 20px}.activity-list article{gap:12px;min-height:54px;display:flex;position:relative}.activity-list article:not(:last-child):after{content:"";background:var(--line);width:1px;position:absolute;top:17px;bottom:-2px;left:4px}.activity-dot{z-index:1;border:2px solid var(--surface);background:var(--brand-orange);width:9px;height:9px;box-shadow:0 0 0 1px var(--brand-orange);border-radius:50%;flex:none;margin-top:5px;position:relative}.activity-list div{align-content:start;gap:4px;display:grid}.activity-list b{font-size:11px;line-height:1.5}.activity-list small{color:var(--ink-faint);font-size:9px}.activity-list.compact{padding-top:2px}.activity-list.compact b{font-weight:650}.baseline-banner{color:#704c1d;background:#fff8e8;border:1px solid #ead4b1;border-radius:13px;grid-column:1/-1;align-items:center;gap:12px;padding:14px 16px;display:flex}.baseline-banner>div{flex:1;gap:3px;display:grid}.baseline-banner b{font-size:11px}.baseline-banner span{font-size:10px;line-height:1.5}.view-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.toolbar-filters{align-items:center;gap:9px;display:flex}.search-box{border:1px solid var(--line);background:var(--surface);border-radius:11px;align-items:center;gap:8px;width:min(320px,28vw);height:40px;padding:0 11px;display:flex}.search-box svg{color:var(--ink-faint)}.search-box input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.toolbar-filters select,.month-picker input{border:1px solid var(--line);height:40px;color:var(--ink);background:var(--surface);border-radius:11px;outline:none;padding:0 10px;font-size:11px}.board-scroll{padding-bottom:10px;overflow-x:auto}.kanban-board{grid-template-columns:repeat(6,minmax(220px,1fr));gap:12px;min-width:1400px;display:grid}.kanban-lane{border:1px solid var(--line);background:#efebe5;border-radius:15px;min-height:560px}.kanban-lane>header{border-bottom:1px solid #41221112;align-items:center;gap:9px;height:61px;padding:0 13px;display:flex}.lane-dot{background:#89857f;border-radius:50%;width:8px;height:8px}.lane-blue .lane-dot{background:var(--blue)}.lane-orange .lane-dot{background:var(--amber)}.lane-purple .lane-dot{background:var(--purple)}.lane-green .lane-dot{background:var(--green)}.lane-red .lane-dot{background:var(--red)}.kanban-lane>header div{gap:2px;display:grid}.kanban-lane>header b{font-size:12px}.kanban-lane>header small{color:var(--ink-faint);font-size:8px}.kanban-lane>header em{min-width:22px;height:22px;color:var(--ink-soft);background:#ffffffa6;border-radius:999px;place-items:center;margin-left:auto;font-size:9px;font-style:normal;display:grid}.lane-stack{align-content:start;gap:9px;padding:9px;display:grid}.lane-empty{color:var(--ink-faint);text-align:center;padding:22px 10px;font-size:9px}.lane-add{min-height:37px;color:var(--ink-soft);cursor:pointer;background:0 0;border:1px dashed #cdc2b6;border-radius:10px;justify-content:center;align-items:center;gap:6px;font-size:9px;display:flex}.lane-add:hover{color:var(--brand-orange);border-color:var(--brand-orange);background:#fff6}.work-card{background:var(--surface);border:1px solid #e4ddd4;border-radius:12px;padding:13px;position:relative;overflow:hidden;box-shadow:0 4px 14px #4122110a}.work-card:before{content:"";background:0 0;width:3px;position:absolute;inset:0 auto 0 0}.work-card.risk-red:before{background:var(--red)}.work-card.risk-amber:before{background:var(--amber)}.work-card-top{align-items:center;gap:5px;display:flex}.work-card-top>button{width:27px;height:27px;color:var(--ink-faint);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;margin-left:auto;display:grid}.work-card-top>button:hover{color:var(--brand-orange);background:var(--surface-soft)}.template-tag{color:var(--brand-orange);background:#fff0e8;border-radius:999px;align-items:center;gap:3px;padding:4px 6px;font-size:8px;display:inline-flex}.work-card h4{margin:11px 0 4px;font-size:13px;line-height:1.45}.work-client{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:9px;overflow:hidden}.work-tags{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.work-tags span{color:var(--ink-soft);background:var(--surface-soft);border-radius:6px;padding:4px 6px;font-size:8px}.work-action{background:#faf8f4;border-radius:9px;gap:4px;margin-top:11px;padding:10px;display:grid}.work-action small{color:var(--ink-faint);font-size:8px}.work-action b{font-size:10px;line-height:1.45}.work-action span{color:var(--ink-soft);align-items:center;gap:4px;font-size:8px;display:flex}.blocker{color:var(--red);background:var(--red-soft);border-radius:8px;align-items:flex-start;gap:5px;margin-top:8px;padding:7px 8px;font-size:8px;line-height:1.5;display:flex}.assignee-row{border-top:1px solid #efe9e2;align-items:center;gap:7px;margin-top:12px;padding-top:10px;display:flex}.assignee-row>div{gap:1px;display:grid}.assignee-row b{font-size:9px}.assignee-row small{color:var(--ink-faint);font-size:7px}.updated-by{color:var(--ink-faint);text-align:right;margin-left:auto;font-size:7px;line-height:1.5}.subtask-progress{gap:6px;margin-top:10px;display:grid}.subtask-progress>div:first-child{color:var(--ink-soft);justify-content:space-between;align-items:center;font-size:8px;display:flex}.subtask-progress b{color:var(--ink)}.unit-dots{flex-wrap:wrap;gap:4px;display:flex}.unit-dots button{border:1px solid var(--line);width:22px;height:22px;color:var(--ink-soft);cursor:pointer;background:#fff;border-radius:7px;padding:0;font-size:8px}.unit-dots button.doing{color:var(--amber);background:var(--amber-soft);border-color:#e9cfa6}.unit-dots button.done{color:#fff;border-color:var(--green);background:var(--green)}.view-intro{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:26px 28px;display:flex}.view-intro h2{letter-spacing:-.045em;margin:7px 0;font-size:24px}.view-intro p{color:var(--ink-soft);margin:0;font-size:11px;line-height:1.7}.view-intro.compact{padding:22px 25px}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.project-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;padding:19px}.project-card>header{color:var(--ink-soft);align-items:center;gap:7px;font-size:9px;display:flex}.project-status{background:var(--green);border-radius:50%;width:8px;height:8px}.project-status.paused{background:var(--amber)}.project-status.archived{background:var(--ink-faint)}.project-card>header div{gap:5px;margin-left:auto;display:flex}.project-card>header button{color:var(--ink-soft);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:3px;padding:5px 6px;font-size:8px;display:flex}.project-card>header button:hover{color:var(--brand-orange);background:var(--surface-soft)}.project-icon{width:42px;height:42px;color:var(--brand-orange);background:#fff0e8;border-radius:12px;place-items:center;margin-top:20px;display:grid}.project-card h3{margin:14px 0 5px;font-size:16px}.project-card>p{color:var(--ink-soft);margin:0;font-size:10px}.project-period{gap:8px;margin-top:17px;display:grid}.project-period span{color:var(--ink-soft);align-items:center;gap:7px;font-size:9px;display:flex}.project-brief{background:var(--surface-soft);border-radius:10px;gap:5px;margin-top:15px;padding:11px;display:grid}.project-brief small{color:var(--ink-faint);font-size:8px}.project-brief b{font-size:10px;line-height:1.55}.project-card>footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;margin-top:15px;padding-top:13px;display:flex}.project-card>footer>div{align-items:center;gap:7px;display:flex}.project-card>footer>div>span:last-child{gap:1px;display:grid}.project-card>footer b{font-size:9px}.project-card>footer small,.project-card>footer>span{color:var(--ink-faint);font-size:7px}.archived-projects{border:1px solid var(--line);background:#ffffff8c;border-radius:13px;margin-top:18px;padding:14px 18px}.archived-projects summary{color:var(--ink-soft);cursor:pointer;font-size:10px}.archived-projects button{border:0;border-top:1px solid var(--line);cursor:pointer;background:0 0;justify-content:space-between;width:100%;padding:10px 0;font-size:10px;display:flex}.archived-projects button span{color:var(--ink-faint)}.calendar-legend{color:var(--ink-soft);gap:14px;font-size:9px;display:flex}.calendar-legend span{align-items:center;gap:5px;display:flex}.calendar-legend i{border-radius:50%;width:7px;height:7px}.calendar-legend i.orange{background:var(--brand-orange)}.calendar-legend i.brown{background:var(--brand-brown)}.calendar-grid{grid-template-columns:repeat(7,minmax(150px,1fr));gap:9px;display:grid;overflow-x:auto}.calendar-grid>section{border:1px solid var(--line);background:#ffffff7a;border-radius:14px;min-height:530px}.calendar-grid>section.today{border-color:var(--brand-orange);box-shadow:0 0 0 2px #ea551514}.calendar-grid>section>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:60px;padding:0 11px;display:flex}.calendar-grid>section>header div{gap:2px;display:grid}.calendar-grid>section>header span{color:var(--ink-faint);font-size:8px}.calendar-grid>section>header b{font-size:10px}.calendar-grid>section>header button{width:28px;height:28px;color:var(--brand-orange);cursor:pointer;background:#fff0e8;border:0;border-radius:8px;place-items:center;display:grid}.calendar-grid>section>div{align-content:start;gap:8px;padding:8px;display:grid}.calendar-grid article{color:#fff;background:var(--brand-orange);border-radius:10px;padding:11px}.calendar-grid article.travel{background:var(--brand-brown)}.calendar-grid article>div:first-child{color:#ffffffc7;justify-content:space-between;font-size:8px;display:flex}.calendar-grid article em{font-style:normal}.calendar-grid article>b{margin-top:8px;font-size:11px;display:block}.calendar-grid article p{margin:5px 0;font-size:8px;line-height:1.5}.calendar-grid article small{color:#ffffffb8;font-size:7px}.calendar-grid article footer{border-top:1px solid #ffffff2e;gap:5px;margin-top:9px;padding-top:7px;display:flex}.calendar-grid article footer button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:7px}.calendar-empty{color:var(--ink-faint);text-align:center;padding:24px 5px;font-size:8px}.team-view{gap:18px;display:grid}.team-section{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;padding:22px}.team-section>header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:17px;display:flex}.team-section h2{margin:6px 0 0;font-size:18px}.capacity-list{gap:8px;display:grid}.capacity-list article{border:1px solid #eee8df;border-radius:11px;grid-template-columns:minmax(180px,.7fr) minmax(300px,1.3fr);align-items:center;gap:8px 20px;padding:11px 12px;display:grid}.member-main{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0;display:flex}.member-main>div{gap:2px;display:grid}.member-main b{font-size:11px}.member-main small{color:var(--ink-faint);font-size:8px}.capacity-numbers{color:var(--ink-soft);grid-template-columns:repeat(3,1fr);gap:10px;font-size:9px;display:grid}.capacity-numbers b{color:var(--ink)}.capacity-numbers span:last-child{text-align:right}.capacity-list .progress-track{grid-column:2}.account-table{display:grid}.account-head,.account-row{grid-template-columns:minmax(160px,1fr) 120px 105px 150px 34px;align-items:center;gap:10px;min-height:47px;display:grid}.account-head{color:var(--ink-faint);border-bottom:1px solid var(--line);font-size:9px}.account-row{border-bottom:1px solid #f0ebe4;font-size:9px}.account-row>span:first-child{gap:2px;display:grid}.account-row b{font-size:10px}.account-row small{color:var(--ink-faint)}.account-row select{border:1px solid var(--line);background:#fff;border-radius:8px;height:31px;padding:0 7px;font-size:9px}.account-row>button{width:30px;height:30px;color:var(--ink-soft);background:var(--surface-soft);cursor:pointer;border:0;border-radius:8px;place-items:center;display:grid}.permission-note{background:var(--surface-soft);border-radius:12px;align-items:center;gap:12px;padding:18px;display:flex}.permission-note svg{color:var(--brand-orange)}.permission-note div{gap:4px;display:grid}.permission-note b{font-size:11px}.permission-note span{color:var(--ink-soft);font-size:9px}.client-chips{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.client-chips article{border:1px solid var(--line);border-radius:11px;align-content:start;gap:5px;min-height:88px;padding:13px;display:grid}.client-chips b{font-size:11px}.client-chips span{color:var(--brand-orange);font-size:8px}.client-chips small{color:var(--ink-soft);font-size:8px;line-height:1.45}.client-chips article>button{width:fit-content;color:var(--ink-soft);background:var(--surface-soft);cursor:pointer;border:0;border-radius:7px;align-items:center;gap:4px;margin-top:5px;padding:5px 7px;font-size:8px;display:inline-flex}.client-chips article>button:hover{color:var(--brand-orange)}.activity-view .metric-grid{margin-bottom:18px}.month-picker{color:var(--ink-soft);gap:5px;font-size:9px;display:grid}.activity-log-card>header>span{color:var(--ink-faint);font-size:9px}.activity-log-card .activity-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;display:grid}.activity-log-card .activity-list article:nth-last-child(-n+2):after{display:none}.empty-state{text-align:center;place-content:center;justify-items:center;min-height:180px;padding:28px;display:grid}.empty-state>span{width:43px;height:43px;color:var(--brand-orange);background:#fff0e8;border-radius:13px;place-items:center;margin-bottom:12px;display:grid}.empty-state>b{font-size:13px}.empty-state p{max-width:430px;color:var(--ink-soft);margin:7px 0 14px;font-size:10px;line-height:1.6}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#2618118c;place-items:center;padding:22px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--surface);width:min(650px,100%);max-height:calc(100vh - 44px);box-shadow:var(--shadow-lg);border:1px solid #ffffff59;border-radius:20px;flex-direction:column;display:flex}.modal.wide{width:min(880px,100%)}.modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:20px 22px 16px;display:flex}.modal>header h2{margin:6px 0 0;font-size:20px}.modal-body{padding:20px 22px;overflow-y:auto}.modal>footer{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:8px;padding:14px 22px;display:flex}.modal>footer>span{color:var(--ink-soft);align-items:center;gap:5px;margin-right:auto;font-size:9px;line-height:1.45;display:inline-flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-grid label{min-width:0;color:var(--ink-soft);align-content:start;gap:6px;font-size:10px;font-weight:700;display:grid}.form-grid .span-2{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:9px;outline:none;font-size:11px}.form-grid input,.form-grid select{height:40px;padding:0 10px}.form-grid textarea{resize:vertical;min-height:76px;padding:10px;line-height:1.55}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--brand-orange);box-shadow:0 0 0 3px #ea551517}.toast{z-index:200;color:#fff;background:var(--brand-brown);max-width:min(520px,100vw - 30px);min-height:45px;box-shadow:var(--shadow-lg);border-radius:12px;align-items:center;gap:8px;padding:0 15px;font-size:11px;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%)}@media (max-width:1220px){.metric-grid,.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-chips{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop-only{display:none}.toolbar-filters{flex-wrap:wrap;justify-content:flex-end}.search-box{width:260px}}@media (max-width:900px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{min-height:310px;padding:36px}.auth-brand-copy{margin:45px 0 30px}.auth-brand-copy h1{font-size:48px}.auth-proof-list{display:none}.auth-form-panel{padding:24px}.app-shell{grid-template-columns:1fr}.sidebar{width:244px;transition:transform .22s;position:fixed;left:0;transform:translate(-105%);box-shadow:18px 0 45px #23150e3d}.sidebar.open{transform:translate(0)}.nav-backdrop{z-index:25;background:#2d1f1761;border:0;display:block;position:fixed;inset:0}.mobile-menu{display:grid}.topbar{padding:0 18px}.content{padding:20px 18px 42px}.dashboard-layout{grid-template-columns:1fr}.dashboard-main-card,.dashboard-side-card{grid-column:1}.welcome-card{flex-direction:column;align-items:flex-start}.welcome-card .week-switcher{justify-content:center;width:100%}.view-toolbar{flex-direction:column;align-items:stretch}.toolbar-filters{justify-content:stretch}.search-box{flex:100%;width:100%}.toolbar-filters select{flex:1}.calendar-grid{min-width:1100px}.calendar-view{overflow-x:auto}.client-chips{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.auth-brand-panel{min-height:250px;padding:28px 24px}.auth-brand-panel>img{width:230px}.auth-brand-copy{margin:35px 0 0}.auth-brand-copy h1{font-size:42px}.auth-brand-copy p{font-size:14px}.auth-form-panel{padding:0}.auth-card{box-shadow:none;border-width:1px 0 0;border-radius:24px 24px 0 0;padding:28px 22px 34px}.topbar{height:70px}.topbar-title .eyebrow{display:none}.topbar-title h1{margin:0;font-size:18px}.sync-pill,.topbar-actions .icon-button{display:none}.topbar-actions .button{width:40px;padding:0;font-size:0}.topbar-actions .button svg{width:18px}.content{padding:15px 12px 36px}.welcome-card{min-height:210px;padding:22px}.welcome-card h2{font-size:25px}.week-switcher{justify-content:center;width:100%}.week-switcher>div{min-width:130px}.week-switcher .today-button{display:none}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.metric-card{gap:10px;min-height:112px;padding:14px}.metric-icon{width:34px;height:34px}.metric-card b{font-size:24px}.metric-card p{display:none}.baseline-banner{align-items:flex-start}.baseline-banner .button{display:none}.focus-list>button{grid-template-columns:minmax(0,1fr) 18px}.focus-meta{display:none}.view-intro{flex-direction:column;align-items:flex-start;padding:20px}.view-intro h2{font-size:20px}.project-grid,.client-chips,.capacity-list article{grid-template-columns:1fr}.capacity-list .progress-track{grid-column:1}.capacity-numbers span:last-child{text-align:left}.account-table{overflow-x:auto}.account-head,.account-row{min-width:650px}.activity-log-card .activity-list{grid-template-columns:1fr}.activity-log-card .activity-list article:nth-last-child(-n+2):after{display:block}.activity-log-card .activity-list article:last-child:after{display:none}.modal-backdrop{place-items:end center;padding:0}.modal,.modal.wide{border-radius:20px 20px 0 0;width:100%;max-height:94vh}.modal>header,.modal-body{padding:18px}.modal>footer{flex-wrap:wrap;padding:12px 18px}.modal>footer>span{width:100%;margin-bottom:3px}.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
