@import "https://fonts.googleapis.com/css2?family=Anybody:wght@500;600&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--font-display:"Anybody", sans-serif;--font-heading:"Anybody", sans-serif;--font-body:"Manrope", sans-serif;--bg:#edece7;--bg-subtle:#f7f6f1;--surface:#fff;--surface-soft:#f7f6f1;--surface-muted:#f7f6f1;--surface-strong:#004062;--text:#173241;--text-strong:#004062;--muted:#5d6f74;--muted-strong:#004062;--line:#e1dfd8;--line-strong:#adadad;--disabled-control:#d9d7cf;--brand:#004062;--brand-dark:#00314a;--brand-quiet:#d9fff1;--accent-green-ink:#007a53;--surface-hover:#eef5f1;--rail:#003650;--rail-deep:#002a3f;--rail-muted:#9fb6c4;--rail-hover:#ffffff0f;--accent-green:#00e396;--accent-olive:#708c82;--accent-blue-gray:#708ca0;--accent-taupe:#8a7d5e;--navy:#004062;--success:#14a06b;--success-soft:#e3f7ee;--warning:#c2410c;--warning-soft:#fdeee4;--danger:#d33b32;--danger-soft:#fcebe9;--info:#1f5f80;--info-soft:#e7eef2;--neutral-soft:#f7f6f1;--shadow-hover:0 4px 12px #0040620f;--shadow-overlay:0 18px 48px #00406224;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--sidebar-width:258px;--max-width:1440px;--app-header-height:72px;--app-header-padding-block:14px;--app-page-title-font-size:clamp(2rem, 3vw, 2.65rem);--app-page-title-line-height:.95;--app-cell-title-font-family:var(--font-body);--app-cell-title-font-size:15px;--app-cell-title-font-weight:600;--app-cell-title-line-height:1.3;--app-cell-title-color:var(--text-strong);--app-body-text-font-family:var(--font-body);--app-body-text-font-size:13px;--app-body-text-font-weight:400;--app-body-text-line-height:1.4;--app-body-text-color:var(--muted);--chart-grid-line:#e5e8eb;--chart-axis-line:#cfd6db;--chart-axis-label:#7d8b95;--chart-series-solar:#00e396;--chart-series-feed-in:#f08c00;--chart-series-import:#e8505b;--chart-series-demand:#25b8ff;--chart-series-primary:var(--chart-series-solar);--chart-series-comparison:#a9b4b8;--chart-tooltip-bg:#fffffff5;--chart-tooltip-border:var(--line);--chart-control-border:var(--line);--chart-control-active-bg:var(--brand);--chart-control-active-text:#fff}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-body)}body{min-height:100vh;font-size:var(--app-body-text-font-size);font-weight:var(--app-body-text-font-weight);margin:0}h1,h2,h3,h4,h5,h6{color:var(--text-strong);font-family:var(--font-heading);letter-spacing:0;text-transform:lowercase;margin:0;font-weight:500}p{margin:0;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}body:before{content:none}.page-shell{width:min(calc(100% - 48px), var(--max-width));margin:0 auto}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);gap:0;width:100%;min-height:100vh;margin:0;padding:0;display:grid}.card{background:var(--surface);border-radius:var(--radius-md);border:0}.card-hover:hover{box-shadow:var(--shadow-hover)}.eyebrow{font-family:var(--font-body);color:var(--accent-green-ink);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:700}.section-title{font-family:var(--font-heading);text-transform:lowercase;font-size:clamp(2rem,1.7rem + .8vw,2.5rem);font-weight:500;line-height:1.15}.brand-arrow-frame{align-items:baseline;gap:var(--brand-arrow-gap,.08em);display:inline-flex}.brand-arrow-frame:before,.brand-arrow-frame:after{content:"";height:var(--brand-arrow-height,.6em);background-position:50%;background-repeat:no-repeat;background-size:contain;flex:none;display:inline-flex}.brand-arrow-frame:before{width:var(--brand-arrow-front-width,.45em);background-image:url(../../../brand-arrow-front.svg)}.brand-arrow-frame:after{width:var(--brand-arrow-back-width,.4em);background-image:url(../../../brand-arrow-back.svg)}.muted{color:var(--muted)}.data-number{font-family:var(--font-heading);letter-spacing:0;font-variant-numeric:tabular-nums;font-size:28px;font-weight:500;line-height:1}.text-body-lg{font-family:var(--font-body);font-size:18px;font-weight:500;line-height:1.6}.text-body-md{font-family:var(--font-body);font-size:16px;font-weight:500;line-height:1.6}.text-body-sm{font-family:var(--font-body);font-size:var(--app-body-text-font-size);font-weight:var(--app-body-text-font-weight);line-height:var(--app-body-text-line-height)}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;display:inline-block}.pill{background:var(--surface-soft);color:var(--muted-strong);border:0;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.btn{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:700;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex}.btn:active{transform:translateY(.5px)}.btn:focus-visible,.tile-link:focus-visible,input:focus-visible,select:focus-visible{box-shadow:0 0 0 2px var(--navy);border-color:var(--navy);outline:0}.nav-link:focus-visible{box-shadow:0 0 0 2px var(--accent-green);outline:0}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-accent{border-color:var(--accent-green);background:var(--accent-green);color:var(--brand)}.btn-accent:hover{background:#00c987;border-color:#00c987}.btn-primary:disabled{background:var(--disabled-control);color:var(--muted-strong);cursor:not-allowed}.btn-primary:disabled:hover{background:var(--disabled-control)}.btn-secondary{border-color:var(--line);background:var(--surface);color:var(--navy)}.btn-secondary:hover{border-color:var(--line-strong);box-shadow:none}.page-header{justify-content:space-between;align-items:start;gap:24px;margin-bottom:24px;display:flex}.page-header p{max-width:64ch}.content-stack{gap:18px;display:grid}.chart-panel{padding:0;overflow:hidden}.chart-panel__header{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:20px 24px 16px;display:grid}.chart-panel__header h2{font-family:var(--font-heading);margin:4px 0 0;font-size:18px;font-weight:500;line-height:1.25}.chart-panel__meta{color:var(--muted);margin-top:6px;font-size:13px;font-weight:500}.chart-panel__controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.chart-segmented-control,.chart-icon-toggle{border:1px solid var(--chart-control-border);border-radius:var(--radius-sm);background:var(--surface);align-items:stretch;min-height:36px;display:inline-flex;overflow:hidden}.chart-segmented-control__button,.chart-icon-toggle__button{border:0;border-right:1px solid var(--chart-control-border);color:var(--text-strong);background:0 0;font-size:13px;font-weight:700;transition:background-color .15s,color .15s,opacity .15s}.chart-segmented-control__button{padding:0 12px}.chart-icon-toggle__button{opacity:.48;justify-content:center;align-items:center;width:36px;display:inline-flex}.chart-standalone-toggle,.standalone-toggle{border:1px solid var(--chart-control-border);border-radius:var(--radius-sm);background:var(--surface);min-height:36px}.chart-segmented-control__button:last-child,.chart-icon-toggle__button:last-child{border-right:0}.chart-segmented-control__button:hover,.chart-icon-toggle__button:hover{background:var(--surface-soft);opacity:.76}.chart-segmented-control__button--active,.chart-icon-toggle__button--active,.chart-segmented-control__button--active:hover,.chart-segmented-control__button--active:focus-visible,.chart-icon-toggle__button--active:hover,.chart-icon-toggle__button--active:focus-visible{background:var(--chart-control-active-bg);color:var(--chart-control-active-text);opacity:1}.chart-icon-toggle__button .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 350, "GRAD" 0, "opsz" 20;font-size:18px}.chart-panel__legend{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;padding:16px 24px 0;font-size:13px;font-weight:700;display:flex}.chart-panel__legend strong{color:var(--text-strong);font-weight:800}.chart-panel__legend span,.chart-panel__tooltip span{align-items:center;gap:7px;display:inline-flex}.chart-panel__legend-dot{border-radius:999px;flex:none;width:10px;height:10px}.chart-panel__legend-dot--current{background:var(--chart-series-primary)}.chart-panel__legend-dot--comparison{background:var(--chart-series-comparison)}.chart-panel__body{padding:0 24px 20px;position:relative}.chart-panel__svg{width:100%;height:auto;display:block;overflow:visible}.chart-panel__grid-line{stroke:var(--chart-grid-line)}.chart-panel__axis-line,.chart-panel__axis-tick{stroke:var(--chart-axis-line)}.chart-panel__axis-label{fill:var(--chart-axis-label);font-family:var(--font-body);font-size:12px}.chart-panel__area{fill:url(#dashboardYtdAreaGradient)}.chart-panel__line{fill:none;vector-effect:non-scaling-stroke}.chart-panel__line--current{stroke:var(--chart-series-primary);stroke-width:1.6px}.chart-panel__line--comparison{stroke:var(--chart-series-comparison);stroke-width:1.6px;stroke-linecap:round}.chart-panel__bar--current{fill:var(--chart-series-primary);opacity:.78}.chart-panel__bar--comparison{fill:var(--chart-series-comparison);opacity:.58}.chart-panel__hover-line{stroke:var(--chart-series-comparison);stroke-width:1.6px}.chart-panel__tooltip{z-index:3;border:1px solid var(--chart-tooltip-border);background:var(--chart-tooltip-bg);min-width:210px;box-shadow:var(--shadow-overlay);color:var(--muted);font-variant-numeric:tabular-nums;pointer-events:none;border-radius:14px;gap:6px;padding:12px 14px;font-size:13px;display:grid;position:absolute}.chart-panel__tooltip strong{color:var(--text-strong);font-family:var(--font-heading);font-size:14px;font-weight:500}.chart-panel__empty{min-height:360px;color:var(--muted);text-align:center;place-items:center;gap:6px;padding:28px 24px;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.data-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;display:grid}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:14px 0}.table td{font-variant-numeric:tabular-nums}.table tbody tr{transition:background-color .12s}.table tbody tr:hover{background:var(--surface-hover)}.table th{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:700}.empty-state{text-align:center;color:var(--muted);border-radius:var(--radius-lg);background:linear-gradient(120deg, #00e3961a, transparent 36%), var(--bg-subtle);border:0;padding:32px;position:relative;overflow:hidden}.accent-rail{border-left:4px solid var(--accent-green);padding-left:16px}@media (width<=1100px){.app-shell{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-panel__header{grid-template-columns:1fr}.chart-panel__controls{justify-content:flex-start}}@media (width<=720px){.page-shell{width:min(calc(100% - 24px), var(--max-width))}.page-header{flex-direction:column}.metric-grid{grid-template-columns:1fr}.chart-panel__header{padding:18px 16px 14px}.chart-panel__body,.chart-panel__legend{padding-left:16px;padding-right:16px}.chart-segmented-control{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.chart-segmented-control__button{white-space:nowrap;min-width:0;padding:0 8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
