@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.v-popper--theme-tooltip{z-index:10000;display:block!important}.v-popper--theme-tooltip .v-popper__inner{color:#fff;background:#000000d9;border-radius:3px;padding:8px 9px 6px;font-size:13px}.v-popper--theme-tooltip[x-placement^=top]{margin-bottom:5px}.v-popper--theme-tooltip[x-placement^=bottom]{margin-top:5px}.v-popper--theme-tooltip[x-placement^=right]{margin-left:5px}.v-popper--theme-tooltip[x-placement^=left]{margin-right:5px}.v-popper--theme-tooltip[aria-hidden=true]{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s}.v-popper--theme-tooltip[aria-hidden=false]{visibility:visible;opacity:1;transition:opacity .15s}.pt-10{padding-top:10px}.pt-24{padding-top:24px}.pt-48{padding-top:48px}:root{scroll-behavior:smooth;font-family:var(--sansFont);--spacing:60px;--sansFont:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--monoFont:"JetBrains Mono", "Fira Code", monospace;--logoFont:"LogoFont", sans-serif;--bgPrimary:#08080d;--bgSecondary:#0e0e15;--bgTertiary:#14141e;--bgCard:#111119;--bgCardHover:#181822;--bgSurface:#1a1a26;--accent:#ee5939;--accentHover:#ff6b4a;--accentMuted:#ee59391f;--accentBorder:#ee593940;--textPrimary:#f0f0f4;--textSecondary:#8e8ea0;--textMuted:#55556a;--border:#1a1a28;--borderLight:#2a2a3c}@media (max-width:1300px){:root{--spacing:30px}}@media (max-width:1000px){:root{--spacing:20px}}@media (max-width:700px){:root{--spacing:15px}}*{box-sizing:border-box}html,body{height:100%;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bgPrimary)}::-webkit-scrollbar-thumb{background:var(--borderLight);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--textMuted)}*{scrollbar-width:thin;scrollbar-color:var(--borderLight) var(--bgPrimary)}body{background:var(--bgPrimary);color:var(--textPrimary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}main{flex-direction:column;height:100%;display:flex}#page{flex:auto}.container{max-width:1200px;width:calc(100% - 2*var(--spacing));margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--sansFont);color:var(--textPrimary);font-weight:700;line-height:1.1}p{color:var(--textSecondary);font-size:17px;line-height:1.75}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accentHover)}button{cursor:pointer;font-family:var(--sansFont);background:0 0;border:none;outline:none}.flex{display:flex}.flex-center{align-items:center;display:flex}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;font-size:15px;font-weight:600;font-family:var(--sansFont);border:none;align-items:center;gap:8px;padding:14px 28px;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--accentHover);color:#fff;transform:translateY(-1px);box-shadow:0 4px 20px #ee59394d}.btn-outline{color:var(--textPrimary);border:1px solid var(--borderLight);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--sansFont);background:0 0;align-items:center;gap:8px;padding:14px 28px;transition:all .2s;display:inline-flex}.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.section{padding:120px 0}@media (max-width:900px){.section{padding:80px 0}}@media (max-width:600px){.section{padding:60px 0}}.section-dark{background:var(--bgSecondary)}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;margin-bottom:20px;font-size:13px;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--accent);width:24px;height:1px;display:block}.section-title{letter-spacing:-.03em;margin-bottom:20px;font-size:48px;font-weight:800;line-height:1.05}@media (max-width:900px){.section-title{font-size:36px}}@media (max-width:600px){.section-title{font-size:28px}}.section-subtitle{color:var(--textSecondary);max-width:640px;font-size:18px;line-height:1.7}@media (max-width:600px){.section-subtitle{font-size:16px}}.section-subtitle--center{margin-left:auto;margin-right:auto}.site-header{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#08080dd9;position:fixed;top:0;left:0;right:0}.site-header .container{align-items:center;height:72px;display:flex}.site-header .header-logo{color:var(--textPrimary);pointer-events:auto;align-items:center;gap:12px;margin-right:auto;text-decoration:none;display:flex}.site-header .header-logo svg{width:36px;height:36px}.site-header .header-logo svg path{fill:var(--accent)}.site-header .header-logo .logo-text{font-family:var(--logoFont);color:var(--textPrimary);font-size:22px;font-weight:900;line-height:.9}.site-header .header-nav{align-items:center;gap:4px;display:flex}.site-header .header-nav a{color:var(--textSecondary);padding:8px 16px;font-size:14px;font-weight:500;transition:color .2s;position:relative}.site-header .header-nav a:hover,.site-header .header-nav a.active{color:var(--textPrimary)}.site-header .header-nav a.active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-1px;left:16px;right:16px}.site-header .header-cta{color:#fff;background:var(--accent);cursor:pointer;border:none;margin-left:24px;padding:8px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.site-header .header-cta:hover{background:var(--accentHover);color:#fff}.site-header .header-mobile-btn{color:var(--textSecondary);padding:8px;font-size:28px;display:none}@media (max-width:900px){.site-header .header-mobile-btn{justify-content:center;align-items:center;display:flex}.site-header .header-nav,.site-header .header-cta{display:none}}.mobile-nav{display:none}.mobile-nav.show{display:block}.popup-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0009;position:fixed;inset:0}.header-nav-popup{background:var(--bgPrimary);border-left:1px solid var(--border);flex-direction:column;width:85%;max-width:320px;height:100%;display:flex;position:absolute;top:0;right:0;box-shadow:-20px 0 60px #00000080}.header-nav-popup .popup-header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex}.header-nav-popup .popup-close{color:var(--textSecondary);padding:6px;font-size:24px;transition:color .2s}.header-nav-popup .popup-close:hover{color:var(--textPrimary)}.header-nav-popup .popup-logo{font-family:var(--logoFont);color:var(--textPrimary);font-size:18px;font-weight:900;line-height:.9}.header-nav-popup .popup-body{flex-direction:column;flex:auto;padding:16px 0;display:flex;overflow:auto}.header-nav-popup .mobile-nav-item{color:var(--textSecondary);border-left:3px solid #0000;padding:14px 24px;font-size:15px;font-weight:500;transition:all .2s;display:block}.header-nav-popup .mobile-nav-item:hover{color:var(--textPrimary);background:var(--bgSecondary)}.header-nav-popup .mobile-nav-item.active{border-left-color:var(--accent);color:var(--accent);background:var(--accentMuted)}.popup-backdrop,.header-nav-popup{will-change:transform,opacity}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mmslideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.mobile-nav[aria-hidden=false] .popup-backdrop{animation:.25s ease-out mmfadeIn}.mobile-nav[aria-hidden=true] .popup-backdrop{animation:.2s ease-in mmfadeOut}.mobile-nav[aria-hidden=false] .header-nav-popup{animation:.3s cubic-bezier(.16,1,.3,1) mmslideIn}.mobile-nav[aria-hidden=true] .header-nav-popup{animation:.2s ease-in mmslideOut}.site-footer{background:var(--bgSecondary);border-top:1px solid var(--border);padding:80px 0 40px}.site-footer .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px;display:grid}@media (max-width:900px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:600px){.site-footer .footer-grid{grid-template-columns:1fr;gap:32px}}.site-footer .footer-brand .footer-logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.site-footer .footer-brand .footer-logo svg{width:32px;height:32px}.site-footer .footer-brand .footer-logo svg path{fill:var(--accent)}.site-footer .footer-brand .footer-logo span{font-family:var(--logoFont);color:var(--textPrimary);font-size:20px;font-weight:900;line-height:.9}.site-footer .footer-brand p{color:var(--textMuted);max-width:320px;font-size:14px;line-height:1.7}.site-footer .footer-column h4{letter-spacing:.06em;text-transform:uppercase;color:var(--textSecondary);margin-bottom:20px;font-size:13px;font-weight:700}.site-footer .footer-column a{color:var(--textMuted);padding:6px 0;font-size:14px;transition:color .2s;display:block}.site-footer .footer-column a:hover{color:var(--textPrimary)}.site-footer .footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:32px;display:flex}@media (max-width:600px){.site-footer .footer-bottom{text-align:center;flex-direction:column;gap:16px}}.site-footer .footer-copyright{color:var(--textMuted);font-size:13px}.site-footer .footer-socials{gap:12px;display:flex}.site-footer .footer-socials a{background:var(--bgTertiary);width:36px;height:36px;color:var(--textMuted);justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex}.site-footer .footer-socials a:hover{background:var(--bgCardHover);color:var(--textPrimary)}.hero{background:var(--bgPrimary);padding:180px 0 120px;position:relative;overflow:hidden}@media (max-width:900px){.hero{padding:140px 0 80px}}@media (max-width:600px){.hero{padding:120px 0 60px}}.hero .hero-bg-image{z-index:0;position:absolute;inset:0}.hero .hero-bg-image:after{content:"";background:linear-gradient(to bottom, #08080d99 0%, #08080dbf 40%, #08080df2 80%, var(--bgPrimary) 100%);z-index:1;position:absolute;inset:0}.hero .hero-bg-image img{z-index:0}.hero .container{z-index:2;position:relative}.hero:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#ee593914 0%,#0000 70%);width:1000px;height:1000px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.hero .hero-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accentBorder);background:var(--accentMuted);align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero .hero-title{letter-spacing:-.04em;max-width:800px;margin-bottom:24px;font-size:68px;font-weight:800;line-height:1.02}.hero .hero-title .highlight{background:linear-gradient(135deg, var(--accent), #ff8c42);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}@media (max-width:900px){.hero .hero-title{font-size:44px}}@media (max-width:600px){.hero .hero-title{font-size:32px}}.hero .hero-subtitle{color:var(--textSecondary);max-width:580px;margin-bottom:40px;font-size:19px;line-height:1.7}@media (max-width:600px){.hero .hero-subtitle{font-size:16px}}.hero .hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero .hero-label,.hero .hero-title,.hero .hero-subtitle,.hero .hero-actions{opacity:0;animation:.7s ease-out forwards heroFadeUp;transform:translateY(20px)}.hero .hero-label{animation-delay:.15s}.hero .hero-title{animation-delay:.35s}.hero .hero-subtitle{animation-delay:.55s}.hero .hero-actions{animation-delay:.7s}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}.hero-network-animation{z-index:1;pointer-events:none;opacity:.5;position:absolute;inset:0}.hero-network-animation svg{width:100%;height:100%}.hero-net-line{animation:1.2s ease-out forwards heroLineDraw}.hero-net-node{opacity:0;animation:.5s ease-out forwards heroNodeFadeIn}.hero-net-glow{opacity:0;animation:.5s ease-out forwards heroGlowPulse}@keyframes heroLineDraw{to{stroke-dashoffset:0}}@keyframes heroNodeFadeIn{to{opacity:1}}@keyframes heroGlowPulse{to{opacity:.6}}.metrics-bar{background:var(--bgSecondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:60px 0;position:relative}.metrics-bar:before{content:"";pointer-events:none;background:radial-gradient(#ee59390a 0%,#0000 70%);width:800px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.metrics-grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}@media (max-width:900px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.metrics-grid{grid-template-columns:1fr;gap:32px}}.metric{text-align:center}.metric .metric-value{letter-spacing:-.03em;background:linear-gradient(135deg, var(--textPrimary), var(--accent));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:42px;font-weight:800;line-height:1}@media (max-width:600px){.metric .metric-value{font-size:32px}}.metric .metric-label{color:var(--textMuted);font-size:14px;font-weight:500}.tech-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.tech-grid{grid-template-columns:1fr}}.tech-card{background:var(--bgCard);border:1px solid var(--border);padding:36px;position:relative}.tech-card .tech-icon{background:var(--accentMuted);width:44px;height:44px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:20px;font-size:20px;display:flex}.tech-card .tech-title{margin-bottom:10px;font-size:18px;font-weight:700}.tech-card .tech-desc{color:var(--textSecondary);font-size:14px;line-height:1.7}.tech-card .tech-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.tech-card .tech-tags span{color:var(--textMuted);background:var(--bgTertiary);border:1px solid var(--border);padding:4px 10px;font-size:12px;font-weight:500}.arch-diagram{background:var(--bgCard);border:1px solid var(--border);font-family:var(--monoFont);padding:48px}@media (max-width:600px){.arch-diagram{padding:24px;overflow-x:auto}}.arch-diagram .arch-layer{border:1px solid var(--border);margin-bottom:16px;padding:24px;position:relative}.arch-diagram .arch-layer:last-child{margin-bottom:0}.arch-diagram .arch-layer:before{content:attr(data-label);background:var(--bgCard);color:var(--accent);letter-spacing:.05em;text-transform:uppercase;padding:0 8px;font-size:11px;font-weight:600;position:absolute;top:-10px;left:16px}.arch-diagram .arch-nodes{flex-wrap:wrap;gap:12px;display:flex}.arch-diagram .arch-node{background:var(--bgTertiary);border:1px solid var(--borderLight);color:var(--textSecondary);white-space:nowrap;padding:10px 16px;font-size:13px}.arch-diagram .arch-connector{color:var(--textMuted);justify-content:center;padding:8px 0;font-size:18px;display:flex}.page-banner{background:var(--bgPrimary);padding:160px 0 80px;position:relative;overflow:hidden}@media (max-width:900px){.page-banner{padding:130px 0 60px}}.page-banner:before{content:"";pointer-events:none;background:linear-gradient(#ee593908 0%,#0000 60%);height:100%;position:absolute;top:0;left:0;right:0}.page-banner:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#ee59390a 0%,#0000 50%),radial-gradient(circle at 70% 70%,#ff8c4208 0%,#0000 50%);border:1px solid #ee59390a;width:300px;height:300px;animation:12s ease-in-out infinite bannerShapeFloat;position:absolute;top:100px;right:5%;transform:rotate(45deg)}@media (max-width:900px){.page-banner:after{width:200px;height:200px;top:80px;right:-40px}}@media (max-width:600px){.page-banner:after{display:none}}.page-banner .container{z-index:1;position:relative}.page-banner .banner-title{letter-spacing:-.03em;margin-bottom:16px;font-size:56px;font-weight:800;position:relative}@media (max-width:900px){.page-banner .banner-title{font-size:40px}}@media (max-width:600px){.page-banner .banner-title{font-size:32px}}.page-banner .banner-subtitle{color:var(--textSecondary);max-width:600px;font-size:18px;line-height:1.7;position:relative}.banner-live-count{color:var(--textSecondary);background:#f9731614;border:1px solid #f9731633;border-radius:100px;align-items:center;gap:10px;margin-top:24px;padding:10px 20px;font-size:15px;display:inline-flex;position:relative}.banner-live-count .player-count-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite livePulse;box-shadow:0 0 6px #22c55e}.banner-live-count .banner-live-value{color:#fff;font-size:18px;font-weight:700}@keyframes livePulse{0%,to{box-shadow:0 0 6px #22c55e}50%{box-shadow:0 0 14px #22c55e,0 0 4px #22c55e}}@keyframes bannerShapeFloat{0%,to{opacity:1;transform:rotate(45deg)translateY(0)}50%{opacity:.7;transform:rotate(45deg)translateY(-12px)}}.not-found{text-align:center;min-height:70vh;padding:120px var(--spacing) 80px;flex-direction:column;justify-content:center;align-items:center;display:flex}.not-found-code{letter-spacing:-.05em;background:linear-gradient(135deg, var(--accent), #ff8c42);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:120px;font-weight:900;line-height:1}@media (max-width:600px){.not-found-code{font-size:80px}}.not-found-title{margin-bottom:12px;font-size:32px;font-weight:700}@media (max-width:600px){.not-found-title{font-size:24px}}.not-found-text{color:var(--textSecondary);margin-bottom:36px;font-size:16px}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta-section{background:var(--bgSecondary);text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ee59390d 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section:after{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.4;width:80px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.cta-section .container{z-index:1;position:relative}.cta-section .cta-title{letter-spacing:-.03em;margin-bottom:16px;font-size:40px;font-weight:800;position:relative}@media (max-width:600px){.cta-section .cta-title{font-size:28px}}.cta-section .cta-text{color:var(--textSecondary);max-width:500px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:17px;position:relative}.cta-section .cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex;position:relative}.contact-email-btn{align-items:center;gap:10px;font-family:inherit;font-size:15px;display:inline-flex}.toast{background:var(--surfaceAlt);color:var(--textPrimary);z-index:9999;opacity:0;pointer-events:none;border:1px solid var(--border);border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 8px 32px #0000004d}.toast .mdi{color:var(--accent);font-size:18px}.toast--visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (max-width:900px){.feature-row{grid-template-columns:1fr;gap:40px}}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}@media (max-width:900px){.feature-row.reverse{direction:ltr}}.feature-row .feature-content .feature-label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;margin-bottom:16px;font-size:12px;font-weight:600;display:inline-flex}.feature-row .feature-content h3{letter-spacing:-.02em;margin-bottom:16px;font-size:32px;font-weight:800}@media (max-width:600px){.feature-row .feature-content h3{font-size:24px}}.feature-row .feature-content p{color:var(--textSecondary);margin-bottom:24px;font-size:16px;line-height:1.8}.feature-row .feature-content ul{padding:0;list-style:none}.feature-row .feature-content ul li{color:var(--textSecondary);align-items:flex-start;gap:12px;padding:8px 0;font-size:15px;display:flex}.feature-row .feature-content ul li:before{content:"—";color:var(--accent);flex-shrink:0;font-weight:700}.feature-row .feature-visual{background:var(--bgCard);border:1px solid var(--border);justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}@media (max-width:900px){.feature-row .feature-visual{min-height:240px}}.platform-cards-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;display:grid}.platform-card{background:var(--bgCard);border:1px solid var(--border);overflow:hidden}.platform-card .platform-header{border-bottom:1px solid var(--border);padding:32px 32px 28px}.platform-card .platform-name{letter-spacing:-.02em;margin-bottom:8px;font-size:26px;font-weight:800}.platform-card .platform-desc{color:var(--textSecondary);margin-bottom:18px;font-size:15px;line-height:1.7}.platform-card .platform-metrics{grid-template-columns:repeat(3,1fr);gap:20px;padding:24px 32px;display:grid}@media (max-width:600px){.platform-card .platform-metrics{grid-template-columns:1fr;gap:12px}}.platform-card .platform-metric .pm-value{color:var(--textPrimary);margin-bottom:4px;font-size:20px;font-weight:700}.platform-card .platform-metric .pm-label{color:var(--textMuted);font-size:12px}.platform-card .platform-links{gap:12px;display:flex}.platform-card .platform-links a{font-size:14px;font-weight:600}.platform-card.platform-card--with-image{position:relative}.platform-card.platform-card--with-image .platform-card-image{height:180px;position:relative;overflow:hidden}@media (max-width:600px){.platform-card.platform-card--with-image .platform-card-image{height:140px}}.platform-card.platform-card--with-image .platform-card-image-overlay{z-index:1;background:linear-gradient(#11111900 0%,#11111966 60%,#111119f2 100%);position:absolute;inset:0}.platform-card.platform-card--with-image .platform-header{z-index:2;position:relative}.platform-card.platform-card--large .platform-card-image{height:220px}@media (max-width:600px){.platform-card.platform-card--large .platform-card-image{height:150px}}.game-card{background:var(--bgCard);border:1px solid var(--border);display:flex;overflow:hidden}@media (max-width:768px){.game-card{flex-direction:column}}.game-card-image{flex-shrink:0;width:45%;min-height:260px;position:relative}@media (max-width:768px){.game-card-image{width:100%;height:180px;min-height:180px}}.game-card-body{flex-direction:column;flex:1;justify-content:center;padding:32px;display:flex}.game-card-name{letter-spacing:-.02em;margin-bottom:8px;font-size:26px;font-weight:800}.game-card-desc{color:var(--textSecondary);margin-bottom:20px;font-size:15px;line-height:1.7}.game-card-metrics{gap:24px;margin-bottom:20px;display:flex}@media (max-width:500px){.game-card-metrics{gap:16px}}.game-card-metric{flex-direction:column;display:flex}.game-card-metric-value{color:var(--textPrimary);font-size:18px;font-weight:700}.game-card-metric-label{color:var(--textMuted);margin-top:2px;font-size:12px}.game-card-links{align-items:center;gap:16px;display:flex}.btn-sm{padding:8px 18px;font-size:13px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:var(--bgCard);border:1px solid var(--border);text-align:center;padding:32px}.stat-card .stat-value{color:var(--accent);letter-spacing:-.02em;margin-bottom:8px;font-size:36px;font-weight:800}.stat-card .stat-label{color:var(--textMuted);font-size:14px;font-weight:500}.timeline{padding-left:32px;position:relative}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline .timeline-item{padding-bottom:24px;position:relative}.timeline .timeline-item:last-child{padding-bottom:0}.timeline .timeline-item:before{content:"";background:var(--accent);border-radius:50%;width:10px;height:10px;position:absolute;top:5px;left:-37px}.timeline .timeline-item .timeline-year{color:var(--accent);margin-bottom:4px;font-size:12px;font-weight:700}.timeline .timeline-item .timeline-title{margin-bottom:4px;font-size:17px;font-weight:700}.timeline .timeline-item .timeline-text{color:var(--textSecondary);font-size:14px;line-height:1.6}.contact-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:700px){.contact-grid{grid-template-columns:1fr}}.contact-card{background:var(--bgCard);border:1px solid var(--border);padding:40px;transition:all .3s}.contact-card .contact-icon{background:var(--accentMuted);width:48px;height:48px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:20px;font-size:22px;display:flex}.contact-card .contact-title{margin-bottom:10px;font-size:20px;font-weight:700}.contact-card .contact-text{color:var(--textSecondary);margin-bottom:20px;font-size:14px;line-height:1.7}.contact-card .contact-email-link{color:var(--accent);cursor:pointer;align-items:center;gap:8px;font-size:15px;font-weight:600;transition:color .2s;display:inline-flex}.contact-card .contact-email-link:hover{color:var(--accentHover)}.contact-form-wrapper{max-width:720px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.contact-form-row{grid-template-columns:1fr}}.contact-form-field{flex-direction:column;gap:6px;display:flex}.contact-form-field label{color:var(--textSecondary);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.contact-form-field input,.contact-form-field select,.contact-form-field textarea{background:var(--bgCard);border:1px solid var(--border);color:var(--textPrimary);font-size:15px;font-family:var(--sansFont);padding:12px 16px;transition:border-color .2s}.contact-form-field input::placeholder,.contact-form-field select::placeholder,.contact-form-field textarea::placeholder{color:var(--textMuted)}.contact-form-field input:focus,.contact-form-field select:focus,.contact-form-field textarea:focus{border-color:var(--accent);outline:none}.contact-form-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.contact-form-field textarea{resize:vertical;min-height:120px}.contact-form-footer{align-items:center;gap:16px;margin-top:4px;display:flex}.contact-form-error{color:#e74c3c;margin:0;font-size:14px}.contact-form-success{text-align:center;background:var(--bgCard);border:1px solid var(--border);padding:48px 24px}.contact-form-success .contact-form-success-icon{color:#2ecc71;margin-bottom:16px;font-size:48px}.contact-form-success h3{margin-bottom:8px;font-size:22px;font-weight:700}.contact-form-success p{color:var(--textSecondary);margin-bottom:24px;font-size:15px}.partner-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:700px){.partner-grid{grid-template-columns:1fr}}.partner-card{background:var(--bgCard);border:1px solid var(--border);padding:40px;transition:all .3s}.partner-card .partner-icon{background:var(--accentMuted);width:48px;height:48px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:20px;font-size:22px;display:flex}.partner-card .partner-title{margin-bottom:10px;font-size:20px;font-weight:700}.partner-card .partner-text{color:var(--textSecondary);margin-bottom:16px;font-size:14px;line-height:1.7}.partner-card .partner-features{padding:0;list-style:none}.partner-card .partner-features li{color:var(--textMuted);align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.partner-card .partner-features li:before{content:"›";color:var(--accent);font-weight:700}.challenge-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:700px){.challenge-grid{grid-template-columns:1fr}}.challenge-card{background:var(--bgCard);border:1px solid var(--border);padding:36px}.challenge-card .challenge-number{background:linear-gradient(135deg, var(--accent), #ff8c42);-webkit-text-fill-color:#0000;opacity:.3;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1}.challenge-card .challenge-title{margin-bottom:10px;font-size:18px;font-weight:700}.challenge-card .challenge-text{color:var(--textSecondary);font-size:14px;line-height:1.7}.project-showcase{background:var(--bgCard);border:1px solid var(--border);margin-bottom:24px;padding:48px;transition:all .3s}.project-showcase .project-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}@media (max-width:600px){.project-showcase .project-header{flex-direction:column;gap:12px}}.project-showcase .project-name{letter-spacing:-.02em;font-size:28px;font-weight:800}.project-showcase .project-status{letter-spacing:.04em;text-transform:uppercase;color:#6eb766;background:#6eb7661a;border:1px solid #6eb76633;padding:4px 12px;font-size:12px;font-weight:600}.project-showcase .project-desc{color:var(--textSecondary);max-width:700px;margin-bottom:24px;font-size:16px;line-height:1.8}.project-showcase .project-tech{flex-wrap:wrap;gap:8px;display:flex}.project-showcase .project-tech span{color:var(--textMuted);background:var(--bgTertiary);border:1px solid var(--border);padding:5px 12px;font-size:12px;font-weight:500}.project-showcase .project-stats{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:24px;margin-top:32px;padding-top:24px;display:grid}.project-showcase .project-stats .ps-item .ps-value{color:var(--textPrimary);font-size:22px;font-weight:700}.project-showcase .project-stats .ps-item .ps-label{color:var(--textMuted);margin-top:4px;font-size:12px}.newsletter-section{background:var(--bgCard);border:1px solid var(--border);padding:48px}@media (max-width:600px){.newsletter-section{padding:32px 24px}}.newsletter-section .newsletter-title{margin-bottom:8px;font-size:24px;font-weight:700}.newsletter-section .newsletter-text{color:var(--textSecondary);margin-bottom:24px;font-size:15px}.newsletter-section .newsletter-form{gap:12px;display:flex}@media (max-width:600px){.newsletter-section .newsletter-form{flex-direction:column}}.newsletter-section .newsletter-form input{background:var(--bgTertiary);border:1px solid var(--border);color:var(--textPrimary);font-size:15px;font-family:var(--sansFont);flex:1;padding:12px 16px;transition:border-color .2s}.newsletter-section .newsletter-form input:focus{border-color:var(--accent);outline:none}.newsletter-section .newsletter-form input::placeholder{color:var(--textMuted)}.newsletter-section .newsletter-form button{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s}.newsletter-section .newsletter-form button:hover{background:var(--accentHover)}.newsletter-section .newsletter-form button:disabled{opacity:.5;cursor:not-allowed}.newsletter-section .newsletter-msg{margin-top:12px;padding:10px 14px;font-size:14px}.newsletter-section .newsletter-msg.success{color:#6eb766;background:#6eb7661a}.newsletter-section .newsletter-msg.error{color:#ff4848;background:#ff48481a}.newsletter-section .newsletter-msg.info{color:var(--textSecondary);background:var(--bgTertiary)}.security-intro{max-width:720px;margin-bottom:60px}.security-intro p{font-size:18px;line-height:1.8}.security-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:60px;display:grid}@media (max-width:700px){.security-grid{grid-template-columns:1fr}}.security-section-card{background:var(--bgCard);border:1px solid var(--border);padding:36px}.security-section-card--wide{grid-column:1/-1}.security-section-card .security-section-icon{background:var(--accentMuted);width:48px;height:48px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:20px;font-size:22px;display:flex}.security-section-card h2{margin-bottom:16px;font-size:20px;font-weight:700}.security-section-card ul{padding:0;list-style:none}.security-section-card ul li{color:var(--textSecondary);align-items:flex-start;gap:12px;padding:8px 0;font-size:15px;line-height:1.6;display:flex}.security-section-card ul li:before{content:"—";color:var(--accent);flex-shrink:0;font-weight:700}.security-section-card ul li a{font-weight:500}.security-contact-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.security-contact-row{grid-template-columns:1fr}}.security-contact-card{background:var(--bgCard);border:1px solid var(--border);flex-direction:column;padding:36px;transition:all .3s;display:flex}.security-contact-card--accent{border-color:var(--accentBorder);background:linear-gradient(135deg, #ee593914 0%, var(--bgCard) 100%)}.security-contact-card .security-contact-icon{background:var(--accentMuted);width:48px;height:48px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:20px;font-size:22px;display:flex}.security-contact-card h3{margin-bottom:10px;font-size:18px;font-weight:700}.security-contact-card p{color:var(--textSecondary);flex:1;margin-bottom:20px;font-size:14px;line-height:1.7}.security-contact-card .btn-primary,.security-contact-card .btn-outline{padding:10px 20px;font-size:13px}.security-contact-card .security-bug-links{flex-wrap:wrap;gap:12px;display:flex}.security-contact-card .security-bug-links .btn-outline{padding:10px 20px;font-size:13px}.hof-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;display:grid}@media (max-width:900px){.hof-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hof-grid{grid-template-columns:1fr}}.hof-user-card{background:var(--bgCard);border:1px solid var(--border);align-items:flex-start;gap:20px;padding:32px;display:flex}.hof-user-card .hof-user-icon{background:linear-gradient(135deg, var(--accentMuted), #ff8c421f);width:48px;height:48px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.hof-user-card .hof-user-info h3{margin-bottom:8px;font-size:16px;font-weight:700}.hof-user-card .hof-user-socials{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hof-user-card .hof-social-link{color:var(--textMuted);background:var(--bgTertiary);border:1px solid var(--border);align-items:center;gap:6px;padding:4px 10px;font-size:13px;transition:all .2s;display:inline-flex}.hof-user-card .hof-social-link:hover{color:var(--accent)}.hof-user-card .hof-social-link .mdi{font-size:16px}.hof-user-card .hof-social-tag{color:var(--textMuted);background:var(--bgTertiary);border:1px solid var(--border);align-items:center;gap:6px;padding:4px 10px;font-size:13px;display:inline-flex}.hof-user-card .hof-social-tag .mdi{font-size:16px}.hof-cta{text-align:center}.hof-cta p{color:var(--textSecondary);font-size:17px}.hof-cta p a{font-weight:600}.security-link{font-size:16px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.role-card{background:var(--bgCard);border:1px solid var(--border);padding:36px}.role-card .role-dept{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:12px;font-weight:600}.role-card .role-title{margin-bottom:12px;font-size:22px;font-weight:700}.role-card .role-desc{color:var(--textSecondary);margin-bottom:20px;font-size:14px;line-height:1.7}.role-card .role-meta{flex-wrap:wrap;gap:16px;display:flex}.role-card .role-meta span{color:var(--textMuted);align-items:center;gap:6px;font-size:13px;display:flex}.role-card .role-meta span .mdi{font-size:16px}.team-preview{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}@media (max-width:600px){.team-preview{gap:24px}}.team-preview-member{text-align:center;width:120px}@media (max-width:600px){.team-preview-member{width:100px}}.team-preview-avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:64px;height:64px;margin-bottom:12px}.team-preview-name{color:var(--textPrimary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:700;overflow:hidden}.team-preview-position{color:var(--textMuted);font-size:12px}.player-count{color:var(--textSecondary);align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.player-count .player-count-dot{background:#6eb766;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 8px #6eb76680}.player-count .player-count-value{color:var(--textPrimary)}.player-count .player-count-label{color:var(--textMuted);font-weight:400}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.team-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.team-card{background:var(--bgCard);border:1px solid var(--border);align-items:center;gap:20px;padding:28px;display:flex}.team-card .team-card-avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:80px;height:80px}.team-card .team-card-info{min-width:0}.team-card .team-card-name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:17px;font-weight:700;overflow:hidden}.team-card .team-card-flag{margin-left:4px;font-size:14px}.team-card .team-card-position{color:var(--accent);margin-bottom:4px;font-size:14px;font-weight:600}.team-card .team-card-socials{gap:8px;margin-top:8px;display:flex}.team-card .team-card-socials a{background:var(--bgTertiary);width:28px;height:28px;color:var(--textMuted);border-radius:4px;justify-content:center;align-items:center;font-size:16px;display:flex}.team-fun-stats{flex-wrap:wrap;justify-content:center;gap:48px;display:flex}@media (max-width:600px){.team-fun-stats{gap:32px}}.team-fun-stat{text-align:center}.team-fun-value{color:var(--accent);font-size:36px;font-weight:800;line-height:1.2}.team-fun-label{color:var(--textMuted);text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:14px}.roles-list{background:var(--border);border:1px solid var(--border);flex-direction:column;gap:1px;display:flex;overflow:hidden}.role-list-item{background:var(--bgCard);justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;text-decoration:none;display:flex}@media (max-width:600px){.role-list-item{padding:20px}}.role-list-info .role-list-dept{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:12px;font-weight:600}.role-list-info .role-list-title{color:var(--textPrimary);margin-bottom:8px;font-size:20px;font-weight:700}@media (max-width:600px){.role-list-info .role-list-title{font-size:17px}}.role-list-info .role-list-meta{flex-wrap:wrap;gap:16px;display:flex}.role-list-info .role-list-meta span{color:var(--textMuted);align-items:center;gap:6px;font-size:13px;display:flex}.role-list-info .role-list-meta span .mdi{font-size:16px}.role-list-status{flex-shrink:0;align-items:center;gap:12px;display:flex}.role-list-status .mdi{color:var(--textMuted);font-size:24px}.role-status-badge{letter-spacing:.04em;text-transform:uppercase;padding:4px 12px;font-size:12px;font-weight:600}.role-status-badge--open{color:#6eb766;background:#6eb7661a;border:1px solid #6eb76633}.role-status-badge--closed{color:var(--textMuted);background:var(--bgTertiary);border:1px solid var(--border)}.careers-subscribe{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (max-width:700px){.careers-subscribe{grid-template-columns:1fr;gap:32px}}.careers-subscribe h2{margin-bottom:12px;font-size:28px;font-weight:800}.careers-subscribe p{color:var(--textSecondary);font-size:16px;line-height:1.7}.careers-subscribe-form{gap:12px;display:flex}@media (max-width:500px){.careers-subscribe-form{flex-direction:column}}.careers-subscribe-form input{background:var(--bgTertiary);border:1px solid var(--border);color:var(--textPrimary);font-size:15px;font-family:var(--sansFont);flex:1;padding:14px 18px;transition:border-color .2s}.careers-subscribe-form input:focus{border-color:var(--accent);outline:none}.careers-subscribe-form input::placeholder{color:var(--textMuted)}.careers-subscribe-msg{color:#6eb766;background:#6eb7661a;border:1px solid #6eb76633;align-items:center;gap:10px;padding:16px 20px;font-size:15px;display:flex}.careers-subscribe-msg .mdi{font-size:20px}.subscribe-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.subscribe-modal{background:var(--bgSecondary);border:1px solid var(--border);text-align:center;width:100%;max-width:480px;padding:48px 40px 40px;animation:.25s modalSlideUp;position:relative}@media (max-width:500px){.subscribe-modal{padding:36px 24px 28px}}.subscribe-modal-close{color:var(--textMuted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:22px;line-height:1;transition:color .2s;position:absolute;top:16px;right:16px}.subscribe-modal-close:hover{color:var(--textPrimary)}.subscribe-modal-icon{background:#ee59391a;border:1px solid #ee593933;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.subscribe-modal-icon .mdi{color:var(--accent);font-size:26px}.subscribe-modal-title{color:var(--textPrimary);margin-bottom:10px;font-size:22px;font-weight:800}.subscribe-modal-text{color:var(--textSecondary);margin-bottom:28px;font-size:15px;line-height:1.7}.subscribe-modal-form{gap:12px;display:flex}@media (max-width:500px){.subscribe-modal-form{flex-direction:column}}.subscribe-modal-form input{background:var(--bgTertiary);border:1px solid var(--border);color:var(--textPrimary);font-size:15px;font-family:var(--sansFont);flex:1;padding:14px 18px;transition:border-color .2s}.subscribe-modal-form input:focus{border-color:var(--accent);outline:none}.subscribe-modal-form input::placeholder{color:var(--textMuted)}.subscribe-modal-success{color:#6eb766;background:#6eb7661a;border:1px solid #6eb76633;justify-content:center;align-items:center;gap:10px;padding:16px 20px;font-size:15px;display:flex}.subscribe-modal-success .mdi{font-size:20px}.subscribe-modal-fine{color:var(--textMuted);margin-top:16px;font-size:12px}.career-back-link{color:var(--textMuted);align-items:center;gap:6px;margin-bottom:24px;font-size:14px;font-weight:500;display:inline-flex;position:relative}.career-back-link:hover{color:var(--accent)}.career-detail-header{position:relative}.career-detail-meta{flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;display:flex;position:relative}.career-detail-meta span{color:var(--textMuted);align-items:center;gap:6px;font-size:14px;display:flex}.career-detail-meta span .mdi{font-size:18px}.career-detail-layout{grid-template-columns:1fr 340px;gap:60px;display:grid}@media (max-width:900px){.career-detail-layout{grid-template-columns:1fr}}.career-detail-content h2{margin-top:40px;margin-bottom:16px;font-size:24px;font-weight:700}.career-detail-content h2:first-child{margin-top:0}.career-detail-content p{color:var(--textSecondary);margin-bottom:16px;font-size:16px;line-height:1.8}.career-detail-content ul{margin-bottom:16px;padding:0;list-style:none}.career-detail-content ul li{color:var(--textSecondary);align-items:flex-start;gap:12px;padding:8px 0;font-size:15px;line-height:1.6;display:flex}.career-detail-content ul li:before{content:"—";color:var(--accent);flex-shrink:0;font-weight:700}.career-tech-tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.career-tech-tags span{color:var(--textMuted);background:var(--bgTertiary);border:1px solid var(--border);padding:6px 14px;font-size:13px;font-weight:500}.career-sidebar-card{background:var(--bgCard);border:1px solid var(--border);margin-bottom:20px;padding:28px}.career-sidebar-card h3{margin-bottom:10px;font-size:17px;font-weight:700}.career-sidebar-card p{color:var(--textSecondary);margin-bottom:16px;font-size:14px;line-height:1.7}.LogoWithText{pointer-events:none;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:flex}.LogoWithText .header-logo{font-size:0}.LogoWithText .header-logo svg{width:36px;height:36px}.LogoWithText .header-logo svg path{fill:var(--accent)}.LogoWithText h1{font-family:var(--logoFont);color:var(--textPrimary);font-size:22px;font-weight:900;line-height:.9}@keyframes wwdFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes wwdGridPulse{0%,to{opacity:.03}50%{opacity:.06}}@keyframes wwdBarGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.wwd-hero{background:var(--bgPrimary);padding:180px 0 100px;position:relative;overflow:hidden}@media (max-width:900px){.wwd-hero{padding:140px 0 80px}}@media (max-width:600px){.wwd-hero{padding:120px 0 60px}}.wwd-hero .container{z-index:2;position:relative}.wwd-hero-grid-bg{z-index:0;background-image:linear-gradient(#ee59390a 1px,#0000 1px),linear-gradient(90deg,#ee59390a 1px,#0000 1px);background-size:60px 60px;animation:6s ease-in-out infinite wwdGridPulse;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 40%,#000 20%,#0000 70%)}.wwd-hero-glow{pointer-events:none;z-index:1;background:radial-gradient(circle,#ee593914 0%,#0000 60%);width:900px;height:900px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.wwd-hero-layout{justify-content:space-between;align-items:center;gap:60px;display:flex}@media (max-width:900px){.wwd-hero-layout{gap:40px}}@media (max-width:768px){.wwd-hero-layout{text-align:center;flex-direction:column}}.wwd-hero-content{flex:1;max-width:680px;animation:.8s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.wwd-hero-steve{flex-shrink:0;animation:.8s cubic-bezier(.16,1,.3,1) .2s both wwdFadeUp}.wwd-hero-steve img{filter:drop-shadow(0 8px 32px #0006)}@media (max-width:768px){.wwd-hero-steve{display:none}}.steve-svg{filter:drop-shadow(0 8px 24px #0000004d)}.steve-head{transform-origin:104px 168px;animation:3s ease-in-out infinite steveBob}.steve-arm-left{transform-origin:52px 168px;animation:2.4s ease-in-out infinite steveArmSwingLeft}.steve-arm-right{transform-origin:156px 168px;animation:2.4s ease-in-out infinite steveArmSwingRight}.steve-leg-left{transform-origin:88px 232px;animation:2.4s ease-in-out infinite steveLegSwingLeft}.steve-leg-right{transform-origin:120px 232px;animation:2.4s ease-in-out infinite steveLegSwingRight}.steve-shadow{animation:3s ease-in-out infinite steveShadow}@keyframes steveBob{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(1deg)}}@keyframes steveArmSwingLeft{0%,to{transform:rotate(6deg)}50%{transform:rotate(-6deg)}}@keyframes steveArmSwingRight{0%,to{transform:rotate(-6deg)}50%{transform:rotate(6deg)}}@keyframes steveLegSwingLeft{0%,to{transform:rotate(4deg)}50%{transform:rotate(-4deg)}}@keyframes steveLegSwingRight{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}@keyframes steveShadow{0%,to{rx:50;opacity:.2}50%{rx:45;opacity:.15}}.wwd-hero-title{letter-spacing:-.04em;margin-bottom:24px;font-size:60px;font-weight:800;line-height:1.05}.wwd-hero-title .highlight{background:linear-gradient(135deg, var(--accent), #ff8c42);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}@media (max-width:900px){.wwd-hero-title{font-size:42px}}@media (max-width:600px){.wwd-hero-title{font-size:30px}}.wwd-hero-subtitle{color:var(--textSecondary);max-width:580px;margin-bottom:48px;font-size:19px;line-height:1.7}@media (max-width:600px){.wwd-hero-subtitle{font-size:16px}}.wwd-hero-stats{align-items:center;gap:32px;display:flex}@media (max-width:600px){.wwd-hero-stats{flex-wrap:wrap;gap:20px}}.wwd-hero-stat-value{letter-spacing:-.03em;background:linear-gradient(135deg, var(--textPrimary), var(--accent));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:800}@media (max-width:600px){.wwd-hero-stat-value{font-size:28px}}.wwd-hero-stat-label{color:var(--textMuted);margin-top:2px;font-size:13px;font-weight:500}.wwd-hero-stat-divider{background:var(--border);width:1px;height:40px}@media (max-width:600px){.wwd-hero-stat-divider{display:none}}.wwd-capabilities-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:900px){.wwd-capabilities-grid{grid-template-columns:1fr}}.wwd-capabilities-grid.animate-in .wwd-capability-card{animation:.6s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.wwd-capability-card{background:var(--bgCard);border:1px solid var(--border);opacity:0;gap:24px;padding:40px;display:flex}@media (max-width:600px){.wwd-capability-card{flex-direction:column;padding:28px}}.wwd-capability-icon{background:var(--accentMuted);width:56px;height:56px;color:var(--accent);border:1px solid var(--accentBorder);flex-shrink:0;justify-content:center;align-items:center;display:flex}.wwd-capability-content h3{margin-bottom:12px;font-size:20px;font-weight:700}.wwd-capability-content p{color:var(--textSecondary);margin-bottom:20px;font-size:15px;line-height:1.75}.wwd-capability-metrics{border-top:1px solid var(--border);flex-wrap:wrap;gap:24px;padding-top:16px;display:flex}.wwd-metric{flex-direction:column;gap:2px;display:flex}.wwd-metric-value{color:var(--accent);font-size:16px;font-weight:700}.wwd-metric-label{color:var(--textMuted);font-size:12px}.wwd-arch{max-width:800px;margin:0 auto}.wwd-arch.animate-in .wwd-arch-layer{animation:.5s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.wwd-arch.animate-in .wwd-arch-layer-bar{animation:.8s cubic-bezier(.16,1,.3,1) both wwdBarGrow;animation-delay:inherit}.wwd-arch-layer{background:var(--bgCard);border:1px solid var(--border);opacity:0;padding:28px 32px;transition:all .3s;position:relative}.wwd-arch-layer-label{color:var(--textPrimary);margin-bottom:6px;font-size:16px;font-weight:700}.wwd-arch-layer-desc{color:var(--textMuted);margin-bottom:16px;font-size:14px}.wwd-arch-layer-bar{transform-origin:0;border-radius:2px;height:3px}.wwd-arch-flow{color:var(--textMuted);justify-content:center;padding:8px 0;display:flex}.wwd-numbers-grid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}@media (max-width:900px){.wwd-numbers-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.wwd-numbers-grid{grid-template-columns:repeat(2,1fr)}}.wwd-numbers-grid.animate-in .wwd-number-card{animation:.6s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.wwd-number-card{background:var(--bgCard);border:1px solid var(--border);text-align:center;opacity:0;padding:32px 24px}.wwd-number-value{letter-spacing:-.03em;background:linear-gradient(135deg, var(--textPrimary), var(--accent));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:28px;font-weight:800}.wwd-number-label{color:var(--textSecondary);margin-bottom:6px;font-size:14px;font-weight:600}.wwd-number-desc{color:var(--textMuted);font-size:12px;line-height:1.5}.hww-hero{background:var(--bgPrimary);padding:180px 0 100px;position:relative;overflow:hidden}@media (max-width:900px){.hww-hero{padding:140px 0 80px}}@media (max-width:600px){.hww-hero{padding:120px 0 60px}}.hww-hero .container{z-index:2;position:relative}.hww-hero-dots{z-index:0;background-image:radial-gradient(circle,#ee593914 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 50% at 50% 30%,#000 10%,#0000 60%);mask-image:radial-gradient(70% 50% at 50% 30%,#000 10%,#0000 60%)}.hww-hero-content{max-width:700px;animation:.8s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.hww-hero-title{letter-spacing:-.04em;margin-bottom:28px;font-size:60px;font-weight:800;line-height:1.08}.hww-hero-title .highlight{background:linear-gradient(135deg, var(--accent), #ff8c42);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}@media (max-width:900px){.hww-hero-title{font-size:42px}}@media (max-width:600px){.hww-hero-title{font-size:30px}}.hww-hero-subtitle{color:var(--textSecondary);max-width:560px;font-size:18px;line-height:1.8}@media (max-width:600px){.hww-hero-subtitle{font-size:16px}}.hww-principles-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:700px){.hww-principles-grid{grid-template-columns:1fr}}.hww-principles-grid.animate-in .hww-principle-card{animation:.6s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.hww-principle-card{background:var(--bgCard);border:1px solid var(--border);opacity:0;padding:40px;position:relative}@media (max-width:600px){.hww-principle-card{padding:28px}}.hww-principle-card .hww-principle-icon{width:48px;height:48px;color:var(--accent);background:var(--accentMuted);border:1px solid var(--accentBorder);justify-content:center;align-items:center;margin-bottom:20px;display:flex}.hww-principle-card .hww-principle-number{background:linear-gradient(135deg, var(--accent), #ff8c42);-webkit-text-fill-color:#0000;opacity:.12;-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:800;line-height:1;position:absolute;top:20px;right:24px}.hww-principle-card h3{margin-bottom:12px;font-size:20px;font-weight:700}.hww-principle-card p{color:var(--textSecondary);font-size:15px;line-height:1.75}.hww-scaling-flow{max-width:700px;margin:0 auto}.hww-scaling-flow.animate-in .hww-scaling-step{animation:.6s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.hww-scaling-step{background:var(--bgCard);border:1px solid var(--border);opacity:0;align-items:flex-start;gap:24px;padding:32px 36px;transition:all .3s;display:flex}@media (max-width:600px){.hww-scaling-step{gap:16px;padding:24px}}.hww-scaling-step-number{background:var(--accentMuted);width:36px;height:36px;color:var(--accent);border:1px solid var(--accentBorder);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.hww-scaling-step-content{flex:1}.hww-scaling-step-content h3{margin-bottom:8px;font-size:18px;font-weight:700}.hww-scaling-step-content p{color:var(--textSecondary);font-size:15px;line-height:1.7}.hww-scaling-step-icon{color:var(--textMuted);flex-shrink:0}@media (max-width:600px){.hww-scaling-step-icon{display:none}}.hww-scaling-connector{justify-content:center;padding:4px 0;display:flex}.hww-reliability-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:700px){.hww-reliability-grid{grid-template-columns:1fr}}.hww-reliability-grid.animate-in .hww-reliability-card{animation:.6s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.hww-reliability-card{background:var(--bgCard);border:1px solid var(--border);opacity:0;padding:36px}.hww-reliability-card .hww-reliability-icon{width:44px;height:44px;color:var(--accent);background:var(--accentMuted);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.hww-reliability-card h4{margin-bottom:8px;font-size:17px;font-weight:700}.hww-reliability-card p{color:var(--textSecondary);font-size:14px;line-height:1.7}.hww-stack-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.hww-stack-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hww-stack-grid{grid-template-columns:1fr}}.hww-stack-grid.animate-in .hww-stack-group{animation:.5s cubic-bezier(.16,1,.3,1) both wwdFadeUp}.hww-stack-group{background:var(--bgCard);border:1px solid var(--border);opacity:0;padding:28px;transition:all .3s}.hww-stack-category{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:12px;font-weight:700}.hww-stack-items{flex-wrap:wrap;gap:8px;display:flex}.hww-stack-item{color:var(--textSecondary);background:var(--bgTertiary);border:1px solid var(--border);padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.hww-stack-item:hover{color:var(--textPrimary)}.floating-shapes{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.challenge-card{position:relative;overflow:hidden}.challenge-card .challenge-icon{background:var(--accentMuted);width:44px;height:44px;color:var(--accent);border:1px solid var(--accentBorder);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.animated-accent-line{margin-top:16px;margin-bottom:8px;display:block}.section-separator{background:var(--border);height:1px;position:relative;overflow:visible}.section-separator:after{content:"";background:var(--bgPrimary);border:1px solid var(--accent);opacity:.4;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.legal-content{max-width:760px}.legal-content .legal-updated{color:var(--textMuted);margin-bottom:48px;font-size:14px}.legal-content h2{color:var(--textPrimary);margin-top:40px;margin-bottom:12px;font-size:22px;font-weight:600}.legal-content p{color:var(--textSecondary);margin-bottom:16px;font-size:16px;line-height:1.75}.legal-content ul{margin-bottom:16px;padding:0;list-style:none}.legal-content ul li{color:var(--textSecondary);margin-bottom:8px;padding-left:20px;font-size:16px;line-height:1.75;position:relative}.legal-content ul li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:0}.legal-content a{color:var(--accent);text-decoration:none;transition:color .2s}.legal-content a:hover{color:var(--accentHover)}.section-subtitle--spaced{margin-bottom:60px}.text-center-mt{text-align:center;margin-top:40px}.flex-center-wrap{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.stat-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.stat-card--compact{padding:20px}.stat-card--compact .stat-value{font-size:28px}.game-card--spaced{margin-bottom:32px}.btn-copy{font-size:13px;font-family:var(--font-mono,monospace);color:var(--text-secondary,#a0a0b0);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:8px;padding:6px 14px;transition:background .2s,color .2s;display:inline-flex}.btn-copy:hover{color:var(--text-primary,#fff);background:#ffffff1f}.btn-copy .mdi-check{color:var(--accent,#ee5939)}.banner-actions{margin-top:24px}.btn-discord{color:#fff;background:#5865f2;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;text-decoration:none;transition:background .2s;display:inline-flex}.btn-discord:hover{background:#4752c4}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.floating-shapes,.hero-network-animation{display:none}}
