:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;--background:#f4f1e8;--surface:#fffdf8;--surface-strong:#fff;--text:#20342b;--text-soft:#637168;--green:#416b51;--green-strong:#2f5940;--green-soft:#dfe9df;--clay:#a6654a;--clay-soft:#f0e1d8;--line:#dedfd6;--error:#a43d35;--focus:#2f6f4c;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background);min-width:320px}body{background:var(--background);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 65%, transparent);outline-offset:2px}.eyebrow{color:var(--green);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:750}.boot-screen{min-height:100vh;color:var(--text-soft);place-content:center;justify-items:center;gap:14px;display:grid}.button-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:21px;height:21px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.login-page{grid-template-columns:minmax(360px,.9fr) 1.1fr;min-height:100vh;display:grid}.login-brand{color:#fdfcf5;background:#355a45;align-items:center;min-height:100vh;padding:clamp(36px,7vw,108px);display:flex}.login-brand-inner{max-width:520px}.login-mark{color:#f6d9c8;border:1px solid #91aa98;border-radius:8px;place-items:center;width:66px;height:66px;margin-bottom:32px;display:grid}.login-brand .eyebrow{color:#c9d9cc}.login-brand h1{margin:8px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,8vw,7.4rem);font-weight:500;line-height:.88}.login-brand-inner>p:not(.eyebrow){color:#e4e9e3;max-width:460px;margin:0;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.65}.trust-line{color:#c9d9cc;align-items:center;gap:10px;margin-top:44px;font-size:.88rem;line-height:1.45;display:flex}.login-form-column{background:var(--background);place-items:center;min-height:100vh;padding:32px;display:grid}.login-form{flex-direction:column;width:min(100%,440px);display:flex}.form-heading{margin-bottom:32px}.form-heading h2{margin:8px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,2.7rem);font-weight:500}.form-heading>p:last-child{color:var(--text-soft);margin:0;line-height:1.55}.login-form label{margin:0 0 8px;font-size:.9rem;font-weight:700}.input-shell{background:var(--surface-strong);border:1px solid var(--line);height:52px;color:var(--text-soft);border-radius:7px;align-items:center;gap:11px;margin-bottom:20px;padding:0 14px;transition:border-color .18s,box-shadow .18s;display:flex}.input-shell:focus-within{border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb, var(--green) 14%, transparent)}.input-shell input{width:100%;min-width:0;height:48px;color:var(--text);background:0 0;border:0;outline:0;font-size:1rem}.password-toggle{width:42px;height:42px;color:var(--text-soft);background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.password-toggle:hover{background:var(--green-soft);color:var(--green-strong)}.primary-button{border:1px solid var(--green-strong);background:var(--green-strong);color:#fff;border-radius:7px;place-items:center;min-height:50px;margin-top:8px;font-weight:750;transition:background .18s,transform .18s;display:grid}.primary-button:hover:not(:disabled){background:#244a34}.primary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled{opacity:.65;cursor:wait}.text-link{color:var(--green-strong);text-underline-offset:4px;align-self:center;margin-top:22px;font-size:.9rem;font-weight:700}.form-error{border-left:3px solid var(--error);color:#7d2f2a;background:#f8e8e5;margin:-4px 0 12px;padding:12px 14px;font-size:.9rem;line-height:1.45}.app-shell{grid-template-columns:244px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);z-index:20;background:#eeece3;flex-direction:column;height:100vh;padding:24px 16px 18px;display:flex;position:sticky;top:0}.sidebar-head{justify-content:space-between;align-items:center;padding:0 8px 28px;display:flex}.brand{align-items:center;gap:10px;display:inline-flex}.brand-mark{background:var(--green-strong);color:#fff;border-radius:7px;place-items:center;width:38px;height:38px;display:grid}.brand-name{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:600}.primary-nav{flex-direction:column;gap:3px;display:flex}.primary-nav a,.settings-link{color:#53635a;border-radius:6px;align-items:center;gap:12px;min-height:46px;padding:0 12px;font-size:.92rem;font-weight:650;text-decoration:none;transition:color .16s,background .16s;display:flex}.primary-nav a:hover,.settings-link:hover{color:var(--text);background:#e1e5dd}.primary-nav a.active,.settings-link.active{background:var(--green-soft);color:var(--green-strong)}.settings-link{margin-top:auto}.app-column{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--background) 92%, white);z-index:10;align-items:center;gap:18px;min-height:78px;padding:0 clamp(20px,4vw,52px);display:flex;position:sticky;top:0}.topbar h1{margin:0;font-size:1.05rem;font-weight:760}.profile-menu{margin-left:auto;position:relative}.profile-trigger{min-height:48px;color:var(--text);background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;padding:4px;display:flex}.profile-trigger:hover{background:#e9e7de}.avatar{background:var(--green-soft);width:38px;height:38px;color:var(--green-strong);border-radius:50%;place-items:center;display:grid}.profile-copy{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.profile-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:.86rem;overflow:hidden}.profile-copy small{color:var(--text-soft);font-size:.72rem}.profile-popover{background:var(--surface-strong);border:1px solid var(--line);border-radius:8px;width:260px;padding:10px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #2a352e21}.profile-popover>div{border-bottom:1px solid var(--line);flex-direction:column;gap:4px;padding:10px;display:flex}.profile-popover span{color:var(--text-soft);overflow-wrap:anywhere;font-size:.78rem}.profile-popover button{width:100%;min-height:44px;color:var(--error);background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;margin-top:6px;padding:0 10px;display:flex}.profile-popover button:hover{background:#f8e8e5}.icon-button{width:44px;height:44px;color:var(--text);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.icon-button:hover{background:var(--green-soft)}.page-content{width:100%;max-width:1240px;margin:0 auto;padding:clamp(22px,4vw,48px)}.bottom-nav,.mobile-only{display:none}.dashboard-page{flex-direction:column;gap:28px;display:flex}.welcome-band{border-left:5px solid var(--green);background:#dfe9df;justify-content:space-between;align-items:center;gap:24px;min-height:176px;padding:clamp(24px,4vw,42px);display:flex}.welcome-band h2{margin:8px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,4vw,2.75rem);font-weight:500}.welcome-band p:last-child{color:var(--text-soft);margin:0}.welcome-band>svg{color:var(--green);flex:none}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--line);background:var(--surface);border-radius:7px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-content:center;column-gap:14px;min-height:126px;padding:22px;display:grid}.metric-icon{border-radius:6px;grid-row:span 2;place-items:center;width:42px;height:42px;display:grid}.metric-icon.green{background:var(--green-soft);color:var(--green-strong)}.metric-icon.clay{background:var(--clay-soft);color:var(--clay)}.metric-card>span:not(.metric-icon){color:var(--text-soft);font-size:.82rem}.metric-card strong{align-self:end;font-size:1.55rem}.content-section{padding-top:8px}.section-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;display:flex}.section-heading h3{margin:5px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;font-weight:600}.section-heading>a{color:var(--green-strong);align-items:center;gap:6px;font-size:.86rem;font-weight:750;text-decoration:none;display:inline-flex}.client-list{border-top:1px solid var(--line)}.client-row{border-bottom:1px solid var(--line);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:74px;display:grid}.client-avatar{background:var(--clay-soft);color:#7f4c37;border-radius:50%;place-items:center;width:38px;height:38px;font-size:.75rem;font-weight:800;display:grid}.client-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.client-row strong{font-size:.93rem}.client-row div span{color:var(--text-soft);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.status-pill{color:var(--green-strong);border:1px solid #cbd8cc;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:750}.goal-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0}.goal-panel strong{font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.goal-panel p{color:var(--text-soft);margin:8px 0 0;line-height:1.55}.empty-state{min-height:130px;color:var(--text-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);place-content:center;justify-items:center;gap:10px;display:grid}.skeleton-list{background:var(--line);flex-direction:column;gap:1px;display:flex}.skeleton-list span{background:var(--surface);height:73px;animation:1.4s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.55}}.inline-notice{border-left:3px solid;padding:13px 15px}.error-notice{color:var(--error);background:#f8e8e5}.placeholder-page{flex-direction:column;justify-content:center;align-items:flex-start;max-width:680px;min-height:58vh;display:flex}.placeholder-icon{background:var(--green-soft);width:52px;height:52px;color:var(--green-strong);border-radius:7px;place-items:center;margin-bottom:24px;display:grid}.placeholder-page h2{margin:8px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,3rem);font-weight:500}.placeholder-page>p:last-child{max-width:560px;color:var(--text-soft);margin:0;line-height:1.65}@media (width<=820px){.login-page{grid-template-columns:1fr}.login-brand{min-height:auto;padding:30px 24px}.login-brand-inner{grid-template-columns:auto 1fr;align-items:center;column-gap:16px;display:grid}.login-mark{grid-row:span 2;width:50px;height:50px;margin:0}.login-brand .eyebrow{align-self:end}.login-brand h1{margin:0;font-size:2.8rem;line-height:1}.login-brand-inner>p:not(.eyebrow),.trust-line{display:none}.login-form-column{place-items:start center;min-height:calc(100vh - 110px);padding:48px 22px}.app-shell{display:block}.mobile-only{display:grid}.sidebar{width:min(86vw,320px);transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:18px 0 50px #20342b24}.sidebar-open{transform:translate(0)}.sidebar-scrim{z-index:15;background:#18241e59;border:0;width:100%;height:100%;position:fixed;inset:0}.topbar{min-height:66px;padding:0 14px}.profile-copy,.profile-trigger>svg:last-child{display:none}.page-content{padding:22px 16px 98px}.bottom-nav{left:10px;right:10px;bottom:max(10px, env(safe-area-inset-bottom));border:1px solid var(--line);z-index:12;background:#fffdf8f5;border-radius:8px;grid-template-columns:repeat(5,1fr);align-items:center;min-height:66px;padding:5px;display:grid;position:fixed;box-shadow:0 12px 35px #2a352e24}.bottom-nav a{color:#68756d;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:54px;text-decoration:none;display:flex}.bottom-nav a.active{color:var(--green-strong);background:var(--green-soft)}.bottom-nav span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.64rem;overflow:hidden}.metric-grid{grid-template-columns:1fr}.welcome-band{align-items:flex-start;min-height:154px}.welcome-band>svg{display:none}.profile-popover{width:min(280px,100vw - 28px);position:fixed;top:60px;right:14px}}@media (width<=440px){.section-heading{align-items:flex-start}.section-heading>a{place-items:center;width:44px;height:44px;font-size:0;display:grid}.section-heading>a svg{width:20px;height:20px}.client-row{grid-template-columns:38px minmax(0,1fr);padding:9px 0}.status-pill{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
