@keyframes text-glow{0%,to{text-shadow:0 0 10px rgba(0,131,54,.2);opacity:.8}50%{text-shadow:0 0 20px rgba(0,131,54,.6),0 0 40px rgba(255,221,0,.4);opacity:1}}@keyframes energy-charge{0%{transform:scaleX(0);opacity:1}50%{transform:scaleX(1);opacity:1}80%{transform:scaleX(1);opacity:0}to{transform:scaleX(1);opacity:0}}.animate-text-glow{animation:text-glow 2s ease-in-out infinite}.animate-energy-charge{animation:energy-charge 2s cubic-bezier(.4,0,.2,1) infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:rgb(var(--color-bg-base));transition:background-color .3s ease}::-webkit-scrollbar-thumb{background-color:rgba(var(--color-border),.3);border-radius:9999px;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-border),.5)}body{margin:0}.text-contrast-dark{color:rgb(var(--color-text-on-dark))}.text-contrast-light{color:rgb(var(--color-text-on-light))}.text-contrast-primary{color:rgb(var(--color-text-on-primary))}.sse-site-nav{position:fixed;inset:0 0 auto;z-index:50;width:100%;background:rgb(var(--color-bg-surface) / .94);border-bottom:1px solid rgb(var(--color-border) / .1)}.sse-site-nav img{display:block;width:auto;max-width:10rem;height:2rem;object-fit:contain}.sse-site-nav button{max-width:100%}.sse-nav-container{width:min(100%,90rem)}.sse-nav-desktop{display:none;min-width:0;justify-content:space-between;gap:clamp(.75rem,1.4vw,1.5rem)}.sse-nav-logo-wrap{flex:0 0 auto;min-width:8.75rem}.sse-nav-center{flex:1 1 auto;min-width:0;justify-content:center}.sse-nav-list{min-width:0;max-width:100%;gap:clamp(.125rem,.45vw,.6rem)}.sse-nav-list>div{min-width:0}.sse-nav-list button{font-size:.8125rem;padding-left:.55rem;padding-right:.55rem}.sse-nav-actions{flex:0 0 auto;min-width:0;gap:.35rem}.sse-nav-actions button,.sse-nav-actions a{flex:0 0 auto}.sse-nav-mobile{display:flex;align-items:center;justify-content:space-between;height:5rem}@media(min-width:1280px){.sse-nav-desktop{display:flex;align-items:center;height:5rem}.sse-nav-mobile{display:none}}@media(min-width:1440px){.sse-nav-list button{font-size:.875rem;padding-left:.75rem;padding-right:.75rem}.sse-nav-actions{gap:.75rem}}.sse-site-nav[data-locale=en] .sse-nav-list,.sse-site-nav[data-locale=ja] .sse-nav-list{gap:.125rem}.sse-site-nav[data-locale=en] .sse-nav-list button,.sse-site-nav[data-locale=ja] .sse-nav-list button{font-size:.78rem;padding-left:.45rem;padding-right:.45rem}@media(min-width:1536px){.sse-site-nav[data-locale=en] .sse-nav-list button,.sse-site-nav[data-locale=ja] .sse-nav-list button{font-size:.84rem;padding-left:.65rem;padding-right:.65rem}}.sse-article-page,.sse-article-page *{box-sizing:border-box}.sse-article-page{--article-bg: rgb(var(--color-bg-base));--article-surface: rgb(var(--color-bg-surface));--article-card-surface: #ffffff;--article-heading: #1f2a24;--article-body: #2f3a33;--article-secondary: #56635a;--article-muted: #5f6962;--article-border: rgba(46, 46, 46, .12);--article-brand: #006f34;--article-brand-accent: rgb(var(--color-secondary));--article-warning-bg: #fff8ee;--article-warning-border: #e5b06f;--article-warning-title: #6d4e22;--article-warning-body: #4f412e;--article-caption: #5f6962;--article-toc: #5f6962;--article-toc-active: #006f34;--article-button-text: rgb(var(--color-text-on-primary));min-height:100vh;background:var(--article-bg);color:var(--article-body);padding-top:0;padding-bottom:6rem}.dark .sse-article-page{--article-bg: #171c19;--article-surface: #202721;--article-card-surface: #242d26;--article-heading: #f2f5ef;--article-body: #dbe4d8;--article-secondary: #bdc9bc;--article-muted: #a6b3a8;--article-border: rgba(242, 242, 242, .18);--article-brand: #b8dc7d;--article-brand-accent: #d5ef9a;--article-warning-bg: #2c251d;--article-warning-border: #b98542;--article-warning-title: #ffe1ae;--article-warning-body: #f2dbc0;--article-caption: #b7c3b7;--article-toc: #b2bfb3;--article-toc-active: #d5ef9a;--article-button-text: #142017}.sse-article-lead,.sse-article-layout,.sse-article-hero{width:100%;margin-left:auto;margin-right:auto}.sse-article-breadcrumb{position:static;margin-bottom:1.75rem}.sse-article-breadcrumb *{max-width:100%}.sse-article-breadcrumb nav{margin-bottom:0;overflow:hidden}.sse-article-breadcrumb ol{display:flex;min-width:0;width:100%;flex-wrap:nowrap;align-items:center;gap:.5rem;margin:0;padding:0;line-height:1.5;list-style:none}.sse-article-breadcrumb li{min-width:0;flex:0 1 auto;white-space:nowrap}.sse-article-breadcrumb li:last-child{flex:1 1 auto}.sse-article-breadcrumb li:last-child span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sse-article-title{margin-top:1.75rem;margin-bottom:1.5rem;max-width:60rem;overflow-wrap:anywhere;text-wrap:balance;font-size:clamp(2rem,5vw,4.75rem);font-weight:700;line-height:1.07;letter-spacing:0;color:#fff}.sse-article-hero[data-lang=zh-TW] .sse-article-title{max-width:61.25rem;font-size:clamp(2.75rem,4.8vw,4.5rem);line-height:1.08}.sse-article-hero[data-lang=en] .sse-article-title{max-width:67.5rem;font-size:clamp(2.25rem,3.8vw,3.625rem);line-height:1.06}.sse-article-hero[data-lang=ja] .sse-article-title{max-width:65rem;font-size:clamp(2.375rem,4vw,3.75rem);line-height:1.12}.sse-article-dek{max-width:50rem;margin-bottom:2rem;font-size:clamp(1.0625rem,1.8vw,1.375rem);line-height:1.7;color:#ffffffe0}.sse-article-hero{position:relative;display:flex;width:100%;min-height:calc(100dvh - 5rem);margin:0;align-items:flex-end;overflow:hidden;background:#08140e}.sse-article-hero-image,.sse-content-image img{display:block;width:100%;height:auto;max-width:100%;object-fit:cover}.sse-article-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-position:center 46%}.sse-article-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#08140ed6,#08140e9e 48%,#08140e2e),linear-gradient(180deg,#08140e66,#08140e1f 38%,#08140ec7)}.sse-article-hero-content{position:relative;z-index:1;width:100%;max-width:80rem;margin-inline:auto;padding:8.5rem 1.5rem 4.5rem}.sse-article-hero-copy{max-width:61.25rem}.sse-article-breadcrumb--hero,.sse-article-breadcrumb--hero a,.sse-article-breadcrumb--hero span,.sse-article-breadcrumb--hero li{color:#ffffffd1}.sse-article-breadcrumb--hero{margin-bottom:1.5rem}.sse-article-category-badge{display:inline-flex;align-items:center;gap:.375rem;border:1px solid rgba(255,255,255,.24);border-radius:9999px;background:#ffffff1a;padding:.375rem .75rem;color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sse-article-hero-meta{border-top:1px solid rgba(255,255,255,.2);padding-top:1.25rem}.sse-article-hero-meta,.sse-article-hero-meta *{color:#ffffffdb}.sse-article-lead{max-width:100%;margin-top:0;margin-bottom:2.5rem;padding:0}.sse-article-lead>div{border-width:0 0 0 3px;border-radius:0;background:transparent;border-color:var(--article-brand);color:var(--article-heading);box-shadow:none;padding:1.75rem 0 1.75rem 2rem}.sse-article-lead p{font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:500;line-height:1.8}.sse-article-lead p:first-of-type{font-size:clamp(1.25rem,1.8vw,1.5rem);line-height:1.75}.sse-article-lead p+p{margin-top:1.25rem}.sse-article-layout{display:grid;max-width:74rem;gap:2.75rem;margin-top:2.5rem;padding-left:1.5rem;padding-right:1.5rem;align-items:start;overflow:visible}.article-toc-column,.article-content-column,.article-utility-column,.sse-article-afterword{min-width:0}.article-toc-column,.article-utility-column{align-self:stretch;overflow:visible}.article-toc-sticky,.article-utility-sticky{align-self:start}.sse-article-page .sse-article-toc{display:none;position:relative;background:transparent;border-color:var(--article-border);color:var(--article-toc);width:100%;border-width:0;border-radius:0;box-shadow:none;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.sse-article-page .sse-article-mobile-toc{display:block;margin-bottom:2rem;background:var(--article-card-surface);border-color:var(--article-border);color:var(--article-body)}.sse-article-page .sse-article-toc h2,.sse-article-page .sse-article-mobile-toc button span{color:var(--article-brand)}.sse-article-page .sse-article-toc button,.sse-article-page .sse-article-mobile-toc li button{display:grid;grid-template-columns:2.125rem minmax(0,1fr);gap:.75rem;align-items:start;background:transparent;color:var(--article-toc);min-height:0;padding:.125rem 0 .125rem 1.125rem;font-size:.9375rem;line-height:1.5}.sse-article-page .sse-article-toc button{position:relative;border:0;font-weight:500}.sse-article-page .sse-article-toc button:before{content:"";position:absolute;inset-inline-start:0;top:.2em;bottom:.2em;width:2px;border-radius:999px;background:var(--article-brand);transform:scaleY(0);transform-origin:top;transition:transform .18s ease}.sse-article-page .sse-article-toc button[aria-current=location],.sse-article-page .sse-article-mobile-toc li button[class*=text-primary]{color:var(--article-toc-active);border-color:var(--article-toc-active)}.sse-article-page .sse-article-toc button[aria-current=location]{font-weight:700}.sse-article-page .sse-article-toc button[aria-current=location]:before{transform:scaleY(1)}.sse-article-page .sse-article-toc button:hover{color:var(--article-heading)}.sse-article-page .sse-article-toc button:focus-visible{outline:2px solid var(--article-brand);outline-offset:4px}.sse-article-toc-index{color:var(--article-brand);font-size:.8125rem;font-weight:800;line-height:1.55}.sse-article-toc-label{min-width:0;overflow-wrap:anywhere}.sse-content-renderer--article{color:var(--article-body)}.sse-content-renderer--article>*+*{margin-top:1.125rem}.sse-content-heading{overflow-wrap:anywhere;scroll-margin-top:7rem;color:var(--article-heading);letter-spacing:0}.sse-content-heading--h2{padding-top:3.5rem;margin-bottom:1.375rem;font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:1.22}.sse-content-renderer--article>.sse-content-heading--h2:first-child{padding-top:0}.sse-content-heading--h3{padding-top:1.25rem;font-size:clamp(1.375rem,2vw,1.875rem);line-height:1.28}.sse-content-paragraph,.sse-content-list{font-size:clamp(1rem,1.4vw,1.125rem);line-height:1.85;color:var(--article-body)}.sse-content-list{margin-top:1.375rem;margin-bottom:1.875rem;padding-left:0;list-style:none}.sse-content-list li+li{margin-top:.75rem}.sse-content-list-item{display:grid;grid-template-columns:1.75rem minmax(0,1fr);gap:.5rem;color:var(--article-body)}.sse-content-list-marker{display:inline-flex;justify-content:center;color:var(--article-brand);font-weight:800;line-height:1.9}.sse-content-list--bullet .sse-content-list-marker:before{content:"";width:.45rem;height:.45rem;margin-top:.75rem;border-radius:9999px;background:var(--article-brand)}.sse-content-list-text{min-width:0;color:var(--article-body);overflow-wrap:anywhere}.sse-content-image{width:100%;max-width:46.25rem;margin:2.25rem auto 2.625rem}.sse-content-image-frame{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--article-border);border-radius:1rem;background:transparent;box-shadow:0 8px 24px rgba(var(--shadow-rgb),.04)}.sse-content-image-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--article-image-position, center)}.sse-content-image--wide,.sse-content-image--full{max-width:46.25rem;margin-top:2.5rem;margin-bottom:2.75rem}.sse-content-caption{margin-top:.625rem;text-align:center;font-size:.8125rem;line-height:1.6;color:var(--article-caption)}.sse-content-feature-grid{display:grid;grid-template-columns:1fr;gap:1px;overflow:hidden;border:1px solid var(--article-border);border-radius:1rem;background:var(--article-border)}.sse-content-feature-card,.sse-content-callout,.sse-content-quote,.sse-article-bottom-cta{min-width:0;border:1px solid var(--article-border);background:var(--article-card-surface);box-shadow:0 8px 24px rgba(var(--shadow-rgb),.04);color:var(--article-body)}.sse-content-feature-card{border:0;border-radius:0;padding:1.75rem;box-shadow:none}.sse-content-feature-card h3,.sse-content-feature-card p{overflow-wrap:anywhere}.sse-content-feature-icon{color:var(--article-brand)}.sse-content-feature-title{color:var(--article-heading)}.sse-content-feature-description{color:var(--article-secondary)}.sse-content-feature-list{margin-top:1.625rem;margin-bottom:2.375rem;border-top:1px solid var(--article-border);border-bottom:1px solid var(--article-border)}.sse-content-feature-list ol{margin:0;padding:0;list-style:none}.sse-content-feature-list-item{display:grid;grid-template-columns:2.75rem minmax(0,1fr);gap:1rem;padding:1.25rem 0}.sse-content-feature-list-item+.sse-content-feature-list-item{border-top:1px solid var(--article-border)}.sse-content-feature-index{color:var(--article-brand);font-size:.8125rem;font-weight:800;line-height:1.8}.sse-content-feature-copy{min-width:0}.sse-content-feature-list .sse-content-feature-title{margin:0;font-size:clamp(1.0625rem,1.5vw,1.25rem);font-weight:700;line-height:1.45}.sse-content-feature-list .sse-content-feature-description{margin-top:.5rem;font-size:clamp(1rem,1.25vw,1.0625rem);line-height:1.8}.sse-content-callout{margin-top:2rem;margin-bottom:2.375rem;border-radius:.875rem;padding:1.5rem 1.625rem}.sse-content-callout--warning{background:var(--article-warning-bg);border-color:var(--article-warning-border);color:var(--article-warning-body);border-left:3px solid var(--article-warning-border)}.sse-content-callout--warning .sse-content-callout-icon,.sse-content-callout--warning .sse-content-callout-title{color:var(--article-warning-title)}.sse-content-callout--warning .sse-content-callout-body{color:var(--article-warning-body)}.sse-content-callout:not(.sse-content-callout--warning) .sse-content-callout-icon,.sse-content-callout:not(.sse-content-callout--warning) .sse-content-callout-title{color:var(--article-brand)}.sse-content-callout:not(.sse-content-callout--warning) .sse-content-callout-body{color:var(--article-body)}.sse-content-quote{border-radius:0 1rem 1rem 0;border-left:4px solid var(--article-brand);padding:1.75rem 2rem;color:var(--article-heading)}.sse-article-bottom-cta{margin-top:4.5rem;display:grid;gap:0;max-width:77.5rem;min-height:21.25rem;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:1.25rem;padding:0;background:var(--article-card-surface);border-color:var(--article-border)}.sse-article-bottom-cta-copy{min-width:0;padding:2rem}.sse-article-bottom-cta-actions{margin-top:1.75rem}.sse-article-bottom-cta-media{min-height:14rem}.sse-article-bottom-cta-media img{display:block;width:100%;height:100%;min-height:14rem;object-fit:cover;object-position:center 46%}.sse-article-bottom-cta span{color:var(--article-brand)}.sse-article-bottom-cta h2{color:var(--article-heading)}.sse-article-bottom-cta p{color:var(--article-secondary)}.sse-article-bottom-cta a:first-of-type{color:var(--article-button-text)}.sse-article-bottom-cta a:last-of-type{color:var(--article-heading);border-color:var(--article-border)}.sse-article-utility{display:none}.sse-article-utility-panel{color:var(--article-secondary)}.sse-article-afterword{width:min(77.5rem,calc(100% - 3rem));margin:0 auto}.sse-article-utility-panel section+section{margin-top:1.75rem;padding-top:1.625rem;border-top:1px solid var(--article-border)}.sse-article-utility-panel h2{margin-bottom:1rem;color:var(--article-brand);font-size:.8125rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sse-article-utility .inline-flex,.sse-article-utility a{color:var(--article-heading)}.sse-article-utility-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700}.sse-article-utility-related{margin:0;padding:0;list-style:none}.sse-article-utility-related li+li{margin-top:.875rem}.sse-article-utility-related a{display:block;color:var(--article-heading);font-size:.9375rem;font-weight:700;line-height:1.5}.sse-article-utility-empty{color:var(--article-secondary);font-size:.9375rem;line-height:1.6}.sse-article-progress-button{position:fixed;right:1.75rem;bottom:1.75rem;z-index:40;display:flex;width:3.25rem;height:3.25rem;align-items:center;justify-content:center;border:1px solid var(--article-border);border-radius:9999px;background:rgb(var(--color-bg-surface) / .92);color:var(--article-brand);box-shadow:0 16px 34px rgba(var(--shadow-rgb),.16);opacity:0;pointer-events:none;transform:translateY(1rem) scale(.96);transition:opacity .16s ease,transform .16s ease,background-color .16s ease,color .16s ease}.sse-article-progress-button.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.sse-article-progress-button:hover{background:var(--article-brand);color:var(--article-button-text)}.sse-article-progress-button:focus-visible{outline:2px solid var(--article-brand);outline-offset:4px}.sse-article-progress-ring{position:absolute;top:.25rem;right:.25rem;bottom:.25rem;left:.25rem;width:calc(100% - .5rem);height:calc(100% - .5rem);transform:rotate(-90deg)}.sse-article-progress-track,.sse-article-progress-value{fill:none;stroke-width:3}.sse-article-progress-track{stroke:var(--article-border)}.sse-article-progress-value{stroke:currentColor;stroke-dasharray:100;stroke-dashoffset:100;stroke-linecap:round;transition:stroke-dashoffset .12s linear}@media(min-width:640px){.sse-article-lead,.sse-article-layout{padding-left:2.5rem;padding-right:2.5rem}.sse-content-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sse-content-feature-list-item{grid-template-columns:3rem minmax(0,1fr);gap:1.25rem;padding-top:1.5rem;padding-bottom:1.5rem}}@media(min-width:1200px){.sse-article-layout{max-width:77.5rem;grid-template-columns:minmax(10rem,11.25rem) minmax(0,46.25rem) minmax(10rem,11.25rem);column-gap:2.75rem;justify-content:center;padding-left:1.5rem;padding-right:1.5rem}.article-toc-column{grid-column:1;grid-row:1}.article-content-column{grid-column:2;grid-row:1}.sse-article-page .sse-article-toc{display:block}.sse-article-page .sse-article-mobile-toc{display:none}.article-utility-column{display:block;grid-column:3;grid-row:1}.article-toc-sticky,.article-utility-sticky{position:sticky;top:1.5rem;max-height:calc(100dvh - 3rem);overflow-y:auto;overscroll-behavior:contain}.sse-article-utility-panel{padding-left:.25rem}.sse-article-mobile-share{display:none}}@media(min-width:1440px){.sse-article-layout{grid-template-columns:minmax(11.25rem,13.125rem) minmax(0,46.25rem) minmax(11.25rem,13.125rem);max-width:77.5rem}}@media(min-width:1024px){.sse-article-bottom-cta{grid-template-columns:minmax(0,.46fr) minmax(0,.54fr)}.sse-article-bottom-cta-copy{padding:3rem}.sse-article-bottom-cta-media{min-height:21.25rem}}@media(max-width:480px){.sse-article-page{padding-top:0}.sse-article-lead,.sse-article-layout{padding-left:1rem;padding-right:1rem}.sse-article-title{font-size:2rem;line-height:1.14}.sse-article-hero{min-height:78dvh}.sse-article-hero-content{padding:7rem 1.25rem 2.75rem}.sse-article-dek{font-size:1rem;line-height:1.65}.sse-article-lead>div{padding-left:1.25rem}.sse-content-heading--h2{padding-top:3rem}.sse-content-image{margin-top:1.75rem;margin-bottom:2.25rem}.sse-content-callout{margin-top:1.625rem;margin-bottom:2rem}.sse-article-progress-button{right:1rem;bottom:1.25rem;width:2.875rem;height:2.875rem}}@media(prefers-reduced-motion:reduce){.sse-article-progress-button,.sse-article-progress-value{transition:none}}.sse-shared-hero{--hero-text-primary: #f7fbf5;--hero-text-secondary: rgba(247, 251, 245, .86);--hero-eyebrow-text: #d5ef9a;--hero-eyebrow-bg: rgba(247, 251, 245, .12);--hero-eyebrow-border: rgba(247, 251, 245, .24);--hero-title-max-width: 68rem;--hero-overlay-start: rgba(4, 18, 14, .48);--hero-overlay-mid: rgba(4, 18, 14, .22);--hero-overlay-end: rgba(4, 18, 14, .66);position:relative;display:flex;min-height:26.25rem;align-items:center;justify-content:center;overflow:hidden;background:#08110d;isolation:isolate}.sse-shared-hero--viewport{height:calc(100dvh - var(--navbar-height));min-height:calc(100svh - var(--navbar-height))}.sse-hero-height-editorial{height:clamp(26.25rem,56vw,40rem);min-height:26.25rem}.sse-hero-height-insights{height:clamp(31.25rem,58vw,42.5rem);min-height:31.25rem}.sse-shared-hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.sse-shared-hero-media img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.04)}.sse-shared-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--hero-overlay-start) 0%,rgba(4,18,14,.68) 42%,rgba(4,18,14,.28) 72%,rgba(4,18,14,.12) 100%),linear-gradient(180deg,rgba(4,18,14,.38) 0%,var(--hero-overlay-mid) 48%,var(--hero-overlay-end) 100%);pointer-events:none}.sse-shared-hero--strong{--hero-overlay-start: rgba(4, 18, 14, .78);--hero-overlay-mid: rgba(4, 18, 14, .42);--hero-overlay-end: rgba(4, 18, 14, .78)}.sse-shared-hero--editorial{--hero-overlay-start: rgba(4, 18, 14, .88);--hero-overlay-mid: rgba(4, 18, 14, .3);--hero-overlay-end: rgba(4, 18, 14, .58)}.sse-shared-hero--balanced{--hero-overlay-start: rgba(4, 18, 14, .18);--hero-overlay-mid: rgba(4, 18, 14, .25);--hero-overlay-end: rgba(4, 18, 14, .48)}.sse-shared-hero--balanced .sse-shared-hero-overlay{background:radial-gradient(circle at center,#04120e1f,#04120e40 55%,#04120e61),linear-gradient(180deg,#04120e3d,#04120e57 42%,#04120e8c)}.sse-shared-hero--dark{--hero-overlay-start: rgba(4, 18, 14, .72);--hero-overlay-mid: rgba(4, 18, 14, .48);--hero-overlay-end: rgba(4, 18, 14, .78)}.sse-shared-hero-content{position:relative;z-index:1;width:min(100% - 2rem,72rem);padding:5.75rem 0 4.25rem}.sse-shared-hero--narrow .sse-shared-hero-content{width:min(100% - 2rem,48rem)}.sse-shared-hero--medium .sse-shared-hero-content{width:min(100% - 2rem,62rem)}.sse-shared-hero--wide .sse-shared-hero-content{width:min(100% - 2rem,72rem)}.sse-shared-hero--center,.sse-shared-hero[data-align=center]{text-align:center}.sse-shared-hero--left{text-align:left}.sse-shared-hero--center .sse-shared-hero-content,.sse-shared-hero[data-align=center] .sse-shared-hero-content{display:grid;justify-items:center;margin-inline:auto}.sse-shared-hero-eyebrow{display:inline-flex;max-width:100%;align-items:center;gap:.5rem;margin-bottom:1.5rem;border:1px solid var(--hero-eyebrow-border);border-radius:999px;background:var(--hero-eyebrow-bg);padding:.45rem .9rem;color:var(--hero-eyebrow-text);font-size:.75rem;font-weight:900;letter-spacing:.16em;line-height:1.2;text-transform:uppercase;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sse-shared-hero-eyebrow svg{width:.95rem;height:.95rem;flex:0 0 auto;color:currentColor}.sse-shared-hero-title{max-width:min(100%,var(--hero-title-max-width));margin:0 0 1.35rem;color:var(--hero-text-primary);font-size:clamp(2.8rem,4.2vw,4.8rem);font-weight:950;letter-spacing:0;line-height:1.08;overflow-wrap:normal;text-wrap:balance;text-shadow:0 .25rem 1.5rem rgba(0,0,0,.32)}.sse-shared-hero[data-locale=en] .sse-shared-hero-title,:lang(en) .sse-shared-hero-title{font-size:clamp(2.45rem,3.7vw,4.2rem);line-height:1.04}.sse-shared-hero[data-locale=ja] .sse-shared-hero-title,:lang(ja) .sse-shared-hero-title{font-size:clamp(2.35rem,3.45vw,4rem);line-height:1.12}.sse-shared-hero--compact .sse-shared-hero-title{font-size:clamp(2.25rem,4vw,4.25rem)}.sse-shared-hero-subtitle-wrap{display:flex;justify-content:flex-start}.sse-shared-hero--center .sse-shared-hero-subtitle-wrap,.sse-shared-hero[data-align=center] .sse-shared-hero-subtitle-wrap{justify-content:center}.sse-shared-hero--center .sse-shared-hero-subtitle,.sse-shared-hero[data-align=center] .sse-shared-hero-subtitle{text-align:center}.sse-shared-hero-subtitle{max-width:42rem;margin:0;color:var(--hero-text-secondary);font-size:clamp(1rem,1.55vw,1.375rem);font-weight:650;letter-spacing:0;line-height:1.65;overflow-wrap:anywhere;text-shadow:0 .2rem 1rem rgba(0,0,0,.3)}.sse-shared-hero-description{max-width:40rem;margin:1rem 0 0;color:var(--hero-text-secondary);font-size:clamp(.9375rem,1.2vw,1.125rem);font-weight:500;line-height:1.75;text-shadow:0 .2rem 1rem rgba(0,0,0,.28)}.sse-shared-hero[data-align=center] .sse-shared-hero-description{text-align:center}.sse-shared-hero[data-variant=bordered-subtitle] .sse-shared-hero-subtitle{border-left:4px solid var(--hero-eyebrow-text);padding-left:1.25rem}.sse-shared-hero--center[data-variant=bordered-subtitle] .sse-shared-hero-subtitle{text-align:left}.sse-insights-hero .sse-shared-hero-media img{object-position:center 46%}.sse-insights-hero .sse-shared-hero-title{font-size:clamp(3rem,5.2vw,5.25rem)}.sse-insights-hero[data-locale=en] .sse-shared-hero-title,:lang(en) .sse-insights-hero .sse-shared-hero-title{font-size:clamp(2.7rem,4.5vw,4.8rem)}.sse-insights-hero[data-locale=ja] .sse-shared-hero-title,:lang(ja) .sse-insights-hero .sse-shared-hero-title{font-size:clamp(2.5rem,4.1vw,4.4rem)}.sse-insights-hero .sse-shared-hero-subtitle{max-width:46rem}.sse-shared-hero-scroll{position:absolute;z-index:2;inset-inline:0;bottom:2.5rem;display:none;justify-content:center;pointer-events:none}.sse-shared-hero-scroll>div{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--hero-text-secondary);filter:drop-shadow(0 .2rem .75rem rgba(0,0,0,.35))}.sse-shared-hero-scroll span{font-size:.625rem;font-weight:900;letter-spacing:.28em;text-transform:uppercase}.sse-shared-hero-scroll svg{width:1.25rem;height:1.25rem}@media(min-width:768px){.sse-shared-hero-content{width:min(100% - 4rem,72rem)}.sse-shared-hero--narrow .sse-shared-hero-content{width:min(100% - 4rem,48rem)}.sse-shared-hero--medium .sse-shared-hero-content{width:min(100% - 4rem,62rem)}.sse-shared-hero--wide .sse-shared-hero-content{width:min(100% - 4rem,72rem)}.sse-shared-hero-scroll{display:flex}}@media(min-width:1280px){.sse-shared-hero-title{white-space:nowrap}}@media(max-width:767px){.sse-shared-hero,.sse-hero-height-editorial,.sse-hero-height-insights{height:auto;min-height:28.75rem}.sse-shared-hero-content{padding:5rem 0 3rem}.sse-shared-hero-title{max-width:100%;font-size:clamp(2.25rem,12vw,3.3rem);line-height:1.08;overflow-wrap:anywhere;white-space:normal}.sse-insights-hero .sse-shared-hero-media img{object-position:58% center}.sse-insights-hero .sse-shared-hero-title{font-size:clamp(2.35rem,12vw,3.45rem)}.sse-shared-hero-subtitle{max-width:100%;font-size:1rem}.sse-shared-hero-description{max-width:100%}}.insights-container{width:min(100% - 2rem,80rem);margin-inline:auto}.insights-section{padding:2.75rem 0 6rem}.insights-listing-header{display:grid;gap:1.5rem;margin-bottom:2rem}.insights-listing-heading{max-width:42rem}.insights-listing-eyebrow{margin:0 0 .625rem;color:rgb(var(--color-primary));font-size:.75rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.insights-listing-title{margin:0 0 .75rem;color:rgb(var(--color-text-main));font-size:clamp(1.875rem,3vw,2.75rem);font-weight:950;letter-spacing:0;line-height:1.12;overflow-wrap:anywhere;text-wrap:balance}.insights-listing-description{margin:0;color:rgb(var(--color-text-muted));font-size:1rem;line-height:1.75}.insights-toolbar{display:grid;gap:1rem;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.insights-search-field{position:relative;display:block;min-width:0}.insights-search-field svg{position:absolute;left:1rem;top:50%;width:1.125rem;height:1.125rem;color:rgb(var(--color-text-muted));transform:translateY(-50%);pointer-events:none}.insights-search-field input,.insights-toolbar select{width:100%;min-width:0;min-height:3rem;border:1px solid rgb(var(--color-border) / .14);border-radius:.75rem;background:rgb(var(--color-bg-base));color:rgb(var(--color-text-main));font:inherit;font-size:.9375rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.insights-search-field input{padding:0 1rem 0 2.875rem}.insights-toolbar select{padding:0 2.25rem 0 .875rem;font-weight:700}.insights-search-field input:focus,.insights-toolbar select:focus{border-color:rgb(var(--color-primary));box-shadow:0 0 0 3px rgb(var(--color-primary) / .18)}.insights-toolbar-controls{display:grid;grid-template-columns:1fr;gap:.75rem;min-width:0}.insights-toolbar-controls label{display:grid;gap:.375rem;min-width:0}.insights-toolbar-controls label>span{color:rgb(var(--color-text-muted));font-size:.75rem;font-weight:800}.insights-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;min-height:24rem;margin:0;padding:0;list-style:none}.insights-card{height:100%;min-width:0;overflow:hidden;border:1px solid rgb(var(--color-border) / .12);border-radius:1.25rem;background:rgb(var(--color-bg-surface));box-shadow:0 1rem 2.5rem #00000012}.insights-card-link{display:flex;height:100%;min-width:0;flex-direction:column;color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.insights-card-link:hover{transform:translateY(-.25rem)}.insights-card-link:focus-visible{outline:3px solid rgb(var(--color-primary));outline-offset:4px}.insights-card-media,.insights-coming-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(135deg,rgb(var(--color-primary) / .12),rgb(var(--color-secondary) / .16)),rgb(var(--color-bg-base))}.insights-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.insights-card-link:hover .insights-card-media img{transform:scale(1.045)}.insights-card-media>span,.insights-coming-media>span{position:absolute;left:1rem;top:1rem;border-radius:999px;background:rgb(var(--color-primary));padding:.35rem .75rem;color:rgb(var(--color-text-on-primary));font-size:.75rem;font-weight:900}.insights-card-body{display:flex;min-width:0;flex:1;flex-direction:column;padding:1.375rem}.insights-card-meta{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:1rem;color:rgb(var(--color-text-muted));font-size:.8125rem}.insights-card-meta span{display:inline-flex;align-items:center;gap:.35rem}.insights-card-meta svg{width:.9375rem;height:.9375rem}.insights-card h3{margin:0 0 .75rem;color:rgb(var(--color-text-main));font-size:1.25rem;font-weight:900;line-height:1.32;overflow-wrap:anywhere}.insights-card p{display:-webkit-box;flex:1;margin:0 0 1.25rem;overflow:hidden;color:rgb(var(--color-text-muted));font-size:.9375rem;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:3}.insights-card-cta{display:inline-flex;align-items:center;gap:.5rem;color:rgb(var(--color-primary));font-weight:900}.insights-card-cta svg{width:1rem;height:1rem;transition:transform .18s ease}.insights-card-link:hover .insights-card-cta svg{transform:translate(.2rem)}.insights-card--coming-soon{border-style:dashed;box-shadow:none;opacity:.92}.insights-card--coming-soon .insights-card-body{justify-content:space-between}.insights-coming-media{display:flex;align-items:center;justify-content:center}.insights-coming-label{margin-bottom:.85rem;color:rgb(var(--color-primary));font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.insights-empty-state{width:100%;margin:2rem 0 0;max-width:none;border:1px solid rgb(var(--color-border) / .12);border-radius:1.25rem;background:rgb(var(--color-bg-surface));padding:3rem 1.5rem;text-align:center}.insights-empty-state h3{margin:0 0 .75rem;color:rgb(var(--color-text-main));font-size:1.5rem;font-weight:900}.insights-empty-state p{margin:0 auto 1.5rem;max-width:36rem;color:rgb(var(--color-text-muted));line-height:1.7}.insights-empty-state button{min-height:2.75rem;border:0;border-radius:999px;background:rgb(var(--color-primary));padding:0 1.25rem;color:rgb(var(--color-text-on-primary));font-weight:900}.sse-pagination{display:flex;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:3rem}.sse-pagination-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.sse-pagination-button{display:inline-flex;min-width:2.75rem;min-height:2.75rem;align-items:center;justify-content:center;gap:.35rem;border:1px solid rgb(var(--color-border) / .16);border-radius:999px;background:rgb(var(--color-bg-surface));color:rgb(var(--color-text-main));font-weight:900;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.sse-pagination-button svg{width:1rem;height:1rem}.sse-pagination-button:hover:not(:disabled),.sse-pagination-button[aria-current=page]{border-color:rgb(var(--color-primary));background:rgb(var(--color-primary));color:rgb(var(--color-text-on-primary))}.sse-pagination-button:focus-visible{outline:3px solid rgb(var(--color-primary) / .4);outline-offset:3px}.sse-pagination-button:disabled{cursor:not-allowed;opacity:.48}.sse-pagination-button[aria-current=page]{cursor:default;opacity:1}.sse-pagination-button--arrow{padding:0 1rem}@media(min-width:640px){.insights-toolbar-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.insights-container{width:min(100% - 4rem,80rem)}.insights-section{padding-top:2.5rem}.insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px)and (max-width:1099px){.sse-insights-hero .sse-shared-hero-media img{object-position:center 48%}}@media(min-width:1100px){.insights-listing-header{grid-template-columns:minmax(20rem,1fr) minmax(37.5rem,1.3fr);align-items:end;gap:clamp(2.5rem,4vw,3.5rem)}.insights-toolbar{grid-template-columns:minmax(16.25rem,1fr) minmax(11.25rem,.65fr) minmax(10rem,.55fr);align-items:end}.insights-toolbar-controls{display:contents}}@media(min-width:1280px){.insights-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:520px){.sse-pagination-button--arrow span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}.downloads-page{background:rgb(var(--color-bg-base));color:rgb(var(--color-text-main))}.downloads-container{width:min(100% - 2rem,72rem);margin:0 auto}.downloads-intro{display:grid;gap:1rem;padding:clamp(3rem,6vw,5rem) 0 2rem}.downloads-eyebrow{display:inline-flex;width:fit-content;align-items:center;gap:.5rem;color:rgb(var(--color-primary));font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.downloads-intro h2{max-width:48rem;margin:0;color:rgb(var(--color-text-main));font-size:clamp(1.9rem,4vw,3.25rem);line-height:1.08;letter-spacing:0}.downloads-intro p{max-width:42rem;margin:0;color:rgb(var(--color-text-muted));font-size:1rem;line-height:1.8}.downloads-document-icon svg,.downloads-category-nav svg,.downloads-empty svg{width:1.25rem;height:1.25rem}.downloads-latest{display:grid;gap:.45rem;align-self:stretch;border:1px solid rgb(var(--color-border) / .18);border-radius:1rem;background:rgb(var(--color-bg-surface) / .78);padding:1.15rem}.downloads-latest span{color:rgb(var(--color-primary));font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.downloads-latest strong{color:rgb(var(--color-text-main));line-height:1.45}.downloads-latest small{color:rgb(var(--color-text-muted));line-height:1.5}.downloads-category-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0 2.5rem;padding:0}.downloads-category-nav button{min-height:2.75rem;border:1px solid rgb(var(--color-border) / .24);border-radius:999px;background:rgb(var(--color-bg-surface) / .78);color:rgb(var(--color-text-main));padding:.7rem 1rem;font-weight:800;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.downloads-category-nav svg{margin-right:.45rem;vertical-align:-.25rem}.downloads-category-nav button:hover,.downloads-category-nav button:focus-visible,.downloads-category-nav button[aria-pressed=true]{border-color:rgb(var(--color-primary));background:rgb(var(--color-primary) / .1);color:rgb(var(--color-primary))}.downloads-section{padding:1rem 0 clamp(4rem,7vw,6rem);scroll-margin-top:7rem}.downloads-section-header{display:grid;gap:.65rem;margin-bottom:1.5rem}.downloads-section-header h2{margin:0;color:rgb(var(--color-text-main));font-size:clamp(1.45rem,2.8vw,2.2rem);letter-spacing:0}.downloads-section-header p{max-width:44rem;margin:0;color:rgb(var(--color-text-muted));line-height:1.75}.downloads-document-list{display:grid;gap:1rem}.downloads-document-card{border:1px solid rgb(var(--color-border) / .18);border-radius:1rem;background:rgb(var(--color-bg-surface) / .9);box-shadow:0 18px 50px #0000000f;overflow:hidden}.downloads-document-toggle{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;border:0;background:transparent;color:inherit;padding:1.15rem;text-align:left;cursor:pointer}.downloads-document-icon{display:grid;width:2.75rem;height:2.75rem;place-items:center;border-radius:.85rem;background:rgb(var(--color-primary) / .1);color:rgb(var(--color-primary))}.downloads-document-title{display:grid;min-width:0;gap:.35rem}.downloads-document-title strong{overflow-wrap:anywhere;color:rgb(var(--color-text-main));font-size:1rem;line-height:1.45}.downloads-document-title span{color:rgb(var(--color-text-muted));font-size:.88rem}.downloads-status{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;border-radius:999px;background:rgb(var(--color-secondary) / .18);color:rgb(var(--color-text-main));padding:.35rem .7rem;font-size:.78rem;font-weight:800;white-space:nowrap}.downloads-status.is-pending{background:rgb(var(--color-border) / .14);color:rgb(var(--color-text-muted))}.downloads-document-panel{display:grid;gap:1.25rem;border-top:1px solid rgb(var(--color-border) / .16);padding:1.15rem}.downloads-document-description{margin:0;color:rgb(var(--color-text-muted));line-height:1.75}.downloads-document-meta{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.downloads-document-meta div{min-width:0}.downloads-document-meta dt{color:rgb(var(--color-text-muted));font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.downloads-document-meta dd{margin:.2rem 0 0;color:rgb(var(--color-text-main));font-weight:800}.downloads-document-meta dd svg{display:inline-block;width:.95rem;height:.95rem;margin-right:.35rem;vertical-align:-.15rem;color:rgb(var(--color-primary))}.downloads-actions{display:flex;flex-wrap:wrap;gap:.75rem}.downloads-actions a{display:inline-flex;min-height:2.75rem;align-items:center;gap:.5rem;border-radius:999px;background:rgb(var(--color-primary));color:rgb(var(--color-text-on-primary));padding:.7rem 1rem;font-weight:800;text-decoration:none}.downloads-actions a.secondary{border:1px solid rgb(var(--color-border) / .2);background:transparent;color:rgb(var(--color-text-main))}.downloads-pending-note{display:flex;align-items:flex-start;gap:.65rem;border-radius:.9rem;background:rgb(var(--color-secondary) / .12);color:rgb(var(--color-text-main));padding:.9rem 1rem;line-height:1.65}.downloads-pending-note svg{flex:0 0 auto;margin-top:.2rem;color:rgb(var(--color-primary))}.downloads-empty{border:1px dashed rgb(var(--color-border) / .26);border-radius:1rem;color:rgb(var(--color-text-muted));padding:2rem;text-align:center}@media(min-width:768px){.downloads-container{width:min(100% - 4rem,72rem)}.downloads-intro{grid-template-columns:minmax(0,1fr) minmax(20rem,.8fr);align-items:end}.downloads-document-toggle,.downloads-document-panel{padding:1.35rem 1.5rem}.downloads-document-meta{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:520px){.downloads-document-toggle{grid-template-columns:auto minmax(0,1fr)}.downloads-status{grid-column:2;justify-self:start}.downloads-document-meta{grid-template-columns:1fr}}.sse-article-page h2[id],.sse-article-page h3[id]{scroll-margin-top:7rem}.sse-article-page{overflow-wrap:anywhere}.home-energy-3d *{box-sizing:border-box}.home-energy-3d button,.home-energy-3d a{-webkit-tap-highlight-color:transparent}.home-energy-3d button{font:inherit;cursor:pointer}.home-energy-3d button:focus-visible,.home-energy-3d a:focus-visible{outline:2px solid #258153;outline-offset:4px}.home-energy-3d button{color:inherit}.home-energy-3d a{color:inherit;text-decoration:none}.home-energy-3d{--surface:rgba(250,251,246,.92);--text:#283e34;--muted:#7d8880;--line:#dfe5dc;min-height:100dvh;background:#e8ece5;color:var(--text);transition:background 1s,color .6s}.home-energy-3d .header{height:85px;margin:0 38px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3}.home-energy-3d .brand{display:flex;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-size:18px;letter-spacing:2px;font-weight:800;line-height:1.2}.home-energy-3d .brand-mark{display:flex;align-items:center;justify-content:center;color:#f5faf0;background:#285e42;width:40px;height:40px;border-radius:50%}.home-energy-3d .brand-sub{display:block;font-size:8px;letter-spacing:4px;font-weight:600;margin-top:4px}.home-energy-3d nav{height:100%;display:flex;align-items:center;gap:22px;font-size:12px}.home-energy-3d .nav-active{height:100%;display:flex;align-items:center;border-bottom:2px solid #357753;font-weight:650}.home-energy-3d .nav-separator{width:1px;height:15px;background:var(--line)}.home-energy-3d .prototype{font-size:9px;letter-spacing:1.2px;color:var(--muted)}.home-energy-3d .about-button{border:0;background:none;display:flex;gap:16px;align-items:center;font-size:11px}.home-energy-3d .experience{height:calc(100dvh - 126px);min-height:740px;position:relative;overflow:hidden}.home-energy-3d .scene{position:absolute;top:0;right:0;bottom:100px;left:245px}.home-energy-3d .scene canvas{touch-action:none}.home-energy-3d .scene-topline{position:absolute;left:38px;right:38px;top:23px;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.home-energy-3d .scene-location{font-size:9px;letter-spacing:1.3px;display:flex;align-items:center;gap:9px;color:#68796b}.home-energy-3d .dot{display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.home-energy-3d .green{background:#52a477}.home-energy-3d .blue{background:#8aafc1}.home-energy-3d .red{background:#c8876a}.home-energy-3d .divider{width:1px;height:10px;background:#c7d1c6;margin:0 5px}.home-energy-3d .view-controls{display:flex;align-items:center;gap:19px;pointer-events:auto}.home-energy-3d .view-controls>button{border:0;background:none;display:flex;gap:7px;align-items:center;font-size:10px;color:#6c7a70}.home-energy-3d .day-switch{display:flex;padding:4px;background:#f4f7eeb3;border:1px solid rgba(255,255,255,.5);border-radius:30px;box-shadow:0 3px 12px #243b3006}.home-energy-3d .day-switch button{border:0;display:flex;align-items:center;gap:7px;font-size:10px;border-radius:20px;padding:7px 13px;background:transparent;color:#859087;transition:.3s}.home-energy-3d .day-switch button.active{background:#fff;color:#304c39;box-shadow:0 2px 6px #1f3e3012}.home-energy-3d .config-panel{position:absolute;left:38px;top:86px;width:285px;pointer-events:auto}.home-energy-3d .eyebrow{font-size:8px;letter-spacing:1.65px;font-weight:700;color:#65816c}.home-energy-3d .config-panel h2{font-family:Manrope,sans-serif;font-size:27px;line-height:1.28;font-weight:500;letter-spacing:-1.15px;margin:13px 0 10px}.home-energy-3d .panel-intro{font-size:11px;color:#79877c;margin:0 0 29px}.home-energy-3d .section-label{display:flex;align-items:center;gap:8px;font-size:8px;letter-spacing:1.35px;color:#6c7c70;font-weight:600;margin-bottom:12px}.home-energy-3d .section-label>span{font-size:8px;letter-spacing:0;border:1px solid #c6d0c4;border-radius:50%;width:17px;height:17px;display:flex;align-items:center;justify-content:center}.home-energy-3d .mode-card{display:flex;align-items:center;width:100%;text-align:left;border:1px solid #cfd9cc;background:#eef2e9b3;padding:15px 12px;gap:11px;border-radius:7px;margin:8px 0;transition:.25s}.home-energy-3d .mode-card:hover{background:#f9fcf2}.home-energy-3d .mode-card.selected{border-color:#4c795b;background:#f6f9ef;box-shadow:0 3px 10px #33552e06}.home-energy-3d .mode-icon{display:flex;align-items:center;justify-content:center;color:#6a7e69}.home-energy-3d .selected .mode-icon{color:#397047}.home-energy-3d .mode-card strong{display:block;font-size:12px;font-weight:600}.home-energy-3d .mode-card small{display:block;font-size:9px;color:#7f8c7d;margin-top:5px}.home-energy-3d .radio{margin-left:auto;width:14px;height:14px;border:1px solid #b9c7b7;border-radius:50%;display:flex;align-items:center;justify-content:center}.home-energy-3d .selected .radio{background:#477454;border-color:#477454;color:#fff}.home-energy-3d .second{margin-top:26px}.home-energy-3d .blackout-toggle{display:flex;align-items:center;gap:11px;width:100%;background:transparent;border:1px solid #cfd9cc;border-radius:6px;padding:13px 12px;font-size:11px}.home-energy-3d .blackout-toggle>svg{color:#7e8a7b}.home-energy-3d .switch-track{width:28px;height:16px;padding:3px;border-radius:20px;background:#bcc7b9;margin-left:auto;transition:.3s}.home-energy-3d .switch-track>span{display:block;width:10px;height:10px;border-radius:50%;background:#fff;transition:transform .3s}.home-energy-3d .enabled{border-color:#b08965;background:#f3e9d994}.home-energy-3d .enabled .switch-track{background:#ab7c51}.home-energy-3d .enabled .switch-track>span{transform:translate(12px)}.home-energy-3d .test-caption{font-size:9px;color:#8a9687;margin:9px 0 20px}.home-energy-3d .insight{border-top:1px solid #cdd8c8;padding-top:15px;min-height:132px}.home-energy-3d .insight-heading{display:flex;align-items:center;gap:6px;font-size:8px;letter-spacing:1px;color:#527257}.home-energy-3d .insight-heading>svg{margin-left:auto}.home-energy-3d .insight h3{font-size:12px;font-weight:550;line-height:1.5;margin:9px 0 5px}.home-energy-3d .insight p{font-size:10px;line-height:1.8;color:#7a8a7a;margin:0}.home-energy-3d .configuration-foot{display:flex;gap:6px;align-items:center;font-size:8px;color:#8c9888;margin-top:17px}.home-energy-3d .configuration-foot svg{margin-left:auto}.home-energy-3d .tiny-square{height:4px;width:4px;border:1px solid #7c947c}.home-energy-3d .orbit-hint{position:absolute;bottom:202px;left:calc(50% + 58px);transform:translate(-50%);display:flex;align-items:center;gap:10px;font-size:9px;color:#82907f;white-space:nowrap;pointer-events:none}.home-energy-3d .orbit-symbol{font-size:22px;color:#6e816d}.home-energy-3d .flow-key{position:absolute;bottom:209px;right:40px;display:flex;gap:15px;color:#778672;font-size:9px;pointer-events:none}.home-energy-3d .flow-key>span{display:flex;align-items:center;gap:5px}.home-energy-3d .flow-key i{height:3px;width:14px;border-radius:4px}.home-energy-3d .flow-key .solar{background:#cda353}.home-energy-3d .flow-key .battery{background:#5aa276}.home-energy-3d .flow-key .grid{background:#86a7ba}.home-energy-3d .telemetry{position:absolute;bottom:17px;left:38px;right:38px;background:var(--surface);border:1px solid #fff8;border-radius:10px;box-shadow:0 10px 40px #1d392809;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:18px 23px 22px}.home-energy-3d .telemetry-heading{display:flex;align-items:center;gap:8px;margin-bottom:21px}.home-energy-3d .telemetry-heading strong{font-size:11px;font-weight:600}.home-energy-3d .demo-badge{font-size:7px;letter-spacing:.7px;border:1px solid #dce4d7;padding:3px 5px;border-radius:3px;color:#8e9a85;margin-left:3px}.home-energy-3d .telemetry-heading small{margin-left:auto;font-size:8px;color:#929c8d}.home-energy-3d .metric-grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-energy-3d .metric{padding:0 23px;border-right:1px solid var(--line)}.home-energy-3d .metric:first-child{padding-left:0}.home-energy-3d .metric:last-child{border:0;padding-right:0}.home-energy-3d .metric-label{display:flex;align-items:center;gap:7px;font-size:10px;color:#778571}.home-energy-3d .metric-label svg{color:#87977f}.home-energy-3d .status-pill{font-size:6px;letter-spacing:.4px;background:#e9f0e4;color:#5e8057;padding:4px 5px;border-radius:3px;margin-left:auto}.home-energy-3d .is-off{background:#f5e6db;color:#a17251}.home-energy-3d .reading{font-family:Manrope,sans-serif;display:flex;gap:6px;align-items:baseline;font-size:30px;letter-spacing:-1.1px;line-height:1.4;margin-top:7px}.home-energy-3d .reading>span{font-family:DM Sans,sans-serif;font-size:12px;color:#9ca691;letter-spacing:0}.home-energy-3d .reading>.powered{display:flex;align-items:center;gap:4px;font-size:8px;margin-left:auto;color:#71916b}.home-energy-3d .powered>.dot{width:4px;height:4px}.home-energy-3d .amber-text{color:#ae8d4f}.home-energy-3d .green-text{color:#528355}.home-energy-3d .metric-foot{display:flex;align-items:center;gap:4px;font-size:8px;color:#8a9880;white-space:nowrap;margin-top:6px}.home-energy-3d .capacity{margin-left:auto;font-size:7px}.home-energy-3d .battery-gauge{width:31px;height:13px;padding:2px;border:1px solid #aac5a0;border-radius:3px;position:relative;align-self:center;margin-left:auto}.home-energy-3d .battery-gauge:after{content:"";position:absolute;right:-3px;width:2px;height:5px;top:3px;background:#aac5a0}.home-energy-3d .battery-gauge span{height:100%;display:block;background:#7fa66c;border-radius:1px}.home-energy-3d footer{height:41px;display:flex;align-items:center;justify-content:space-between;padding:0 38px;font-size:7px;letter-spacing:1.1px;color:#8c9984;border-top:1px solid var(--line)}.home-energy-3d footer>span:last-child{letter-spacing:.3px}.home-energy-3d .footer-dot{margin:0 9px}.home-energy-3d .scene-tag{pointer-events:none;display:flex;align-items:center;gap:6px;white-space:nowrap;padding:7px 10px;background:#f8fbf3eb;border:1px solid #fff8;border-radius:5px;box-shadow:0 4px 18px #1d392810;font-family:DM Sans,sans-serif;font-size:9px;color:#52644f}.home-energy-3d .scene-tag b{font-size:8px;font-weight:400;border-left:1px solid #d7dfd1;padding-left:6px;color:#7a8d74}.home-energy-3d .scene-tag.offline b{color:#b07756}.home-energy-3d .loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;color:#6e846c}.home-energy-3d .modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#152d3a50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:25px}.home-energy-3d .about-modal{max-width:490px;background:#f7f9f1;border-radius:14px;padding:35px;color:#2a4934;box-shadow:0 20px 100px #16352930}.home-energy-3d .about-modal h2{font-family:Manrope,sans-serif;font-size:26px;font-weight:500;letter-spacing:-1px}.home-energy-3d .about-modal p{font-size:12px;line-height:1.8;color:#72816d}.home-energy-3d .about-modal button{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;background:#335d40;color:#fff;padding:13px 15px;border-radius:5px;margin-top:23px;font-size:11px}.dark .home-energy-3d{--surface:rgba(30,48,55,.94);--text:#dae4d9;--muted:#90a39a;--line:#ffffff17;background:#172d3b}.dark .home-energy-3d .header,.dark .home-energy-3d footer{background:#172d3b}.dark .home-energy-3d .scene-location,.dark .home-energy-3d .section-label,.dark .home-energy-3d .panel-intro,.dark .home-energy-3d .insight p,.dark .home-energy-3d .test-caption,.dark .home-energy-3d .configuration-foot,.dark .home-energy-3d .orbit-hint,.dark .home-energy-3d .flow-key{color:#98aaa3}.dark .home-energy-3d .mode-card{background:#243c44b3;border-color:#52605c}.dark .home-energy-3d .mode-card.selected{background:#345047;border-color:#7a9e83}.dark .home-energy-3d .mode-icon,.dark .home-energy-3d .mode-card small,.dark .home-energy-3d .metric-label,.dark .home-energy-3d .metric-foot,.dark .home-energy-3d .insight-heading{color:#a2b4a4}.dark .home-energy-3d .blackout-toggle{border-color:#566764}.dark .home-energy-3d .blackout-toggle.enabled{background:#66534680}.dark .home-energy-3d .day-switch{background:#334951;border-color:#ffffff13}.dark .home-energy-3d .day-switch button.active{background:#566c72;color:#ecf3e9}.dark .home-energy-3d .view-controls>button{color:#b4c2ba}.dark .home-energy-3d .telemetry{border-color:#ffffff0b}.dark .home-energy-3d .reading{color:#cfddcb}.dark .home-energy-3d .green-text{color:#a5c78e}.dark .home-energy-3d .amber-text{color:#dbbc7d}.dark .home-energy-3d .eyebrow{color:#a5b99b}.dark .home-energy-3d .insight{border-color:#fff2}@media(min-width:1600px){.home-energy-3d .config-panel{left:52px;top:105px;width:310px}.home-energy-3d .config-panel h2{font-size:32px}.home-energy-3d .mode-card{padding:19px 14px}.home-energy-3d .insight{padding-top:22px}.home-energy-3d .insight p{font-size:11px}.home-energy-3d .scene{left:270px}.home-energy-3d .telemetry{bottom:24px;padding:23px 27px 26px}.home-energy-3d .orbit-hint{bottom:224px}.home-energy-3d .flow-key{bottom:230px}}@media(max-width:1100px){.home-energy-3d .header{margin:0 24px}.home-energy-3d .prototype,.home-energy-3d .nav-separator{display:none}.home-energy-3d .config-panel{left:24px;width:245px}.home-energy-3d .config-panel h2{font-size:25px}.home-energy-3d .scene{left:170px}.home-energy-3d .scene-topline{left:24px;right:24px}.home-energy-3d .telemetry{left:24px;right:24px;padding:17px}.home-energy-3d .metric{padding:0 15px}.home-energy-3d .status-pill,.home-energy-3d .capacity{display:none}.home-energy-3d .flow-key{right:25px}.home-energy-3d .metric-foot{font-size:7px}.home-energy-3d .mode-card{gap:8px;padding:14px 10px}.home-energy-3d .mode-card small{font-size:8px}}@media(max-width:760px){.home-energy-3d .header{height:70px;margin:0 18px}.home-energy-3d .brand{font-size:14px}.home-energy-3d .brand-mark{width:33px;height:33px}.home-energy-3d .brand-sub{font-size:6px}.home-energy-3d nav{display:none}.home-energy-3d .about-button{font-size:9px;gap:6px}.home-energy-3d .experience{min-height:1250px;height:auto;overflow:hidden}.home-energy-3d .scene{inset:30px -100px auto -90px;height:550px}.home-energy-3d .scene-topline{top:18px;left:18px;right:18px}.home-energy-3d .scene-location{font-size:7px;gap:4px}.home-energy-3d .scene-location .divider,.home-energy-3d .view-controls>button span{display:none}.home-energy-3d .view-controls{gap:9px}.home-energy-3d .day-switch button{padding:6px 8px;font-size:9px}.home-energy-3d .config-panel{top:595px;left:22px;right:22px;width:auto}.home-energy-3d .config-panel h2{font-size:27px}.home-energy-3d .config-panel h2 br{display:none}.home-energy-3d .panel-intro{margin-bottom:22px}.home-energy-3d .mode-card{padding:15px}.home-energy-3d .mode-card small{font-size:10px}.home-energy-3d .insight{position:absolute;top:204px;right:0;width:43%;border:0;padding:0}.home-energy-3d .second,.home-energy-3d .blackout-toggle,.home-energy-3d .test-caption{width:51%}.home-energy-3d .insight h3{font-size:11px}.home-energy-3d .insight p{font-size:9px}.home-energy-3d .configuration-foot{margin-top:30px}.home-energy-3d .telemetry{bottom:18px;left:18px;right:18px}.home-energy-3d .metric-grid{grid-template-columns:1fr 1fr;gap:22px 0}.home-energy-3d .metric{padding:0 13px}.home-energy-3d .metric:nth-child(2){border:0}.home-energy-3d .metric:nth-child(3){padding-left:0}.home-energy-3d .metric:nth-child(4){padding-right:0}.home-energy-3d .metric-label{font-size:9px}.home-energy-3d .telemetry-heading small{display:none}.home-energy-3d .metric-foot{font-size:7px}.home-energy-3d .reading{font-size:25px}.home-energy-3d .orbit-hint{top:529px;bottom:auto;left:50%}.home-energy-3d .flow-key{top:567px;bottom:auto;right:auto;left:50%;transform:translate(-50%)}.home-energy-3d footer{padding:0 18px;font-size:6px}.home-energy-3d footer>span:first-child{max-width:160px;font-size:5px}}@media(prefers-reduced-motion:reduce){.home-energy-3d *{scroll-behavior:auto!important}}@media(min-width:761px)and (max-height:920px){.home-energy-3d .experience{min-height:820px}.home-energy-3d .config-panel{top:78px}.home-energy-3d .panel-intro{margin-bottom:22px}.home-energy-3d .second{margin-top:20px}}@media(min-width:1600px){.home-energy-3d .config-panel{top:82px}.home-energy-3d .mode-card{padding:15px 14px}.home-energy-3d .insight{padding-top:15px}.home-energy-3d .panel-intro{margin-bottom:22px}.home-energy-3d .second{margin-top:20px}}.home-energy-3d .insight{min-height:0}.home-energy-3d .configuration-foot{margin-top:13px}.home-energy-3d .mobile-message,.home-energy-3d .mobile-label{display:none}.home-energy-3d .scene{left:230px;bottom:90px}.home-energy-3d .config-panel{width:270px}.home-energy-3d .config-panel h2{font-size:27px}.home-energy-3d .telemetry{padding:15px 23px 17px;bottom:17px}.home-energy-3d .telemetry-heading{margin-bottom:14px}.home-energy-3d .reading{font-size:28px;margin-top:4px}.home-energy-3d .orbit-hint{bottom:184px}.home-energy-3d .flow-key{bottom:191px}.home-energy-3d .insight{transition:background .5s,border-color .5s;padding:14px 10px 10px;border-radius:0 0 5px 5px}.home-energy-3d .insight.backup{background:#dcebd775;border-top-color:#6c9d79;animation:backup-arrival .8s ease both}.home-energy-3d .insight.backup .insight-heading{color:#386b4a;font-weight:700;font-size:9px}.dark .home-energy-3d .insight.backup{background:#375b465c;border-color:#70a084}.dark .home-energy-3d .insight.backup .insight-heading{color:#a4d4ad}.dark .home-energy-3d .status-pill.is-off{background:#674f3b;color:#e9c7aa}.home-energy-3d .scene-tag{font-size:10px;padding:7px 9px;background:#f8fbf0e8}.home-energy-3d .scene-tag b{font-size:9px}.dark .home-energy-3d .scene-tag{background:#263f43ed;color:#cad8ce;border-color:#ffffff18}.dark .home-energy-3d .scene-tag b{color:#a9c9af;border-color:#ffffff20}.dark .home-energy-3d .scene-tag.offline b{color:#d5ac8d}@keyframes backup-arrival{0%{opacity:.55}to{opacity:1}}@media(min-width:1600px){.home-energy-3d .config-panel{width:280px}.home-energy-3d .config-panel h2{font-size:29px}.home-energy-3d .scene{left:225px}.home-energy-3d .telemetry{padding:17px 25px 19px}.home-energy-3d .orbit-hint{bottom:190px}.home-energy-3d .flow-key{bottom:197px}}@media(min-width:761px)and (max-width:1100px){.home-energy-3d .config-panel{width:235px}.home-energy-3d .scene{left:200px}.home-energy-3d .config-panel h2{font-size:25px}.home-energy-3d .metric{padding:0 12px}}@media(min-width:761px)and (max-height:920px){.home-energy-3d .experience{min-height:800px}.home-energy-3d .config-panel{top:80px}}@media(max-width:760px){.home-energy-3d .header{height:58px;margin:0 16px}.home-energy-3d .brand{font-size:13px;letter-spacing:1.6px}.home-energy-3d .brand-mark{width:30px;height:30px}.home-energy-3d .brand-mark svg{width:23px}.home-energy-3d .brand-sub{letter-spacing:3px;font-size:6px}.home-energy-3d .about-button{height:44px;font-size:9px;gap:5px}.home-energy-3d .experience{height:auto;min-height:0;overflow:hidden;padding-bottom:14px;display:flex;flex-direction:column}.home-energy-3d .scene{position:relative;inset:auto;left:auto;bottom:auto;width:100%;height:60svh;min-height:360px;max-height:620px;flex:none}.home-energy-3d .scene-topline{top:10px;left:14px;right:14px;z-index:2;align-items:center}.home-energy-3d .scene-location{font-size:0;letter-spacing:0;gap:0}.home-energy-3d .scene-location .dot{width:6px;height:6px}.home-energy-3d .scene-location:after{content:"ENERGY LAB";font-size:8px;letter-spacing:1.2px;margin-left:6px}.home-energy-3d .scene-location .divider{display:none}.home-energy-3d .view-controls{gap:6px}.home-energy-3d .view-controls>button{width:44px;height:44px;display:flex;justify-content:center;border-radius:50%;background:#eff3e9ad}.home-energy-3d .view-controls>button span{display:none}.home-energy-3d .view-controls>button svg{width:16px;height:16px}.dark .home-energy-3d .view-controls>button{background:#29414bd9}.home-energy-3d .day-switch{padding:2px;gap:0}.home-energy-3d .day-switch button{min-width:53px;min-height:44px;padding:8px;gap:5px;font-size:10px}.home-energy-3d .day-switch{border-radius:24px}.home-energy-3d .orbit-hint{top:clamp(328px,calc(60svh - 30px),588px);bottom:auto;left:50%;font-size:9px;gap:7px}.home-energy-3d .orbit-symbol{font-size:18px}.home-energy-3d .flow-key{display:none}.home-energy-3d .config-panel{position:relative;left:auto;right:auto;top:auto;width:auto;margin:0 12px;padding:15px 14px 11px;background:var(--surface);border:1px solid #ffffff50;border-bottom:0;border-radius:16px 16px 0 0;z-index:2;box-shadow:0 -6px 30px #233b2605}.home-energy-3d .config-panel>.eyebrow,.home-energy-3d .config-panel>h2,.home-energy-3d .panel-intro,.home-energy-3d .section-label,.home-energy-3d .test-caption,.home-energy-3d .configuration-foot{display:none}.home-energy-3d .mode-selector{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#e3e9df;border:1px solid #d4dfce;border-radius:9px;padding:3px;width:100%}.home-energy-3d .mode-card{width:100%;min-height:46px;display:flex;justify-content:center;gap:6px;margin:0;border:0;border-radius:6px;padding:8px 4px;background:none;box-shadow:none}.home-energy-3d .mode-card strong{font-size:11px;white-space:nowrap}.home-energy-3d .mode-card small,.home-energy-3d .mode-card .radio{display:none}.home-energy-3d .mode-icon svg{width:17px;height:17px}.home-energy-3d .mode-card.selected{border:0;background:#fbfcf5;box-shadow:0 2px 7px #2b472315}.home-energy-3d .mode-card:hover{background:#f5f7ef}.home-energy-3d .blackout-toggle{width:100%;min-height:48px;margin-top:10px;border-radius:8px;background:#f2f4ed;font-size:12px;padding:12px 13px;gap:9px;border:1px solid #d4ddce}.home-energy-3d .blackout-toggle.enabled{background:#f4eadb;border-color:#c7a57b}.home-energy-3d .blackout-toggle.enabled>svg{color:#997346}.home-energy-3d .switch-track{width:34px;height:20px;padding:3px}.home-energy-3d .switch-track>span{width:14px;height:14px}.home-energy-3d .enabled .switch-track>span{transform:translate(14px)}.home-energy-3d .insight{position:static;top:auto;right:auto;width:100%;min-height:0;border:0;border-radius:7px;margin-top:10px;padding:10px 10px 8px;background:#edf2e7}.home-energy-3d .insight-heading{font-size:9px;letter-spacing:.8px;font-weight:650}.home-energy-3d .insight h3,.home-energy-3d .desktop-message{display:none}.home-energy-3d .insight .mobile-message{display:block;font-size:11px;line-height:1.45;margin:5px 0 0;color:#60755e}.home-energy-3d .insight.backup{border:1px solid #b9d1b5;padding:9px 9px 7px}.home-energy-3d .insight.backup .insight-heading{font-size:9px}.dark .home-energy-3d .insight{background:#2f4747}.dark .home-energy-3d .insight .mobile-message{color:#b7caba}.home-energy-3d .telemetry{position:relative;inset:auto;left:auto;right:auto;bottom:auto;margin:0 12px;padding:7px 24px 16px;border:1px solid #ffffff50;border-top:0;border-radius:0 0 16px 16px;box-shadow:0 10px 25px #20382005;-webkit-backdrop-filter:none;backdrop-filter:none}.home-energy-3d .telemetry-heading{margin:0 0 12px;padding-top:12px;border-top:1px solid var(--line);gap:5px}.home-energy-3d .telemetry-heading strong{font-size:10px}.home-energy-3d .telemetry-heading .dot{display:none}.home-energy-3d .demo-badge{margin-left:auto;font-size:6px;letter-spacing:.6px}.home-energy-3d .telemetry-heading small{display:none}.home-energy-3d .metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 0}.home-energy-3d .metric,.home-energy-3d .metric:first-child,.home-energy-3d .metric:last-child{padding:0 12px;border:0}.home-energy-3d .metric:nth-child(odd){padding-left:0;border-right:1px solid var(--line)}.home-energy-3d .metric:nth-child(2n){padding-right:0}.home-energy-3d .metric-label{font-size:11px;gap:6px;color:#6f8069}.home-energy-3d .metric-label svg{width:14px;height:14px}.home-energy-3d .desktop-label{display:none}.home-energy-3d .mobile-label{display:inline}.home-energy-3d .status-pill{display:block;font-size:6px;padding:3px 4px;letter-spacing:0}.home-energy-3d .reading{font-size:26px;line-height:1.25;margin-top:5px;gap:4px;letter-spacing:-.6px}.home-energy-3d .reading>span{font-size:11px}.home-energy-3d .reading>.powered{font-size:7px}.home-energy-3d .metric-foot{display:none}.home-energy-3d .battery-gauge{width:26px;height:12px;margin-left:auto}.home-energy-3d .capacity{display:none}.dark .home-energy-3d .mode-selector{background:#1d333c;border-color:#53675f}.dark .home-energy-3d .mode-card{background:transparent;border:0}.dark .home-energy-3d .mode-card.selected{background:#415e50;color:#edf6e6}.dark .home-energy-3d .blackout-toggle{background:#2c4349}.dark .home-energy-3d .blackout-toggle.enabled{background:#584d3d;border-color:#957d5e}.dark .home-energy-3d .config-panel,.dark .home-energy-3d .telemetry{border-color:#ffffff0d}.home-energy-3d footer{height:34px;padding:0 17px;font-size:6px}.home-energy-3d footer>span:first-child{display:none}.home-energy-3d footer>span:last-child{margin:auto}}@media(max-width:350px){.home-energy-3d .mode-card strong{font-size:10px}.home-energy-3d .mode-icon{display:none}.home-energy-3d .telemetry{padding-left:19px;padding-right:19px}.home-energy-3d .status-pill{font-size:5px}.home-energy-3d .reading>.powered{font-size:6px}}.home-energy-3d{position:relative;isolation:isolate}.home-energy-3d .camera-bookmarks{position:absolute;z-index:3;left:24px;bottom:118px;display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid var(--line);border-radius:30px;background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:10px}.home-energy-3d .camera-bookmarks select{font:inherit;color:inherit;border:0;background:transparent;padding:5px;max-width:150px}.home-energy-3d .camera-bookmarks option{color:#294936;background:#f4f7ed}.home-energy-3d .details-toggle{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:10px;padding:8px;color:inherit;z-index:2}.home-energy-3d .expanded-explanation{border-top:1px solid var(--line);padding-top:12px;margin-top:14px;font-size:11px;line-height:1.5}.home-energy-3d .expanded-explanation p{margin:5px 0}.home-energy-3d .expanded-explanation small{font-size:9px;color:var(--muted)}.home-energy-3d .scene-tag:after{content:"";position:absolute;width:1px;height:12px;background:#829886;top:100%;left:50%}.home-energy-3d .scene-tag b{display:none}@media(min-width:761px){.home-energy-3d{height:100svh;min-height:0;display:flex;flex-direction:column;overflow:hidden}.home-energy-3d .header{height:64px;flex:0 0 64px;margin:0 24px}.home-energy-3d footer{height:25px;flex:0 0 25px;font-size:6px}.home-energy-3d .experience{height:auto;min-height:0;flex:1;overflow:hidden}.home-energy-3d .scene{top:0;right:0;bottom:55px;left:180px}.home-energy-3d .scene-topline{top:12px;left:24px;right:24px}.home-energy-3d .scene-location{font-size:8px}.home-energy-3d .config-panel{left:24px;top:76px;width:218px;padding:14px;border:1px solid #ffffff80;background:#f5f8efb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:15px;box-shadow:0 8px 28px #1c39220a}.dark .home-energy-3d .config-panel{background:#203a43bd;border-color:#ffffff15}.home-energy-3d .config-panel h2{font-size:19px;margin:7px 0 12px;letter-spacing:-.7px}.home-energy-3d .config-panel .eyebrow{font-size:7px;letter-spacing:1px}.home-energy-3d .panel-intro,.home-energy-3d .section-label,.home-energy-3d .test-caption,.home-energy-3d .configuration-foot,.home-energy-3d .mode-card small,.home-energy-3d .insight h3,.home-energy-3d .insight p{display:none}.home-energy-3d .mode-card{min-height:43px;padding:10px 8px;margin:5px 0;gap:8px}.home-energy-3d .mode-card strong{font-size:11px}.home-energy-3d .mode-icon svg{width:18px;height:18px}.home-energy-3d .blackout-toggle{margin-top:12px;padding:11px 8px;font-size:10px;gap:6px;min-height:42px}.home-energy-3d .insight{margin-top:12px;padding:10px 0 0;min-height:0;background:none;border-radius:0}.home-energy-3d .insight-heading{font-size:8px}.home-energy-3d .telemetry{left:24px;right:24px;bottom:10px;padding:12px 18px;border-radius:13px;background:#f7faf0ce;max-height:calc(100% - 70px);overflow:auto}.dark .home-energy-3d .telemetry{background:#1e363fe0}.home-energy-3d .telemetry.collapsed .telemetry-heading,.home-energy-3d .telemetry.collapsed .metric-foot,.home-energy-3d .telemetry.collapsed .status-pill,.home-energy-3d .telemetry.collapsed .powered,.home-energy-3d .telemetry.collapsed .battery-gauge{display:none}.home-energy-3d .telemetry.collapsed .metric{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 15px}.home-energy-3d .telemetry.collapsed .desktop-label{display:none}.home-energy-3d .telemetry.collapsed .mobile-label{display:inline}.home-energy-3d .telemetry.collapsed .reading{font-size:20px;margin:0}.home-energy-3d .telemetry.collapsed .metric-label{font-size:10px}.home-energy-3d .telemetry.collapsed .metric-label svg{width:14px}.home-energy-3d .telemetry-heading{margin-bottom:14px;padding-right:110px}.home-energy-3d .telemetry-heading small{display:none}.home-energy-3d .reading{font-size:25px}.home-energy-3d .orbit-hint{bottom:78px;left:55%;font-size:8px}.home-energy-3d .flow-key{bottom:84px;right:25px;font-size:8px}.home-energy-3d .camera-bookmarks{bottom:80px}}@media(min-width:761px)and (max-height:660px){.home-energy-3d .header{height:48px;flex-basis:48px}.home-energy-3d .config-panel{top:61px;padding:10px}.home-energy-3d .config-panel h2,.home-energy-3d .config-panel>.eyebrow{display:none}.home-energy-3d .scene-topline{top:7px}.home-energy-3d .brand{font-size:14px}.home-energy-3d .brand-mark{width:30px;height:30px}}@media(min-width:761px)and (max-width:1000px){.home-energy-3d .scene{left:130px}.home-energy-3d .config-panel{width:188px;left:15px}.home-energy-3d .telemetry.collapsed .metric{gap:5px;padding:0 6px}.home-energy-3d .telemetry.collapsed .metric-label svg{display:none}.home-energy-3d .telemetry.collapsed .reading{font-size:17px}.home-energy-3d .scene-location{display:none}.home-energy-3d .scene-topline{justify-content:flex-end}}@media(max-width:760px){.home-energy-3d .camera-bookmarks{top:68px;bottom:auto;left:14px;padding:3px 8px;font-size:9px}.home-energy-3d .camera-bookmarks select{min-height:32px}.home-energy-3d .details-toggle{position:relative;display:block;margin-left:auto;top:auto;right:auto;min-height:40px}.home-energy-3d .telemetry-heading{display:none}.home-energy-3d .telemetry.expanded .metric-foot{display:flex;white-space:normal}.home-energy-3d .telemetry.expanded .capacity{display:none}.home-energy-3d .expanded-explanation{font-size:10px}}.home-energy-3d .scene-topline{justify-content:flex-end}.home-energy-3d .camera-bookmarks{position:static;margin-top:12px;padding:4px 8px;box-shadow:none;justify-content:space-between}.home-energy-3d .camera-bookmarks select{min-height:32px;width:135px}.home-energy-3d .metric-state{font-size:9px;line-height:1.4;color:var(--muted);margin-top:3px}.home-energy-3d .experience:has(.telemetry.expanded) .scene-tag{display:none}.home-energy-3d .telemetry.expanded .metric-foot{white-space:normal;line-height:1.5;font-size:10px}@media(min-width:761px){.home-energy-3d{height:100dvh}.home-energy-3d .experience{height:100%;flex:1}.home-energy-3d .scene{top:0;right:0;bottom:65px;left:0}.home-energy-3d .config-panel{top:24px;width:218px}.home-energy-3d .scene-topline{left:265px;top:24px}.home-energy-3d .telemetry.collapsed .metric{display:grid;grid-template-columns:1fr auto;gap:0 12px}.home-energy-3d .telemetry.collapsed .metric-state{grid-column:1/-1;margin:2px 0 0}.home-energy-3d .telemetry.collapsed .reading{line-height:1.2}.home-energy-3d .telemetry.expanded{left:266px;bottom:12px;max-height:calc(100% - 90px)}.home-energy-3d .telemetry.expanded .metric-grid{gap:14px 0}.home-energy-3d .telemetry.expanded .metric{padding:0 12px}.home-energy-3d .telemetry.expanded .metric:first-child{padding-left:0}.home-energy-3d .telemetry{transition:left .2s ease}.home-energy-3d .orbit-hint,.home-energy-3d .flow-key{bottom:97px}.home-energy-3d .experience:has(.telemetry.expanded) .orbit-hint,.home-energy-3d .experience:has(.telemetry.expanded) .flow-key{display:none}}@media(min-width:761px)and (max-width:1100px){.home-energy-3d .config-panel{width:194px;left:16px}.home-energy-3d .scene-topline,.home-energy-3d .telemetry.expanded{left:230px}.home-energy-3d .telemetry.expanded .metric-grid{grid-template-columns:1fr 1fr}.home-energy-3d .telemetry.expanded .metric:nth-child(2){border:0}.home-energy-3d .telemetry.expanded .metric:nth-child(3){padding-left:0}.home-energy-3d .telemetry.collapsed{padding-right:108px}.home-energy-3d .telemetry.collapsed .metric{gap:0 5px}.home-energy-3d .metric-state{font-size:8px}}@media(max-width:760px){.home-energy-3d .scene{height:58svh;min-height:340px}.home-energy-3d .camera-bookmarks{font-size:10px}.home-energy-3d .orbit-hint{top:calc(58svh - 25px)}.home-energy-3d .metric-state{font-size:9px}.home-energy-3d .telemetry{padding-bottom:18px}.home-energy-3d .telemetry.expanded .metric-foot{font-size:9px}.home-energy-3d .config-panel{padding-top:11px}.home-energy-3d .insight{padding:8px}.home-energy-3d .insight .mobile-message{display:none}}.home-energy-3d{--surface: rgba(250,252,247,.74);--surface-strong: rgba(250,252,247,.92);--text: #283e34;--muted: #587061;--line: rgba(255,255,255,.52);--hairline: rgba(57,87,65,.14);--active: rgba(82,130,89,.16);--lab-left-edge: 54px;--lab-right-edge: 54px;--lab-control-top: clamp(22px,3vh,34px);--lab-hud-bottom: clamp(26px,3.8vh,42px);position:relative;isolation:isolate;display:block;width:100%;height:100dvh;min-height:720px;color:var(--text);background:#e8ece5;font-family:inherit;overflow:clip;scroll-margin-top:0}.dark .home-energy-3d{--surface: rgba(30,48,55,.72);--surface-strong: rgba(30,48,55,.92);--text: #e3ede2;--muted: #aec2b6;--line: #ffffff24;--hairline: #ffffff18;--active: rgba(130,170,126,.17);background:#172d3b}.home-energy-3d .lab-content,.home-energy-3d .experience{position:relative;height:100%;min-height:0;overflow:hidden}.home-energy-3d .lab-placeholder{display:grid;place-items:center;min-height:inherit;height:100%;padding:24px;text-align:center}.home-energy-3d .lab-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%)}.home-energy-3d .scene{position:absolute;top:-4vh;right:-2vw;bottom:0;left:0;width:auto;height:auto;min-height:0;z-index:0}.home-energy-3d .scene>div,.home-energy-3d .scene canvas{touch-action:pan-y!important}.home-energy-3d .config-panel,.home-energy-3d .view-controls,.home-energy-3d .telemetry{background:var(--surface);border:1px solid var(--line);color:var(--text);-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08);box-shadow:inset 0 1px #ffffff70,0 12px 30px #18372910}.home-energy-3d .config-panel{position:absolute;top:var(--lab-control-top);left:var(--lab-left-edge);width:220px;padding:13px;display:flex;flex-direction:column;gap:8px;z-index:4;border-radius:18px}.home-energy-3d .mode-selector{display:grid;gap:8px}.home-energy-3d .mode-card{min-height:44px;padding:9px 8px;gap:7px;margin:0;border:1px solid var(--hairline);background:#fff3;border-radius:9px}.home-energy-3d .mode-card strong{font-size:11px;line-height:1.35;white-space:normal}.home-energy-3d .mode-icon svg{width:17px;height:17px}.home-energy-3d .mode-card.selected,.home-energy-3d .blackout-toggle.enabled{border-color:#52825957;background:var(--active);box-shadow:inset 0 1px #ffffff47}.home-energy-3d .control-row{display:grid;gap:8px;margin-top:0}.home-energy-3d .blackout-toggle{min-height:44px;padding:9px 8px;margin:0;gap:6px;font-size:11px;border-color:var(--hairline);background:#ffffff2e}.home-energy-3d .insight{position:static;width:auto;padding:10px 0 0;margin:0;min-height:0}.home-energy-3d .insight-heading{font-size:9px;letter-spacing:.02em}.home-energy-3d .scene-topline{position:absolute;top:var(--lab-control-top);right:var(--lab-right-edge);left:auto;width:auto;z-index:5;justify-content:flex-end;pointer-events:none}.home-energy-3d .scene-topline .view-controls{pointer-events:auto}.home-energy-3d .view-controls{border-radius:18px;padding:4px;gap:4px}.home-energy-3d .view-controls>button,.home-energy-3d .zoom-controls button,.home-energy-3d .day-switch button{display:flex;align-items:center;justify-content:center;min-height:40px;min-width:40px;padding:7px;border:0;border-radius:12px;background:transparent;color:var(--text);font-size:11px;line-height:1.2}.home-energy-3d .zoom-controls,.home-energy-3d .day-switch{display:flex;align-items:center;gap:2px;pointer-events:auto}.home-energy-3d .zoom-controls button{font-size:18px;font-weight:650}.home-energy-3d .day-switch{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}@media(min-width:768px){.dark .home-energy-3d .day-switch{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}}.home-energy-3d .day-switch button{gap:5px;padding-inline:10px}.home-energy-3d .lock-toggle.active,.home-energy-3d .day-switch button.active{background:var(--active);color:var(--text);box-shadow:inset 0 0 0 1px #5282592e}.home-energy-3d[data-locked=true] .scene{cursor:grab}.home-energy-3d button:focus-visible,.home-energy-3d select:focus-visible,.home-energy-view-menu-portal button:focus-visible{outline:2px solid #548363;outline-offset:2px}.home-energy-3d .camera-bookmarks{position:static;display:block;margin:0;padding:6px 7px;border:1px solid var(--hairline);background:#ffffff2e;border-radius:11px;font-size:11px;gap:6px;overflow:visible;z-index:5;box-shadow:none}.home-energy-3d .view-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:38px;margin-top:3px;padding:0 8px;border:0;border-radius:8px;background:#ffffff38;color:var(--text);font:inherit}.home-energy-3d .view-trigger svg{flex-shrink:0;transition:transform .18s ease}.home-energy-3d .camera-bookmarks.open .view-trigger svg{transform:rotate(180deg)}.home-energy-view-menu-portal{position:fixed;z-index:9999;display:grid;gap:3px;padding:6px;border:1px solid rgba(255,255,255,.58);border-radius:12px;background:#fafcf7f0;color:#283e34;-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08);box-shadow:inset 0 1px #fff6,0 16px 34px #1837291c}.dark .home-energy-view-menu-portal{border-color:#ffffff24;background:#1e3037f0;color:#e3ede2}.home-energy-view-menu-portal button{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:34px;padding:7px 9px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;text-align:left}.home-energy-view-menu-portal button.selected{background:#52825929}@media(hover:hover){.home-energy-view-menu-portal button:hover{background:#52825929}}.home-energy-view-menu-portal button:focus-visible{background:#52825929}.home-energy-3d .telemetry,.home-energy-3d .telemetry.collapsed,.home-energy-3d .telemetry.expanded{position:absolute;left:var(--lab-left-edge);right:var(--lab-right-edge);bottom:var(--lab-hud-bottom);width:auto;max-width:none;padding:13px 16px 14px;max-height:calc(100% - 116px);overflow:auto;border-radius:15px;z-index:4}.home-energy-3d .telemetry-heading{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:var(--muted)}.home-energy-3d .telemetry-heading strong{font-size:10px;letter-spacing:.04em;text-transform:uppercase}.home-energy-3d .telemetry-heading small,.home-energy-3d .telemetry.collapsed .telemetry-heading,.home-energy-3d .telemetry.collapsed .status-pill,.home-energy-3d .telemetry.collapsed .powered,.home-energy-3d .telemetry.collapsed .battery-gauge,.home-energy-3d .telemetry.collapsed .capacity{display:none}.home-energy-3d .demo-badge{margin-left:auto;padding:3px 6px;border:1px solid var(--hairline);border-radius:999px;font-size:7px;letter-spacing:.08em}.home-energy-3d .telemetry-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.home-energy-3d .telemetry.expanded .telemetry-row{display:block}.home-energy-3d .metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:0;min-width:0}.home-energy-3d .metric{min-width:0;padding:0 14px;border-left:1px solid var(--line)}.home-energy-3d .metric:first-child{border-left:0;padding-left:0}.home-energy-3d .metric:last-child{padding-right:0}.home-energy-3d .telemetry.collapsed .metric{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:2px 10px}.home-energy-3d .metric-label{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);min-width:0}.home-energy-3d .metric-label svg{flex-shrink:0}.home-energy-3d .reading,.home-energy-3d .reading>span{font-family:inherit}.home-energy-3d .reading{display:flex;align-items:baseline;gap:5px;margin:3px 0 0;font-size:24px;line-height:1.08;letter-spacing:-.03em;white-space:nowrap}.home-energy-3d .telemetry.collapsed .reading{justify-self:end;margin:0;font-size:21px}.home-energy-3d .reading>span{font-size:11px;line-height:1;letter-spacing:0}.home-energy-3d .metric-state{grid-column:1 / -1;margin-top:3px;font-size:9px;line-height:1.35;color:var(--muted)}.home-energy-3d .details-toggle{position:static;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 11px;border:1px solid var(--hairline);border-radius:999px;background:#ffffff38;color:var(--text);font:inherit;font-size:11px;white-space:nowrap}.home-energy-3d .detail-close .detail-chevron{transform:rotate(180deg)}.home-energy-3d .expanded-explanation{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line);font-size:11px;line-height:1.5}.home-energy-3d .expanded-explanation strong{display:block;margin-bottom:3px;font-size:10px;letter-spacing:.06em}.home-energy-3d .expanded-explanation p{margin:0 0 3px}.home-energy-3d .expanded-explanation small{color:var(--muted);font-size:9px}.home-energy-3d .orbit-hint{bottom:calc(var(--lab-hud-bottom) + 84px);left:51%;font-size:8px}.home-energy-3d .flow-key{bottom:calc(var(--lab-hud-bottom) + 84px);right:var(--lab-right-edge);font-size:8px}.home-energy-3d .experience:has(.telemetry.expanded) .orbit-hint,.home-energy-3d .experience:has(.telemetry.expanded) .flow-key,.home-energy-3d .experience:has(.telemetry.expanded) .scene-tag{display:none}.home-energy-3d .modal-backdrop{position:absolute}@media(max-width:1180px)and (min-width:768px){.home-energy-3d{--lab-left-edge: 24px;--lab-right-edge: 24px}.home-energy-3d .config-panel{width:198px}.home-energy-3d .metric{padding-inline:9px}.home-energy-3d .telemetry.collapsed .metric{gap:2px 6px}.home-energy-3d .reading{font-size:21px}.home-energy-3d .telemetry.collapsed .reading{font-size:18px}}@media(max-height:720px)and (min-width:768px){.home-energy-3d{--lab-control-top: 14px;--lab-hud-bottom: 14px;min-height:640px}.home-energy-3d .config-panel{padding:10px}.home-energy-3d .mode-card{min-height:40px;margin:0;padding:7px}.home-energy-3d .blackout-toggle{min-height:40px;padding:8px}.home-energy-3d .telemetry,.home-energy-3d .telemetry.collapsed,.home-energy-3d .telemetry.expanded{padding-top:10px;padding-bottom:11px}.home-energy-3d .telemetry-heading{margin-bottom:7px}.home-energy-3d .reading{font-size:20px}.home-energy-3d .telemetry.collapsed .reading{font-size:17px}}@media(max-width:767px){.home-energy-3d{--lab-left-edge: 12px;--lab-right-edge: 12px;--lab-control-top: 12px;height:auto;min-height:100svh;overflow:clip;background:linear-gradient(180deg,#eef2e9,#e5ebdf 48%,#eef2e9)}.home-energy-3d .lab-content{position:relative;top:auto;height:auto;min-height:100svh;overflow:visible}.home-energy-3d .experience{display:flex;flex-direction:column;min-height:100svh;height:auto;overflow:visible;padding:0 0 18px}.home-energy-3d .scene{order:1;position:relative;inset:auto;width:100%;height:clamp(418px,53svh,520px);min-height:418px;max-height:520px;flex:none;overflow:hidden}.home-energy-3d .scene-topline{order:1;position:absolute;top:24px;right:0;left:0;display:flex;justify-content:flex-end;height:auto;padding:0 12px;z-index:6;pointer-events:none;opacity:1}.home-energy-3d .view-controls{gap:3px;border-radius:14px;background:#fafcf7e6;color:#22382f;box-shadow:0 8px 24px #1f352912}.dark .home-energy-3d .view-controls{background:#1e3037e6;color:#edf6e6}.home-energy-3d .view-controls>button,.home-energy-3d .zoom-controls button,.home-energy-3d .day-switch button{min-width:36px;min-height:36px;padding:6px;color:inherit}.home-energy-3d .zoom-controls button{font-size:20px;font-weight:800}.home-energy-3d .view-controls>button svg{width:16px;height:16px}.home-energy-3d .view-controls>button span{display:none}.home-energy-3d .lock-toggle{display:none!important}.home-energy-3d .day-switch button{min-width:46px;gap:3px;padding-inline:8px;font-size:10px;font-weight:650}.home-energy-3d .day-switch button:not(.active){background:transparent;box-shadow:none}.home-energy-3d .config-panel{order:2;position:relative;top:auto;left:auto;right:auto;bottom:auto;width:auto;max-width:none;margin:12px 12px 0;padding:12px 12px 10px;border:1px solid #ffffff50;border-bottom:0;border-radius:18px 18px 0 0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 -6px 30px #233b2605}.home-energy-3d .config-panel>.eyebrow,.home-energy-3d .config-panel>h2,.home-energy-3d .panel-intro,.home-energy-3d .section-label,.home-energy-3d .test-caption,.home-energy-3d .configuration-foot{display:none}.home-energy-3d .mode-selector{grid-template-columns:1fr 1fr;gap:2px;padding:2px;border:1px solid #d4dfce;border-radius:10px;background:#e3e9df}.home-energy-3d .mode-card{width:100%;min-height:44px;justify-content:center;gap:6px;margin:0;padding:7px 4px;border:0;border-radius:7px;background:transparent;box-shadow:none}.home-energy-3d .mode-card strong{font-size:11px;white-space:nowrap}.home-energy-3d .mode-card small,.home-energy-3d .mode-card .radio{display:none}.home-energy-3d .mode-card.selected{background:#fbfcf5;box-shadow:0 2px 7px #2b472315}.home-energy-3d .control-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin-top:8px;align-items:stretch}.home-energy-3d .blackout-toggle{width:100%;min-height:44px;margin:0;padding:9px 10px;gap:7px;border:1px solid #d4ddce;border-radius:9px;background:#f2f4ed;font-size:12px;justify-content:flex-start}.home-energy-3d .blackout-toggle.enabled{background:#f4eadb;border-color:#c7a57b}.home-energy-3d .insight{margin-top:8px;padding:8px 9px;border:0;border-radius:9px;background:#edf2e7}.home-energy-3d .insight h3,.home-energy-3d .desktop-message{display:none}.home-energy-3d .insight .mobile-message{display:block;margin:5px 0 0;font-size:11px;line-height:1.45;color:#60755e}.home-energy-3d .camera-bookmarks{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:44px;margin:0;padding:6px 8px}.home-energy-3d .camera-bookmarks>span{font-size:10px;color:#6f8069;white-space:nowrap}.home-energy-3d .view-trigger{min-width:0;min-height:32px;margin:0;padding:0 7px;font-size:11px}#lab-camera-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-energy-view-menu-portal{max-width:calc(100vw - 32px);padding:6px}.home-energy-view-menu-portal button{min-height:34px;padding:7px 10px}.home-energy-3d .telemetry,.home-energy-3d .telemetry.collapsed,.home-energy-3d .telemetry.expanded{order:3;position:relative;inset:auto;left:auto;right:auto;bottom:auto;width:auto;max-width:none;margin:0 12px;padding:10px 16px 16px;max-height:none;overflow:visible;border:1px solid #ffffff50;border-top:0;border-radius:0 0 18px 18px;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 10px 25px #20382005}.home-energy-3d .telemetry-heading{margin:0 0 11px;padding-top:12px;border-top:1px solid var(--line)}.home-energy-3d .telemetry.collapsed .telemetry-heading{display:none}.home-energy-3d .telemetry-row,.home-energy-3d .telemetry.expanded .telemetry-row{display:block}.home-energy-3d .metric-grid,.home-energy-3d .telemetry.expanded .metric-grid{grid-template-columns:1fr 1fr;gap:13px 0}.home-energy-3d .metric,.home-energy-3d .metric:first-child,.home-energy-3d .metric:last-child,.home-energy-3d .telemetry.expanded .metric{display:block;padding:0 12px;border:0}.home-energy-3d .metric:nth-child(odd){padding-left:0;border-right:1px solid var(--line)}.home-energy-3d .metric:nth-child(2n){padding-right:0}.home-energy-3d .metric-label{gap:6px;font-size:11px;color:#6f8069}.home-energy-3d .metric-label svg{width:14px;height:14px}.home-energy-3d .desktop-label{display:none}.home-energy-3d .mobile-label{display:inline}.home-energy-3d .reading,.home-energy-3d .telemetry.collapsed .reading{justify-self:auto;margin-top:5px;font-size:25px;line-height:1.2;letter-spacing:-.6px}.home-energy-3d .reading>span{font-size:11px}.home-energy-3d .metric-state{margin-top:3px;font-size:9px}.home-energy-3d .details-toggle,.home-energy-3d .detail-close{margin-top:10px;min-height:36px;padding:7px 10px;border-radius:9px;font-size:11px}.home-energy-3d .expanded-explanation{display:block;margin-top:13px;padding-top:12px;font-size:10px}.home-energy-3d .expanded-explanation small{font-size:8px}.home-energy-3d .expanded-explanation .detail-close{width:max-content;max-width:100%}.home-energy-3d .orbit-hint{order:1;top:clamp(396px,calc(55svh - 28px),510px);bottom:auto;left:50%;z-index:2;font-size:9px;gap:7px}.home-energy-3d .flow-key{display:none}.dark .home-energy-3d .mode-selector{background:#1d333c;border-color:#53675f}.dark .home-energy-3d .mode-card.selected{background:#415e50;color:#edf6e6}.dark .home-energy-3d .blackout-toggle{background:#2c4349}.dark .home-energy-3d .blackout-toggle.enabled{background:#584d3d;border-color:#957d5e}.dark .home-energy-3d .insight{background:#2f4747}.dark .home-energy-3d .insight .mobile-message{color:#b7caba}}@media(max-width:350px){.home-energy-3d .mode-card strong{font-size:10px}.home-energy-3d .mode-icon{display:none}.home-energy-3d .telemetry,.home-energy-3d .telemetry.collapsed,.home-energy-3d .telemetry.expanded{padding-left:14px;padding-right:14px}}@media(prefers-reduced-motion:reduce){.home-energy-3d .insight.backup{animation:none}}
