*{box-sizing:border-box}body,html{margin:0;background:#f4f7f5;color:#14231c;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}aside{position:fixed;inset:0 auto 0 0;width:245px;background:#0c2b20;color:#fff;padding:28px 18px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;margin-bottom:32px}.auth-logo,.brand>b{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#9fe870;color:#12321f}.brand span{font-size:20px;font-weight:800}.brand small{display:block;font-size:10px;opacity:.6;font-weight:500}nav{display:grid;grid-gap:6px;gap:6px}.aside-foot button,nav button{border:0;background:transparent;color:#d9e8e1;text-align:left;padding:12px 14px;border-radius:12px}nav button.active,nav button:hover{background:#174635;color:#fff}.aside-foot{margin-top:auto;display:grid;grid-gap:8px;gap:8px;border-top:1px solid #315246;padding-top:18px}.aside-foot small{overflow:hidden;text-overflow:ellipsis}main{margin-left:245px;padding:34px 4vw 80px;max-width:1500px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}h1,h2,h3,p{margin-top:0}h1{font-size:32px}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:800;color:#46705d}.score{background:#fff;border:1px solid #dfe9e3;padding:10px 14px;border-radius:999px}.score b{color:#167a4d}.hero{background:linear-gradient(125deg,#0c2b20,#14523a);color:#fff;border-radius:26px;padding:34px;display:flex;justify-content:space-between;gap:30px;box-shadow:0 18px 55px #0c2b201c}.hero h2{font-size:34px;max-width:680px}.hero p{max-width:680px;color:#d6e7df;line-height:1.6}.saving{min-width:260px;background:#ffffff10;border:1px solid #ffffff20;border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:center}.saving strong{font-size:32px;color:#9fe870;margin-top:8px}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:18px 0}.card,.section{background:#fff;border:1px solid #e0e8e3;border-radius:20px}.card{padding:20px}.card small{display:block;color:#688074;margin-bottom:10px}.card strong{font-size:22px}.section{padding:24px;margin-top:18px}.section h3{font-size:18px;margin-bottom:18px}.action,.row{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px 0;border-top:1px solid #edf2ef}.action:first-of-type,.row:first-of-type{border-top:0}.action p{margin:5px 0 0;color:#6c7d75;font-size:14px}.action>strong{color:#167a4d;white-space:nowrap}.row>div{display:flex;gap:10px;align-items:center}.row>div:first-child{display:grid}.row small{color:#74877d}.pill{font-size:11px;background:#eef7f1;color:#276346;padding:6px 9px;border-radius:999px}.btn{border:1px solid #cbdad2;background:#fff;padding:11px 16px;border-radius:12px;font-weight:700}.btn.primary{background:#167a4d;border-color:#167a4d;color:#fff}.danger{border:0;background:#fff0ef;color:#a33b32;padding:8px 10px;border-radius:10px}.grid-form{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;align-items:end}label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:700}input,select,textarea{width:100%;border:1px solid #cfddd5;border-radius:11px;padding:11px;background:#fff;color:#17241e}.empty,.upload{border:1px dashed #b8ccc1;border-radius:16px;padding:30px;text-align:center;color:#61766b}.docbox{display:grid;grid-gap:12px;gap:12px;max-width:800px}.profile .plan{margin-top:20px;background:#eef8f2;padding:20px;border-radius:16px;display:grid;grid-gap:5px;gap:5px}.profile .plan strong{font-size:22px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#dff5e7,#f4f7f5 50%)}.auth-card{width:min(440px,100%);background:#fff;border:1px solid #dce8e1;border-radius:24px;padding:32px;box-shadow:0 24px 70px #173c2b18}.auth-logo{font-weight:900;margin-bottom:18px}.auth-card h1{margin-bottom:8px}.auth-card p{color:#687c71;line-height:1.5}.auth-card label{margin:14px 0}.auth-submit{width:100%;margin-top:8px}.text-btn{border:0;background:transparent;color:#27704f;padding:10px}.auth-switch{width:100%;margin-top:6px}.auth-error,.global-error{background:#fff0ef;color:#9e372e;border:1px solid #f0cbc7;padding:11px;border-radius:10px}.auth-success{background:#eef9f1;color:#246b43;padding:11px;border-radius:10px}.global-error{position:fixed;right:20px;top:20px;z-index:20}.mobile-nav{display:none}@media(max-width:900px){aside{display:none}main{margin-left:0;padding:24px 18px 90px}.stats{grid-template-columns:1fr 1fr}.hero{display:grid}.grid-form{grid-template-columns:1fr 1fr}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #dce6e0;padding:8px;overflow:auto;z-index:10}.mobile-nav button{border:0;background:transparent;padding:10px 12px;font-size:11px;white-space:nowrap}}@media(max-width:560px){header{align-items:flex-start}.score{font-size:11px}.hero{padding:24px}.hero h2{font-size:27px}.grid-form,.stats{grid-template-columns:1fr}.action,.row{align-items:flex-start}.row>div:last-child{display:grid;text-align:right}}