:root{
  --green-950:#031f19;--green-900:#06382c;--green-850:#084637;--green-800:#0b5542;
  --green-700:#08785a;--green-600:#0b9b72;--green-500:#18b985;--green-400:#42d6a1;
  --mint-100:#ddf8ee;--mint-50:#f0fbf7;--surface:#ffffff;--surface-2:#f7faf9;
  --text:#10251f;--muted:#6a7c76;--line:#dfe9e5;--danger:#b42318;--danger-bg:#fee4e2;
  --warning:#b54708;--warning-bg:#fef0c7;--shadow:0 8px 30px rgba(3,31,25,.08);
  --radius:18px;--sidebar:250px;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--surface-2)}
body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--surface-2);color:var(--text);line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:var(--green-700);text-decoration:none;transition:.18s ease}a:hover{color:var(--green-500)}
.app-shell{min-height:100vh;padding-left:var(--sidebar)}
.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,var(--green-950),#04271f 70%,#031b16);color:#fff;padding:25px 18px 20px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}
.logo-link{display:block;padding:7px 8px 24px}.logo-link img{display:block;width:178px;max-width:100%;height:auto}.product-tag{margin:-12px 10px 23px;color:#80b7a5;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.nav-label{margin:18px 11px 7px;color:#6fa993;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.nav{display:flex;flex-direction:column;gap:4px}.nav a{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:11px;color:#cce5dc;font-size:14px;font-weight:600}.nav a:before{content:'';width:7px;height:7px;border:1.5px solid #75ad99;border-radius:50%;flex:0 0 auto}.nav a:hover,.nav a.active{background:rgba(66,214,161,.12);color:#fff}.nav a.active:before{background:var(--green-400);border-color:var(--green-400);box-shadow:0 0 0 4px rgba(66,214,161,.1)}
.sidebar-bottom{margin-top:auto;padding:16px 10px 0;border-top:1px solid rgba(255,255,255,.08)}.sidebar-bottom strong{display:block;font-size:13px;color:#fff}.sidebar-bottom span{display:block;margin-top:2px;color:#77a998;font-size:11px}
.topbar{height:74px;display:flex;align-items:center;gap:16px;padding:0 28px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.topbar-title{font-size:15px;font-weight:800;color:var(--green-950)}.topbar-spacer{margin-left:auto}.user-chip{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 9px;border:1px solid var(--line);border-radius:999px;background:#fff}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green-900);color:#fff;font-size:12px;font-weight:800}.user-meta{line-height:1.2}.user-meta strong{display:block;font-size:12px}.user-meta small{color:var(--muted);font-size:10px}.logout{font-size:12px;font-weight:700;padding:8px 10px;border-radius:9px}.logout:hover{background:var(--mint-50)}
.wrap{max-width:1500px;margin:0 auto;padding:28px 28px 42px}.page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 22px}.page-intro h1{margin:0;font-size:28px;letter-spacing:-.035em}.page-intro p{margin:5px 0 0;color:var(--muted)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px;margin-bottom:16px;box-shadow:0 2px 10px rgba(3,31,25,.025)}.card:hover{border-color:#cfe2da}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.grid>.card{margin-bottom:0}.metric{font-size:28px;font-weight:800;letter-spacing:-.04em;color:var(--green-950);margin-top:6px}.muted{color:var(--muted)}.kicker{text-transform:uppercase;font-size:10px;line-height:1.3;color:#789087;font-weight:800;letter-spacing:.1em}.badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:var(--mint-100);color:var(--green-800);font-size:11px;font-weight:800}.high{background:var(--danger-bg);color:var(--danger)}.ok{background:#dcfae6;color:#067647}.warn{background:var(--warning-bg);color:var(--warning)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--green-950),var(--green-800));border-color:transparent;color:#fff;box-shadow:0 14px 36px rgba(3,31,25,.16);padding:28px}.hero:after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;right:-110px;top:-180px;background:radial-gradient(circle,rgba(66,214,161,.28),rgba(66,214,161,0) 68%)}.hero h1{position:relative;z-index:1;max-width:820px;margin:6px 0 7px;font-size:30px;line-height:1.15;letter-spacing:-.035em}.hero .muted{position:relative;z-index:1;color:#b7d6cb;max-width:840px}.hero .kicker{position:relative;z-index:1;color:#70e8bb}
.metric-card{position:relative;min-height:142px;padding:18px 18px 17px}.metric-card:before{content:'';position:absolute;top:0;left:18px;right:18px;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,var(--green-700),var(--green-400));opacity:.9}.metric-card .metric{font-size:26px}.metric-card .muted{font-size:12px;margin-top:3px}.metric-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--mint-50);color:var(--green-700);font-weight:900;margin-bottom:14px;border:1px solid #ddf2e9}
h1,h2,h3{color:var(--green-950)}h2{font-size:17px;letter-spacing:-.02em;margin:0 0 15px}h3{font-size:14px;margin:0 0 10px}
.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--green-800);color:white;border:1px solid var(--green-800);border-radius:10px;padding:9px 14px;min-height:39px;font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:.18s ease;box-shadow:none}.btn:hover,button:hover{background:var(--green-700);border-color:var(--green-700);color:#fff;transform:translateY(-1px)}.btn.secondary{background:#fff;border-color:#bdcec7;color:var(--green-900)}.btn.secondary:hover{background:var(--mint-50)}.btn.danger{background:#fff1f0;border-color:#fecdc9;color:var(--danger)}
input,select,textarea{width:100%;box-sizing:border-box;padding:10px 11px;border:1px solid #cfdcd7;border-radius:10px;background:#fff;color:var(--text);font:inherit;outline:none;transition:.16s ease}input:focus,select:focus,textarea:focus{border-color:var(--green-500);box-shadow:0 0 0 3px rgba(24,185,133,.11)}textarea{min-height:104px;resize:vertical}label{font-size:12px;font-weight:750;display:block;margin-bottom:6px;color:#39534a}.formgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.full{grid-column:1/-1}
table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden}th,td{padding:12px 11px;border-bottom:1px solid #e8efec;text-align:left;vertical-align:top;font-size:13px}th{font-size:10px;color:#74877f;text-transform:uppercase;letter-spacing:.07em;background:#f8fbfa;font-weight:800}tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfdfc}.flash{padding:12px 14px;border-radius:11px;margin-bottom:14px;background:#e5f8f0;border:1px solid #c5eddd;color:#17644f;font-size:13px;font-weight:650}.flash.error{background:#fff0ee;border-color:#ffd1cc;color:#9f241a}.right{margin-left:auto}.task-overdue{border-left:4px solid var(--danger)}.task-high{border-left:4px solid #f79009}
.action-card{box-shadow:none;background:#fbfdfc}.action-card .grid{grid-template-columns:1.15fr 2fr 1.2fr 1.5fr}.section-card{padding:0;overflow:hidden}.section-card>.section-head{padding:18px 20px 13px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.section-card>.section-head h2{margin:0}.section-card>.section-body{padding:16px 20px 20px}.outcome-row{display:flex;gap:18px;flex-wrap:wrap}.outcome-stat{flex:1;min-width:140px;padding:16px;border-radius:13px;background:#f7fbf9;border:1px solid #e5efeb}.outcome-stat strong{display:block;font-size:24px;color:var(--green-900)}
.empty-state{padding:28px;text-align:center;color:var(--muted);background:#fafcfb;border:1px dashed #cddbd5;border-radius:13px}.mobile-brand{display:none}.footer-note{padding:0 28px 24px;max-width:1500px;margin:0 auto;color:#8a9b95;font-size:11px}
@media(max-width:1050px){:root{--sidebar:205px}.sidebar{padding-left:13px;padding-right:13px}.logo-link img{width:158px}.nav a{font-size:12px}.wrap{padding-left:20px;padding-right:20px}.topbar{padding:0 20px}.action-card .grid{grid-template-columns:1fr 1fr}.user-meta{display:none}}
@media(max-width:760px){.app-shell{padding-left:0}.sidebar{position:static;width:auto;height:auto;padding:14px 14px 10px}.logo-link{padding:5px 6px 12px}.logo-link img{width:145px}.product-tag,.nav-label,.sidebar-bottom{display:none}.nav{display:flex;flex-direction:row;overflow:auto;padding-bottom:4px}.nav a{white-space:nowrap;background:rgba(255,255,255,.04);padding:8px 11px}.nav a:before{display:none}.topbar{height:60px;padding:0 16px}.topbar-title{font-size:13px}.wrap{padding:20px 14px 34px}.hero{padding:22px}.hero h1{font-size:25px}.grid{gap:12px}.card{border-radius:15px}.action-card .grid{grid-template-columns:1fr}.logout{padding:7px}.user-chip{padding:5px}.avatar{width:31px;height:31px}.footer-note{padding:0 14px 20px}.page-intro{align-items:flex-start;flex-direction:column}}
