:root{--bg-base: #1b1b1f;--bg-layer-1: #202024;--bg-layer-2: #27272c;--bg-layer-3: #2e2e33;--bg-subtle: rgba(255, 255, 255, .03);--bg-acrylic: rgba(32, 32, 36, .72);--stroke-default: rgba(255, 255, 255, .14);--stroke-subtle: rgba(255, 255, 255, .06);--stroke-hover: rgba(255, 255, 255, .2);--fg-primary: #e8e8ec;--fg-secondary: #a0a0b0;--fg-tertiary: #9090a4;--fg-disabled: #9090ab;--fg-inverse: #1b1b1f;--brand-primary: #5cb0ff;--brand-hover: #5fb4ff;--brand-pressed: #3d98f0;--brand-bg: rgba(76, 166, 255, .08);--domain-climate: #4ca6ff;--domain-bio: #c4a0ff;--domain-materials: #f5c542;--domain-chemistry: #4fd1c5;--domain-applied-ai: #d5619d;--font-body: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-2: 0 1px 2px rgba(0,0,0,.3);--shadow-4: 0 2px 4px rgba(0,0,0,.28), 0 0 2px rgba(0,0,0,.12);--shadow-8: 0 4px 8px rgba(0,0,0,.28), 0 0 2px rgba(0,0,0,.12);--shadow-16: 0 8px 16px rgba(0,0,0,.28), 0 0 2px rgba(0,0,0,.12);--shadow-28: 0 14px 28px rgba(0,0,0,.24), 0 0 8px rgba(0,0,0,.12);--max-width: 1100px;--content-px: 32px;--ease-default: cubic-bezier(.33, 0, .67, 1);--ease-decelerate: cubic-bezier(0, 0, 0, 1);--ease-accelerate: cubic-bezier(1, 0, 1, 1)}[data-theme=light]{--bg-base: #f5f5f5;--bg-layer-1: #ffffff;--bg-layer-2: #fcfcfc;--bg-layer-3: #e8e8e8;--bg-subtle: rgba(0, 0, 0, .02);--bg-acrylic: rgba(255, 255, 255, .72);--stroke-default: rgba(0, 0, 0, .14);--stroke-subtle: rgba(0, 0, 0, .06);--stroke-hover: rgba(0, 0, 0, .2);--fg-primary: #1b1b1f;--fg-secondary: #5c5c6e;--fg-tertiary: #6f6f7c;--fg-disabled: #72727b;--fg-inverse: #ffffff;--brand-primary: #0f6cbd;--brand-hover: #115ea3;--brand-pressed: #0c5a9e;--brand-bg: rgba(15, 108, 189, .06);--domain-climate: #0f6cbd;--domain-bio: #7c3aed;--domain-materials: #b45309;--domain-chemistry: #0d9488;--domain-applied-ai: #b15183;--shadow-2: 0 1px 2px rgba(0,0,0,.08);--shadow-4: 0 2px 4px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.04);--shadow-8: 0 4px 8px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.04);--shadow-16: 0 8px 16px rgba(0,0,0,.08), 0 0 2px rgba(0,0,0,.04);--shadow-28: 0 14px 28px rgba(0,0,0,.08), 0 0 8px rgba(0,0,0,.04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:56px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg-base);color:var(--fg-primary);line-height:1.5;overflow-x:hidden;font-size:14px}a{color:inherit;text-decoration:none}::selection{background:#4ca6ff3d;color:var(--fg-primary)}:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:absolute;top:-100px;left:16px;z-index:9999;padding:8px 16px;background:var(--brand-primary);color:var(--fg-inverse);font-size:13px;font-weight:600;border-radius:var(--radius-md);transition:top .15s}.skip-link:focus{top:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{scrollbar-width:thin;scrollbar-color:var(--stroke-hover) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--stroke-hover);border-radius:4px;border:2px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:var(--fg-disabled);background-clip:content-box}.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--brand-primary);transform-origin:left;z-index:200}.app{min-height:100vh;display:flex;flex-direction:column}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:0 var(--content-px);height:48px;transition:all .2s var(--ease-decelerate)}.nav--scrolled{max-width:100%;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);background:var(--bg-acrylic);border-bottom:1px solid var(--stroke-subtle);padding:0 max(var(--content-px),calc((100% - var(--max-width)) / 2 + var(--content-px)))}.nav-brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--fg-primary);transition:opacity .15s}.nav-brand:hover{opacity:.8}.nav-logo{flex-shrink:0}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{font-size:14px;font-weight:500;color:var(--fg-secondary);transition:color .15s;display:inline-flex;align-items:center;gap:4px;padding:6px 8px;min-height:24px}.nav-links a:hover{color:var(--fg-primary)}.theme-toggle{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-md);border:1px solid var(--stroke-default);background:var(--bg-subtle);color:var(--fg-secondary);cursor:pointer;transition:all .15s var(--ease-decelerate);flex-shrink:0}.theme-toggle:hover{background:var(--bg-layer-2);color:var(--fg-primary);border-color:var(--stroke-hover)}.hero{position:relative;display:flex;align-items:flex-start;justify-content:center;padding:clamp(80px,12vh,132px) var(--content-px) clamp(40px,6vh,64px);max-width:var(--max-width);margin:0 auto;width:100%}.hero-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1}.hero-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 40% at 30% 30%,rgba(76,166,255,.06) 0%,transparent 100%),radial-gradient(ellipse 40% 35% at 70% 60%,rgba(180,138,250,.04) 0%,transparent 100%)}.hero-constellation{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-content{position:relative;z-index:1;display:flex;align-items:center;gap:40px;width:100%}.hero-content--centered{flex-direction:column;align-items:center;text-align:center;gap:0;max-width:640px}.hero-pill{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#7bbfff;background:var(--brand-bg);border:1px solid rgba(76,166,255,.12);padding:6px 14px;border-radius:100px;margin-bottom:24px;letter-spacing:.01em}.hero-pill__dot{width:6px;height:6px;border-radius:50%;background:var(--brand-primary);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px;color:var(--fg-primary)}.hero-subtitle{font-size:20px;font-weight:400;color:#b0b0c0;line-height:1.5;margin-bottom:0;overflow-wrap:break-word;word-break:break-word}.hero-cycling{display:inline;position:relative;vertical-align:baseline}.hero-cycling__word{display:inline-block;font-weight:600}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}.hero-stats{display:flex;align-items:stretch;gap:0;flex-wrap:wrap;background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-lg);padding:16px 0}.hero-stat{flex:1;text-align:center;padding:0 20px;display:flex;flex-direction:column;align-items:center;min-width:100px}.hero-stat__value{display:block;font-size:22px;font-weight:700;color:var(--fg-primary);line-height:1;margin-bottom:4px}.hero-stat__label{font-size:11px;color:#9898b0;font-weight:500;line-height:1.3}.hero-stat__sep{width:1px;align-self:stretch;margin:4px 0;background:var(--stroke-default);flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:var(--radius-md);font-family:var(--font-body);font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .12s var(--ease-decelerate);white-space:nowrap}.btn--primary{background:var(--brand-primary);color:var(--fg-inverse)}.btn--primary:hover{background:var(--brand-hover);box-shadow:var(--shadow-4)}.btn--primary:active{background:var(--brand-pressed);box-shadow:none}.btn--outline{background:transparent;color:#b0b0c0;border:1px solid var(--stroke-default)}.btn--outline:hover{border-color:var(--stroke-hover);color:var(--fg-primary);background:var(--bg-subtle)}.btn--ghost{background:transparent;color:var(--fg-secondary);border:1px solid transparent}.btn--ghost:hover{color:var(--fg-primary);background:var(--bg-subtle)}.btn--sm{padding:6px 14px;font-size:12px}.domain-bar{border-top:1px solid var(--stroke-subtle);border-bottom:1px solid var(--stroke-subtle);background:var(--bg-layer-1)}.domain-bar__inner{max-width:var(--max-width);margin:0 auto;padding:20px var(--content-px);display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.domain-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:var(--radius-md);background:var(--bg-layer-2);border:1px solid var(--stroke-default);font-size:13px;font-weight:500;color:var(--fg-secondary);transition:all .15s var(--ease-decelerate)}.domain-chip:hover{background:var(--bg-layer-3);color:var(--fg-primary)}.domain-chip[data-domain=climate] svg{color:var(--domain-climate)}.domain-chip[data-domain=biology] svg{color:var(--domain-bio)}.domain-chip[data-domain=materials] svg{color:var(--domain-materials)}.domain-chip[data-domain=chemistry] svg{color:var(--domain-chemistry)}.domain-chip[data-domain=applied-ai] svg{color:var(--domain-applied-ai)}.section-title{font-size:24px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px;color:var(--fg-primary)}.section-subtitle{font-size:14px;color:var(--fg-secondary);margin-bottom:0;line-height:1.5}.showcase{max-width:var(--max-width);margin:0 auto;padding:40px var(--content-px) 80px}.showcase__header{margin-bottom:28px}.featured-band{position:relative;margin:0 0 120px;padding:36px 36px 40px;border-radius:18px;background:radial-gradient(120% 140% at 0% 0%,rgba(0,120,212,.22),transparent 55%),radial-gradient(120% 140% at 100% 0%,rgba(136,23,152,.18),transparent 55%),linear-gradient(180deg,#ffffff0b,#ffffff04);border:1px solid var(--stroke-subtle, rgba(255, 255, 255, .08));box-shadow:0 1px #ffffff0a inset,0 24px 60px -28px #0000008c,0 8px 24px -12px #0078d42e;overflow:hidden}.featured-band:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--brand-primary) 55%,transparent) 30%,color-mix(in srgb,#881798 45%,transparent) 70%,transparent 100%);pointer-events:none}@media (max-width: 720px){.featured-band{padding:24px 20px 28px;border-radius:14px}.featured-band:before{left:16px;right:16px}}.featured-band__header{margin-bottom:24px;display:flex;flex-direction:column;align-items:flex-start;padding-left:0}.featured-band__eyebrow{margin:0 0 10px;font-family:var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-tertiary)}.featured-band__logo{display:block;height:72px;width:auto;margin:0 0 14px -17px;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@media (max-width: 720px){.featured-band__logo{height:52px;margin-left:-12px}}.featured-band__grid{margin-bottom:0}[data-theme=light] .featured-band__logo,[data-theme=light] .model-card__featured-logo{filter:invert(1)}[data-theme=light] .hero-subtitle{color:var(--fg-secondary)}.featured-band__grid .model-card{border-color:color-mix(in srgb,var(--brand-primary) 25%,var(--stroke-subtle, rgba(255, 255, 255, .08)));box-shadow:0 1px #ffffff08 inset,0 8px 24px -12px #0078d440;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.featured-band__grid .model-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand-primary) 45%,transparent);box-shadow:0 1px #ffffff0d inset,0 14px 32px -12px #0078d466}.filters{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:12px}.filters__pills{display:flex;gap:4px;flex-wrap:wrap;background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-md);padding:4px}.filters__view-toggle{display:flex;gap:2px;background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-md);padding:3px}.view-btn{display:grid;place-items:center;width:30px;height:28px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--fg-tertiary);cursor:pointer;transition:all .12s}.view-btn:hover{color:var(--fg-secondary)}.view-btn--active{background:var(--bg-layer-3);color:var(--fg-primary)}.filter-pill{font-family:var(--font-body);font-size:12px;font-weight:500;padding:6px 16px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--fg-secondary);cursor:pointer;transition:all .12s var(--ease-decelerate)}.filter-pill:hover{color:var(--fg-primary);background:var(--bg-subtle)}.filter-pill--active{background:var(--brand-primary);color:var(--fg-inverse)}.filter-pill--active:hover{background:var(--brand-hover);color:var(--fg-inverse)}.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.model-grid--list{grid-template-columns:1fr;gap:8px}.model-card{position:relative;background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:all .2s var(--ease-decelerate)}.model-card:hover{border-color:var(--stroke-hover);box-shadow:var(--shadow-16);transform:translateY(-2px)}.model-card__preview{position:relative;height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center}.model-card__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;z-index:1}.mindful-memory-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.mindful-memory-preview__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:100% 50%;filter:saturate(1.05) contrast(1.05)}.mindful-memory-preview__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 20%,rgba(244,114,182,.1),transparent 55%),linear-gradient(180deg,#0000001a,#00000059);pointer-events:none}.preview-svg{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.model-card__preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;padding:14px 16px;background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,transparent 40%);z-index:2;pointer-events:none}.model-card__preview-label{font-size:11px;font-weight:500;color:#ffffffbf;letter-spacing:.01em}.model-card__play{width:36px;height:36px;border-radius:50%;background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;color:#fff;transition:all .15s var(--ease-decelerate)}.model-card__play:hover{background:#ffffff40;transform:scale(1.08)}.preview-svg{transition:transform .4s var(--ease-decelerate),opacity .4s}.model-card:hover .preview-svg{transform:scale(1.05);opacity:.9}.model-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.model-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.model-card__featured-logo{display:block;height:32px;width:auto;opacity:.95;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.model-card__domain{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.model-card[data-domain=climate] .model-card__domain{color:var(--domain-climate)}.model-card[data-domain=biology] .model-card__domain{color:var(--domain-bio)}.model-card[data-domain=materials] .model-card__domain{color:var(--domain-materials)}.model-card[data-domain=chemistry] .model-card__domain{color:var(--domain-chemistry)}.model-card[data-domain=applied-ai] .model-card__domain{color:var(--domain-applied-ai)}.model-card__pub{font-size:10px;font-weight:600;padding:2px 8px;border-radius:var(--radius-sm);background:var(--bg-layer-2);color:var(--fg-tertiary);letter-spacing:.02em}.model-card__name{font-size:20px;font-weight:700;letter-spacing:-.01em;margin-bottom:4px;line-height:1.2}.model-card__tagline{font-size:13px;font-weight:500;color:var(--fg-secondary);margin-bottom:10px}.model-card__desc{font-size:12.5px;color:var(--fg-tertiary);line-height:1.6;flex:1;margin-bottom:16px}.model-card__links{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:14px;padding-top:14px;border-top:1px solid var(--stroke-subtle)}.model-card__link{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:500;color:var(--fg-tertiary);transition:color .12s}.model-card__link:hover{color:var(--brand-primary)}.model-card__footer{margin-top:auto}.model-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;transition:all .15s var(--ease-decelerate)}.model-card__cta--live{color:var(--brand-primary)}.model-card__cta--live:hover{gap:10px}.model-card__cta--soon{color:var(--fg-disabled)}.model-card__preview-link{display:block;text-decoration:none;color:inherit}.model-card__name-link{color:inherit;text-decoration:none;transition:color .12s}.model-card__name-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.model-card__name-link:hover{color:var(--brand-primary)}.model-card__links,.model-card__footer{position:relative;z-index:1}.model-card--detailed{flex-direction:row}.model-card--detailed .model-card__body{padding:20px 24px}.model-card__desc{font-size:13px;color:var(--fg-tertiary);line-height:1.6;margin-bottom:14px}.btn--disabled{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:var(--radius-md);font-family:var(--font-body);font-size:13px;font-weight:600;background:var(--bg-layer-2);color:var(--fg-disabled);border:1px solid var(--stroke-default);cursor:default}.cta-banner{max-width:var(--max-width);margin:0 auto 80px;padding:0 var(--content-px)}.cta-banner__content{background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-xl);padding:56px 48px;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.cta-banner__content:before{content:"";position:absolute;top:-100px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(76,166,255,.06) 0%,transparent 70%);pointer-events:none}.cta-banner__title{font-size:22px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}.cta-banner__desc{font-size:14px;color:var(--fg-secondary);max-width:420px;margin-bottom:24px;line-height:1.6}.footer{border-top:1px solid var(--stroke-subtle);background:var(--bg-layer-1);margin-top:auto}.footer__inner{max-width:var(--max-width);margin:0 auto;padding:24px var(--content-px) 20px}.footer__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--stroke-subtle)}.footer__brand{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:500;color:var(--fg-secondary)}.footer__links{display:flex;gap:20px;align-items:center}.footer__links a{font-size:12px;color:var(--fg-tertiary);transition:color .12s;padding:4px;min-height:24px;display:inline-flex;align-items:center}.footer__links a:hover{color:var(--fg-secondary)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:12px}.footer__legal{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.footer__legal a{font-size:11px;color:var(--fg-disabled);transition:color .12s}.footer__legal a:hover{color:var(--fg-tertiary)}.footer__copy{font-size:11px;color:var(--fg-disabled)}.proj[data-domain=climate]{--project-accent: var(--domain-climate)}.proj[data-domain=biology]{--project-accent: var(--domain-bio)}.proj[data-domain=materials]{--project-accent: var(--domain-materials)}.proj[data-domain=chemistry]{--project-accent: var(--domain-chemistry)}.proj[data-domain=applied-ai]{--project-accent: var(--domain-applied-ai)}.proj__hero{position:relative;min-height:50vh;display:flex;align-items:flex-end;padding:0 0 48px;overflow:hidden}.proj__hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.proj__hero-canvas{width:100%!important;height:100%!important;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4}.proj__hero-img{height:100%;position:absolute;top:0;bottom:0;left:0;right:max(var(--content-px),calc((100% - var(--max-width)) / 2 + var(--content-px)));object-fit:cover;object-position:right top}.proj__hero-gradient--image{background:linear-gradient(90deg,var(--bg-base) 0%,var(--bg-base) 45%,rgba(27,27,31,.82) 70%,rgba(27,27,31,.6) 100%),linear-gradient(to top,var(--bg-base) 0%,transparent 65%)}[data-theme=light] .proj__hero-gradient--image{background:linear-gradient(90deg,var(--bg-base) 0%,var(--bg-base) 45%,rgba(245,245,245,.82) 70%,rgba(245,245,245,.6) 100%),linear-gradient(to top,var(--bg-base) 0%,transparent 65%)}.proj__hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--bg-base) 0%,rgba(27,27,31,.95) 20%,rgba(27,27,31,.6) 50%,rgba(27,27,31,.3) 100%);z-index:1}[data-theme=light] .proj__hero-gradient{background:linear-gradient(to top,var(--bg-base) 0%,rgba(245,245,245,.95) 20%,rgba(245,245,245,.6) 50%,rgba(245,245,245,.3) 100%)}.proj__hero-gradient--solid{background:linear-gradient(135deg,color-mix(in srgb,var(--project-accent, var(--brand-primary)) 8%,var(--bg-base)) 0%,var(--bg-base) 60%)}.proj__hero-content{position:relative;z-index:2;max-width:var(--max-width);margin:0 auto;padding:64px var(--content-px) 0;width:100%}.proj__back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--fg-secondary);transition:color .15s;margin-bottom:20px}.proj__back:hover{color:var(--brand-primary)}.proj__hero-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px}.proj__domain{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.proj__domain[data-domain=climate]{color:var(--domain-climate)}.proj__domain[data-domain=biology]{color:var(--domain-bio)}.proj__domain[data-domain=materials]{color:var(--domain-materials)}.proj__domain[data-domain=chemistry]{color:var(--domain-chemistry)}.proj__domain[data-domain=applied-ai]{color:var(--domain-applied-ai)}.proj__hero-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.proj__team{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--fg-secondary);text-decoration:none;transition:color .15s}a.proj__team:hover{color:var(--fg-primary)}.proj__title{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-bottom:16px;color:var(--fg-primary)}.proj__tagline{font-size:18px;line-height:1.6;color:var(--fg-secondary);margin-bottom:28px;max-width:640px}.proj__hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn--lg{padding:12px 28px;font-size:14px;border-radius:var(--radius-md)}.btn--glass{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:var(--radius-md);font-family:var(--font-body);font-size:13px;font-weight:600;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--fg-secondary);cursor:pointer;transition:all .15s var(--ease-decelerate);white-space:nowrap}.btn--glass:hover{background:#ffffff1a;border-color:#fff3;color:var(--fg-primary)}[data-theme=light] .btn--glass{border-color:#0000001a;background:#0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=light] .btn--glass:hover{background:#00000012;border-color:#00000029}.proj__section-nav{position:sticky;top:0;z-index:80;display:flex;align-items:center;gap:0;max-width:var(--max-width);margin:0 auto;padding:0 var(--content-px);background:var(--bg-acrylic);backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);border-bottom:1px solid var(--stroke-subtle);overflow-x:auto;scrollbar-width:none}.proj__section-nav::-webkit-scrollbar{display:none}.proj__section-nav-link{display:inline-flex;align-items:center;padding:14px 16px;font-size:12px;font-weight:600;color:var(--fg-tertiary);white-space:nowrap;transition:color .15s;position:relative}.proj__section-nav-link:hover{color:var(--fg-secondary)}.proj__section-nav-link--active{color:var(--fg-primary)}.proj__section-nav-link--active:after{content:"";position:absolute;bottom:-1px;left:16px;right:16px;height:2px;background:var(--project-accent, var(--brand-primary));border-radius:1px 1px 0 0}.proj__evidence-row{display:flex;gap:16px;margin:32px 0}.proj__evidence{flex:1;display:flex;flex-direction:column;gap:6px;padding:20px;border-radius:var(--radius-lg);background:var(--bg-layer-1);border:1px solid var(--stroke-default)}.proj__evidence-value{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--fg-primary);line-height:1}.proj__evidence-label{font-size:12px;line-height:1.4;color:var(--fg-tertiary)}.proj__body{max-width:var(--max-width);margin:0 auto;padding:0 var(--content-px)}.proj__hook{font-size:20px;line-height:1.55;color:var(--fg-primary);font-weight:500;padding:48px 0 0;margin-bottom:40px;max-width:720px}.proj__section-title{font-size:28px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;color:var(--fg-primary)}.proj__section-subtitle{font-size:15px;color:var(--fg-secondary);margin-bottom:32px;line-height:1.5;max-width:560px}.proj__section-header-row{display:flex;align-items:center;gap:10px;margin-bottom:32px;color:var(--project-accent, var(--brand-primary))}.proj__section-header-row .proj__section-title{margin-bottom:0}.proj__try-section{padding:64px 0;border-top:1px solid var(--stroke-subtle)}.proj__try-header{margin-bottom:24px}.proj__try-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#34d399;margin-bottom:12px;letter-spacing:.03em;text-transform:uppercase}.proj__try-badge-dot{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d39980;animation:pulse-dot 2s ease-in-out infinite}.proj__try-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;border:1px solid var(--stroke-default);border-radius:var(--radius-lg);background:var(--bg-layer-1)}.proj__try-card-text{display:flex;flex-direction:column;gap:4px}.proj__try-card-heading{font-size:18px;font-weight:650;color:var(--fg-primary);margin:0}.proj__try-card-desc{font-size:13px;color:var(--fg-tertiary);margin:0;line-height:1.4}@media (max-width: 600px){.proj__try-card{flex-direction:column;align-items:flex-start;padding:20px 24px}}.proj__embed{border:1px solid var(--stroke-default);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-layer-1)}.proj__embed-bar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid var(--stroke-default);background:var(--bg-layer-2);font-size:12px}.proj__embed-dot{width:7px;height:7px;border-radius:50%;background:var(--fg-disabled)}.proj__embed-dot--live{background:#34d399;box-shadow:0 0 6px #34d39966}.proj__embed-label{font-weight:500;color:var(--fg-secondary);flex:1}.proj__embed-open{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--fg-tertiary);transition:color .12s}.proj__embed-open:hover{color:var(--brand-primary)}.proj__embed-actions{display:flex;align-items:center;gap:8px}.proj__embed-btn{display:grid;place-items:center;width:28px;height:28px;border-radius:var(--radius-sm);border:1px solid var(--stroke-default);background:transparent;color:var(--fg-tertiary);cursor:pointer;transition:all .12s var(--ease-decelerate)}.proj__embed-btn:hover{background:var(--bg-subtle);color:var(--fg-primary);border-color:var(--stroke-hover)}.proj__embed-frame{position:relative;width:100%;height:calc(100vh - 160px);min-height:480px;max-height:900px;overflow:auto}.proj__iframe{width:100%;height:100%;border:none;display:block;transition:opacity .3s}.proj__iframe--hidden{opacity:0}.proj__embed-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--bg-layer-2);color:var(--fg-tertiary);font-size:13px;font-weight:500;z-index:2}.proj__embed-spinner{animation:spin 1s linear infinite;color:var(--brand-primary)}.proj__embed-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:var(--bg-layer-2);color:var(--fg-tertiary);font-size:13px;font-weight:500;z-index:2}.proj__embed-error svg:first-child{color:var(--fg-disabled)}.proj__embed-auth{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;background:var(--bg-layer-2);color:var(--fg-secondary);z-index:2;text-align:center;padding:32px}.proj__embed-auth-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:color-mix(in srgb,var(--brand-primary) 12%,transparent);color:var(--brand-primary);margin-bottom:14px}.proj__embed-auth-title{font-size:15px;font-weight:600;color:var(--fg-primary);margin:0 0 6px}.proj__embed-auth-hint{max-width:340px;color:var(--fg-tertiary);font-size:13px;font-weight:400;line-height:1.55;margin:0 0 16px}.proj__embed-auth-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:center}.proj__embed--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;border-radius:0;border:none;background:var(--bg-base)}.proj__embed--fullscreen .proj__embed-bar{border-radius:0}.proj__embed--fullscreen .proj__embed-frame{height:calc(100vh - 42px)!important;max-height:none;min-height:0}.proj__embed-resize{display:flex;align-items:center;justify-content:center;height:20px;cursor:ns-resize;color:var(--fg-disabled);background:var(--bg-layer-2);border-top:1px solid var(--stroke-subtle);transition:color .12s,background .12s;-webkit-user-select:none;user-select:none}.proj__embed-resize:hover{color:var(--fg-secondary);background:var(--bg-layer-3)}.proj__embed-fallback{display:flex;align-items:center;justify-content:center;height:320px;background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(76,166,255,.04) 0%,transparent 100%)}.proj__embed-fallback-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.proj__embed-fallback-content svg:first-child{color:var(--fg-disabled);opacity:.6}.proj__embed-fallback-content h3{font-size:18px;font-weight:700;color:var(--fg-primary)}.proj__embed-fallback-content p{font-size:13px;color:var(--fg-tertiary);max-width:320px;margin-bottom:4px}.proj__science{padding:64px 0;border-top:1px solid var(--stroke-subtle)}.proj__science-body{max-width:720px}.proj__science-lead{font-size:17px;line-height:1.8;color:var(--fg-secondary);margin-bottom:24px}.proj__science-para{font-size:16px;line-height:1.8;color:var(--fg-secondary);margin-bottom:20px}.proj__science-para:last-child{margin-bottom:0}.proj__inline-link{color:var(--accent, #4a9eff);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;word-break:break-word;transition:color .15s ease}.proj__inline-link:hover{color:var(--accent-hover, #6fb4ff)}.proj__inline-link:focus-visible{outline:2px solid var(--accent, #4a9eff);outline-offset:2px;border-radius:2px}.proj__finetuning-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:36px;padding:28px 32px;border:1px solid var(--border-subtle);border-left:3px solid var(--project-accent, var(--brand-primary));background:var(--surface-raised);border-radius:12px}.proj__finetuning-cta-text{display:flex;flex-direction:column;gap:6px}.proj__finetuning-cta-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--project-accent, var(--brand-primary))}.proj__finetuning-cta-heading{font-size:17px;font-weight:600;color:var(--fg-primary);margin:0}.proj__finetuning-cta-desc{font-size:14px;color:var(--fg-secondary);line-height:1.6;margin:0}@media (max-width: 600px){.proj__finetuning-cta{flex-direction:column;align-items:flex-start}}.proj__callout{margin:32px 0;padding:24px 28px;border-left:3px solid var(--project-accent, var(--brand-primary));background:var(--bg-layer-1);border-radius:0 var(--radius-md) var(--radius-md) 0}.proj__callout-text{font-size:15px;line-height:1.7;color:var(--fg-primary);font-style:italic;margin:0}.proj__callout-attribution{display:flex;flex-direction:column;gap:1px;margin-top:14px;padding-top:14px;border-top:1px solid var(--stroke-subtle)}.proj__callout-name{font-size:13px;font-weight:600;color:var(--fg-primary)}.proj__callout-role{font-size:12px;color:var(--fg-secondary)}.proj__callout-source{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:var(--fg-tertiary);transition:color .15s}.proj__callout-source:hover{color:var(--brand-primary)}.proj__timeline-section{padding:64px 0;border-top:1px solid var(--stroke-subtle)}.proj__timeline{display:flex;flex-direction:column;gap:0;max-width:640px}.proj__timeline-item{display:flex;gap:20px}.proj__timeline-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px;padding-top:6px}.proj__timeline-dot{width:12px;height:12px;border-radius:50%;background:var(--project-accent, var(--brand-primary));border:2px solid var(--bg-base);box-shadow:0 0 0 2px var(--project-accent, var(--brand-primary));flex-shrink:0}.proj__timeline-line{width:2px;flex:1;background:var(--stroke-default);margin:4px 0}.proj__timeline-content{padding-bottom:32px}.proj__timeline-date{display:inline-block;font-size:11px;font-weight:700;color:var(--project-accent, var(--brand-primary));text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.proj__timeline-title{font-size:16px;font-weight:700;color:var(--fg-primary);margin-bottom:6px;line-height:1.3}.proj__timeline-desc{font-size:14px;line-height:1.6;color:var(--fg-tertiary)}.proj__impact-section{padding:64px 0;border-top:1px solid var(--stroke-subtle)}.proj__impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.proj__impact-card{padding:28px 24px;background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-lg);transition:all .2s var(--ease-decelerate);position:relative;overflow:hidden}.proj__impact-card:hover{border-color:var(--stroke-hover);box-shadow:var(--shadow-8);transform:translateY(-2px)}.proj__impact-num{display:block;font-size:32px;font-weight:800;letter-spacing:-.04em;color:var(--project-accent, var(--brand-primary));opacity:.6;line-height:1;margin-bottom:12px}.proj__impact-title{font-size:16px;font-weight:700;color:var(--fg-primary);margin-bottom:10px;line-height:1.3}.proj__impact-desc{font-size:14px;line-height:1.6;color:var(--fg-tertiary);margin-bottom:12px}.proj__impact-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--brand-primary);transition:gap .15s}.proj__impact-link:hover{gap:8px}.proj__caps-section{padding:64px 0;border-top:1px solid var(--stroke-subtle)}.proj__caps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.proj__cap-item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid var(--stroke-subtle);font-size:15px;line-height:1.5;color:var(--fg-secondary)}.proj__cap-item:first-child{border-top:1px solid var(--stroke-subtle)}.proj__cap-accent{width:4px;height:4px;border-radius:50%;background:var(--fg-disabled);flex-shrink:0;margin-top:9px}.proj__resources-section{padding:64px 0;border-top:1px solid var(--stroke-subtle)}.proj__resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.proj__resource-card{display:flex;align-items:center;gap:14px;padding:20px;background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-lg);text-decoration:none;transition:all .2s var(--ease-decelerate)}.proj__resource-card:hover{border-color:var(--stroke-hover);background:var(--bg-layer-2);box-shadow:var(--shadow-4)}.proj__resource-card>svg:first-child{color:var(--fg-tertiary);flex-shrink:0}.proj__resource-card:hover>svg:first-child{color:var(--project-accent, var(--brand-primary))}.proj__resource-card div{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.proj__resource-label{font-size:14px;font-weight:600;color:var(--fg-primary)}.proj__resource-desc{font-size:12px;color:var(--fg-tertiary)}.proj__resource-arrow{color:var(--fg-disabled);flex-shrink:0;transition:color .15s,transform .15s}.proj__resource-card:hover .proj__resource-arrow{color:var(--brand-primary);transform:translate(2px,-2px)}.proj__more-section{padding:64px 0 96px;border-top:1px solid var(--stroke-subtle)}.proj__more-group{margin-bottom:32px}.proj__more-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-tertiary);margin-bottom:12px}.proj__more-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.proj__more-card{padding:20px;background:var(--bg-layer-1);border:1px solid var(--stroke-default);border-radius:var(--radius-lg);text-decoration:none;transition:all .2s var(--ease-decelerate)}.proj__more-card:hover{border-color:var(--stroke-hover);box-shadow:var(--shadow-8);transform:translateY(-2px)}.proj__more-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.proj__more-card-domain{display:inline-flex}.proj__more-card-domain[data-domain=climate]{color:var(--domain-climate)}.proj__more-card-domain[data-domain=biology]{color:var(--domain-bio)}.proj__more-card-domain[data-domain=materials]{color:var(--domain-materials)}.proj__more-card-domain[data-domain=chemistry]{color:var(--domain-chemistry)}.proj__more-card-domain[data-domain=applied-ai]{color:var(--domain-applied-ai)}.proj__more-card-live{font-size:10px;font-weight:600;color:#34d399;text-transform:uppercase;letter-spacing:.05em}.proj__more-card-name{font-size:18px;font-weight:700;color:var(--fg-primary);margin-bottom:4px}.proj__more-card-tagline{font-size:13px;color:var(--fg-tertiary);line-height:1.5}.proj__more-cta{text-align:center;margin-top:40px}@media (max-width: 768px){:root{--content-px: 20px}.hero-bg{position:absolute}.nav--scrolled{backdrop-filter:blur(12px) saturate(1.1);-webkit-backdrop-filter:blur(12px) saturate(1.1)}.hero-content{transform:none!important}.nav-brand{font-size:12px;gap:8px}.nav-brand span{white-space:nowrap}.nav-links{gap:8px}.nav-links a{font-size:11px;padding:6px 4px}.hero{min-height:auto;padding:80px var(--content-px) 32px}.hero-content--centered{max-width:100%}.hero-pill{font-size:11px;padding:5px 12px;margin-bottom:20px}.hero-title{font-size:clamp(1.75rem,5vw,2.4rem);margin-bottom:12px}.hero-subtitle{font-size:16px;margin-bottom:28px}.hero-actions{margin-bottom:32px}.hero-stats{max-width:100%;flex-wrap:nowrap;padding:12px 0}.hero-stat{padding:0 12px;min-width:auto}.hero-stat__value{font-size:18px}.model-grid{grid-template-columns:1fr 1fr}.nav-links{gap:16px}.nav-links a:nth-child(n+3){display:none}.cta-banner__content{padding:40px 24px}.footer__top{flex-direction:column;text-align:center}.footer__links{justify-content:center}.footer__bottom{flex-direction:column;text-align:center}.footer__legal{justify-content:center}.proj__hero{min-height:40vh;padding-bottom:36px}.proj__title{font-size:clamp(2rem,5vw,3rem)}.proj__tagline{font-size:16px}.proj__hero-actions{flex-direction:column;align-items:flex-start}.proj__hook{font-size:17px}.proj__section-title{font-size:22px}.proj__evidence-row{flex-direction:column;gap:12px}.proj__impact-grid,.proj__resources-grid,.proj__more-cards{grid-template-columns:1fr}.proj__embed-frame{height:calc(100vh - 200px);min-height:360px;max-height:600px}.proj__embed-fallback{height:240px}.proj__insight{padding:20px 20px 20px 48px;font-size:15px}.proj__science-lead,.proj__science-para{font-size:15px}.proj__try-section,.proj__science,.proj__timeline-section,.proj__impact-section,.proj__caps-section,.proj__resources-section{padding:48px 0}.proj__more-section{padding:48px 0 64px}}@media (max-width: 480px){.nav-links a{display:none}.nav-brand{font-size:12px}.hero{padding:72px var(--content-px) 24px}.hero-pill{margin-bottom:16px}.hero-subtitle{white-space:normal;font-size:15px;margin-bottom:24px}.hero-title{font-size:1.6rem;margin-bottom:10px}.hero-actions{flex-direction:column;gap:10px;margin-bottom:24px;align-items:center}.hero-stats{flex-direction:row;gap:0;padding:12px 8px;border-radius:var(--radius-md)}.hero-stat{padding:0 8px;min-width:0}.hero-stat__value{font-size:16px}.hero-stat__label{font-size:10px}.hero-stat__sep{width:1px;height:auto;align-self:stretch}.showcase,.model-grid{overflow-x:hidden;width:100%}.model-card,.model-card__preview{max-width:100%}.model-card__body{padding:16px}.model-card__preview{height:200px}.model-grid{grid-template-columns:1fr}.filters{flex-direction:column;align-items:flex-start}.filters__pills{overflow-x:auto;flex-wrap:nowrap;width:100%;touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filters__pills::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0}.proj__hero{min-height:auto;padding-bottom:28px}.proj__hero-visual{opacity:.2}.proj__hero-content{padding-top:56px}.proj__back{margin-bottom:12px;font-size:12px}.proj__hero-meta{margin-bottom:12px;gap:8px;flex-wrap:wrap}.proj__domain{font-size:11px}.proj__title{font-size:1.8rem;margin-bottom:6px}.proj__tagline{font-size:14px;margin-bottom:16px;line-height:1.5}.proj__hero-actions{flex-direction:row;flex-wrap:wrap;gap:8px}.proj__section-nav{padding:0 12px}.proj__section-nav-link{padding:12px 10px;font-size:11px}.proj__hook{font-size:16px;padding-top:32px}.proj__section-title{font-size:20px}.proj__insight{padding:16px 16px 16px 40px;margin:24px 0}.proj__insight-icon{left:14px;top:16px}.proj__timeline-item{gap:14px}.proj__timeline-content{padding-bottom:24px}.proj__impact-card{padding:20px 16px}.proj__resource-card{padding:16px}.proj__more-section{padding:40px 0 64px}.btn--lg{padding:8px 18px;font-size:13px}.btn--glass{padding:6px 12px;font-size:11px}}:root{--mm-evidence: #61c9ff;--mm-meaning: #e0b84f;--mm-adapt: #ce75b4;--mm-line: rgba(255, 255, 255, .09);--mm-line-soft: rgba(255, 255, 255, .06)}.proj__explorer-section{padding-bottom:48px}.proj__explorer-section>p{max-width:720px}.proj__explorer{overflow:hidden;border:1px solid var(--mm-line);border-radius:8px;background:#12141a;box-shadow:0 18px 70px #0000003d;margin-top:24px}.proj__explorer--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;width:100vw;height:100vh;border-radius:0;border:none;box-shadow:none;margin:0}.proj__explorer-body{display:grid;grid-template-columns:minmax(0,1fr) 320px;height:700px;min-height:0}.proj__explorer--fullscreen .proj__explorer-body{height:100%;grid-template-columns:minmax(0,1fr) 360px}.proj__explorer-stage{position:relative;min-height:0;height:100%;isolation:isolate;background:radial-gradient(circle at 20% 18%,rgba(97,201,255,.07),transparent 18rem),radial-gradient(circle at 78% 12%,rgba(206,117,180,.07),transparent 20rem),#12141a}.proj__explorer-stage--simulating{background:radial-gradient(circle at 18% 20%,rgba(116,217,159,.1),transparent 18rem),radial-gradient(circle at 78% 12%,rgba(206,117,180,.08),transparent 20rem),#12141a}.proj__explorer-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;cursor:grab;touch-action:none}.proj__explorer-canvas:active{cursor:grabbing}.proj__explorer-legend,.proj__explorer-zoom-toolbar{position:absolute;z-index:3;border:1px solid var(--mm-line);border-radius:8px;background:#12141ab3;box-shadow:0 14px 48px #00000038;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.proj__explorer-legend{left:14px;top:18px;width:215px;padding:10px 12px 12px}.proj__explorer-legend-header{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.proj__explorer-legend-header h3{margin:0;color:#f2eff6;font-size:13px;font-weight:600}.proj__explorer-legend-toggle{width:18px;height:18px;display:grid;place-items:center;color:#a7a4b2;font-size:11px;transition:transform .18s ease}.proj__explorer-legend--collapsed .proj__explorer-legend-toggle{transform:rotate(-90deg)}.proj__explorer-legend-body{max-height:280px;margin-top:8px;overflow:hidden;transition:max-height .2s ease,margin-top .2s ease,opacity .2s ease}.proj__explorer-legend--collapsed .proj__explorer-legend-body{max-height:0;margin-top:0;opacity:0}.proj__explorer-legend-row{display:grid;grid-template-columns:12px 1fr;gap:10px;align-items:start;margin:10px 0;color:#a7a4b2;font-size:11px;line-height:1.4}.proj__explorer-legend-row strong{color:#f2eff6;font-weight:600}.proj__explorer-swatch{width:10px;height:10px;margin-top:3px;border-radius:50%}.proj__explorer-swatch--evidence{background:var(--mm-evidence)}.proj__explorer-swatch--meaning{background:var(--mm-meaning)}.proj__explorer-swatch--adapt{background:var(--mm-adapt)}.proj__explorer-zoom-toolbar{right:14px;bottom:14px;display:flex;gap:6px;padding:6px}.proj__explorer-zoom-toolbar button{min-height:24px;min-width:28px;padding:0 9px;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#d8d5df;background:#ffffff0e;font:inherit;font-size:11px;font-weight:600;cursor:pointer}.proj__explorer-zoom-toolbar button:hover,.proj__explorer-zoom-toolbar button.is-active{border-color:#c46aa4a3;background:#c46aa429}.proj__explorer-expand{display:inline-grid;place-items:center;width:28px;height:24px}.proj__explorer-dock{display:flex;flex-direction:column;gap:12px;padding:16px;border-left:1px solid var(--mm-line-soft);background:#101116;height:100%;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.proj__explorer-card,.proj__explorer-inspector{padding:16px;border:1px solid var(--mm-line);border-radius:10px;background:#ffffff06}.proj__explorer-card h3,.proj__explorer-inspector h3{margin:0 0 6px;color:#f4f2f7;font-size:15px;font-weight:600;line-height:1.35}.proj__explorer-card p,.proj__explorer-inspector p{margin:0 0 12px;color:#a7a4b2;font-size:13px;line-height:1.55}.proj__explorer-card p:last-of-type,.proj__explorer-inspector p:last-child{margin-bottom:0}.proj__explorer-kicker{color:#847f8e;font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;display:block;margin-bottom:6px}.proj__explorer-kind{display:inline-flex;align-items:center;margin:0 0 12px;padding:2px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#a7a4b2;font-size:11.5px;font-weight:500}.proj__explorer-rail-title{margin:0 0 4px;color:#f4f2f7;font-size:15px;font-weight:600}.proj__explorer-sim-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:34px;margin-top:12px;padding:0 14px;border:1px solid transparent;border-radius:7px;color:#15171c;background:#f1edf5;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease}.proj__explorer-sim-btn:hover{background:#fff}.proj__explorer-trace-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;height:30px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:7px;color:#efeaf3;background:transparent;font:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease}.proj__explorer-trace-btn:hover,.proj__explorer-trace-btn.is-active{border-color:#ffffff38;background:#ffffff12}.proj__explorer-sim-controls{margin-top:12px;padding-top:12px;border-top:1px solid var(--mm-line-soft)}.proj__explorer-sim-row{display:flex;align-items:center;gap:6px;margin-bottom:10px}.proj__explorer-sim-ctl{height:28px;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:6px;color:#efeaf3;background:transparent;font:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease}.proj__explorer-sim-ctl:hover{background:#ffffff0d;border-color:#ffffff38}.proj__explorer-sim-step{margin-left:auto;color:#a7a4b2;font-size:12px;font-weight:500}.proj__explorer-sim-seek{width:100%;accent-color:var(--mm-adapt)}.proj__explorer-inspector-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.proj__explorer-inspector-close{width:24px;height:24px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:6px;color:#a7a4b2;background:transparent;font:inherit;font-size:14px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.proj__explorer-inspector-close:hover{background:#ffffff0d;border-color:#ffffff38;color:#f4f2f7}.proj__explorer-pane-section{margin-top:14px;padding-top:14px;border-top:1px solid var(--mm-line-soft)}.proj__explorer-pane-head{margin:0 0 8px;color:#e6e2ed;font-size:12px;font-weight:600}.proj__explorer-provenance{margin:0;padding:0;list-style:none}.proj__explorer-provenance li{margin:4px 0;padding-left:10px;border-left:2px solid rgba(255,255,255,.1);color:#c7c3cf;font-size:12.5px;line-height:1.5}.proj__explorer-provenance--trace li{border-left-color:#c46aa473}.proj__explorer-lifecycle-note{margin:10px 0 0;padding:8px 10px;border-left:2px solid rgba(116,217,159,.6);color:#cfe4d6;background:#74d99f12;font-size:11px;line-height:1.45}@media (max-width: 980px){.proj__explorer-body{grid-template-columns:minmax(0,1fr) 280px}}@media (max-width: 760px){.proj__explorer-body{grid-template-columns:1fr;height:auto}.proj__explorer-stage{min-height:520px;height:520px}.proj__explorer-dock{border-left:0;border-top:1px solid var(--mm-line-soft);height:auto;overflow:visible}}@media (prefers-reduced-motion: reduce){.proj__explorer-legend-body{transition:none}}
