:root{color-scheme:light;--bg: #f4efe7;--bg-elevated: rgba(255, 251, 247, .88);--surface: rgba(255, 254, 251, .92);--surface-strong: #fffdf9;--border: rgba(40, 54, 50, .12);--text: #1d2927;--muted: #61706c;--accent: #0f6c66;--accent-soft: rgba(15, 108, 102, .12);--accent-strong: #0b4f4b;--highlight: #ad6e3b;--danger: #b55345;--shadow: 0 30px 70px rgba(31, 42, 39, .12);--gradient: radial-gradient(circle at top left, rgba(173, 110, 59, .2), transparent 34%), radial-gradient(circle at top right, rgba(15, 108, 102, .16), transparent 28%), linear-gradient(180deg, #f8f2ea 0%, #f1ebe3 100%)}:root[data-theme=dark]{color-scheme:dark;--bg: #101817;--bg-elevated: rgba(17, 26, 25, .92);--surface: rgba(22, 33, 32, .92);--surface-strong: #1b2726;--border: rgba(201, 225, 220, .08);--text: #edf3f1;--muted: #9dafaa;--accent: #6fd3c7;--accent-soft: rgba(111, 211, 199, .12);--accent-strong: #9ce8df;--highlight: #d59a65;--danger: #e18779;--shadow: 0 30px 70px rgba(0, 0, 0, .34);--gradient: radial-gradient(circle at top left, rgba(111, 211, 199, .12), transparent 30%), radial-gradient(circle at top right, rgba(213, 154, 101, .12), transparent 28%), linear-gradient(180deg, #0d1414 0%, #111918 100%)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--gradient);color:var(--text);font-family:Aptos,Segoe UI Variable,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding:32px}.app-shell--workspace{padding:24px}.app-shell--auth{max-width:1280px;margin:0 auto}.auth-hero,.dashboard-topbar{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;padding:28px;border:1px solid rgba(40,54,50,.12);border-radius:32px;background:radial-gradient(circle at top right,rgba(173,110,59,.12),transparent 24%),linear-gradient(180deg,#ffffffc2,#fff9),var(--bg-elevated);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow)}.auth-hero{margin-bottom:24px}.dashboard-topbar__actions,.auth-hero__side{display:flex;gap:12px;align-items:flex-start}.auth-hero__side{flex-direction:column}.auth-hero h1,.dashboard-topbar h1{max-width:780px;margin:0 0 12px;font-size:clamp(2rem,3.4vw,3.7rem);line-height:.96;letter-spacing:-.05em}.hero__eyebrow,.section-card__eyebrow{margin:0 0 8px;color:var(--highlight);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero__copy{max-width:720px;margin:0;color:var(--muted);font-size:1rem}.dashboard-topbar__copy,.auth-hero__copy .hero__copy{max-width:720px}.auth-hero__points{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.auth-hero__points span,.section-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(15,108,102,.16);background:#ffffffa3;color:var(--accent-strong);font-size:.82rem;font-weight:800}.auth-hero__panel{width:min(320px,100%);padding:18px;border-radius:24px;border:1px solid rgba(15,108,102,.12);background:linear-gradient(145deg,rgba(15,108,102,.14),transparent 70%),#ffffffa8}.auth-hero__panel-label{margin:0 0 8px;color:var(--highlight);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.auth-hero__panel strong,.auth-hero__panel p{display:block}.auth-hero__panel strong{margin-bottom:8px;font-size:1.1rem}.auth-hero__panel p{margin:0;color:var(--muted)}.theme-toggle,.button{border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);transition:transform .18s ease,border-color .18s ease,background .18s ease}.theme-toggle:hover,.button:hover{transform:translateY(-1px);border-color:var(--accent)}.theme-toggle{display:inline-flex;gap:12px;align-items:center;padding:14px 18px}.workspace-grid{display:grid;gap:20px}.workspace-grid--desktop{grid-template-columns:minmax(280px,1fr) minmax(520px,2fr)}.desktop-board{max-width:900px}.board-controls{display:flex;gap:12px;align-items:center;justify-content:space-between;margin:12px 0 16px;flex-wrap:wrap}.board-controls__filters{flex:1 1 280px;min-width:240px}.modal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.modal-add{margin:0 0 14px}.dashboard-shell{display:flex;flex-direction:column;gap:20px;max-width:1180px;margin:0 auto}.dashboard-searchbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-searchbar__meta{flex:0 0 auto}.dashboard-search{position:relative;display:flex;align-items:center;gap:10px;min-height:60px;flex:1 1 auto;padding:0 16px 0 18px;border-radius:22px;border:1px solid rgba(40,54,50,.12);background:linear-gradient(135deg,rgba(15,108,102,.1),transparent 70%),#ffffffb3;box-shadow:0 14px 28px #1f2a270f}.dashboard-search--mobile{min-height:54px;margin-top:18px}.dashboard-search__icon{width:18px;height:18px;border:2px solid rgba(97,112,108,.9);border-radius:999px;position:relative;flex:0 0 auto}.dashboard-search__icon:after{content:"";position:absolute;right:-5px;bottom:-4px;width:8px;height:2px;border-radius:999px;background:#61706ce6;transform:rotate(45deg)}.dashboard-search__input{width:100%;border:0;background:transparent;color:var(--text);outline:0;font-size:1rem}.workspace-grid--mobile{grid-template-columns:1fr}.mobile-shell{display:flex;flex-direction:column;gap:16px;padding:0 0 96px;min-height:100vh}.pos-header{display:grid;grid-template-columns:110px 1fr 110px;align-items:center;gap:12px;padding:12px;border-radius:26px;border:1px solid var(--border);background:var(--bg-elevated);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.pos-header__left,.pos-header__right{display:flex;align-items:center;gap:10px}.pos-header__center{text-align:center;min-width:0}.pos-header__title{margin:0;font-size:1.1rem;letter-spacing:-.03em}.pos-header__subtitle{margin:4px 0 0;color:var(--muted);font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-icon{width:44px;height:44px;border-radius:16px;border:1px solid var(--border);background:var(--surface);color:var(--text);display:grid;place-items:center}.pos-icon:disabled{opacity:.65;cursor:default}.pos-icon--soft{border-color:#0f6c662e;background:linear-gradient(140deg,rgba(15,108,102,.12),transparent 70%),var(--surface)}.pos-icon__arrow,.pos-user__chev-shape,.pos-filter__chev-shape{display:inline-block;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor}.pos-icon__arrow{transform:rotate(135deg);margin-left:4px}.pos-icon__mark,.pos-icon__spark{width:18px;height:18px;border-radius:7px;background:linear-gradient(160deg,var(--highlight),var(--accent));box-shadow:0 10px 18px #0000001f}.pos-brand{width:44px;height:44px;border-radius:16px;border:1px solid rgba(15,108,102,.2);background:linear-gradient(140deg,var(--accent-soft),transparent 60%),var(--surface);display:grid;place-items:center}.pos-brand__mark{width:18px;height:18px;border-radius:6px;background:linear-gradient(160deg,var(--highlight),var(--accent));box-shadow:0 10px 18px #00000024}.pos-header__right{justify-content:flex-end}.pos-user{height:44px;padding:0 12px 0 10px;border-radius:18px;border:1px solid rgba(15,108,102,.22);background:linear-gradient(135deg,var(--accent-soft),transparent 70%),var(--surface);color:var(--text);display:inline-flex;align-items:center;gap:8px}.pos-user__avatar{width:28px;height:28px;border-radius:12px;display:grid;place-items:center;background:var(--surface-strong);border:1px solid var(--border);font-weight:900}.pos-user__chev{color:var(--muted);display:grid;place-items:center}.pos-user__chev-shape,.pos-filter__chev-shape{width:8px;height:8px;transform:rotate(45deg)}.mobile-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.metric-tile{min-width:0;overflow:hidden;padding:14px 14px 12px;border-radius:20px;border:1px solid rgba(40,54,50,.12);background:linear-gradient(135deg,#ffffffd1,#ffffff94);box-shadow:0 14px 28px #1f2a2714;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.metric-tile:hover{transform:translateY(-1px);box-shadow:0 18px 32px #1f2a271a;border-color:#0f6c6633}.metric-tile--neutral{background:linear-gradient(135deg,#ffffffd1,#ffffff94)}.metric-tile--accent{border-color:#0f6c6638;background:linear-gradient(135deg,#0f6c6629,#ffffffa8),linear-gradient(135deg,#ffffffd1,#ffffff8f)}.metric-tile--highlight{border-color:#ad6e3b38;background:linear-gradient(135deg,#ad6e3b2e,#ffffffa8),linear-gradient(135deg,#ffffffd1,#ffffff8f)}.metric-tile__row{display:flex;align-items:center;gap:10px;min-width:0}.metric-tile__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(140deg,#ad6e3b29,#0f6c661f);border:1px solid rgba(40,54,50,.12);flex:0 0 auto}.metric-tile__title{margin:0;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:800;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;text-align:center}.metric-tile__value{font-size:1.35rem;letter-spacing:-.02em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 0 auto}.metric-glyph{position:relative;display:inline-block;width:14px;height:14px}.metric-glyph:before,.metric-glyph:after{content:"";position:absolute;inset:0}.metric-glyph--default:before,.metric-glyph--active:before{border-radius:50%;background:linear-gradient(160deg,var(--highlight),var(--accent))}.metric-glyph--active:after{inset:3px;border-radius:50%;border:2px solid rgba(255,255,255,.85)}.metric-glyph--projects:before{inset:1px;border-radius:4px;background:linear-gradient(160deg,var(--accent-strong),var(--accent));box-shadow:5px 5px #ad6e3b38}.metric-glyph--clients:before{inset:1px 3px 5px;border-radius:999px 999px 8px 8px;background:var(--accent-strong)}.metric-glyph--clients:after{inset:0 2px auto;height:6px;border-radius:999px;background:var(--highlight)}.metric-glyph--outstanding:before{inset:1px;border-radius:50%;border:2px solid var(--accent-strong)}.metric-glyph--outstanding:after{top:2px;left:6px;width:2px;height:10px;background:var(--highlight);box-shadow:-4px 4px #0f6c6638}.metric-tile__desc{margin:10px 0 0;color:var(--muted);font-size:.74rem;line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-overview-card{padding:22px;border-radius:28px;border:1px solid var(--border);background:radial-gradient(circle at top right,rgba(173,110,59,.14),transparent 24%),linear-gradient(180deg,#ffffffc7,#ffffff9e),var(--surface);box-shadow:var(--shadow)}.mobile-overview-card h2{margin:0;font-size:1.85rem;letter-spacing:-.05em;line-height:.98}.mobile-overview-card__copy{margin:12px 0 0;color:var(--muted);line-height:1.55}.mobile-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mobile-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.mobile-controls__filter{flex:1 1 240px;min-width:220px}.mobile-controls--stacked{flex-direction:column;align-items:stretch}.mobile-controls__filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%}.mobile-controls__action{align-self:stretch}.pos-filter{min-width:0;overflow:hidden;display:grid;grid-template-columns:1fr auto 16px;grid-template-rows:auto auto;align-items:center;column-gap:10px;row-gap:6px;padding:12px;border-radius:18px;border:1px solid rgba(40,54,50,.12);background:linear-gradient(135deg,#ffffffd1,#ffffff94);color:var(--text);text-align:left;box-shadow:0 14px 28px #1f2a2714;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pos-filter:hover{transform:translateY(-1px);box-shadow:0 18px 32px #1f2a271a;border-color:#0f6c6633}.pos-filter--neutral{background:linear-gradient(135deg,#ffffffd1,#ffffff94)}.pos-filter--accent{border-color:#0f6c6638;background:linear-gradient(135deg,#0f6c6629,#ffffffa8),linear-gradient(135deg,#ffffffd1,#ffffff8f)}.pos-filter--highlight{border-color:#ad6e3b38;background:linear-gradient(135deg,#ad6e3b2e,#ffffffa8),linear-gradient(135deg,#ffffffd1,#ffffff8f)}.pos-filter--static{pointer-events:none}.pos-filter__label{grid-column:1 / 2;grid-row:1 / 2;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--muted)}.pos-filter__value{grid-column:1 / 3;grid-row:2 / 3;display:inline-flex;align-items:center;gap:8px;min-width:0}.pos-filter__icon{width:22px;height:22px;display:grid;place-items:center;border-radius:10px;background:#0f6c6614;border:1px solid rgba(15,108,102,.12)}.pos-filter__text{font-weight:800;font-size:.92rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-filter__chev{grid-column:3 / 4;grid-row:1 / 3;align-self:center;justify-self:end;color:var(--muted)}.pill-glyph{position:relative;display:inline-block;width:12px;height:12px}.pill-glyph:before,.pill-glyph:after{content:"";position:absolute}.pill-glyph--budget:before{inset:1px;border-radius:3px;border:2px solid var(--accent-strong)}.pill-glyph--budget:after{top:3px;left:4px;width:6px;height:2px;background:var(--highlight)}.pill-glyph--paid:before{inset:0;border-radius:50%;background:linear-gradient(160deg,var(--accent),var(--accent-strong))}.pill-glyph--paid:after{left:5px;top:2px;width:2px;height:8px;background:#ffffffeb}.mobile-card{padding:22px;border-radius:28px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffffc2,#ffffff8f),var(--surface);box-shadow:var(--shadow)}.mobile-card--main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;position:relative;overflow:hidden}.mobile-card--main:before{content:"";position:absolute;inset:0;opacity:.14;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27720%27%20height%3D%27460%27%20viewBox%3D%270%200%20720%20460%27%3E%3Cdefs%3E%3CradialGradient%20id%3D%27g1%27%20cx%3D%2730%25%27%20cy%3D%2710%25%27%20r%3D%2760%25%27%3E%3Cstop%20offset%3D%270%25%27%20stop-color%3D%27%230f6c66%27%20stop-opacity%3D%270.55%27/%3E%3Cstop%20offset%3D%27100%25%27%20stop-color%3D%27%230f6c66%27%20stop-opacity%3D%270%27/%3E%3C/radialGradient%3E%3CradialGradient%20id%3D%27g2%27%20cx%3D%2780%25%27%20cy%3D%2735%25%27%20r%3D%2760%25%27%3E%3Cstop%20offset%3D%270%25%27%20stop-color%3D%27%23ad6e3b%27%20stop-opacity%3D%270.52%27/%3E%3Cstop%20offset%3D%27100%25%27%20stop-color%3D%27%23ad6e3b%27%20stop-opacity%3D%270%27/%3E%3C/radialGradient%3E%3ClinearGradient%20id%3D%27grid%27%20x1%3D%270%27%20y1%3D%270%27%20x2%3D%271%27%20y2%3D%271%27%3E%3Cstop%20offset%3D%270%25%27%20stop-color%3D%27%231d2927%27%20stop-opacity%3D%270.10%27/%3E%3Cstop%20offset%3D%27100%25%27%20stop-color%3D%27%231d2927%27%20stop-opacity%3D%270%27/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20width%3D%27720%27%20height%3D%27460%27%20fill%3D%27white%27%20fill-opacity%3D%270%27/%3E%3Cpath%20d%3D%27M20%2040%20C160%2030%2C%20260%2070%2C%20360%2060%20C470%2050%2C%20540%2020%2C%20700%2050%27%20fill%3D%27none%27%20stroke%3D%27url(%23grid)%27%20stroke-width%3D%272%27/%3E%3Cpath%20d%3D%27M10%20180%20C170%20130%2C%20240%20210%2C%20390%20190%20C520%20170%2C%20610%20130%2C%20710%20160%27%20fill%3D%27none%27%20stroke%3D%27url(%23grid)%27%20stroke-width%3D%272%27/%3E%3Ccircle%20cx%3D%27140%27%20cy%3D%27330%27%20r%3D%27180%27%20fill%3D%27url(%23g1)%27/%3E%3Ccircle%20cx%3D%27560%27%20cy%3D%27360%27%20r%3D%27210%27%20fill%3D%27url(%23g2)%27/%3E%3C/svg%3E");background-size:cover;background-position:center;filter:blur(.2px)}.mobile-card--main>*{position:relative;z-index:1}.mobile-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.mobile-card__header h3{margin:0;font-size:1.2rem;letter-spacing:-.03em}.mobile-card__count,.section-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;min-width:48px;border-radius:999px;background:#0f6c6614;border:1px solid rgba(15,108,102,.12);color:var(--accent-strong);font-weight:800;font-size:.82rem}.mobile-card__copy,.section-copy,.desktop-spotlight__copy{margin:0 0 16px;color:var(--muted);line-height:1.5}.mobile-muted{margin:0;color:var(--muted)}.fab{position:fixed;right:18px;bottom:18px;width:64px;height:64px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 60%),linear-gradient(160deg,var(--accent),var(--accent-strong));color:#fff;font-size:2rem;font-weight:700;box-shadow:0 18px 36px #0000003d}.workspace-column{display:flex;flex-direction:column;gap:20px}.workspace-column--wide{min-width:0}.section-card{padding:22px;border:1px solid var(--border);border-radius:28px;background:linear-gradient(180deg,#ffffffb8,#ffffff8f),var(--surface);box-shadow:var(--shadow)}.section-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.section-card__header h2{margin:0;font-size:1.32rem;letter-spacing:-.03em}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stats-grid--mobile{grid-template-columns:1fr}.stats-grid--desktop-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid--desktop-hud{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{padding:16px;border-radius:18px;background:#ffffff8a;border:1px solid rgba(15,108,102,.1)}.stat-card--accent{background:linear-gradient(135deg,var(--accent-soft),transparent 90%),var(--surface-strong)}.stat-card p,.stat-card strong{margin:0}.stat-card p{color:var(--muted);margin-bottom:8px}.stat-card strong{font-size:1.35rem}.section-copy{margin:0 0 18px;color:var(--muted);line-height:1.5}.dashboard-filter-row{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.dashboard-filter-row__grid{display:grid;grid-template-columns:repeat(3,minmax(170px,1fr));gap:12px;flex:1 1 720px}.desktop-spotlight{padding:18px;margin-bottom:16px;border-radius:22px;border:1px solid rgba(15,108,102,.1);background:linear-gradient(145deg,rgba(15,108,102,.1),transparent 62%),#ffffff75}.desktop-spotlight__label{margin:0 0 8px;color:var(--highlight);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.desktop-spotlight strong{display:block;margin-bottom:8px;font-size:2rem;line-height:1;letter-spacing:-.04em}.stack-sm,.stack-md{display:flex;flex-direction:column}.stack-sm{gap:12px}.stack-md{gap:18px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:16px;background:var(--surface-strong);color:var(--text)}.field--select{text-align:left;display:flex;align-items:center;justify-content:space-between;gap:12px}.field__select-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.field__select-text--placeholder{font-weight:600;color:var(--muted)}.field__select-chev{flex:0 0 auto;width:8px;height:8px;border-right:2px solid rgba(97,112,108,.9);border-bottom:2px solid rgba(97,112,108,.9);transform:rotate(45deg)}.file-drop{display:grid;gap:6px;padding:14px;border-radius:18px;border:1px dashed rgba(40,54,50,.18);background:#ffffff6b}.file-drop__label{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--muted)}.file-drop__hint{font-size:.8rem;color:var(--muted)}.file-drop__input{width:100%}.select-sheet{display:flex;flex-direction:column;gap:8px;padding-bottom:8px}.select-popover-backdrop{position:fixed;inset:0;z-index:80;background:#0a0f0e38}.select-popover{position:fixed;z-index:81;padding:14px;border-radius:24px;border:1px solid rgba(40,54,50,.12);background:linear-gradient(180deg,#ffffffdb,#ffffffb8),var(--surface);box-shadow:0 22px 50px #00000038;overflow:hidden;display:flex;flex-direction:column}.select-popover__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(40,54,50,.1);margin-bottom:12px}.select-popover__title{font-size:1.05rem;font-weight:900;letter-spacing:-.02em}.select-popover__hint{margin-top:6px;font-size:.8rem;color:var(--muted)}.select-popover__close{border:1px solid rgba(40,54,50,.12);background:#ffffff9e;color:var(--text);border-radius:999px;padding:8px 12px;font-weight:800}.select-popover .select-sheet{overflow:auto;padding-right:2px}.select-sheet__option{width:100%;text-align:left;min-height:44px;padding:10px 12px;border-radius:18px;border:1px solid rgba(40,54,50,.12);background:linear-gradient(180deg,#ffffffb8,#ffffff8f),var(--surface);color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:12px}.select-sheet__option--active{border-color:#0f6c6647;background:linear-gradient(140deg,rgba(15,108,102,.16),transparent 60%),linear-gradient(180deg,#ffffffc7,#fff9),var(--surface)}.select-sheet__label{font-weight:800;font-size:.95rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-sheet__check{width:12px;height:6px;border-left:3px solid var(--accent);border-bottom:3px solid var(--accent);transform:rotate(-45deg);flex:0 0 auto}.field:focus{outline:2px solid rgba(15,108,102,.24);border-color:var(--accent)}.field--textarea{min-height:90px;resize:vertical}.button{padding:12px 16px;font-weight:700}.button__content{display:inline-flex;gap:10px;align-items:center;justify-content:center}.button--primary{background:var(--accent);border-color:var(--accent);color:#fff}.button--secondary{background:var(--accent-soft);border-color:#0f6c6638}.button--menu{background:linear-gradient(135deg,var(--accent-soft),transparent 70%),var(--surface);border-color:#0f6c663d}.button--compact{padding:10px 14px;font-weight:800}.modal-backdrop{position:fixed;inset:0;background:#0a0f0e85;display:grid;place-items:center;padding:18px;z-index:50}.modal-backdrop--sheet{place-items:end center;padding:14px 14px calc(14px + env(safe-area-inset-bottom,0px))}.modal-backdrop--fullscreen{padding:0;place-items:stretch}.modal{width:min(720px,100%);max-height:min(86vh,860px);overflow:auto;border-radius:28px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.modal--fullscreen{width:100%;height:100%;max-height:100vh;border-radius:0;border-left:0;border-right:0;border-bottom:0}.modal--sheet{width:min(560px,100%);max-height:min(62vh,640px);overflow:hidden;border-radius:28px}.modal--sheet .modal__body{overflow:auto;max-height:calc(min(62vh,640px) - 90px)}.modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 14px;border-bottom:1px solid var(--border)}.modal__title{margin:0;font-size:1.3rem}.modal__desc{margin:8px 0 0;color:var(--muted)}.modal__close{border:1px solid var(--border);background:transparent;color:var(--text);border-radius:999px;padding:10px 14px}.modal__body{padding:18px 22px 22px}.modal__footer{padding:16px 22px 22px;border-top:1px solid var(--border)}.tabs{display:inline-flex;gap:8px;padding:6px;border-radius:999px;border:1px solid var(--border);background:var(--surface-strong);margin-bottom:16px}.tab{border:1px solid transparent;background:transparent;padding:10px 14px;border-radius:999px;color:var(--muted);font-weight:700}.tab--active{border-color:#0f6c6647;background:var(--accent-soft);color:var(--accent-strong)}.inline-divider{height:1px;background:var(--border);margin:14px 0}.project-list{display:grid;gap:12px}.project-list--feed{gap:16px}.project-list--mobile{overflow:visible}.project-list--mobile--compact{max-height:none}.mobile-project-detail{margin-top:18px;padding-top:18px;border-top:1px solid rgba(40,54,50,.12)}.mobile-project-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.mobile-project-detail__header h3{margin:0;font-size:1.15rem;letter-spacing:-.03em}.project-card{width:100%;text-align:left;padding:16px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffffa8,#ffffff7a),var(--surface-strong);color:var(--text);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.project-card:hover{transform:translateY(-2px);border-color:#0f6c6642;box-shadow:0 18px 34px #1f2a2714}.project-card--active{border-color:var(--accent);background:linear-gradient(140deg,rgba(15,108,102,.18),transparent 58%),linear-gradient(180deg,#ffffffd1,#ffffff94),var(--surface-strong);box-shadow:0 22px 40px #0f6c661f}.project-card--compact{display:flex;align-items:center;gap:12px;padding:14px}.project-card--feed{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.9fr);gap:18px;padding:18px}.project-card__feed-main,.project-card__feed-side{min-width:0}.project-card__thumb{width:44px;height:44px;flex:0 0 auto;border-radius:18px;border:1px solid rgba(40,54,50,.12);background:linear-gradient(140deg,#ad6e3b29,#0f6c6624);display:grid;place-items:center;font-weight:900;color:#1d2927d1}.project-card__main{flex:1 1 auto;min-width:0}.project-card__topline{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.project-card__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card__client{margin:6px 0 0;color:var(--muted);font-size:.82rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card__date{flex:0 0 auto;color:var(--muted);font-size:.78rem;font-weight:700;white-space:nowrap}.project-card__status{flex:0 0 auto}.project-card__feed-foot,.project-card__timeline-hint{display:flex;justify-content:space-between;gap:10px;align-items:center;color:var(--muted)}.project-card__timeline-hint{margin-top:16px;padding-top:14px;border-top:1px solid rgba(40,54,50,.1)}.project-card__feed-foot{margin-top:8px;font-size:.8rem}.project-card__feed-foot strong,.project-card__timeline-hint strong{color:var(--text)}.project-card__header,.project-card__meta,.timeline-entry__row,.mini-metrics{display:flex;justify-content:space-between;gap:12px}.project-card__header p,.project-card__description,.project-summary p,.empty-state p{color:var(--muted)}.project-card__header strong,.project-card__meta span,.timeline-entry__row strong{display:block}.project-card__description{margin:10px 0 0;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.project-card__meta,.timeline-entry__row span,.mini-metrics span{color:var(--muted);font-size:.9rem}.project-card__meta{margin-top:12px}.project-card__meta--triplet{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.project-card__meta--triplet span{display:grid;gap:4px;padding:10px 12px;border-radius:18px;border:1px solid rgba(40,54,50,.1);background:#ffffff8c}.project-card__meta--triplet strong{font-size:1.05rem;color:var(--text)}.project-card__meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.project-card__meta-grid span{display:grid;gap:4px;padding:12px;border-radius:18px;border:1px solid rgba(40,54,50,.1);background:#ffffff9e;color:var(--muted);font-size:.84rem}.project-card__meta-grid strong{color:var(--text);font-size:1rem}.status-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.8rem;font-weight:700;text-transform:capitalize}.status-badge--completed{background:#70af7f2e}.status-badge--draft,.status-badge--on_hold{background:#ad6e3b29;color:var(--highlight)}.project-summary{padding:18px;border-radius:22px;border:1px solid rgba(15,108,102,.12);background:linear-gradient(135deg,rgba(15,108,102,.12),transparent 78%),#ffffff85}.project-summary--mobile{padding:18px 18px 16px}.project-journal-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:20px;border-radius:24px;border:1px solid rgba(15,108,102,.16);background:linear-gradient(135deg,rgba(15,108,102,.12),transparent 68%),#ffffff9e}.project-journal-hero__title{margin:0;font-size:1.45rem;letter-spacing:-.04em}.project-journal-hero__copy{margin:10px 0 0;color:var(--muted);line-height:1.5}.mother-card{padding:18px;border-radius:24px;border:1px solid rgba(40,54,50,.12);background:linear-gradient(180deg,#ffffffb8,#ffffff8f),var(--surface);box-shadow:0 14px 28px #1f2a2714}.mother-card--add{border-color:#0f6c6638;background:linear-gradient(140deg,rgba(15,108,102,.12),transparent 65%),linear-gradient(180deg,#ffffffc2,#ffffff94),var(--surface)}.mother-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.mother-card__header--tight{margin-bottom:12px}.mother-card__title{margin:0;font-size:1.05rem;letter-spacing:-.03em}.mother-card__desc{margin:10px 0 0;color:var(--muted);line-height:1.45}.mother-card__chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;min-width:44px;border-radius:999px;background:#0f6c6614;border:1px solid rgba(15,108,102,.12);color:var(--accent-strong);font-weight:800;font-size:.82rem}.project-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.project-overview-grid--mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.project-overview-grid__item{padding:14px;border-radius:20px;border:1px solid rgba(40,54,50,.1);background:#ffffff8f}.project-overview-grid__item span{display:block;color:var(--muted);font-size:.82rem}.project-overview-grid__item strong{display:block;margin-top:6px;font-size:1.05rem}.mini-metrics{margin-top:18px}.inline-status{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:18px;border:1px solid rgba(15,108,102,.18);background:linear-gradient(140deg,#0f6c661a,#ffffff9e);color:var(--text);font-weight:800}.inline-status--sticky{position:sticky;top:10px;z-index:5}.mini-metrics--compact{margin-top:16px}.mini-metrics strong{display:block;margin-top:4px}.timeline-feed{display:flex;flex-direction:column;gap:14px}.timeline-entry{display:grid;grid-template-columns:16px 1fr;gap:14px}.timeline-entry__dot{width:12px;height:12px;border-radius:999px;background:var(--accent);margin-top:9px;box-shadow:0 0 0 8px var(--accent-soft)}.timeline-entry__content{padding:14px 16px;border-radius:18px;background:var(--surface-strong);border:1px solid var(--border)}.timeline-entry__content p{margin:10px 0 8px;color:var(--muted)}.timeline-entry__content small{color:var(--muted);font-weight:700}.timeline-entry__type{display:inline-flex;margin-bottom:6px;padding:5px 9px;border-radius:999px;background:#0f6c6614;color:var(--accent-strong);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.timeline-entry__when{text-align:right}.timeline-entry__when small,.timeline-entry__amount{display:block;margin-top:6px}.timeline-entry__amount{color:var(--highlight);font-weight:800}.loading-shell,.empty-state{padding:28px;border-radius:24px;border:1px dashed var(--border);background:#ffffff0a}.auth-shell{display:flex;justify-content:center;padding:24px 0 8px}.auth-card{width:min(100%,520px);padding:28px;border:1px solid var(--border);border-radius:28px;background:linear-gradient(180deg,#ffffffd1,#ffffffa8),var(--surface);box-shadow:var(--shadow)}.auth-card__header{margin-bottom:18px}.auth-card__footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:16px;color:var(--muted)}.auth-card h2,.auth-copy{margin-top:0}.auth-copy,.form-message{color:var(--muted)}.form-message{margin:0;font-size:.95rem}.form-message--error{color:var(--danger)}.form-message--notice{color:var(--accent-strong)}.auth-switch{margin-top:16px;padding:0;border:0;background:transparent;color:var(--accent)}.spinner{display:inline-block;border-radius:999px;border:2px solid rgba(255,255,255,0);border-top-color:var(--accent-strong);border-right-color:#0f6c6642;animation:spin .7s linear infinite}.spinner--sm{width:16px;height:16px}.spinner--md{width:22px;height:22px}@keyframes spin{to{transform:rotate(360deg)}}.empty-state h3,.empty-state p{margin:0}.empty-state h3{margin-bottom:8px}@media(max-width:960px){body{font-size:14px}.app-shell{padding:16px}.app-shell--workspace{padding:12px}.auth-hero,.dashboard-topbar{flex-direction:column;padding:22px;border-radius:24px}.dashboard-topbar__actions,.auth-hero__side{width:100%;flex-direction:column;align-items:stretch}.auth-hero h1,.dashboard-topbar h1{font-size:2.2rem}.dashboard-searchbar,.dashboard-filter-row{flex-direction:column;align-items:stretch}.stats-grid--desktop-hud,.dashboard-filter-row__grid,.project-card--feed,.project-overview-grid,.mobile-controls__filter-grid{grid-template-columns:1fr}.project-card--feed{gap:14px}.form-row{grid-template-columns:1fr}.project-card__header,.timeline-entry__row,.mini-metrics{flex-direction:column}.project-card__meta--triplet,.project-card__meta-grid{grid-template-columns:1fr}.project-journal-hero{flex-direction:column}.timeline-entry__when{text-align:left}.auth-card__footer{flex-direction:column;align-items:flex-start}}
