:root{--ink:#10231d;--muted:#66746f;--paper:#f3f5ef;--card:#fff;--green:#136f55;--lime:#9fcf58;--sun:#f5ad32;--blue:#3989a8;--line:#dce3dc;--shadow:0 18px 50px rgba(25,55,45,.09)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif}.site-header{min-height:74px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;gap:44px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:19px;font-weight:700;text-decoration:none;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--green);color:white;font-size:13px;letter-spacing:.08em}.site-header nav{display:flex;gap:6px;flex:1}.site-header nav a{padding:10px 14px;border-radius:9px;color:#596761;text-decoration:none;font-size:14px;font-weight:600}.site-header nav a:hover,.site-header nav a.active{background:#edf4ed;color:var(--green)}.system-pill{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.system-pill span:first-child{width:9px;height:9px;border-radius:50%;background:#a7b0ad}.system-pill.healthy span:first-child{background:#60b865;box-shadow:0 0 0 4px #e5f3e5}.page-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:48px 0 64px}.hero{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.eyebrow{margin:0 0 10px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.16em}.hero h1,.content-card h1{margin:0 0 9px;font:600 clamp(30px,4vw,46px)/1.08 Georgia,serif}.hero>div>p:last-child,.content-card>p:last-child{color:var(--muted);margin:0}.soc-ring{width:116px;height:116px;border-radius:50%;display:grid;place-content:center;text-align:center;background:conic-gradient(var(--lime) 0deg,#dfe6dd 0);box-shadow:inset 0 0 0 13px transparent;position:relative}.soc-ring:after{content:"";position:absolute;inset:10px;background:var(--paper);border-radius:50%}.soc-ring>*{position:relative;z-index:1}.soc-ring strong{font-size:25px}.soc-ring span{color:var(--muted);font-size:12px;margin-top:3px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.metric{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;gap:14px;box-shadow:0 5px 22px rgba(30,50,40,.035)}.metric-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;font-size:20px;background:#f2f4f1}.metric.solar .metric-icon{color:#c47a00;background:#fff1d6}.metric.home .metric-icon{color:var(--green);background:#e4f1eb}.metric.battery .metric-icon{color:#668d31;background:#ecf4df}.metric.grid .metric-icon{color:var(--blue);background:#e5f1f5}.metric div{display:flex;flex-direction:column}.metric div>span,.metric small{color:var(--muted);font-size:12px}.metric strong{font-size:24px;margin:5px 0 4px}.flow-card,.status-card,.content-card{background:var(--card);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.flow-card{padding:28px}.section-heading{display:flex;align-items:start;justify-content:space-between}.section-heading h2{margin:0;font:600 25px Georgia,serif}.section-heading>span{color:var(--green);background:#edf5eb;padding:7px 11px;border-radius:99px;font-size:12px;font-weight:700}.flow-track{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;margin:30px auto 20px;max-width:580px;color:var(--muted);font-size:12px}.flow-line{height:3px;background:#dfe8df;position:relative;overflow:hidden}.flow-line i{position:absolute;height:100%;width:35%;background:linear-gradient(90deg,transparent,var(--lime),transparent);animation:flow 2s linear infinite}@keyframes flow{from{left:-35%}to{left:100%}}.chart-wrap{height:230px}.chart-wrap canvas{width:100%;height:100%}.legend{display:flex;justify-content:center;gap:24px;color:var(--muted);font-size:12px}.legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.legend-solar{background:var(--sun)}.legend-load{background:var(--green)}.status-card{margin-top:18px;padding:19px 23px;display:flex;justify-content:space-between;align-items:center}.status-card>div{display:flex;align-items:center;gap:12px}.status-card p{margin:3px 0 0;color:var(--muted);font-size:13px}.status-card a{color:var(--green);font-weight:700;text-decoration:none;font-size:13px}.status-light{width:12px;height:12px;border-radius:50%;background:#aaa}.status-light.healthy{background:#58b665;box-shadow:0 0 0 5px #e4f3e6}.content-card{padding:clamp(28px,5vw,58px);min-height:360px}.settings-list{margin-top:30px}.settings-list div{display:grid;grid-template-columns:180px 1fr;padding:15px 0;border-top:1px solid var(--line)}.settings-list dt{color:var(--muted)}.settings-list dd{margin:0;font-weight:600}footer{display:flex;justify-content:space-between;padding:24px clamp(20px,5vw,72px);border-top:1px solid var(--line);color:var(--muted);font-size:12px}@media(max-width:850px){.site-header{gap:16px;flex-wrap:wrap;padding-block:12px}.site-header nav{order:3;width:100%;overflow:auto}.system-pill{margin-left:auto}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.page-shell{width:min(100% - 24px,1180px);padding-top:30px}.hero{align-items:flex-start}.soc-ring{width:86px;height:86px}.metric-grid{grid-template-columns:1fr}.site-header nav a{padding:8px}.status-card{align-items:flex-start;gap:15px}.settings-list div{grid-template-columns:1fr;gap:5px}footer{flex-direction:column;gap:6px}}
