/* Scoped layout: current power above, energy totals below. */
.swpv{--swpv-ink:#193d35;--swpv-muted:#52685f;box-sizing:border-box;container-type:inline-size;width:100%;margin:1.5rem 0;padding:clamp(16px,3vw,28px);border:1px solid #dce7e0;border-radius:20px;background:#f3f7f4;color:var(--swpv-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
.swpv *{box-sizing:border-box}
.swpv .swpv-heading{margin:0 0 12px;font-size:14px;font-weight:650;color:var(--swpv-ink);letter-spacing:.015em}
.swpv .swpv-heading-energy{margin-top:24px}
.swpv .swpv-grid{display:grid;gap:14px}
.swpv .swpv-current{grid-template-columns:repeat(3,minmax(0,1fr))}
.swpv .swpv-energy{grid-template-columns:repeat(2,minmax(0,1fr))}
.swpv .swpv-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:22px;background:#fff;border:1px solid #dce7e0;border-radius:14px;box-shadow:0 2px 5px #17382f05}
.swpv .swpv-icon{display:grid;place-items:center;width:34px;height:34px;margin-bottom:16px;border-radius:10px;background:#eaf3ed;color:#2e6751;font-size:23px;line-height:1}
.swpv .swpv-label{margin-bottom:8px;color:var(--swpv-muted);font-size:14px;font-weight:500}
.swpv .swpv-value{color:var(--swpv-ink);font-size:clamp(24px,2.7vw,34px);font-weight:650;letter-spacing:-.035em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.swpv .swpv-description{margin-top:10px;color:var(--swpv-muted);font-size:13px}
.swpv .swpv-import{background:#fff1ef;border-color:#edc2bc}
.swpv .swpv-import .swpv-icon{background:#f9dcd7;color:#9b3028}
.swpv .swpv-import .swpv-label,.swpv .swpv-import .swpv-value,.swpv .swpv-import .swpv-description{color:#92332b}
.swpv .swpv-export{background:#eaf7ee;border-color:#b4dac1}
.swpv .swpv-export .swpv-icon{background:#cee9d7;color:#20613b}
.swpv .swpv-export .swpv-label,.swpv .swpv-export .swpv-value,.swpv .swpv-export .swpv-description{color:#20613b}
.swpv .swpv-energy .swpv-icon{display:none}
.swpv .swpv-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 24px;margin-top:20px;color:var(--swpv-muted);font-size:12px}
.swpv .swpv-stale{color:#815b22}.swpv noscript p{font-size:12px}
@container(max-width:600px){.swpv .swpv-current{grid-template-columns:repeat(2,minmax(0,1fr))}.swpv .swpv-current .swpv-card:last-child{grid-column:1/-1}}
@container(max-width:390px){.swpv .swpv-current,.swpv .swpv-energy{grid-template-columns:1fr}.swpv .swpv-card{padding:18px}}
@media(max-width:480px){.swpv .swpv-current,.swpv .swpv-energy{grid-template-columns:1fr}}
