.building-scene{position:relative;width:100%;height:100%;background:var(--color-navy)}.building-scene canvas{display:block;width:100%;height:100%}.building-scene__legend{position:absolute;top:1.5rem;left:1.5rem;z-index:10;background:#0f1419a6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:.5rem;width:300px}.building-scene__legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem}.building-scene__legend-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;background:transparent;border:none;border-radius:.5rem;color:#ffffffb3;font-family:PT Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap}.building-scene__legend-item:hover{background:#ffffff0d;color:#ffffffe6}.building-scene__legend-item.is-active{background:#ffffff1a;color:#fff}.building-scene__legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.building-scene__legend-label{flex:1}.building-scene__legend-chevron{opacity:.5;transition:transform .15s ease,opacity .15s ease}.building-scene__legend-item.is-active .building-scene__legend-chevron{opacity:1;transform:translate(2px)}.building-scene__legend-prompt{margin:.75rem .75rem .25rem;font-family:PT Mono,monospace;font-size:.7rem;color:#ffffff80;letter-spacing:.1em}.building-scene__panel{position:absolute;top:1.5rem;right:1.5rem;bottom:1.5rem;width:400px;z-index:10;background:#0f1419d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:2.5rem 2rem 2rem;transform:translate(calc(100% + 1.5rem));opacity:0;transition:transform .25s ease-out,opacity .2s ease-out;display:flex;flex-direction:column;overflow:hidden;pointer-events:none}.building-scene__panel.is-open{transform:translate(0);opacity:1;pointer-events:auto}.building-scene__panel-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;color:#fff9;font-size:1.75rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.building-scene__panel-close:hover{color:#fff}.building-scene__panel-accent{width:32px;height:3px;border-radius:2px;margin-bottom:1.25rem}.building-scene__panel-title{margin:0 0 1rem;font-size:1.875rem;font-weight:700;color:#fff;line-height:1.2}.building-scene__panel-description{margin:0 0 1.5rem;color:#fffc;font-size:1rem;line-height:1.5}.building-scene__panel-bullets{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.625rem}.building-scene__panel-bullets li{color:#ffffffb3;font-size:.875rem;padding-left:1.25rem;position:relative}.building-scene__panel-bullets li:before{content:"";position:absolute;left:0;top:.5rem;width:6px;height:6px;border-radius:50%;background:#fff6}.building-scene__panel-cta{display:inline-block;padding:.875rem 1.5rem;background:var(--color-lime-accent, #d4f479);color:var(--color-navy, #0f1419);font-weight:600;text-decoration:none;border-radius:.5rem;text-align:center;margin-top:auto;transition:transform .15s ease,box-shadow .15s ease}.building-scene__panel-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #d4f47940}@media(max-width:767px){.building-scene__legend,.building-scene__panel{display:none!important}}.building-scene.is-mobile{height:auto;display:flex;flex-direction:column}.building-scene.is-mobile canvas{flex:none;width:100%;height:55vh;min-height:360px;max-height:520px;display:block}.building-scene__mobile-legend{position:relative;z-index:auto;display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1rem .25rem}.building-scene__mobile-legend::-webkit-scrollbar{display:none}.building-scene__mobile-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#0f1419bf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#fffc;font-family:PT Mono,monospace;font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;cursor:pointer;flex-shrink:0}.building-scene__mobile-pill.is-active{background:#ffffff26;color:#fff}.building-scene__mobile-pill-dot{width:8px;height:8px;border-radius:50%}.building-scene__sheet{position:relative;z-index:auto;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;margin:.75rem 1rem 1.5rem;padding:1.25rem 1.25rem 1.5rem;max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);transition:max-height .32s ease,opacity .2s ease,transform .24s ease,padding .24s ease,margin .24s ease}.building-scene__sheet.is-open{max-height:1200px;opacity:1;transform:translateY(0)}.building-scene__sheet-handle{display:none}.building-scene__sheet-accent{width:32px;height:3px;border-radius:2px;margin-bottom:1rem}.building-scene__sheet-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#fff}.building-scene__sheet-description{margin:0 0 1.25rem;color:#fffc;font-size:.9375rem;line-height:1.5}.building-scene__sheet-bullets{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.building-scene__sheet-bullets li{color:#ffffffb3;font-size:.8125rem;padding-left:1rem;position:relative}.building-scene__sheet-bullets li:before{content:"";position:absolute;left:0;top:.5rem;width:5px;height:5px;border-radius:50%;background:#fff6}.building-scene__sheet-cta{display:block;padding:.875rem 1.5rem;background:var(--color-lime-accent, #d4f479);color:var(--color-navy, #0f1419);font-weight:600;text-decoration:none;border-radius:.5rem;text-align:center}.building-scene__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.building-scene__fallback-art{width:50%;max-width:400px}.building-scene__fallback-art svg{width:100%;height:auto}@media(min-width:768px)and (max-width:1024px){.building-scene__legend{width:240px}.building-scene__legend-item{font-size:.625rem;padding:.5rem .625rem;letter-spacing:.1em}.building-scene__panel{width:320px;padding:2rem 1.5rem 1.5rem}.building-scene__panel-title{font-size:1.5rem}}.glass-card[data-astro-cid-tqorzml4]{background:#ffffff0a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.explore-stage[data-astro-cid-tqorzml4]{height:250vh}.explore-heading-text[data-astro-cid-tqorzml4]{line-height:1.15}.explore-heading-text[data-astro-cid-tqorzml4]>span[data-astro-cid-tqorzml4]{display:inline-block}@media(max-width:767px){.explore-stage[data-astro-cid-tqorzml4]{height:auto}.explore-pinned[data-astro-cid-tqorzml4]{position:relative;top:auto;height:auto;overflow:visible}.explore-pinned[data-astro-cid-tqorzml4]>.flex-1[data-astro-cid-tqorzml4]{min-height:0;flex:none}.explore-pinned[data-astro-cid-tqorzml4]>.flex-1[data-astro-cid-tqorzml4]>[data-astro-cid-tqorzml4][aria-hidden=true]{display:none}}.stats-card[data-astro-cid-tqorzml4],.news-card[data-astro-cid-tqorzml4]{opacity:0;transform:translateY(40px) scale(.97);filter:blur(4px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.stats-card[data-astro-cid-tqorzml4].visible,.news-card[data-astro-cid-tqorzml4].visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0px)}.news-masonry[data-astro-cid-tqorzml4]{display:flex;gap:16px;height:860px;overflow:hidden}.news-col[data-astro-cid-tqorzml4]{flex:1;overflow:hidden}.news-col-inner[data-astro-cid-tqorzml4]{display:flex;flex-direction:column;gap:16px;animation:news-scroll-up var(--speed, 36s) linear var(--delay, 0s) infinite}.news-col[data-astro-cid-tqorzml4]:hover .news-col-inner[data-astro-cid-tqorzml4]{animation-play-state:paused}@keyframes news-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.news-masonry-item[data-astro-cid-tqorzml4]{display:block;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0006;flex-shrink:0;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease}a[data-astro-cid-tqorzml4].news-masonry-item[href]:hover{transform:scale(1.03);box-shadow:0 16px 48px #0009;cursor:pointer}.news-masonry-item[data-astro-cid-tqorzml4] img[data-astro-cid-tqorzml4]{width:100%;height:auto;display:block}@media(max-width:768px){.news-masonry[data-astro-cid-tqorzml4]{height:600px}}@media(max-width:480px){.news-masonry[data-astro-cid-tqorzml4]{gap:10px;height:500px}}.ai-callout[data-astro-cid-tqorzml4]{border:1px solid var(--color-lime-accent)}.ai-callout-left[data-astro-cid-tqorzml4]{background:var(--color-lime-accent)}.ai-percent[data-astro-cid-tqorzml4]{animation:none}.dome-gallery-wrapper[data-astro-cid-tqorzml4]{width:100%;height:700px;position:relative}@media(max-width:768px){.dome-gallery-wrapper[data-astro-cid-tqorzml4]{height:500px}}
