.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:calc(var(--space-section) + var(--fixed-header-offset)) 1.5rem 5rem;overflow:hidden}.hero-content{max-width:720px;text-align:center;z-index:2;position:relative}.hero-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-bottom:var(--space-block)}.hero-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:9999px;font-size:.8125rem;color:var(--text-secondary)}.hero-badge-beta{background:#f59e0b26;border-color:#f59e0b80;color:#fbbf24}.badge-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:var(--space-block);color:var(--text-primary)}.gradient-text{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.75;margin-bottom:var(--space-section);max-width:42ch;margin-left:auto;margin-right:auto}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-block);margin-bottom:var(--space-section);padding:var(--space-section) var(--space-block);background:#1e293b99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid var(--border)}.stat{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.stat-label{font-size:.8125rem;color:var(--text-muted);font-weight:500}.hero-release-note{font-size:.875rem;color:var(--text-muted);margin-top:-.5rem;margin-bottom:var(--space-block)}.hero-release-note a{color:var(--primary-light);text-decoration:none}.hero-release-note a:hover{text-decoration:underline}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:.75rem;flex-wrap:wrap}.btn{padding:.875rem 1.75rem;border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;display:inline-block;border:none;cursor:pointer;font-size:1rem;min-height:44px;min-width:44px}.btn-primary{background:var(--gradient-1);color:#fff;box-shadow:var(--shadow-lg)}.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-xl)}.btn-primary:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--primary)}.hero-utility{margin:0 0 var(--space-section);font-size:.8125rem;color:var(--text-muted)}.hero-utility-link{background:none;border:none;padding:0;font:inherit;color:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .2s ease}.hero-utility-link:hover{color:var(--text-secondary)}.hero-utility-link:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px;border-radius:2px}.hero-tech{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.tech-tag{padding:.375rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.8125rem;color:var(--text-muted);font-weight:500}.hero-visual{position:absolute;inset:0;z-index:1;pointer-events:none}.visual-grid,.visual-glow{opacity:.3}.hero-visual .hero-orb-container{left:max(10%,280px)}.visual-grid{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.grid-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;animation:float 6s ease-in-out infinite}.grid-item:nth-child(1){animation-delay:0s}.grid-item:nth-child(2){animation-delay:1.5s}.grid-item:nth-child(3){animation-delay:3s}.grid-item:nth-child(4){animation-delay:4.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.visual-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,var(--primary) 0%,transparent 70%);filter:blur(80px);opacity:.3}@media(max-width:768px){.hero{padding:var(--space-section) 1.25rem 4rem}.hero-description{max-width:100%}.hero-stats{grid-template-columns:repeat(2,1fr);gap:var(--space-block);padding:var(--space-block)}.hero-actions{flex-direction:column}.btn{width:100%;min-width:unset;text-align:center}.visual-grid{width:400px;height:400px}.hero-visual .hero-orb-container{left:max(16%,250px);width:200px;height:200px}.hero-visual .hero-orb{width:170px;height:170px}}.features{background:var(--bg-dark)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.section-subtitle a{color:var(--primary-light);text-decoration:none}.section-subtitle a:hover{text-decoration:underline}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:var(--shadow-xl)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.feature-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.feature-item:last-child{border-bottom:none;padding-bottom:0}.feature-name{font-weight:600;color:var(--text-primary);font-size:1rem}.feature-desc{font-size:.875rem;color:var(--text-muted);line-height:1.5}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}}.tech-specs{background:var(--bg-darker)}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.spec-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem}.spec-category{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);border-bottom:2px solid var(--primary);padding-bottom:.5rem}.spec-list{display:flex;flex-direction:column;gap:1.5rem}.spec-item{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.spec-item:last-child{border-bottom:none;padding-bottom:0}.spec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.spec-name{font-weight:600;color:var(--text-primary);font-size:1.1rem}.spec-version{font-size:.875rem;color:var(--primary-light);background:var(--bg-dark);padding:.25rem .75rem;border-radius:6px;font-weight:500}.spec-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.formats-section{margin-bottom:4rem}.formats-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center;color:var(--text-primary)}.formats-note{font-size:.9rem;color:var(--text-muted);text-align:center;margin-bottom:2rem}.formats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.format-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.format-card:hover{border-color:var(--primary);transform:translateY(-2px)}.format-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.format-name{font-weight:600;color:var(--text-primary);font-size:1rem}.format-status{font-size:.75rem;color:#10b981;background:#10b9811a;padding:.25rem .5rem;border-radius:4px;font-weight:500}.format-type{font-size:.875rem;color:var(--text-muted)}.architecture-section{margin-top:4rem}.architecture-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.architecture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.arch-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;text-align:center;transition:all .3s}.arch-item:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.arch-icon{font-size:3rem;margin-bottom:1rem}.arch-item h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.arch-item p{font-size:.875rem;color:var(--text-muted);line-height:1.6}@media(max-width:768px){.specs-grid{grid-template-columns:1fr}.formats-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.architecture-grid{grid-template-columns:1fr}}.use-cases{background:var(--bg-dark)}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.use-case-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.use-case-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-1);transform:scaleX(0);transition:transform .3s}.use-case-card:hover:before{transform:scaleX(1)}.use-case-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:var(--shadow-xl)}.use-case-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.use-case-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.use-case-description{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.use-case-features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.use-case-feature{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--text-muted)}.feature-check{color:#10b981;font-weight:700;font-size:1rem}@media(max-width:768px){.use-cases-grid{grid-template-columns:1fr}.use-case-card{padding:2rem}}.getting-started{background:var(--bg-darker)}.project-section{margin-bottom:4rem}.project-section-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.project-section-desc{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.project-section-desc code{color:var(--primary-light);font-family:Fira Code,Courier New,monospace;font-size:.9rem}.viewer-app-section{padding-top:2rem;border-top:1px solid var(--border)}.quick-start-item p code{color:var(--primary-light);font-family:Fira Code,Courier New,monospace;font-size:.85rem}.quick-start-item p a{color:var(--primary-light);text-decoration:none}.quick-start-item p a:hover{text-decoration:underline}.steps-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.step-card{display:flex;gap:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2.5rem;transition:all .3s}.step-card:hover{border-color:var(--primary);transform:translate(8px);box-shadow:var(--shadow-lg)}.step-number{width:60px;height:60px;border-radius:50%;background:var(--gradient-1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}.step-content{flex:1}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.step-description{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.step-code{background:var(--bg-dark);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-top:1rem}.step-code code{color:var(--primary-light);font-size:.9rem;font-family:Fira Code,Courier New,monospace}.commands-section{margin-bottom:4rem}.commands-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.commands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.command-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.command-card:hover{border-color:var(--primary);transform:translateY(-2px)}.command-code{display:block;color:var(--primary-light);font-family:Fira Code,Courier New,monospace;font-size:1rem;font-weight:600;margin-bottom:.5rem;background:var(--bg-dark);padding:.75rem;border-radius:6px}.command-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.servers-section{margin-bottom:4rem}.servers-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.servers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.server-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.server-card:hover{border-color:var(--primary);transform:translateY(-2px)}.server-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.server-name{font-weight:600;color:var(--text-primary);font-size:1.1rem}.server-status{color:#10b981;font-size:1rem;animation:pulse 2s infinite}.server-url{display:block;color:var(--primary-light);text-decoration:none;font-family:Fira Code,Courier New,monospace;font-size:.9rem;margin-bottom:.5rem;transition:color .2s}.server-url:hover{color:var(--primary);text-decoration:underline}.server-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.quick-start{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:3rem}.quick-start-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.quick-start-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.quick-start-item{display:flex;gap:1rem;align-items:flex-start}.quick-start-icon{font-size:2rem;flex-shrink:0}.quick-start-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.quick-start-item p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.viewer-app-section-primary{border-top:none;padding-top:0}.developers-section{margin-top:3rem;padding:1.25rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;font-size:.9rem}.developers-section-summary{cursor:pointer;font-weight:600;color:var(--text-secondary);list-style:none}.developers-section-summary::-webkit-details-marker{display:none}.developers-section-summary:before{content:"▸ ";color:var(--text-muted)}.developers-section[open] .developers-section-summary:before{content:"▾ "}.developers-section-desc{margin:1rem 0 1.25rem;color:var(--text-muted);line-height:1.6}.developers-commands{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1rem}.developers-footnote{font-size:.85rem;color:var(--text-muted)}.developers-footnote a{color:var(--primary-light);text-decoration:none}.developers-footnote a:hover{text-decoration:underline}.download-section{margin-bottom:2.5rem;padding:1.75rem 2rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px}.download-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.download-desc{font-size:.95rem;color:var(--text-secondary);margin-bottom:1.25rem;line-height:1.6}.download-desc a{color:var(--primary-light);text-decoration:none}.download-desc a:hover{text-decoration:underline}.download-buttons{display:flex;flex-wrap:wrap;gap:1rem}.download-button{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:transform .2s,box-shadow .2s}.download-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.download-button-secondary{background:transparent;border:1px solid var(--primary);color:var(--primary-light)}.download-button-secondary:hover{background:#6366f11a;box-shadow:none}.download-section-pending{border-style:dashed}.download-section-pending .download-desc{margin-bottom:0}@media(max-width:768px){.step-card{flex-direction:column;padding:2rem}.step-number{align-self:flex-start}.commands-grid,.servers-grid{grid-template-columns:1fr}.quick-start{padding:2rem}.quick-start-content{grid-template-columns:1fr}}.footer{background:var(--bg-dark);border-top:1px solid var(--border);padding:4rem 20px 2rem;margin-top:4rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.footer-version{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.version-dot{color:#10b981;font-size:.5rem}.footer-beta{color:#fbbf24;font-weight:500}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links li{font-size:.875rem;color:var(--text-muted)}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-link-secondary a{color:var(--text-muted);font-size:.9rem}.footer-link-pending{font-style:italic;opacity:.85}.footer-links a:hover{color:var(--primary-light)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--border);text-align:center}.footer-copyright{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.footer-note{font-size:.75rem;color:var(--text-muted);opacity:.7}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.navbar{position:fixed;top:40px;left:0;right:0;z-index:1000;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:all .3s ease}.navbar.scrolled{background:#0f172af2;border-bottom-color:var(--border);box-shadow:var(--shadow-lg)}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.nav-logo-link{display:flex;align-items:center;gap:.75rem;padding:0;border:none;background:none;font:inherit;font-weight:700;color:inherit;cursor:pointer;transition:opacity .2s}.nav-logo-link:hover{opacity:.85}.logo-version{font-size:.75rem;color:var(--text-muted);background:var(--bg-card);padding:.25rem .5rem;border-radius:4px;font-weight:500}.logo-beta{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:#fbbf24;background:#f59e0b33;padding:.2rem .4rem;border-radius:4px;font-weight:700}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s;position:relative}.nav-links a:hover{color:var(--primary-light)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s}.nav-links a:hover:after{width:100%}@media(max-width:768px){.nav-container{padding:1rem}.nav-links{gap:1rem;font-size:.9rem}.logo-text{display:none}}.beta-banner{position:fixed;top:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 1rem;background:linear-gradient(90deg,#f59e0bf2,#d97706f2);color:#1c1917;font-size:.875rem;font-weight:500;box-shadow:0 2px 8px #00000026}.beta-badge{display:inline-block;padding:.25rem .5rem;background:#0003;border-radius:4px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.beta-message{flex:1;text-align:center;max-width:600px}@media(max-width:768px){.beta-banner{flex-direction:column;gap:.25rem;padding:.5rem;font-size:.8rem}}.App{min-height:100vh;background:var(--bg-darker)}section{padding:80px 20px;max-width:1400px;margin:0 auto}@media(max-width:768px){section{padding:60px 20px}}
