:root{--color-bg: #050505;--color-surface: #121212;--color-surface-hover: #1a1a1a;--color-primary: #ff4d4d;--color-secondary: #f9cb28;--color-accent: #00f0ff;--color-text: #e0e0e0;--color-text-muted: #888888;--glass-bg: rgba(20, 20, 20, .6);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--font-main: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace}body{margin:0;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:100vh;min-height:-webkit-fill-available}html{height:-webkit-fill-available}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}::-webkit-scrollbar{width:4px}@media(min-width:768px){::-webkit-scrollbar{width:8px}}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:12px}.text-gradient{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mono{font-family:var(--font-mono)}.flex-center{display:flex;align-items:center;justify-content:center}._header_1k2tm_5{position:fixed;top:0;left:0;right:0;padding:0 var(--spacing-md);height:64px;z-index:100;display:flex;justify-content:space-between;align-items:center;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}@media(min-width:768px){._header_1k2tm_5{height:80px;padding:0 var(--spacing-lg)}}._headerLeft_1k2tm_53{display:flex;align-items:center;gap:var(--spacing-md)}@media(min-width:1024px){._headerLeft_1k2tm_53{gap:3rem}}._logo_1k2tm_77{height:40px;cursor:pointer}@media(min-width:768px){._logo_1k2tm_77{height:50px}}._desktopNav_1k2tm_101{display:none}@media(min-width:768px){._desktopNav_1k2tm_101{display:flex;gap:2rem}}._navLink_1k2tm_123{color:#aaa;text-decoration:none;font-size:.9rem;transition:color .2s;padding-bottom:4px}._navLink_1k2tm_123:hover{color:#fff}._navLinkActive_1k2tm_147{color:#fff;border-bottom:2px solid var(--color-primary)}._navLinkDisabled_1k2tm_157{cursor:not-allowed;opacity:.5}._headerRight_1k2tm_167{display:flex;gap:var(--spacing-sm);align-items:center}._statusBadge_1k2tm_179{font-family:var(--font-mono);font-size:.7rem;color:#0fa;border:1px solid #00FFAA;padding:.25rem .5rem;border-radius:4px;display:none}@media(min-width:768px){._statusBadge_1k2tm_179{display:block;font-size:.8rem}}._version_1k2tm_213{font-family:var(--font-mono);font-size:.7rem;color:#666;display:none}@media(min-width:1024px){._version_1k2tm_213{display:block;font-size:.8rem}}._dashboard_1k2tm_243{padding-top:64px;min-height:100vh;padding-left:var(--spacing-md);padding-right:var(--spacing-md);padding-bottom:var(--spacing-lg)}@media(min-width:768px){._dashboard_1k2tm_243{padding-top:80px;padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}._dashboardMain_1k2tm_275{max-width:1400px;margin:0 auto;display:grid;gap:var(--spacing-md);padding:var(--spacing-md) 0}@media(min-width:768px){._dashboardMain_1k2tm_275{gap:var(--spacing-lg);padding:var(--spacing-lg) 0}}._heroSection_1k2tm_307{grid-column:1 / -1}._heroPanel_1k2tm_315{padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm)}@media(min-width:768px){._heroPanel_1k2tm_315{padding:1.5rem 2rem;flex-direction:row;gap:var(--spacing-lg)}}._heroLogo_1k2tm_351{height:40px}@media(min-width:768px){._heroLogo_1k2tm_351{height:50px}}._heroTitle_1k2tm_371{font-size:1.5rem;font-weight:800;margin:0;letter-spacing:-.02em;font-family:Orbitron,sans-serif}@media(min-width:768px){._heroTitle_1k2tm_371{font-size:2rem}}._heroSubtitle_1k2tm_399{font-size:.8rem;color:var(--color-text-muted);margin:.25rem 0 0}@media(min-width:768px){._heroSubtitle_1k2tm_399{font-size:.9rem}}._contentGrid_1k2tm_425{display:grid;grid-template-columns:1fr;gap:var(--spacing-md)}@media(min-width:1024px){._contentGrid_1k2tm_425{grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}}._leftColumn_1k2tm_451,._rightColumn_1k2tm_453{display:flex;flex-direction:column;gap:var(--spacing-md)}@media(min-width:768px){._leftColumn_1k2tm_451,._rightColumn_1k2tm_453{gap:var(--spacing-lg)}}._reactorPanel_1k2tm_483{padding:var(--spacing-md);height:350px}@media(min-width:768px){._reactorPanel_1k2tm_483{padding:var(--spacing-lg);height:400px}}._panelTitle_1k2tm_507{border-bottom:1px solid var(--glass-border);padding-bottom:var(--spacing-sm);margin-top:0;font-size:1rem}@media(min-width:768px){._panelTitle_1k2tm_507{padding-bottom:var(--spacing-md);font-size:1.2rem}}._molecularPanel_1k2tm_537{height:120px}@media(min-width:768px){._molecularPanel_1k2tm_537{height:130px}}._telemetryPanel_1k2tm_559{padding:var(--spacing-md);height:auto;display:flex;flex-direction:column;gap:var(--spacing-sm)}@media(min-width:768px){._telemetryPanel_1k2tm_559{padding:var(--spacing-lg);height:220px;gap:var(--spacing-md)}}._telemetryTitle_1k2tm_591{margin:0;color:var(--color-accent);font-size:.9rem}@media(min-width:768px){._telemetryTitle_1k2tm_591{font-size:1rem}}._telemetryGrid_1k2tm_615{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-md)}@media(min-width:768px){._telemetryGrid_1k2tm_615{gap:var(--spacing-lg)}}._telemetryLabel_1k2tm_639{font-size:.7rem;color:#888}@media(min-width:768px){._telemetryLabel_1k2tm_639{font-size:.8rem}}._telemetryValue_1k2tm_661{font-family:var(--font-mono);font-size:1.8rem}@media(min-width:768px){._telemetryValue_1k2tm_661{font-size:2.5rem}}._telemetryValueSmall_1k2tm_683{font-family:var(--font-mono);font-size:1rem}@media(min-width:768px){._telemetryValueSmall_1k2tm_683{font-size:1.2rem}}._valueEngineContainer_1k2tm_707{flex:1}._hero_5qjfk_7{min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:0 var(--spacing-md)}@media(min-width:768px){._hero_5qjfk_7{padding:0 5%}}._videoBackground_5qjfk_39{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}._heroOverlay_5qjfk_59{position:absolute;inset:0;background:linear-gradient(to bottom,#050a1466,#050a14d9);z-index:1}._heroHeader_5qjfk_79{position:absolute;top:0;left:0;right:0;padding:1rem var(--spacing-md);display:flex;justify-content:space-between;align-items:center;z-index:10;flex-wrap:wrap;gap:var(--spacing-sm)}@media(min-width:768px){._heroHeader_5qjfk_79{padding:2rem 5%;flex-wrap:nowrap}}._heroLogo_5qjfk_121{height:50px}@media(min-width:768px){._heroLogo_5qjfk_121{height:60px}}._heroNav_5qjfk_141{display:none}@media(min-width:768px){._heroNav_5qjfk_141{display:flex;gap:2rem;align-items:center}}._heroNavLink_5qjfk_165{color:#aaa;text-decoration:none;font-size:.9rem}._heroNavLink_5qjfk_165:hover{color:#fff}._heroButton_5qjfk_185{background:var(--color-primary, #00FFAA);color:#000;border:none;padding:.75rem 1.5rem;font-weight:700;border-radius:4px;cursor:pointer;font-size:.9rem;white-space:nowrap}._heroContent_5qjfk_209{max-width:800px;z-index:10;position:relative}._heroEyebrow_5qjfk_221{color:#0fa;font-weight:600;letter-spacing:2px;margin-bottom:1rem;font-size:.75rem}@media(min-width:768px){._heroEyebrow_5qjfk_221{font-size:.875rem}}._heroTitle_5qjfk_249{font-size:var(--font-size-hero);font-weight:800;line-height:1.1;margin-bottom:1.5rem}._heroHighlight_5qjfk_263{color:#0fa}._heroDescription_5qjfk_271{font-size:1rem;color:#aaa;max-width:600px;margin-bottom:2rem;line-height:1.6}@media(min-width:768px){._heroDescription_5qjfk_271{font-size:1.25rem}}._heroCTAs_5qjfk_299{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){._heroCTAs_5qjfk_299{flex-direction:row}}._ctaPrimary_5qjfk_323{background:#0fa;color:#000;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--touch-target-comfortable)}._ctaSecondary_5qjfk_355{background:transparent;color:#fff;border:1px solid #fff;padding:1rem 2rem;font-size:1rem;border-radius:4px;cursor:pointer;min-height:var(--touch-target-comfortable)}._valueProps_5qjfk_379{padding:3rem var(--spacing-md);background:#0a1525}@media(min-width:768px){._valueProps_5qjfk_379{padding:6rem 5%}}._sectionTitle_5qjfk_401{font-size:1.75rem;text-align:center;margin-bottom:2rem}@media(min-width:768px){._sectionTitle_5qjfk_401{font-size:2.5rem;margin-bottom:3rem}}._valuePropsGrid_5qjfk_427{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}@media(min-width:640px){._valuePropsGrid_5qjfk_427{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._valuePropsGrid_5qjfk_427{grid-template-columns:repeat(4,1fr);gap:2rem}}._valueCard_5qjfk_469{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;text-align:center}@media(min-width:768px){._valueCard_5qjfk_469{padding:2rem}}._valueIcon_5qjfk_497{margin-bottom:1rem;display:flex;justify-content:center}._valueTitle_5qjfk_509{font-size:1.1rem;margin-bottom:.75rem;font-weight:600}@media(min-width:768px){._valueTitle_5qjfk_509{font-size:1.25rem}}._valueDesc_5qjfk_533{color:#888;font-size:.85rem;line-height:1.6}@media(min-width:768px){._valueDesc_5qjfk_533{font-size:.9rem}}._economics_5qjfk_559{padding:3rem var(--spacing-md)}@media(min-width:768px){._economics_5qjfk_559{padding:6rem 5%}}._economicsGrid_5qjfk_579{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){._economicsGrid_5qjfk_579{grid-template-columns:1fr 1fr;gap:4rem}}._economicsContent_5qjfk_611 h2{font-size:1.75rem;margin-bottom:1.5rem}@media(min-width:768px){._economicsContent_5qjfk_611 h2{font-size:2.5rem}}._economicsContent_5qjfk_611 p{color:#aaa;font-size:1rem;line-height:1.7;margin-bottom:2rem}@media(min-width:768px){._economicsContent_5qjfk_611 p{font-size:1.1rem}}._economicsStats_5qjfk_659{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){._economicsStats_5qjfk_659{flex-direction:row;gap:2rem}}._statValue_5qjfk_685{font-size:2.5rem;font-weight:800}@media(min-width:768px){._statValue_5qjfk_685{font-size:3rem}}._statLabel_5qjfk_707{color:#888;font-size:.9rem}._economicsBreakdown_5qjfk_717{background:#0a1525;border-radius:12px;padding:1.5rem}@media(min-width:768px){._economicsBreakdown_5qjfk_717{padding:2rem}}._breakdownTitle_5qjfk_741{color:#888;margin-bottom:1rem;font-size:.85rem}@media(min-width:768px){._breakdownTitle_5qjfk_741{font-size:.9rem}}._breakdownItems_5qjfk_765{display:flex;flex-direction:column;gap:.75rem}._breakdownItem_5qjfk_765{display:flex;justify-content:space-between;border-bottom:1px solid #222;padding-bottom:.5rem;font-size:.9rem}@media(min-width:768px){._breakdownItem_5qjfk_765{font-size:1rem}}._breakdownTotal_5qjfk_805{display:flex;justify-content:space-between;padding-top:.5rem;font-weight:700}._cta_5qjfk_323{padding:3rem var(--spacing-md);background:linear-gradient(to right,#032,#001a33);text-align:center}@media(min-width:768px){._cta_5qjfk_323{padding:6rem 5%}}._cta_5qjfk_323 h2{font-size:1.75rem;margin-bottom:1rem}@media(min-width:768px){._cta_5qjfk_323 h2{font-size:2.5rem}}._cta_5qjfk_323 p{color:#aaa;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;font-size:.95rem}@media(min-width:768px){._cta_5qjfk_323 p{font-size:1.1rem}}._ctaButton_5qjfk_897{background:#0fa;color:#000;border:none;padding:1.25rem 3rem;font-size:1rem;font-weight:700;border-radius:4px;cursor:pointer;min-height:var(--touch-target-comfortable)}@media(min-width:768px){._ctaButton_5qjfk_897{font-size:1.1rem}}._footer_5qjfk_935{padding:2rem var(--spacing-md);border-top:1px solid #222;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-align:center}@media(min-width:768px){._footer_5qjfk_935{padding:3rem 5%;flex-direction:row;justify-content:space-between;text-align:left}}._footerLogo_5qjfk_975{height:30px;opacity:.7}._footerText_5qjfk_985{color:#666;font-size:.85rem}@media(min-width:768px){._footerText_5qjfk_985{font-size:.9rem}}
