:root{--ink:#17211e;--muted:#65716c;--canvas:#f4f6f3;--surface:#fff;--soft:#edf2ed;--line:#dce4dc;--brand:#0b7359;--brand-dark:#07513f;--nav:#12201c;--warn:#b76513;--danger:#b83b32;--radius:18px}*{box-sizing:border-box}body,html{min-height:100%;overflow-x:hidden}body{margin:0;background:var(--canvas);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}.app-frame{display:grid;grid-template-columns:272px minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:272px;padding:16px;background:var(--nav);color:#edf6f1}.sidebar-panel{display:flex;height:100%;flex-direction:column}.shell-brand{display:grid;grid-gap:22px;gap:22px;padding:14px 13px 31px}.brand-mark{display:grid;width:112px;height:38px;place-items:center;border-radius:10px;background:#fff}.brand-mark img{width:100%;height:100%;object-fit:contain}.eyebrow{margin:0;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.sidebar .eyebrow{color:#85cfb8}.shell-brand h1{margin:5px 0;font-size:20px;letter-spacing:-.03em}.muted{color:var(--muted)}.sidebar .muted{margin:0;color:#adc1b8;font-size:13px}.nav-list{display:grid;grid-gap:4px;gap:4px}.nav-link,.support-link{display:flex;align-items:center;gap:12px;min-height:46px;padding:0 13px;border-radius:11px;color:#c3d4cd;font-size:14px;font-weight:650}.nav-link.active,.nav-link:focus-visible,.nav-link:hover{background:#243a32;color:#fff;outline:0}.nav-link.active{box-shadow:inset 3px 0 #8ee1c8}.sidebar-footer{display:grid;grid-gap:9px;gap:9px;margin-top:auto;padding:22px 8px 8px}.support-link{background:#1b3028;color:#dff8ed}.logout{width:100%;border:0;background:transparent;cursor:pointer}.content{grid-column:2;width:100%;max-width:1530px;padding:24px clamp(25px,4vw,68px) 56px}.desktop-utility{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;color:var(--muted);font-size:13px}.desktop-utility a{display:flex;align-items:center;gap:7px;color:var(--brand);font-weight:750}.page-header{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:30px}.page-header h2{max-width:720px;margin:7px 0 9px;font-size:clamp(30px,3.2vw,45px);line-height:1.04;letter-spacing:-.055em}.page-header p:last-child{max-width:690px;margin:0;color:var(--muted);line-height:1.55}.page-header-action{flex:none}.inline-action,.outline-action,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 15px;border-radius:11px;font-weight:750}.outline-action{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.inline-action,.primary-button{border:1px solid var(--brand);background:var(--brand);color:#fff}.secondary-button{border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}.attention-panel,.card,.empty-state,.section-block,.table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.attention-panel{overflow:hidden;margin-bottom:32px}.attention-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:21px 23px;border-bottom:1px solid var(--line)}.attention-panel h3,.section-title-row h3{margin:5px 0 0;font-size:20px;letter-spacing:-.025em}.attention-count{padding:6px 9px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:12px;font-weight:750}.priority-list{display:grid}.priority-row{display:flex;align-items:center;gap:15px;padding:17px 23px;border-bottom:1px solid var(--line)}.priority-row:last-child{border-bottom:0}.priority-icon{display:grid;width:35px;height:35px;flex:none;place-items:center;border-radius:50%;background:#ebf5ef;color:var(--brand)}.priority-row.urgent .priority-icon{background:#fff0ee;color:var(--danger)}.priority-row.attention .priority-icon{background:#fff4e5;color:var(--warn)}.priority-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.priority-copy strong{font-size:14px}.priority-copy span{color:var(--muted);font-size:13px}.priority-actions{display:flex;align-items:center;gap:13px;margin-left:auto;white-space:nowrap;color:var(--brand);font-size:13px;font-weight:750}.priority-actions a{display:inline-flex;align-items:center;gap:4px}.priority-contact{color:var(--muted)!important;font-size:12px}.all-clear{display:flex;align-items:center;gap:12px;padding:24px;color:var(--brand)}.all-clear div{display:grid;grid-gap:3px;gap:3px}.all-clear span{color:var(--muted);font-size:13px}.section-block{padding:22px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:17px}.text-action{display:inline-flex;align-items:center;gap:5px;color:var(--brand);font-size:13px;font-weight:800}.project-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));grid-gap:12px;gap:12px}.project-overview-card{padding:17px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:transform .16s,box-shadow .16s}.project-overview-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(19,42,31,.08)}.progress-meta,.project-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.project-card-top>span{color:var(--muted);font-size:11px}.project-overview-card h4{margin:17px 0 5px;font-size:16px}.project-overview-card p{min-height:37px;margin:0;color:var(--muted);font-size:13px;line-height:1.4}.progress-meta{margin:18px 0 7px;color:var(--muted);font-size:11px}.progress-meta strong{color:var(--ink)}.progress-track{height:6px;overflow:hidden;border-radius:99px;background:var(--soft)}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--brand)}.dashboard-lower-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:18px}.service-list{display:grid}.service-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.service-row:last-child{border-bottom:0}.service-icon{display:grid;width:35px;height:35px;place-items:center;border-radius:10px;background:var(--soft);color:var(--brand)}.service-row>span:nth-child(2){display:grid;grid-gap:2px;gap:2px;min-width:0;margin-right:auto}.service-row strong{font-size:14px}.service-row small{color:var(--muted);font-size:12px}.activity-list{display:grid;grid-gap:15px;gap:15px}.activity-row{display:flex;align-items:flex-start;gap:11px}.activity-icon{display:grid;width:28px;height:28px;flex:none;place-items:center;border-radius:50%;background:var(--soft);color:var(--brand)}.activity-row strong{display:block;font-size:13px;line-height:1.4}.activity-row p{margin:3px 0 0;color:var(--muted);font-size:12px}.grid{display:grid;grid-gap:18px;gap:18px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{padding:22px}.card h3{margin:0 0 12px;font-size:17px;letter-spacing:-.02em}.metric-value{margin:0;font-size:30px;font-weight:800;letter-spacing:-.04em}.metric-hint{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.section{margin-top:18px}.list{display:grid}.list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.list-row:last-child{border-bottom:0}.list-row small{display:block;margin-top:4px;color:var(--muted)}.clickable-row:hover{color:var(--brand)}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:4px 8px;border-radius:999px;background:#edf0ee;color:#53605b;font-size:11px;font-weight:800;white-space:nowrap}.status-badge.active{background:#e4f4ec;color:#087153}.status-badge.pending{background:#fff3dd;color:#9a5b13}.status-badge.failed{background:#ffebe9;color:#b83b32}.status-badge.inactive{background:#eef0ef;color:#65716c}.empty-state{padding:31px;text-align:center}.empty-state-dot{width:11px;height:11px;margin:0 auto 13px;border-radius:50%;background:#b4c6bc}.empty-state h3{margin:0 0 6px}.empty-state p{margin:0;color:var(--muted);font-size:13px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px}td,th{padding:15px 17px;border-bottom:1px solid var(--line);text-align:left}th{color:var(--muted);font-size:11px;letter-spacing:.07em;text-transform:uppercase}tbody tr:last-child td{border-bottom:0}.detail-list,.detail-row{display:grid}.detail-row{grid-template-columns:minmax(120px,.6fr) 1fr;grid-gap:14px;gap:14px;padding:11px 0;border-bottom:1px solid var(--line)}.detail-row:last-child{border-bottom:0}.detail-row>span{color:var(--muted);font-size:13px}.detail-row>strong{overflow-wrap:anywhere;font-size:14px}.project-card-link{display:block;transition:transform .16s}.project-card-link:hover{transform:translateY(-2px)}.project-card-meta,.timeline-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:12px}.project-card-cta{display:block;margin-top:15px;color:var(--brand);font-size:13px;font-weight:800}.milestone-timeline{position:relative;display:grid;grid-gap:14px;gap:14px;padding-left:28px}.milestone-timeline:before{position:absolute;top:13px;bottom:13px;left:10px;width:1px;background:var(--line);content:""}.timeline-item{position:relative}.timeline-marker{position:absolute;left:-28px;z-index:1;display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:10px;font-weight:800}.timeline-card{padding:17px;border:1px solid var(--line);border-radius:14px;background:#fff}.timeline-card-head{display:flex;justify-content:space-between;gap:12px}.timeline-step{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.timeline-card h4{margin:4px 0 0}.timeline-card p{margin:10px 0;color:var(--muted);font-size:13px;line-height:1.5}.access-message{max-width:700px}.access-message p{color:var(--muted);line-height:1.55}.profile-form{display:grid;grid-gap:18px;gap:18px}.field{display:grid;grid-gap:7px;gap:7px}.field span{font-size:12px;font-weight:800}.field input{width:100%;min-height:43px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);outline:0}.field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(11,115,89,.12)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.field.wide{grid-column:span 2}.account-actions{display:flex;gap:10px}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:radial-gradient(circle at 90% 5%,#cdeee1,transparent 30%),var(--canvas)}.login-panel{width:min(100%,480px);padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 22px 60px rgba(20,42,31,.1)}.login-panel h1{margin:7px 0;font-size:32px;letter-spacing:-.045em}.login-panel>.muted{margin:0 0 24px;line-height:1.5}.login-panel .field{margin-top:15px}.login-panel .primary-button{width:100%;margin-top:24px;cursor:pointer}.auth-switch{text-align:center;color:var(--muted);font-size:13px}.auth-switch a{color:var(--brand);font-weight:800}.onboarding-panel{width:min(100%,780px)}.error{padding:10px;border-radius:9px;background:#ffebe9;color:#a42e26;font-size:13px}.form-message{margin-bottom:18px}.bottom-nav,.mobile-drawer,.mobile-drawer-scrim,.mobile-drawer-toggle,.mobile-topbar{display:none}@media(max-width:850px){.app-frame{display:block}.sidebar{display:none}.content{padding:21px 18px 90px}.desktop-utility{display:none}.mobile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;height:66px;padding:10px 16px;border-bottom:1px solid var(--line);background:rgba(244,246,243,.93);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-brand,.mobile-topbar{display:flex;align-items:center}.mobile-brand{gap:8px;font-size:13px;font-weight:800}.mobile-brand img{width:82px;height:26px;object-fit:contain;background:#fff;border-radius:7px}.mobile-icon-button{display:grid;width:39px;height:39px;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}.mobile-drawer-toggle:checked~.mobile-drawer{transform:translateX(0)}.mobile-drawer-toggle:checked~.mobile-drawer-scrim{display:block}.mobile-drawer-scrim{position:fixed;inset:0;z-index:30;background:rgba(10,20,15,.35)}.mobile-drawer{position:fixed;inset:0 auto 0 0;z-index:31;display:flex;width:min(310px,85vw);flex-direction:column;padding:18px;background:var(--nav);color:#fff;transform:translateX(-103%);transition:transform .2s}.drawer-head{display:flex;justify-content:space-between}.drawer-head .shell-brand{padding:0 0 25px}.drawer-close{color:#fff;background:#243a32;border-color:#355246}.mobile-drawer .sidebar-footer{padding-top:20px}.bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:20;display:grid;grid-template-columns:repeat(4,1fr);padding:7px 8px calc(7px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav-link{display:grid;grid-gap:3px;gap:3px;place-items:center;padding:5px 2px;color:var(--muted);font-size:10px;font-weight:700}.bottom-nav-link.active{color:var(--brand)}.page-header{display:grid;grid-gap:16px;gap:16px;margin:17px 0 24px}.page-header h2{font-size:32px}.page-header-action{justify-self:start}.attention-panel-head,.priority-row{padding-right:16px;padding-left:16px}.priority-row{align-items:flex-start}.priority-actions{display:none}.dashboard-lower-grid,.grid.cols-2{grid-template-columns:1fr}.section-block{padding:17px}.form-grid{grid-template-columns:1fr}.field.wide{grid-column:auto}.detail-row{gap:5px}.detail-row,.project-overview-grid{grid-template-columns:1fr}.account-actions{flex-direction:column}.account-actions>*{width:100%}}@media(max-width:450px){.page-header h2{font-size:29px}.attention-panel-head{align-items:flex-start;flex-direction:column}.priority-copy span{font-size:12px}.project-card-top{align-items:flex-start;flex-direction:column}.login-panel{padding:25px 20px}}