:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f5f2;--surface:#fff;--surface-2:#f3f1ec;--ink:#1c1b19;--muted:#6f6a62;--line:#e6e2da;--shadow:0 1px 2px #1c1b190a, 0 12px 32px #1c1b190d;--good:#1f7a45;--good-bg:#e8f5ee;--info:#2c5f93;--info-bg:#e8f1f8;--warn:#8a5a12;--warn-bg:#f8f1e4;--bad:#8d3a32;--bad-bg:#f8ecea;--neutral-bg:#f1efe9;--radius:18px;--sidebar:248px;color:var(--ink);background:var(--bg);font-family:Satoshi,ui-sans-serif,system-ui,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#141311;--surface:#1d1c19;--surface-2:#26241f;--ink:#f4f1ea;--muted:#b3ab9f;--line:#34312b;--shadow:0 12px 32px #00000047;--good-bg:#173224;--info-bg:#172838;--warn-bg:#332817;--bad-bg:#351d1b;--neutral-bg:#2a2824}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);margin:0}button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1{letter-spacing:-.04em;font-size:clamp(2rem,4vw,3.2rem);font-weight:500}h2{font-size:1.15rem;font-weight:500}.sr{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.brand{letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;font-size:.78rem;font-weight:500;display:inline-flex}.brand svg{fill:currentColor;width:16px;height:16px}.brand-light{color:#fff}.btn{cursor:pointer;white-space:nowrap;border:0;border-radius:999px;width:auto;padding:12px 18px;line-height:1.2;transition:transform .16s,opacity .16s}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:default;transform:none}.btn-dark{background:var(--ink);color:var(--bg)}.btn-ghost{border:1px solid var(--line);background:0 0}.google{justify-content:center;align-items:center;gap:10px;min-width:260px;display:inline-flex}.google svg{width:18px;height:18px}.icon-btn,.text-btn{cursor:pointer;color:var(--muted);background:0 0;border:0}.icon-btn{border-radius:10px;width:36px;height:36px}.icon-btn:hover,.text-btn:hover{background:var(--surface-2);color:var(--ink)}.login,.denied{--bg:#f6f5f2;--surface:#fff;--ink:#1c1b19;--muted:#6f6a62;--line:#e6e2da;color:#1c1b19;background:#f3f1ec}.login{grid-template-columns:1.05fr .95fr;gap:8px;min-height:100vh;padding:12px;display:grid}.login-visual{background:#ece8e2;border-radius:28px;min-height:640px;position:relative;overflow:hidden}.login-visual video{object-fit:cover;object-position:center 38%;pointer-events:none;opacity:0;background:#ece8e2;width:100%;height:100%;position:absolute;inset:0}.login-visual video[data-front=true]{opacity:1}.login-visual-copy{flex-direction:column;justify-content:flex-start;padding:28px;display:flex;position:absolute;inset:0}.login-mark{width:min(280px,68%);height:auto}.login-panel{justify-content:center;align-items:center;padding:48px 32px;display:flex}.login-copy{text-align:center;flex-direction:column;align-items:center;gap:12px;width:min(100%,320px);display:flex}.login-copy h1{margin-top:0}.login-copy p,.login-copy small{color:var(--muted);width:100%;line-height:1.5}.login-copy .form-error{width:100%}.login-copy .google{width:100%;min-width:0}.login-mobile{text-align:center;width:min(100%,22rem);margin:0 auto;font-size:1.15rem;line-height:1.45;display:none}.denied{align-content:center;justify-items:start;gap:16px;max-width:720px;min-height:100vh;padding:10vh 12vw;display:grid}.denied p{color:var(--muted);line-height:1.6}.shell{grid-template-columns:var(--sidebar) 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:var(--bg);flex-direction:column;height:100vh;padding:22px 14px;display:flex;position:sticky;top:0}.sidebar-top{justify-content:space-between;align-items:center;padding:6px 10px 22px;display:flex}.sidebar nav,.sidebar-bottom{gap:4px;display:grid}.sidebar-bottom{margin-top:auto}.sidebar a,.sidebar-bottom button{color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;display:flex}.sidebar a.active,.sidebar a:hover,.sidebar-bottom button:hover{background:var(--surface);color:var(--ink)}.workspace{min-width:0}.topbar{align-items:center;gap:10px;padding:16px 28px;display:flex;position:relative}.topbar-spacer{flex:1}.who{align-items:center;gap:8px;text-decoration:none;display:flex}.who img,.who span,.profile img,.profile>span{object-fit:cover;background:var(--surface-2);border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.who em{font-size:.92rem;font-style:normal}.bell{position:relative}.bell i{background:var(--ink);min-width:16px;height:16px;color:var(--bg);border-radius:99px;place-items:center;font-size:10px;font-style:normal;display:grid;position:absolute;top:2px;right:2px}.notice-pop{background:var(--surface);border:1px solid var(--line);width:min(360px,100vw - 32px);box-shadow:var(--shadow);z-index:5;border-radius:16px;padding:14px;position:absolute;top:58px;right:28px}.notice-pop ul,.plain{margin:0;padding:0;list-style:none;display:grid}.notice-pop li,.plain li{border-top:1px solid var(--line);padding:10px 0}.notice-pop li:first-child,.plain li:first-child{border-top:0}.notice-pop p,.plain span,.muted,.lede{color:var(--muted)}.page{gap:22px;padding:8px 28px 88px;display:grid}.page-head{gap:6px;display:grid}.page-head.row,.panel-head,.card-line,.hero-meta,.hero-actions,.modal-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-actions{flex-wrap:wrap;justify-content:flex-end}.modal-actions .btn{white-space:nowrap;flex:none}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.lede{margin-top:4px}.grid-3,.grid-2,.card-grid{gap:16px;display:grid}.grid-3{grid-template-columns:1.4fr .8fr}.span-2{grid-column:1}.grid-2,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel,.project-card,.file-card,.deliverable,.detail,.drawer,.modal{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel{padding:18px}.stack,.list{gap:10px;margin:12px 0 0;padding:0;list-style:none;display:grid}.row-card,.deliverable,.file-card{color:inherit;text-align:left;gap:8px;width:100%;padding:12px;text-decoration:none;display:grid}.row-card{border-radius:14px;grid-template-columns:72px 1fr auto auto;align-items:center}.project-card{color:inherit;text-decoration:none;transition:transform .16s;overflow:hidden}.project-card:hover,.deliverable:hover,.file-card:hover{transform:translateY(-2px)}.project-card img,.project-card .cover{object-fit:cover;width:100%;height:180px}.project-card>div{gap:8px;padding:16px;display:grid}.cover{object-fit:cover;border-radius:10px;width:72px;height:52px}.cover-fallback,.hero-fallback{background:var(--surface-2);color:var(--muted);place-items:center;display:grid}.progress{background:var(--surface-2);border-radius:99px;height:4px;overflow:hidden}.progress span{background:var(--ink);height:100%;display:block}.progress.wide{margin:12px 0}.clamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pill{background:var(--neutral-bg);border-radius:999px;align-items:center;padding:4px 8px;font-size:.75rem;display:inline-flex}.pill-good{background:var(--good-bg);color:var(--good)}.pill-info{background:var(--info-bg);color:var(--info)}.pill-warn{background:var(--warn-bg);color:var(--warn)}.pill-bad{background:var(--bad-bg);color:var(--bad)}.status-select select,.stack-form select,.stack-form input,.drawer input,.drawer select,.drawer textarea,.inline-form input,.note-compose textarea{border:1px solid var(--line);background:var(--surface);border-radius:12px;width:100%;padding:10px 12px}.tabs{gap:6px;padding-bottom:4px;display:flex;overflow:auto}.tabs a{text-transform:capitalize;color:var(--muted);white-space:nowrap;border-radius:999px;padding:8px 12px;text-decoration:none}.tabs a.is-active{background:var(--surface);color:var(--ink);border:1px solid var(--line)}.project-hero{grid-template-columns:280px 1fr;align-items:center;gap:22px;display:grid}.project-hero img,.hero-fallback{object-fit:cover;border-radius:22px;width:100%;height:220px}.members{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.members span{background:var(--surface-2);border-radius:999px;padding:6px 10px;font-size:.85rem}.stats{grid-template-columns:repeat(4,1fr);gap:10px;padding:0;list-style:none;display:grid}.stats strong{font-size:1.4rem;display:block}.stats span,.timeline span,.timeline em{color:var(--muted)}.split{grid-template-columns:1fr .9fr;align-items:start;gap:16px;display:grid}.timeline{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.timeline button,.deliverable{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:16px}.timeline button{text-align:left;gap:4px;width:100%;padding:14px;display:grid}.timeline button.is-active{outline:1px solid var(--ink)}.detail,.drawer{align-content:start;gap:12px;padding:18px;display:grid}.detail header,.drawer header{justify-content:space-between;gap:12px;display:flex}.drawer{z-index:20;width:min(420px,100vw - 32px);position:fixed;top:16px;bottom:16px;right:16px;overflow:auto}.detail-wide{z-index:15;width:min(560px,100vw - 32px);position:fixed;inset:24px 24px 24px auto;overflow:auto}.notes ul{gap:12px;padding:0;list-style:none;display:grid}.notes li{border-bottom:1px solid var(--line);padding-bottom:10px}.note-compose{gap:10px;display:grid;position:relative}.mention-menu{background:var(--surface);border:1px solid var(--line);z-index:3;min-width:180px;max-width:240px;box-shadow:var(--shadow);border-radius:12px;padding:4px;position:absolute;top:calc(100% - 52px);left:0}.mention-menu button{text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;width:100%;padding:8px 10px;display:block}.mention-menu button:hover{background:var(--surface-2)}.mention-menu p{color:var(--muted);margin:0;padding:8px 10px}.approve-card,.approved-mark{border:1px solid var(--line);border-radius:16px;gap:8px;padding:14px;display:grid}.approved-mark{grid-template-columns:auto 1fr;align-items:center}.approved-check{background:var(--good-bg);width:36px;height:36px;color:var(--good);border-radius:50%;place-items:center;display:grid}.modal-back{z-index:40;background:#1c1b1975;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{gap:12px;width:min(460px,100%);padding:22px;display:grid;position:relative}.modal-close{position:absolute;top:12px;right:12px}.modal-copy,.form-error{color:var(--muted);line-height:1.5}.form-error{color:var(--bad)}.empty,.error-state{gap:8px;padding:28px 8px;display:grid}.skeleton{gap:10px;display:grid}.skeleton span{background:linear-gradient(90deg, var(--surface-2), var(--surface), var(--surface-2));background-size:200% 100%;border-radius:8px;height:18px;animation:1.2s infinite shimmer}.skeleton span:first-child{width:46%;height:36px}@keyframes shimmer{to{background-position:-200% 0}}.boot{padding:48px}.narrow{max-width:720px}.stack-form,.inline-form{gap:12px;display:grid}.inline-form{grid-template-columns:1fr auto;margin-top:12px}.check{align-items:center;gap:10px;display:flex}.profile{align-items:center;gap:16px;display:flex}.profile img,.profile>span{width:64px;height:64px;font-size:1.4rem}.tabbar,.mobile-only,.scrim{display:none}.plain a,.plain div{gap:2px;text-decoration:none;display:grid}@media (width<=980px){.login,.shell,.project-hero,.split,.grid-3,.grid-2,.card-grid{grid-template-columns:1fr}.login{align-content:center;justify-items:center}.login-visual{width:100%;min-height:420px}.login-visual-copy{text-align:center;justify-content:center;align-items:center;padding:28px}.login-mark{width:min(240px,72%)}.login-panel{width:100%;padding:8px 24px 32px}.login-copy{display:none}.login-mobile{display:block}.sidebar{z-index:25;width:min(84vw,320px);transition:transform .18s;position:fixed;transform:translate(-105%)}.sidebar.is-open{transform:none}.scrim{z-index:24;background:#00000047;border:0;display:block;position:fixed;inset:0}.mobile-only{display:inline-grid}.icon-btn.mobile-only{place-items:center;gap:4px}.icon-btn.mobile-only span{background:currentColor;width:16px;height:1.5px;display:block}.who em{display:none}.tabbar{background:var(--surface);border:1px solid var(--line);z-index:12;border-radius:18px;grid-template-columns:repeat(5,1fr);padding:6px;display:grid;position:fixed;bottom:12px;left:12px;right:12px}.tabbar a{color:var(--muted);justify-items:center;gap:2px;padding:6px 0;font-size:.68rem;text-decoration:none;display:grid}.tabbar a.active{color:var(--ink)}.page,.topbar{padding-inline:16px}.detail-wide,.drawer{border-radius:0;width:auto;inset:0}.stats{grid-template-columns:repeat(2,1fr)}.row-card{grid-template-columns:64px 1fr}}::view-transition-group(root){animation:none}::view-transition-old(root){mix-blend-mode:normal;object-fit:cover;object-position:top center;width:100%;height:100%;animation-duration:.45s;animation-timing-function:ease-in-out}::view-transition-new(root){mix-blend-mode:normal;object-fit:cover;object-position:top center;width:100%;height:100%;animation-duration:.45s;animation-timing-function:ease-in-out}::view-transition-old(root){z-index:1;animation-name:theme-vt-out}::view-transition-new(root){z-index:2;animation-name:theme-vt-in}@keyframes theme-vt-out{0%{opacity:1}to{opacity:1}}@keyframes theme-vt-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation:none!important}::view-transition-new(root){animation:none!important}}.theme-switch{-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex}.theme-switch__label{color:var(--muted);font-size:.8125rem;font-weight:600;transition:color .25s}.theme-switch__label.is-active{color:var(--ink)}.theme-switch__control{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-switch__control:focus-visible{outline:none;box-shadow:0 0 0 3px #5353ff47}.theme-switch__track{border-radius:999px;width:56px;height:28px;transition:background-color .35s;position:relative;overflow:hidden}.theme-switch[data-mode=light] .theme-switch__track{background:#6b6bff}.theme-switch[data-mode=dark] .theme-switch__track{background:#0a0a12;box-shadow:inset 0 0 0 1px #ffffff14}.theme-switch__knob{z-index:2;border-radius:50%;place-items:center;width:22px;height:22px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:grid;position:absolute;top:3px;left:3px}.theme-switch[data-mode=dark] .theme-switch__knob{transform:translate(28px)}.theme-switch__sun{background:#fff;border-radius:50%;width:22px;height:22px;transition:opacity .25s,transform .25s;box-shadow:0 1px 3px #0f0f1e2e}.theme-switch__moon{color:#fff;opacity:0;width:16px;height:16px;transition:opacity .25s,transform .25s;position:absolute;transform:scale(.7)}.theme-switch[data-mode=light] .theme-switch__sun{opacity:1;transform:scale(1)}.theme-switch[data-mode=light] .theme-switch__moon,.theme-switch[data-mode=dark] .theme-switch__sun{opacity:0;transform:scale(.7)}.theme-switch[data-mode=dark] .theme-switch__moon{opacity:1;transform:scale(1)}.theme-switch__decor{pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.theme-switch__decor--light,.theme-switch__decor--dark{opacity:0}.theme-switch__decor--dark{color:#fff}.theme-switch[data-mode=light] .theme-switch__decor--light,.theme-switch[data-mode=dark] .theme-switch__decor--dark{opacity:1}.theme-switch__dot{background:#ffffffeb;border-radius:50%;position:absolute}.theme-switch__dot--a{width:5px;height:5px;top:8px;right:12px}.theme-switch__dot--b{width:3px;height:3px;top:16px;right:8px}.theme-switch__star{color:#fff;position:absolute}.theme-switch__star--lg{width:9px;height:9px;top:7px;left:11px}.theme-switch__spark{background:#fff;border-radius:50%;position:absolute}.theme-switch__spark--a{width:2px;height:2px;top:8px;left:22px}.theme-switch__spark--b{width:3px;height:3px;top:16px;left:14px}.theme-switch__spark--c{width:2px;height:2px;top:18px;left:22px}.account{position:relative}.account .who{cursor:pointer;background:0 0;border:0;padding:0}.account-menu{background:var(--surface);min-width:180px;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow);z-index:30;border-radius:14px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.account-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:10px 12px}.account-menu button:hover{background:var(--surface-2)}.client-shell,.client-home{color:#1c1b19;background:#f8f7f5;min-height:100vh}:root[data-theme=dark] .client-shell,:root[data-theme=dark] .client-home{color:#f4f1ea;background:#141511}.client-bar{z-index:20;color:#fff;background:#929d65;align-items:center;gap:16px;min-height:76px;padding:12px 28px;display:flex;position:sticky;top:0}:root[data-theme=dark] .client-bar{background:#5d6642}.client-logo{width:auto;height:58px}.client-bar-actions{align-items:center;gap:14px;margin-left:auto;display:flex;position:relative}.client-bar .theme-switch__label{color:#ffffffb8}.client-bar .theme-switch__label.is-active,.client-bar .icon-btn,.client-bar .who,.client-bar .who em{color:#fff}.client-bar .who img,.client-bar .who span{color:#fff;background:#fff3}.client-bar .bell i{color:#5d6642;background:#fff}.client-bar .notice-pop{top:calc(100% + 8px);right:0}.client-hero{color:#fff;background:#1c1b19;height:min(58vh,560px);min-height:360px;position:relative;overflow:hidden}.client-hero img,.client-hero video{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.client-hero video{opacity:0}.client-hero.is-ready video[data-front=true]{opacity:1}.client-hero.is-ready img{opacity:0}.client-hero-copy{background:linear-gradient(#0000,#00000073);gap:4px;padding:48px 7vw 42px;display:grid;position:absolute;bottom:0;left:0;right:0}.client-hero-copy p{letter-spacing:.18em;text-transform:uppercase;font-size:.92rem;font-weight:500;line-height:1.1}.client-hero-copy h1{color:#fff;letter-spacing:-.045em;font-size:clamp(2.15rem,4vw,3.5rem);font-weight:500;line-height:1.02}.client-hero-copy span{font-size:1.05rem;line-height:1.15}.client-body{gap:14px;padding:12px 28px 48px;display:grid}.client-top,.client-bottom{grid-template-columns:minmax(0,1.45fr) minmax(300px,.78fr);align-items:stretch;gap:14px;display:grid}.client-side{align-content:start;gap:14px;display:grid}.client-card{background:#fff;border:1px solid #eceae4;border-radius:22px;align-content:start;gap:14px;height:100%;padding:22px;display:grid;box-shadow:0 10px 28px #1c1b190a}:root[data-theme=dark] .client-card{box-shadow:none;background:#1e201b;border-color:#32352c}.client-card h2{align-items:center;gap:8px;font-size:1.05rem;display:flex}.client-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.client-card-head h2 i,.deliverable-list i{color:#3d4a22;background:#e7edb0;border-radius:99px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.75rem;font-style:normal;display:inline-grid}:root[data-theme=dark] .client-card-head h2 i,:root[data-theme=dark] .deliverable-list i{color:#e7edb0;background:#3d4428}.project-spotlight{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px 8px;padding:16px 28px 16px 4px}.project-spotlight img{object-fit:contain;justify-self:start;width:auto;max-width:100%;height:320px}.project-spotlight>div{align-content:center;justify-self:stretch;gap:10px;width:auto;min-width:0;display:grid}.project-spotlight .contract-btn{margin-top:8px}.project-spotlight h2{letter-spacing:-.03em;font-size:clamp(1.6rem,2vw,2.1rem)}.project-spotlight p{color:var(--muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.status-chip{color:#3f4b24;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#e7edb0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:fit-content;max-width:100%;padding:8px 14px;font-size:.72rem;font-weight:600;line-height:1;display:inline-flex}.meter-row{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.meter{background:#eceae4;border-radius:99px;height:8px;overflow:hidden}:root[data-theme=dark] .meter{background:#32352c}.meter span{border-radius:inherit;background:#8b9a55;height:100%;display:block}.meter-row strong{color:var(--ink);font-size:.95rem}.meter-count{color:var(--muted);font-size:.92rem}.contract-btn{box-sizing:border-box;cursor:pointer;color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#8d9a52;border:0;border-radius:999px;justify-content:center;align-items:center;width:fit-content;max-width:100%;padding:12px 22px;font-size:.82rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.contract-btn:hover{transform:translateY(-1px)}.attention-list,.deliverable-list,.file-grid,.client-timeline{margin:0;padding:0;list-style:none}.attention-list{gap:10px;display:grid}.attention-list button{cursor:pointer;text-align:left;color:#243018;background:#e7edb0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;font-weight:500;display:flex}:root[data-theme=dark] .attention-list button{color:#f4f1ea;background:#3d4428}.attention-list em{font-size:1.2rem;font-style:normal}.nothing{text-align:center;justify-items:center;gap:8px;padding:12px 8px 4px;display:grid}.nothing img{width:min(100%,280px);height:auto}.nothing p{color:var(--muted)}.filter-pills{flex-wrap:wrap;gap:6px;display:flex}.filter-pills button,.dialog-tabs button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:6px 10px;line-height:1.2}.filter-pills button.is-active{color:#243018;background:#e7edb0}:root[data-theme=dark] .filter-pills button.is-active{color:#f4f1ea;background:#3d4428}.client-timeline{gap:0;display:grid}.client-timeline li{grid-template-columns:28px 1fr;align-items:start;gap:12px;padding-bottom:18px;display:grid;position:relative}.client-timeline li:not(:last-child):before{content:"";background:#e4e0d8;width:2px;position:absolute;top:24px;bottom:0;left:10px}:root[data-theme=dark] .client-timeline li:not(:last-child):before{background:#3a3d34}.client-timeline strong{display:block}.client-timeline span{color:var(--muted);font-size:.92rem}.tl-mark{border-radius:50%;place-items:center;width:22px;height:22px;margin-top:2px;display:grid}.tl-mark.is-completed{color:#fff;background:#7f9348}.tl-mark.is-progress{background:#5d7ec4;box-shadow:inset 0 0 0 4px #d5e1f6}.tl-mark.is-upcoming{background:0 0;box-shadow:inset 0 0 0 2px #d9d5cc}.deliverable-list{display:grid}.deliverable-list li{border-top:1px solid var(--line)}.deliverable-list button{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 0;display:flex}.file-grid{grid-template-columns:1fr 1fr;gap:10px 16px;display:grid}.file-grid a,.file-grid span{color:inherit;align-items:center;gap:8px;text-decoration:none;display:flex}.deliverable-dialog{background:var(--surface);width:min(920px,100%);color:var(--ink);border-radius:28px;gap:18px;max-height:min(86vh,760px);padding:28px;display:grid;overflow:auto}.deliverable-dialog header,.dialog-tools{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.deliverable-dialog header h2{color:#6f7b3c;letter-spacing:-.03em;font-size:clamp(1.8rem,3vw,2.4rem)}.deliverable-dialog header p{color:var(--muted);margin-top:6px}.dialog-tools{flex:none;align-items:center}.dialog-grid{grid-template-columns:1.3fr .8fr;align-items:start;gap:22px;display:grid}.dialog-tabs{font-variant:normal;text-transform:none;gap:8px;margin-bottom:8px;display:flex}.dialog-tabs button{font-variant:normal;text-transform:none;letter-spacing:0;background:0 0}.dialog-tabs button.is-active{color:var(--ink);background:#f3f1ec}.detail-list{gap:16px;margin:8px 0 0;display:grid}.detail-list div{gap:2px;display:grid}.detail-list dt{color:var(--muted);font-size:.92rem}.detail-list dd{margin:0;font-weight:500}.approval-card{text-align:center;background:#e7edb0;border:0;border-radius:22px;align-content:center;justify-items:center;gap:14px;padding:28px 22px;display:grid}.approval-card h3{font-size:1.7rem}.approval-card span,.approval-card p{color:#3d4a22;max-width:28ch}.approval-card span{font-size:.82rem;line-height:1.45}:root[data-theme=dark] .approval-card{background:#3d4428}:root[data-theme=dark] .approval-card span,:root[data-theme=dark] .approval-card p{color:#f4f1ea}:root[data-theme=dark] .dialog-tabs button.is-active{background:#2a2d26}html.is-loading,html.is-loading body{overscroll-behavior:none;touch-action:none;height:100%;overflow:hidden!important}.loading-screen{z-index:200;overscroll-behavior:none;touch-action:none;color:#8d9a52;opacity:1;background-color:#f6f5f2;background-image:radial-gradient(160% 120% at 50% 0,#8d9a5229 0%,#f6f5f28c 40%,#f6f5f233 70%,#0000 100%),radial-gradient(90% 50% at 50% 100%,#8d9a5214 0%,#0000 75%);background-repeat:no-repeat;background-size:100% 100%;justify-content:center;align-items:center;width:100%;height:100%;min-height:100dvh;padding:24px;transition:opacity .55s;display:flex;position:fixed;inset:0;overflow:hidden}.loading-screen.is-fading{opacity:0;pointer-events:none}:root[data-theme=dark] .loading-screen{color:#c5d48a;background-color:#141311;background-image:radial-gradient(110% 90% at 50% 40%,#8d9a5261 0%,#8d9a5229 28%,#8d9a520f 52%,#0000 82%)}.loading-screen__dots{color:#8d9a52;width:4.5rem}:root[data-theme=dark] .loading-screen__dots{color:#c5d48a}.pulsating-dots{color:inherit;justify-content:center;align-items:center;gap:.35rem;display:inline-flex}.pulsating-dots__dot{aspect-ratio:1;min-width:0;animation:pulsating-dot var(--pulsating-dots-duration,1s) ease-in-out infinite;will-change:transform, opacity;background:currentColor;border-radius:999px;flex:1 1 0;display:inline-block}@keyframes pulsating-dot{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}@media (prefers-reduced-motion:reduce){.pulsating-dots__dot{opacity:.85;animation:none;transform:none}.loading-screen{transition:none}}@media (width<=980px){.client-top,.client-bottom,.project-spotlight,.dialog-grid,.file-grid{grid-template-columns:1fr}.project-spotlight>div{justify-self:stretch;width:100%}.project-spotlight img{width:min(100%,420px);height:auto}.client-bar{padding-inline:16px}.client-bar .theme-switch__label,.client-bar .who em{display:none}.client-body{padding-inline:16px}.client-hero-copy{padding:28px 20px}.filter-pills{width:100%}}
