/* Additive styles: all new components are scoped with sg-/signals-. */
.signals-section{margin-top:90px;padding-top:75px;border-top:1px solid var(--line)}
.sg-toolbar{display:flex;align-items:center;gap:22px;flex-wrap:wrap;border-top:1px solid #ffffff18;border-bottom:1px solid #ffffff18;padding:15px 0;margin-bottom:26px;font-size:12px;color:#8fa8b1}
.sg-live-label{font:11px Consolas,monospace;letter-spacing:1.8px;display:flex;align-items:center;gap:9px;color:#aac9c1}.sg-live-label i{width:5px;height:5px;border-radius:100%;background:#99d8bd}.sg-mode{margin-left:auto;display:flex;align-items:center;gap:8px;cursor:pointer;color:#c4d5d6}.sg-mode input{accent-color:var(--green);width:15px;height:15px}.sg-mode-note{font-size:11px}
.sg-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.sg-card{min-width:0;display:flex;flex-direction:column;border:1px solid #25333d;border-radius:10px;overflow:hidden;background:#101a22;padding:27px 28px 0}.sg-weather{background:radial-gradient(ellipse at 90% 0,#24574730,transparent 75%),#101a22}.sg-grid-card{background:radial-gradient(ellipse at 95% 0,#23436235,transparent 75%),#101a22}.sg-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.sg-kicker{display:block;font:10px Consolas,monospace;letter-spacing:1.7px;color:#81a79e}.sg-card h3,.sg-deployment h3{font-weight:500;font-size:23px;line-height:1.5;margin:10px 0 0}.sg-state{font-size:10px;line-height:1.5;letter-spacing:.2px;padding:4px 8px;background:#25333a;border-radius:4px;color:#a0b6bb;display:inline-block;flex-shrink:0;max-width:170px}.sg-state[data-state=online]{background:#1b382f;color:#9fdbbe}.sg-state[data-state=cache]{background:#243345;color:#a6c3e1}.sg-state[data-state=stale]{background:#3c3323;color:#dbbb8d}.sg-state[data-state=fallback]{background:#302e29;color:#c4b69f}.sg-state[data-state=loading]{color:#a7c5ce}.sg-state[data-state=offline]{background:#29333a;color:#b0bec6}
.sg-controls{display:flex;gap:12px;align-items:center;margin:22px 0 5px;font-size:12px;color:#8da5af}.sg-controls select{background:#14242c;color:#d2e0df;border:1px solid #324953;border-radius:5px;padding:7px 28px 7px 10px;font:inherit;min-height:37px}.sg-icon-btn{background:transparent;color:#aac5c1;font-size:21px;border-radius:4px;width:36px;height:36px;display:grid;place-items:center;margin-left:auto;flex-shrink:0}.sg-controls .sg-icon-btn:hover,.sg-tabs .sg-icon-btn:hover{background:#24363c}.sg-tabs{display:flex;align-items:center;gap:15px;border-bottom:1px solid #ffffff12;margin:20px 0 0;min-height:42px}.sg-tabs>button:not(.sg-icon-btn){align-self:stretch;font-size:12px;background:transparent;color:#849fa9;padding:8px 0;border-bottom:2px solid transparent}.sg-tabs>button[aria-pressed=true]{color:#b9dfd2;border-bottom-color:#8ec9b3}.sg-tabs .sg-icon-btn{font-size:20px}
.sg-content{flex:1;min-width:0;padding-top:19px;padding-bottom:24px;min-height:320px}.sg-card-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid #ffffff12;padding:14px 0;color:#748f9b;font-size:10px}.sg-card-foot a{color:#98b6b4}.sg-card a:hover,.sg-deployment a:hover,.sg-art-info a:hover{color:#b3f0d7}.sg-card h4{font-weight:500;margin:0;font-size:16px;line-height:1.6}.sg-fine{font-size:11px;line-height:1.8;color:#77929d;margin-top:12px}.sg-reading-note{font-size:12px;color:#8fa5ae;line-height:1.85;padding:3px 0 15px}.sg-offline-note{padding:16px 0 6px;max-width:480px}.sg-big-glyph{display:block;font:52px Georgia,serif;line-height:1.2;color:#659c91;margin-bottom:14px}.sg-offline-note h4{font-size:20px;margin:0 0 10px;color:#c4d8d7}.sg-offline-note p{font-size:13px;color:#93aab3;line-height:1.9}.sg-offline-note .sg-fine{font-size:11px;color:#748f9b}.sg-fact-chips{display:flex;gap:8px;flex-wrap:wrap;margin:23px 0 0}.sg-fact-chips span{border:1px solid #39534c55;border-radius:4px;color:#8eb7a8;padding:5px 9px;font-size:10px}
.sg-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.sg-metric{display:flex;flex-direction:column;border-right:1px solid #ffffff12}.sg-metric:last-child{border:0}.sg-metric>span{font-size:11px;color:#8fa8b3}.sg-metric strong{font:32px Consolas,monospace;letter-spacing:-1.5px;color:#c5e8da;margin-top:7px;line-height:1.25}.sg-metric small{font-size:10px;color:#85a49d;margin-top:3px}.sg-chart-pair{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:16px}.sg-mini-chart{min-width:0}.sg-chart-heading{display:flex;justify-content:space-between;gap:8px;font:10px Consolas,monospace;color:#87a4ad;margin-bottom:6px}.sg-chart-svg{display:block;width:100%;height:auto;overflow:visible}.sg-chart-svg text{font:10px Consolas,monospace;fill:#809ba7}.sg-chart-svg line{stroke:#ffffff0e;stroke-width:1}.sg-chart-svg path.sg-curve{fill:none;stroke:#8ad4b4;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.sg-mini-chart.is-solar .sg-curve{stroke:#e1b478}.sg-mini-chart.is-carbon .sg-curve{stroke:#8bbbe7}.sg-chart-svg .sg-area{fill:#89d2b611;stroke:none}.sg-mini-chart.is-solar .sg-area{fill:#e1b4780c}.sg-mini-chart.is-carbon .sg-area{fill:#8bbbe70d}.sg-data-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:14px}.sg-data-actions button,.sg-text-btn{padding:5px 0;background:transparent;color:#9ec5ba;font-size:11px}.sg-data-actions span{font-size:10px;color:#7f9aa4}.sg-window{border:1px solid #28443a;background:#142b2366;border-radius:5px;padding:11px 13px;display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:16px}.sg-window span{font-size:11px;color:#88ab9e}.sg-window strong{font:16px Consolas,monospace;color:#b3d4c5}.sg-fuelbar{display:flex;width:100%;height:7px;background:#1e2c32;border-radius:5px;overflow:hidden;margin-top:20px}.sg-fuelbar i{display:block;height:100%;min-width:0;background:var(--fuel)}.sg-fuel-legend{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:10px;color:#8da6af;margin-top:10px}.sg-fuel-legend span{display:flex;gap:5px;align-items:center}.sg-fuel-legend i{width:5px;height:5px;border-radius:50%;background:var(--fuel)}
.sg-list{padding-top:4px}.sg-item{display:block;padding:18px 0;border-bottom:1px solid #ffffff10;color:#c9dcdf;overflow-wrap:anywhere}.sg-item:last-child{border-bottom:0;padding-bottom:4px}.sg-item h4{font-size:15px;line-height:1.65;color:inherit;max-width:100%}.sg-item p{font-size:12px;line-height:1.8;color:#8fa7b0;margin-top:8px}.sg-item-type{display:block;font:10px Consolas,monospace;letter-spacing:.6px;color:#7b9f9e;margin-bottom:6px}.sg-item-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:9px;color:#7596a3;font:10px Consolas,monospace}.sg-paper details{margin-top:10px}.sg-paper summary{font-size:11px;color:#a5c7c0;cursor:pointer}.sg-paper details p{background:#0b141a66;border-left:2px solid #5a9381;padding:12px 13px;font-size:12px;line-height:1.9;color:#a4b8bf;overflow-wrap:anywhere}.sg-paper-link{display:block;font-size:15px;line-height:1.65}.sg-source-tail{font-size:10px;color:#79929a;margin-top:14px;line-height:1.8}
.sg-deployment{margin-top:26px;padding:29px;border:1px solid #34372e;border-radius:10px;background:radial-gradient(ellipse at 100% 0,#55493120,transparent 70%),#141c21}.sg-deployment-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px}.sg-deployment-head .sg-kicker{color:#b59d7a}.sg-deployment-head p{font-size:12px;line-height:1.85;color:#8c9fa5}.sg-deployment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:30px}.sg-case{border-top:1px solid #5e594b80;padding-top:18px;min-width:0}.sg-case time{font:12px Consolas,monospace;color:#c1a77e}.sg-case-tag{display:block;font-size:10px;color:#8f8c7d;margin-top:7px}.sg-case h4{font-size:16px;line-height:1.7;font-weight:500;margin:13px 0 10px}.sg-case p{font-size:12px;line-height:1.85;color:#93a6ac}.sg-case .sg-case-source{display:block;font-size:10px;color:#baaa8b;margin-top:16px}.sg-news-details{border-top:1px solid #ffffff12;margin-top:28px;padding-top:17px}.sg-news-details>summary{font-size:12px;color:#b6c5c4;cursor:pointer}.sg-news-details>summary span{font:10px Consolas,monospace;color:#7b959c;margin-left:15px}.sg-inline-status{display:flex;justify-content:space-between;align-items:center;padding-top:15px}.sg-methods{margin-top:20px;font-size:12px;color:#8da3ad}.sg-methods summary{cursor:pointer}.sg-methods>div{border-left:1px solid #35504d;margin:15px 0 0 5px;padding-left:20px}.sg-methods p{font-size:12px;line-height:1.85;max-width:1100px;margin:10px 0;color:#809aa5}.sg-methods a{color:#b1c9c1;text-decoration:underline;text-decoration-color:#ffffff22;text-underline-offset:4px}
.sg-culture-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:25px;margin-top:30px}.sg-art-card{display:grid;grid-template-columns:1.1fr 1fr;background:#131d23;border:1px solid #2b3b40;border-radius:9px;overflow:hidden;min-height:390px;min-width:0}.sg-art-image{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;padding:22px;background:#23312f}.sg-art-image img{width:100%;height:auto;max-height:345px;object-fit:contain;box-shadow:0 12px 35px #0006;display:block}.sg-image-caption{position:absolute;left:14px;right:10px;bottom:10px;font:7px Consolas,monospace;color:#8eafa0;letter-spacing:.7px}.sg-art-info{padding:27px 23px;min-width:0;display:flex;flex-direction:column;justify-content:center}.sg-art-info h3{font-size:21px;font-weight:500;margin:14px 0 12px}.sg-art-info>.sg-state{align-self:flex-start}.sg-art-info h4{font-size:16px;font-weight:500;line-height:1.65;margin:17px 0 6px;overflow-wrap:anywhere}.sg-art-info p{font-size:12px;color:#93a9b2}.sg-art-info a{display:inline-block;color:#96b7ab;font-size:11px;margin-top:10px}.sg-art-info .button{margin-top:22px}.sg-art-info small{font-size:10px;line-height:1.8;color:#79929b;display:block;margin-top:13px}.sg-joke-card{padding:29px;border:1px solid #3b3932;border-radius:9px;background:radial-gradient(ellipse at 100% 0,#735c3825,transparent 70%),#191e20;display:flex;flex-direction:column;min-width:0}.sg-joke-card .sg-kicker{color:#ac987a;font-size:9px}.sg-quote-mark{font:72px Georgia,serif;color:#978569;height:65px;margin-top:10px;line-height:1.3}.sg-joke-card h3{font-size:21px;font-weight:500;margin:0 0 13px}.sg-joke-card>.sg-state{align-self:flex-start}.sg-joke-card #sg-content-joke{font-size:17px;line-height:1.85;color:#c8bda7;padding:21px 0;flex:1;overflow-wrap:anywhere;white-space:pre-line}.sg-joke-buttons{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.sg-joke-buttons .button{width:auto;flex:1;min-width:120px}.sg-joke-buttons .sg-text-btn{color:#bda989}.sg-joke-card small{display:block;font-size:10px;line-height:1.8;color:#958f7e;margin-top:16px}.sg-joke-card small a{color:#c1b297}
@media(max-width:1100px){.sg-card{padding:24px 23px 0}.sg-card h3{font-size:21px}.sg-state{max-width:125px;font-size:9px}.sg-mode-note{flex-basis:100%}.sg-culture-grid{grid-template-columns:1.6fr 1fr}.sg-art-card{grid-template-columns:1fr}.sg-art-image{min-height:240px;padding:23px 28px 28px}.sg-art-image img{max-height:250px}.sg-art-info{padding:23px}.sg-art-info h3{margin-top:10px}.sg-deployment-grid{gap:20px}.sg-tabs{gap:13px}.sg-metric strong{font-size:29px}}
@media(max-width:800px){.signals-section{margin-top:65px;padding-top:55px}.sg-grid{grid-template-columns:1fr}.sg-card{padding:25px 25px 0}.sg-content{min-height:0}.sg-card h3{font-size:23px}.sg-state{max-width:170px;font-size:10px}.sg-deployment-grid{grid-template-columns:1fr}.sg-deployment-head{align-items:flex-start;flex-direction:column;gap:15px}.sg-case{padding-top:15px}.sg-case h4{font-size:18px}.sg-case p{font-size:13px}.sg-case-tag{display:inline;margin-left:15px}.sg-culture-grid{grid-template-columns:1fr}.sg-art-card{grid-template-columns:1.1fr 1fr}.sg-art-image img{max-height:350px}.sg-joke-card{min-height:330px}.sg-joke-card #sg-content-joke{font-size:19px}.sg-mode{margin-left:auto}.sg-metric strong{font-size:34px}.sg-reading-note{font-size:12px}.sg-item h4,.sg-paper-link{font-size:16px}}
@media(max-width:500px){.sg-card{padding:23px 19px 0}.sg-card-head{gap:10px}.sg-card h3{font-size:20px}.sg-card-head .sg-state{font-size:9px;max-width:92px}.sg-kicker{font-size:9px;letter-spacing:1.2px}.sg-toolbar{gap:12px}.sg-live-label{font-size:9px;letter-spacing:1px}.sg-mode{font-size:11px}.sg-mode-note{font-size:10px}.sg-tabs{gap:15px}.sg-tabs>button:not(.sg-icon-btn){font-size:11px}.sg-metrics{gap:8px}.sg-metric strong{font-size:28px}.sg-metric>span{font-size:10px}.sg-chart-pair{gap:13px}.sg-chart-heading{font-size:9px}.sg-chart-svg text{font-size:12px}.sg-card-foot{font-size:9px;gap:6px}.sg-window{align-items:flex-start;flex-direction:column}.sg-window strong{font-size:16px}.sg-deployment{padding:23px 19px}.sg-deployment h3{font-size:21px}.sg-deployment-head p{font-size:12px}.sg-case-tag{display:block;margin:6px 0 0}.sg-methods>div{padding-left:13px}.sg-art-card{grid-template-columns:1fr}.sg-art-image{padding:25px 28px 30px}.sg-art-image img{max-height:350px}.sg-art-info{padding:24px}.sg-art-info h3{font-size:23px}.sg-joke-card{padding:26px}.sg-content{padding-top:17px}.sg-fine,.sg-offline-note .sg-fine{font-size:11px}.sg-item-meta{font-size:10px}.topbar nav{gap:12px}.topbar nav a{font-size:11px}.topbar nav a[href="#research"]{display:none}.topbar nav a[href="#signals"]{display:inline}.sg-offline-note h4{font-size:19px}}
@media(prefers-reduced-motion:reduce){.sg-card *,.sg-art-card *{animation:none!important;transition:none!important}}
