@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}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:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.v-popper--theme-tooltip{display:block!important;z-index:10000}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.85);color:#fff;font-size:13px;border-radius:3px;padding:8px 9px 6px}.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:rgba(238,89,57,0.12);--accentBorder:rgba(238,89,57,0.25);--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}body,html{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}body,main{display:flex;flex-direction:column}main{height:100%}#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);font-weight:700;color:var(--textPrimary);line-height:1.1}p{color:var(--textSecondary);font-size:17px;line-height:1.75}a{text-decoration:none;color:var(--accent);transition:color .2s}a:hover{color:var(--accentHover)}button{background:none;border:none;cursor:pointer;font-family:var(--sansFont);outline:none}.flex{display:flex}.flex-center{display:flex;align-items:center}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;font-size:15px;font-weight:600;padding:14px 28px;border:none;transition:all .2s;cursor:pointer;font-family:var(--sansFont)}.btn-primary:hover{background:var(--accentHover);color:#fff;transform:translateY(-1px);box-shadow:0 4px 20px rgba(238,89,57,.3)}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,0);color:var(--textPrimary);font-size:15px;font-weight:600;padding:14px 28px;border:1px solid var(--borderLight);transition:all .2s;cursor:pointer;font-family:var(--sansFont)}.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{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.section-label:before{content:"";display:block;width:24px;height:1px;background:var(--accent)}.section-title{font-size:48px;font-weight:800;letter-spacing:-.03em;margin-bottom:20px;line-height:1.05}@media(max-width:900px){.section-title{font-size:36px}}@media(max-width:600px){.section-title{font-size:28px}}.section-subtitle{font-size:18px;color:var(--textSecondary);line-height:1.7;max-width:640px}@media(max-width:600px){.section-subtitle{font-size:16px}}.section-subtitle--center{margin-left:auto;margin-right:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(8,8,13,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;height:72px}.site-header .header-logo{display:flex;align-items:center;gap:12px;margin-right:auto;color:var(--textPrimary);text-decoration:none;pointer-events:auto}.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);font-size:22px;font-weight:900;line-height:.9;color:var(--textPrimary)}.site-header .header-nav{display:flex;align-items:center;gap:4px}.site-header .header-nav a{font-size:14px;font-weight:500;color:var(--textSecondary);padding:8px 16px;transition:color .2s;position:relative}.site-header .header-nav a.active,.site-header .header-nav a:hover{color:var(--textPrimary)}.site-header .header-nav a.active:after{content:"";position:absolute;bottom:-1px;left:16px;right:16px;height:2px;background:var(--accent)}.site-header .header-cta{margin-left:24px;font-size:13px;font-weight:600;color:#fff;background:var(--accent);padding:8px 20px;transition:all .2s;border:none;cursor:pointer;text-decoration:none}.site-header .header-cta:hover{background:var(--accentHover);color:#fff}.site-header .header-mobile-btn{display:none;color:var(--textSecondary);font-size:28px;padding:8px}@media(max-width:900px){.site-header .header-mobile-btn{display:flex;align-items:center;justify-content:center}.site-header .header-cta,.site-header .header-nav{display:none}}.mobile-nav{display:none}.mobile-nav.show{display:block}.popup-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.header-nav-popup{max-width:320px;width:85%;height:100%;display:flex;flex-direction:column;position:absolute;top:0;right:0;background:var(--bgPrimary);border-left:1px solid var(--border);box-shadow:-20px 0 60px rgba(0,0,0,.5)}.header-nav-popup .popup-header{flex:none;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.header-nav-popup .popup-close{color:var(--textSecondary);font-size:24px;padding:6px;transition:color .2s}.header-nav-popup .popup-close:hover{color:var(--textPrimary)}.header-nav-popup .popup-logo{font-family:var(--logoFont);font-size:18px;font-weight:900;color:var(--textPrimary);line-height:.9}.header-nav-popup .popup-body{flex:auto;display:flex;flex-direction:column;padding:16px 0;overflow:auto}.header-nav-popup .mobile-nav-item{display:block;padding:14px 24px;font-size:15px;font-weight:500;color:var(--textSecondary);transition:all .2s;border-left:3px solid rgba(0,0,0,0)}.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)}.header-nav-popup,.popup-backdrop{will-change:transform,opacity}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes mmslideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}.mobile-nav[aria-hidden=false] .popup-backdrop{animation:mmfadeIn .25s ease-out}.mobile-nav[aria-hidden=true] .popup-backdrop{animation:mmfadeOut .2s ease-in}.mobile-nav[aria-hidden=false] .header-nav-popup{animation:mmslideIn .3s cubic-bezier(.16,1,.3,1)}.mobile-nav[aria-hidden=true] .header-nav-popup{animation:mmslideOut .2s ease-in}.site-footer{background:var(--bgSecondary);border-top:1px solid var(--border);padding:80px 0 40px}.site-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:60px}@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{display:flex;align-items:center;gap:12px;margin-bottom:20px}.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);font-size:20px;font-weight:900;color:var(--textPrimary);line-height:.9}.site-footer .footer-brand p{font-size:14px;color:var(--textMuted);line-height:1.7;max-width:320px}.site-footer .footer-column h4{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--textSecondary);margin-bottom:20px}.site-footer .footer-column a{display:block;font-size:14px;color:var(--textMuted);padding:6px 0;transition:color .2s}.site-footer .footer-column a:hover{color:var(--textPrimary)}.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border)}@media(max-width:600px){.site-footer .footer-bottom{flex-direction:column;gap:16px;text-align:center}}.site-footer .footer-copyright{font-size:13px;color:var(--textMuted)}.site-footer .footer-socials{display:flex;gap:12px}.site-footer .footer-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bgTertiary);color:var(--textMuted);font-size:18px;transition:all .2s}.site-footer .footer-socials a:hover{background:var(--bgCardHover);color:var(--textPrimary)}.hero{position:relative;padding:180px 0 120px;overflow:hidden;background:var(--bgPrimary)}@media(max-width:900px){.hero{padding:140px 0 80px}}@media(max-width:600px){.hero{padding:120px 0 60px}}.hero .hero-bg-image{position:absolute;inset:0;z-index:0}.hero .hero-bg-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,8,13,.6) 0,rgba(8,8,13,.75) 40%,rgba(8,8,13,.95) 80%,var(--bgPrimary) 100%);z-index:1}.hero .hero-bg-image img{z-index:0}.hero .container{position:relative;z-index:2}.hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:1000px;height:1000px;background:radial-gradient(circle,rgba(238,89,57,.08) 0,transparent 70%);pointer-events:none;z-index:1}.hero .hero-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:28px;padding:6px 16px;border:1px solid var(--accentBorder);background:var(--accentMuted)}.hero .hero-title{font-size:68px;font-weight:800;letter-spacing:-.04em;line-height:1.02;margin-bottom:24px;max-width:800px}.hero .hero-title .highlight{background:linear-gradient(135deg,var(--accent),#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);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{font-size:19px;color:var(--textSecondary);line-height:1.7;max-width:580px;margin-bottom:40px}@media(max-width:600px){.hero .hero-subtitle{font-size:16px}}.hero .hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero .hero-actions,.hero .hero-label,.hero .hero-subtitle,.hero .hero-title{opacity:0;transform:translateY(20px);animation:heroFadeUp .7s ease-out forwards}.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{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.5}.hero-network-animation svg{width:100%;height:100%}.hero-net-line{animation:heroLineDraw 1.2s ease-out forwards}.hero-net-node{opacity:0;animation:heroNodeFadeIn .5s ease-out forwards}.hero-net-glow{opacity:0;animation:heroGlowPulse .5s ease-out forwards}@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:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:200px;background:radial-gradient(ellipse,rgba(238,89,57,.04) 0,transparent 70%);pointer-events:none}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px}@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{font-size:42px;font-weight:800;letter-spacing:-.03em;line-height:1;margin-bottom:8px;background:linear-gradient(135deg,var(--textPrimary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:600px){.metric .metric-value{font-size:32px}}.metric .metric-label{font-size:14px;color:var(--textMuted);font-weight:500}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@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{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);font-size:20px;margin-bottom:20px}.tech-card .tech-title{font-size:18px;font-weight:700;margin-bottom:10px}.tech-card .tech-desc{font-size:14px;color:var(--textSecondary);line-height:1.7}.tech-card .tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tech-card .tech-tags span{font-size:12px;font-weight:500;color:var(--textMuted);background:var(--bgTertiary);padding:4px 10px;border:1px solid var(--border)}.arch-diagram{background:var(--bgCard);border:1px solid var(--border);padding:48px;font-family:var(--monoFont)}@media(max-width:600px){.arch-diagram{padding:24px;overflow-x:auto}}.arch-diagram .arch-layer{padding:24px;border:1px solid var(--border);margin-bottom:16px;position:relative}.arch-diagram .arch-layer:last-child{margin-bottom:0}.arch-diagram .arch-layer:before{content:attr(data-label);position:absolute;top:-10px;left:16px;background:var(--bgCard);padding:0 8px;font-size:11px;color:var(--accent);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.arch-diagram .arch-nodes{display:flex;gap:12px;flex-wrap:wrap}.arch-diagram .arch-node{background:var(--bgTertiary);border:1px solid var(--borderLight);padding:10px 16px;font-size:13px;color:var(--textSecondary);white-space:nowrap}.arch-diagram .arch-connector{display:flex;justify-content:center;padding:8px 0;color:var(--textMuted);font-size:18px}.page-banner{padding:160px 0 80px;background:var(--bgPrimary);position:relative;overflow:hidden}@media(max-width:900px){.page-banner{padding:130px 0 60px}}.page-banner:before{top:0;left:0;right:0;height:100%;background:linear-gradient(180deg,rgba(238,89,57,.03),transparent 60%)}.page-banner:after,.page-banner:before{content:"";position:absolute;pointer-events:none}.page-banner:after{top:100px;right:5%;width:300px;height:300px;background:radial-gradient(circle at 30% 30%,rgba(238,89,57,.04) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,140,66,.03) 0,transparent 50%);border:1px solid rgba(238,89,57,.04);transform:rotate(45deg);animation:bannerShapeFloat 12s ease-in-out infinite}@media(max-width:900px){.page-banner:after{width:200px;height:200px;right:-40px;top:80px}}@media(max-width:600px){.page-banner:after{display:none}}.page-banner .container{position:relative;z-index:1}.page-banner .banner-title{font-size:56px;font-weight:800;letter-spacing:-.03em;margin-bottom:16px;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{font-size:18px;color:var(--textSecondary);max-width:600px;line-height:1.7;position:relative}.banner-live-count{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:10px 20px;background:rgba(249,115,22,.08);border:1px solid rgba(249,115,22,.2);border-radius:100px;font-size:15px;color:var(--textSecondary);position:relative}.banner-live-count .player-count-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e;animation:livePulse 2s ease-in-out infinite}.banner-live-count .banner-live-value{font-weight:700;color:#fff;font-size:18px}@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{transform:rotate(45deg) translateY(0);opacity:1}50%{transform:rotate(45deg) translateY(-12px);opacity:.7}}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:70vh;padding:120px var(--spacing) 80px}.not-found-code{font-size:120px;font-weight:900;line-height:1;letter-spacing:-.05em;background:linear-gradient(135deg,var(--accent),#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:16px}@media(max-width:600px){.not-found-code{font-size:80px}}.not-found-title{font-size:32px;font-weight:700;margin-bottom:12px}@media(max-width:600px){.not-found-title{font-size:24px}}.not-found-text{font-size:16px;color:var(--textSecondary);margin-bottom:36px}.not-found-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.cta-section{padding:100px 0;background:var(--bgSecondary);text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(238,89,57,.05) 0,transparent 70%);pointer-events:none}.cta-section:after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.4}.cta-section .container{position:relative;z-index:1}.cta-section .cta-title{font-size:40px;font-weight:800;letter-spacing:-.03em;margin-bottom:16px;position:relative}@media(max-width:600px){.cta-section .cta-title{font-size:28px}}.cta-section .cta-text{font-size:17px;color:var(--textSecondary);margin-bottom:36px;max-width:500px;margin-left:auto;margin-right:auto;position:relative}.cta-section .cta-actions{display:flex;gap:16px;justify-content:center;position:relative;flex-wrap:wrap}.contact-email-btn{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-family:inherit}.toast{position:fixed;bottom:32px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--surfaceAlt);color:var(--textPrimary);padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;border:1px solid var(--border);box-shadow:0 8px 32px rgba(0,0,0,.3)}.toast .mdi{color:var(--accent);font-size:18px}.toast--visible{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.feature-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}@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{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.feature-row .feature-content h3{font-size:32px;font-weight:800;letter-spacing:-.02em;margin-bottom:16px}@media(max-width:600px){.feature-row .feature-content h3{font-size:24px}}.feature-row .feature-content p{font-size:16px;color:var(--textSecondary);line-height:1.8;margin-bottom:24px}.feature-row .feature-content ul{list-style:none;padding:0}.feature-row .feature-content ul li{padding:8px 0;font-size:15px;color:var(--textSecondary);display:flex;align-items:flex-start;gap:12px}.feature-row .feature-content ul li:before{content:"—";color:var(--accent);font-weight:700;flex-shrink:0}.feature-row .feature-visual{background:var(--bgCard);border:1px solid var(--border);padding:40px;min-height:300px;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.feature-row .feature-visual{min-height:240px}}.platform-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:24px;gap:24px}.platform-card{background:var(--bgCard);border:1px solid var(--border);overflow:hidden}.platform-card .platform-header{padding:32px 32px 28px;border-bottom:1px solid var(--border)}.platform-card .platform-name{font-size:26px;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.platform-card .platform-desc{font-size:15px;color:var(--textSecondary);line-height:1.7;margin-bottom:18px}.platform-card .platform-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;padding:24px 32px}@media(max-width:600px){.platform-card .platform-metrics{grid-template-columns:1fr;gap:12px}}.platform-card .platform-metric .pm-value{font-size:20px;font-weight:700;color:var(--textPrimary);margin-bottom:4px}.platform-card .platform-metric .pm-label{font-size:12px;color:var(--textMuted)}.platform-card .platform-links{display:flex;gap:12px}.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{position:relative;height:180px;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{position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,17,25,0) 0,rgba(17,17,25,.4) 60%,rgba(17,17,25,.95));z-index:1}.platform-card.platform-card--with-image .platform-header{position:relative;z-index:2}.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{display:flex;background:var(--bgCard);border:1px solid var(--border);overflow:hidden}@media(max-width:768px){.game-card{flex-direction:column}}.game-card-image{position:relative;width:45%;min-height:260px;flex-shrink:0}@media(max-width:768px){.game-card-image{width:100%;min-height:180px;height:180px}}.game-card-body{flex:1 1;padding:32px;display:flex;flex-direction:column;justify-content:center}.game-card-name{font-size:26px;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.game-card-desc{font-size:15px;color:var(--textSecondary);line-height:1.7;margin-bottom:20px}.game-card-metrics{display:flex;gap:24px;margin-bottom:20px}@media(max-width:500px){.game-card-metrics{gap:16px}}.game-card-metric{display:flex;flex-direction:column}.game-card-metric-value{font-size:18px;font-weight:700;color:var(--textPrimary)}.game-card-metric-label{font-size:12px;color:var(--textMuted);margin-top:2px}.game-card-links{display:flex;align-items:center;gap:16px}.btn-sm{padding:8px 18px;font-size:13px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@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);padding:32px;text-align:center}.stat-card .stat-value{font-size:36px;font-weight:800;color:var(--accent);margin-bottom:8px;letter-spacing:-.02em}.stat-card .stat-label{font-size:14px;color:var(--textMuted);font-weight:500}.timeline{position:relative;padding-left:32px}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--border)}.timeline .timeline-item{position:relative;padding-bottom:24px}.timeline .timeline-item:last-child{padding-bottom:0}.timeline .timeline-item:before{content:"";position:absolute;left:-37px;top:5px;width:10px;height:10px;background:var(--accent);border-radius:50%}.timeline .timeline-item .timeline-year{font-size:12px;font-weight:700;color:var(--accent);margin-bottom:4px}.timeline .timeline-item .timeline-title{font-size:17px;font-weight:700;margin-bottom:4px}.timeline .timeline-item .timeline-text{font-size:14px;color:var(--textSecondary);line-height:1.6}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@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{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);font-size:22px;margin-bottom:20px}.contact-card .contact-title{font-size:20px;font-weight:700;margin-bottom:10px}.contact-card .contact-text{font-size:14px;color:var(--textSecondary);line-height:1.7;margin-bottom:20px}.contact-card .contact-email-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--accent);cursor:pointer;transition:color .2s}.contact-card .contact-email-link:hover{color:var(--accentHover)}.contact-form-wrapper{max-width:720px}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media(max-width:600px){.contact-form-row{grid-template-columns:1fr}}.contact-form-field{display:flex;flex-direction:column;gap:6px}.contact-form-field label{font-size:13px;font-weight:600;color:var(--textSecondary);text-transform:uppercase;letter-spacing:.5px}.contact-form-field input,.contact-form-field select,.contact-form-field textarea{background:var(--bgCard);border:1px solid var(--border);color:var(--textPrimary);padding:12px 16px;font-size:15px;font-family:var(--sansFont);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{outline:none;border-color:var(--accent)}.contact-form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;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-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.contact-form-field textarea{resize:vertical;min-height:120px}.contact-form-footer{display:flex;align-items:center;gap:16px;margin-top:4px}.contact-form-error{color:#e74c3c;font-size:14px;margin:0}.contact-form-success{text-align:center;padding:48px 24px;background:var(--bgCard);border:1px solid var(--border)}.contact-form-success .contact-form-success-icon{font-size:48px;color:#2ecc71;margin-bottom:16px}.contact-form-success h3{font-size:22px;font-weight:700;margin-bottom:8px}.contact-form-success p{color:var(--textSecondary);font-size:15px;margin-bottom:24px}.partner-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@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{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);font-size:22px;margin-bottom:20px}.partner-card .partner-title{font-size:20px;font-weight:700;margin-bottom:10px}.partner-card .partner-text{font-size:14px;color:var(--textSecondary);line-height:1.7;margin-bottom:16px}.partner-card .partner-features{list-style:none;padding:0}.partner-card .partner-features li{padding:6px 0;font-size:13px;color:var(--textMuted);display:flex;align-items:center;gap:8px}.partner-card .partner-features li:before{content:"›";color:var(--accent);font-weight:700}.challenge-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@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{font-size:48px;font-weight:800;line-height:1;margin-bottom:16px;background:linear-gradient(135deg,var(--accent),#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;opacity:.3}.challenge-card .challenge-title{font-size:18px;font-weight:700;margin-bottom:10px}.challenge-card .challenge-text{font-size:14px;color:var(--textSecondary);line-height:1.7}.project-showcase{background:var(--bgCard);border:1px solid var(--border);padding:48px;margin-bottom:24px;transition:all .3s}.project-showcase .project-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}@media(max-width:600px){.project-showcase .project-header{flex-direction:column;gap:12px}}.project-showcase .project-name{font-size:28px;font-weight:800;letter-spacing:-.02em}.project-showcase .project-status{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#6eb766;padding:4px 12px;background:rgba(110,183,102,.1);border:1px solid rgba(110,183,102,.2)}.project-showcase .project-desc{font-size:16px;color:var(--textSecondary);line-height:1.8;margin-bottom:24px;max-width:700px}.project-showcase .project-tech{display:flex;flex-wrap:wrap;gap:8px}.project-showcase .project-tech span{font-size:12px;font-weight:500;color:var(--textMuted);padding:5px 12px;background:var(--bgTertiary);border:1px solid var(--border)}.project-showcase .project-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:24px;gap:24px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.project-showcase .project-stats .ps-item .ps-value{font-size:22px;font-weight:700;color:var(--textPrimary)}.project-showcase .project-stats .ps-item .ps-label{font-size:12px;color:var(--textMuted);margin-top:4px}.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{font-size:24px;font-weight:700;margin-bottom:8px}.newsletter-section .newsletter-text{font-size:15px;color:var(--textSecondary);margin-bottom:24px}.newsletter-section .newsletter-form{display:flex;gap:12px}@media(max-width:600px){.newsletter-section .newsletter-form{flex-direction:column}}.newsletter-section .newsletter-form input{flex:1 1;padding:12px 16px;background:var(--bgTertiary);border:1px solid var(--border);color:var(--textPrimary);font-size:15px;font-family:var(--sansFont);transition:border-color .2s}.newsletter-section .newsletter-form input:focus{outline:none;border-color:var(--accent)}.newsletter-section .newsletter-form input::placeholder{color:var(--textMuted)}.newsletter-section .newsletter-form button{padding:12px 24px;background:var(--accent);color:#fff;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.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;font-size:14px;padding:10px 14px}.newsletter-section .newsletter-msg.success{color:#6eb766;background:rgba(110,183,102,.1)}.newsletter-section .newsletter-msg.error{color:#ff4848;background:rgba(255,72,72,.1)}.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{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:60px}@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{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);font-size:22px;margin-bottom:20px}.security-section-card h2{font-size:20px;font-weight:700;margin-bottom:16px}.security-section-card ul{list-style:none;padding:0}.security-section-card ul li{padding:8px 0;font-size:15px;color:var(--textSecondary);display:flex;align-items:flex-start;gap:12px;line-height:1.6}.security-section-card ul li:before{content:"—";color:var(--accent);font-weight:700;flex-shrink:0}.security-section-card ul li a{font-weight:500}.security-contact-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:900px){.security-contact-row{grid-template-columns:1fr}}.security-contact-card{background:var(--bgCard);border:1px solid var(--border);padding:36px;display:flex;flex-direction:column;transition:all .3s}.security-contact-card--accent{border-color:var(--accentBorder);background:linear-gradient(135deg,rgba(238,89,57,.08) 0,var(--bgCard) 100%)}.security-contact-card .security-contact-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);font-size:22px;margin-bottom:20px}.security-contact-card h3{font-size:18px;font-weight:700;margin-bottom:10px}.security-contact-card p{font-size:14px;color:var(--textSecondary);line-height:1.7;margin-bottom:20px;flex:1 1}.security-contact-card .btn-outline,.security-contact-card .btn-primary{font-size:13px;padding:10px 20px}.security-contact-card .security-bug-links{display:flex;gap:12px;flex-wrap:wrap}.security-contact-card .security-bug-links .btn-outline{font-size:13px;padding:10px 20px}.hof-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:48px}@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);padding:32px;display:flex;gap:20px;align-items:flex-start}.hof-user-card .hof-user-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accentMuted),rgba(255,140,66,.12));color:var(--accent);font-size:22px}.hof-user-card .hof-user-info h3{font-size:16px;font-weight:700;margin-bottom:8px}.hof-user-card .hof-user-socials{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.hof-user-card .hof-social-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--textMuted);padding:4px 10px;background:var(--bgTertiary);border:1px solid var(--border);transition:all .2s}.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{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--textMuted);padding:4px 10px;background:var(--bgTertiary);border:1px solid var(--border)}.hof-user-card .hof-social-tag .mdi{font-size:16px}.hof-cta{text-align:center}.hof-cta p{font-size:17px;color:var(--textSecondary)}.hof-cta p a{font-weight:600}.security-link{font-size:16px;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.role-card{background:var(--bgCard);border:1px solid var(--border);padding:36px}.role-card .role-dept{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.role-card .role-title{font-size:22px;font-weight:700;margin-bottom:12px}.role-card .role-desc{font-size:14px;color:var(--textSecondary);line-height:1.7;margin-bottom:20px}.role-card .role-meta{display:flex;gap:16px;flex-wrap:wrap}.role-card .role-meta span{font-size:13px;color:var(--textMuted);display:flex;align-items:center;gap:6px}.role-card .role-meta span .mdi{font-size:16px}.team-preview{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}@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{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid var(--border);margin-bottom:12px}.team-preview-name{font-size:14px;font-weight:700;color:var(--textPrimary);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-preview-position{font-size:12px;color:var(--textMuted)}.player-count{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--textSecondary)}.player-count .player-count-dot{width:8px;height:8px;border-radius:50%;background:#6eb766;box-shadow:0 0 8px rgba(110,183,102,.5);animation:pulse-dot 2s ease-in-out infinite}.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{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}.team-card{background:var(--bgCard);border:1px solid var(--border);padding:28px;display:flex;gap:20px;align-items:center}.team-card .team-card-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--border);flex-shrink:0}.team-card .team-card-info{min-width:0}.team-card .team-card-name{font-size:17px;font-weight:700;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-card .team-card-flag{font-size:14px;margin-left:4px}.team-card .team-card-position{font-size:14px;color:var(--accent);font-weight:600;margin-bottom:4px}.team-card .team-card-socials{display:flex;gap:8px;margin-top:8px}.team-card .team-card-socials a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--bgTertiary);color:var(--textMuted);font-size:16px;border-radius:4px}.team-fun-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap}@media(max-width:600px){.team-fun-stats{gap:32px}}.team-fun-stat{text-align:center}.team-fun-value{font-size:36px;font-weight:800;color:var(--accent);line-height:1.2}.team-fun-label{font-size:14px;color:var(--textMuted);margin-top:4px;text-transform:uppercase;letter-spacing:.05em}.roles-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border:1px solid var(--border);overflow:hidden}.role-list-item{display:flex;align-items:center;justify-content:space-between;padding:28px 32px;background:var(--bgCard);text-decoration:none;gap:24px}@media(max-width:600px){.role-list-item{padding:20px}}.role-list-info .role-list-dept{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.role-list-info .role-list-title{font-size:20px;font-weight:700;color:var(--textPrimary);margin-bottom:8px}@media(max-width:600px){.role-list-info .role-list-title{font-size:17px}}.role-list-info .role-list-meta{display:flex;gap:16px;flex-wrap:wrap}.role-list-info .role-list-meta span{font-size:13px;color:var(--textMuted);display:flex;align-items:center;gap:6px}.role-list-info .role-list-meta span .mdi{font-size:16px}.role-list-status{display:flex;align-items:center;gap:12px;flex-shrink:0}.role-list-status .mdi{font-size:24px;color:var(--textMuted)}.role-status-badge{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:4px 12px}.role-status-badge--open{color:#6eb766;background:rgba(110,183,102,.1);border:1px solid rgba(110,183,102,.2)}.role-status-badge--closed{color:var(--textMuted);background:var(--bgTertiary);border:1px solid var(--border)}.careers-subscribe{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}@media(max-width:700px){.careers-subscribe{grid-template-columns:1fr;gap:32px}}.careers-subscribe h2{font-size:28px;font-weight:800;margin-bottom:12px}.careers-subscribe p{font-size:16px;color:var(--textSecondary);line-height:1.7}.careers-subscribe-form{display:flex;gap:12px}@media(max-width:500px){.careers-subscribe-form{flex-direction:column}}.careers-subscribe-form input{flex:1 1;padding:14px 18px;background:var(--bgTertiary);border:1px solid var(--border);color:var(--textPrimary);font-size:15px;font-family:var(--sansFont);transition:border-color .2s}.careers-subscribe-form input:focus{outline:none;border-color:var(--accent)}.careers-subscribe-form input::placeholder{color:var(--textMuted)}.careers-subscribe-msg{font-size:15px;color:#6eb766;padding:16px 20px;background:rgba(110,183,102,.1);border:1px solid rgba(110,183,102,.2);display:flex;align-items:center;gap:10px}.careers-subscribe-msg .mdi{font-size:20px}.subscribe-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;animation:modalFadeIn .2s ease}@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{position:relative;background:var(--bgSecondary);border:1px solid var(--border);max-width:480px;width:100%;padding:48px 40px 40px;text-align:center;animation:modalSlideUp .25s ease}@media(max-width:500px){.subscribe-modal{padding:36px 24px 28px}}.subscribe-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--textMuted);font-size:22px;cursor:pointer;padding:4px;line-height:1;transition:color .2s}.subscribe-modal-close:hover{color:var(--textPrimary)}.subscribe-modal-icon{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:rgba(238,89,57,.1);border:1px solid rgba(238,89,57,.2);border-radius:50%}.subscribe-modal-icon .mdi{font-size:26px;color:var(--accent)}.subscribe-modal-title{font-size:22px;font-weight:800;margin-bottom:10px;color:var(--textPrimary)}.subscribe-modal-text{font-size:15px;color:var(--textSecondary);line-height:1.7;margin-bottom:28px}.subscribe-modal-form{display:flex;gap:12px}@media(max-width:500px){.subscribe-modal-form{flex-direction:column}}.subscribe-modal-form input{flex:1 1;padding:14px 18px;background:var(--bgTertiary);border:1px solid var(--border);color:var(--textPrimary);font-size:15px;font-family:var(--sansFont);transition:border-color .2s}.subscribe-modal-form input:focus{outline:none;border-color:var(--accent)}.subscribe-modal-form input::placeholder{color:var(--textMuted)}.subscribe-modal-success{font-size:15px;color:#6eb766;padding:16px 20px;background:rgba(110,183,102,.1);border:1px solid rgba(110,183,102,.2);display:flex;align-items:center;justify-content:center;gap:10px}.subscribe-modal-success .mdi{font-size:20px}.subscribe-modal-fine{margin-top:16px;font-size:12px;color:var(--textMuted)}.career-back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--textMuted);margin-bottom:24px;position:relative}.career-back-link:hover{color:var(--accent)}.career-detail-header{position:relative}.career-detail-meta{display:flex;gap:16px;margin-top:16px;flex-wrap:wrap;align-items:center;position:relative}.career-detail-meta span{font-size:14px;color:var(--textMuted);display:flex;align-items:center;gap:6px}.career-detail-meta span .mdi{font-size:18px}.career-detail-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:60px;gap:60px}@media(max-width:900px){.career-detail-layout{grid-template-columns:1fr}}.career-detail-content h2{font-size:24px;font-weight:700;margin-top:40px;margin-bottom:16px}.career-detail-content h2:first-child{margin-top:0}.career-detail-content p{font-size:16px;color:var(--textSecondary);line-height:1.8;margin-bottom:16px}.career-detail-content ul{list-style:none;padding:0;margin-bottom:16px}.career-detail-content ul li{padding:8px 0;font-size:15px;color:var(--textSecondary);display:flex;align-items:flex-start;gap:12px;line-height:1.6}.career-detail-content ul li:before{content:"—";color:var(--accent);font-weight:700;flex-shrink:0}.career-tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.career-tech-tags span{font-size:13px;font-weight:500;color:var(--textMuted);padding:6px 14px;background:var(--bgTertiary);border:1px solid var(--border)}.career-sidebar-card{background:var(--bgCard);border:1px solid var(--border);padding:28px;margin-bottom:20px}.career-sidebar-card h3{font-size:17px;font-weight:700;margin-bottom:10px}.career-sidebar-card p{font-size:14px;color:var(--textSecondary);line-height:1.7;margin-bottom:16px}.LogoWithText{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;gap:12px}.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);font-size:22px;font-weight:900;line-height:.9;color:var(--textPrimary)}@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{position:relative;padding:180px 0 100px;overflow:hidden;background:var(--bgPrimary)}@media(max-width:900px){.wwd-hero{padding:140px 0 80px}}@media(max-width:600px){.wwd-hero{padding:120px 0 60px}}.wwd-hero .container{position:relative;z-index:2}.wwd-hero-grid-bg{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(238,89,57,.04) 1px,transparent 0),linear-gradient(90deg,rgba(238,89,57,.04) 1px,transparent 0);background-size:60px 60px;animation:wwdGridPulse 6s ease-in-out infinite;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 20%,transparent 70%)}.wwd-hero-glow{position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(238,89,57,.08) 0,transparent 60%);pointer-events:none;z-index:1}.wwd-hero-layout{display:flex;align-items:center;justify-content:space-between;gap:60px}@media(max-width:900px){.wwd-hero-layout{gap:40px}}@media(max-width:768px){.wwd-hero-layout{flex-direction:column;text-align:center}}.wwd-hero-content{max-width:680px;flex:1 1;animation:wwdFadeUp .8s cubic-bezier(.16,1,.3,1) both}.wwd-hero-steve{flex-shrink:0;animation:wwdFadeUp .8s cubic-bezier(.16,1,.3,1) .2s both}.wwd-hero-steve img{filter:drop-shadow(0 8px 32px rgba(0,0,0,.4))}@media(max-width:768px){.wwd-hero-steve{display:none}}.steve-svg{filter:drop-shadow(0 8px 24px rgba(0,0,0,.3))}.steve-head{animation:steveBob 3s ease-in-out infinite;transform-origin:104px 168px}.steve-arm-left{animation:steveArmSwingLeft 2.4s ease-in-out infinite;transform-origin:52px 168px}.steve-arm-right{animation:steveArmSwingRight 2.4s ease-in-out infinite;transform-origin:156px 168px}.steve-leg-left{animation:steveLegSwingLeft 2.4s ease-in-out infinite;transform-origin:88px 232px}.steve-leg-right{animation:steveLegSwingRight 2.4s ease-in-out infinite;transform-origin:120px 232px}.steve-shadow{animation:steveShadow 3s ease-in-out infinite}@keyframes steveBob{0%,to{transform:translateY(0) rotate(0deg)}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{font-size:60px;font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:24px}.wwd-hero-title .highlight{background:linear-gradient(135deg,var(--accent),#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);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{font-size:19px;color:var(--textSecondary);line-height:1.7;max-width:580px;margin-bottom:48px}@media(max-width:600px){.wwd-hero-subtitle{font-size:16px}}.wwd-hero-stats{display:flex;align-items:center;gap:32px}@media(max-width:600px){.wwd-hero-stats{gap:20px;flex-wrap:wrap}}.wwd-hero-stat-value{font-size:36px;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--textPrimary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:600px){.wwd-hero-stat-value{font-size:28px}}.wwd-hero-stat-label{font-size:13px;color:var(--textMuted);font-weight:500;margin-top:2px}.wwd-hero-stat-divider{width:1px;height:40px;background:var(--border)}@media(max-width:600px){.wwd-hero-stat-divider{display:none}}.wwd-capabilities-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media(max-width:900px){.wwd-capabilities-grid{grid-template-columns:1fr}}.wwd-capabilities-grid.animate-in .wwd-capability-card{animation:wwdFadeUp .6s cubic-bezier(.16,1,.3,1) both}.wwd-capability-card{background:var(--bgCard);border:1px solid var(--border);padding:40px;display:flex;gap:24px;opacity:0}@media(max-width:600px){.wwd-capability-card{flex-direction:column;padding:28px}}.wwd-capability-icon{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);border:1px solid var(--accentBorder)}.wwd-capability-content h3{font-size:20px;font-weight:700;margin-bottom:12px}.wwd-capability-content p{font-size:15px;color:var(--textSecondary);line-height:1.75;margin-bottom:20px}.wwd-capability-metrics{display:flex;gap:24px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--border)}.wwd-metric{display:flex;flex-direction:column;gap:2px}.wwd-metric-value{font-size:16px;font-weight:700;color:var(--accent)}.wwd-metric-label{font-size:12px;color:var(--textMuted)}.wwd-arch{max-width:800px;margin:0 auto}.wwd-arch.animate-in .wwd-arch-layer{animation:wwdFadeUp .5s cubic-bezier(.16,1,.3,1) both}.wwd-arch.animate-in .wwd-arch-layer-bar{animation:wwdBarGrow .8s cubic-bezier(.16,1,.3,1) both;animation-delay:inherit}.wwd-arch-layer{background:var(--bgCard);border:1px solid var(--border);padding:28px 32px;position:relative;opacity:0;transition:all .3s}.wwd-arch-layer-label{font-size:16px;font-weight:700;color:var(--textPrimary);margin-bottom:6px}.wwd-arch-layer-desc{font-size:14px;color:var(--textMuted);margin-bottom:16px}.wwd-arch-layer-bar{height:3px;border-radius:2px;transform-origin:left}.wwd-arch-flow{display:flex;justify-content:center;padding:8px 0;color:var(--textMuted)}.wwd-numbers-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px}@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:wwdFadeUp .6s cubic-bezier(.16,1,.3,1) both}.wwd-number-card{background:var(--bgCard);border:1px solid var(--border);padding:32px 24px;text-align:center;opacity:0}.wwd-number-value{font-size:28px;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--textPrimary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:6px}.wwd-number-label{font-size:14px;font-weight:600;color:var(--textSecondary);margin-bottom:6px}.wwd-number-desc{font-size:12px;color:var(--textMuted);line-height:1.5}.hww-hero{position:relative;padding:180px 0 100px;overflow:hidden;background:var(--bgPrimary)}@media(max-width:900px){.hww-hero{padding:140px 0 80px}}@media(max-width:600px){.hww-hero{padding:120px 0 60px}}.hww-hero .container{position:relative;z-index:2}.hww-hero-dots{position:absolute;inset:0;z-index:0;background-image:radial-gradient(circle,rgba(238,89,57,.08) 1px,transparent 0);background-size:32px 32px;mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 10%,transparent 60%);-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 10%,transparent 60%)}.hww-hero-content{max-width:700px;animation:wwdFadeUp .8s cubic-bezier(.16,1,.3,1) both}.hww-hero-title{font-size:60px;font-weight:800;letter-spacing:-.04em;line-height:1.08;margin-bottom:28px}.hww-hero-title .highlight{background:linear-gradient(135deg,var(--accent),#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);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{font-size:18px;color:var(--textSecondary);line-height:1.8;max-width:560px}@media(max-width:600px){.hww-hero-subtitle{font-size:16px}}.hww-principles-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media(max-width:700px){.hww-principles-grid{grid-template-columns:1fr}}.hww-principles-grid.animate-in .hww-principle-card{animation:wwdFadeUp .6s cubic-bezier(.16,1,.3,1) both}.hww-principle-card{background:var(--bgCard);border:1px solid var(--border);padding:40px;opacity:0;position:relative}@media(max-width:600px){.hww-principle-card{padding:28px}}.hww-principle-card .hww-principle-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:var(--accentMuted);border:1px solid var(--accentBorder);margin-bottom:20px}.hww-principle-card .hww-principle-number{position:absolute;top:20px;right:24px;font-size:48px;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--accent),#ff8c42);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;opacity:.12}.hww-principle-card h3{font-size:20px;font-weight:700;margin-bottom:12px}.hww-principle-card p{font-size:15px;color:var(--textSecondary);line-height:1.75}.hww-scaling-flow{max-width:700px;margin:0 auto}.hww-scaling-flow.animate-in .hww-scaling-step{animation:wwdFadeUp .6s cubic-bezier(.16,1,.3,1) both}.hww-scaling-step{background:var(--bgCard);border:1px solid var(--border);padding:32px 36px;display:flex;gap:24px;align-items:flex-start;opacity:0;transition:all .3s}@media(max-width:600px){.hww-scaling-step{padding:24px;gap:16px}}.hww-scaling-step-number{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);font-size:16px;font-weight:800;border:1px solid var(--accentBorder)}.hww-scaling-step-content{flex:1 1}.hww-scaling-step-content h3{font-size:18px;font-weight:700;margin-bottom:8px}.hww-scaling-step-content p{font-size:15px;color:var(--textSecondary);line-height:1.7}.hww-scaling-step-icon{flex-shrink:0;color:var(--textMuted)}@media(max-width:600px){.hww-scaling-step-icon{display:none}}.hww-scaling-connector{display:flex;justify-content:center;padding:4px 0}.hww-reliability-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media(max-width:700px){.hww-reliability-grid{grid-template-columns:1fr}}.hww-reliability-grid.animate-in .hww-reliability-card{animation:wwdFadeUp .6s cubic-bezier(.16,1,.3,1) both}.hww-reliability-card{background:var(--bgCard);border:1px solid var(--border);padding:36px;opacity:0}.hww-reliability-card .hww-reliability-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--accent);background:var(--accentMuted);margin-bottom:16px}.hww-reliability-card h4{font-size:17px;font-weight:700;margin-bottom:8px}.hww-reliability-card p{font-size:14px;color:var(--textSecondary);line-height:1.7}.hww-stack-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@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:wwdFadeUp .5s cubic-bezier(.16,1,.3,1) both}.hww-stack-group{background:var(--bgCard);border:1px solid var(--border);padding:28px;opacity:0;transition:all .3s}.hww-stack-category{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.hww-stack-items{display:flex;flex-wrap:wrap;gap:8px}.hww-stack-item{font-size:13px;font-weight:500;color:var(--textSecondary);background:var(--bgTertiary);padding:6px 12px;border:1px solid var(--border);transition:all .2s}.hww-stack-item:hover{color:var(--textPrimary)}.floating-shapes{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.challenge-card{position:relative;overflow:hidden}.challenge-card .challenge-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accentMuted);color:var(--accent);margin-bottom:16px;border:1px solid var(--accentBorder)}.animated-accent-line{display:block;margin-top:16px;margin-bottom:8px}.section-separator{position:relative;height:1px;background:var(--border);overflow:visible}.section-separator:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:var(--bgPrimary);border:1px solid var(--accent);opacity:.4}.legal-content{max-width:760px}.legal-content .legal-updated{color:var(--textMuted);font-size:14px;margin-bottom:48px}.legal-content h2{font-size:22px;font-weight:600;color:var(--textPrimary);margin-top:40px;margin-bottom:12px}.legal-content p{color:var(--textSecondary);line-height:1.75;margin-bottom:16px;font-size:16px}.legal-content ul{list-style:none;padding:0;margin-bottom:16px}.legal-content ul li{position:relative;padding-left:20px;color:var(--textSecondary);line-height:1.75;margin-bottom:8px;font-size:16px}.legal-content ul li:before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.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{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.stat-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.stat-card--compact{padding:20px}.stat-card--compact .stat-value{font-size:28px}.game-card--spaced{margin-bottom:32px}.btn-copy{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-family:var(--font-mono,monospace);color:var(--text-secondary,#a0a0b0);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.btn-copy:hover{background:hsla(0,0%,100%,.12);color:var(--text-primary,#fff)}.btn-copy .mdi-check{color:var(--accent,#ee5939)}.banner-actions{margin-top:24px}.btn-discord{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:13px;color:#fff;background:#5865f2;border-radius:6px;text-decoration:none;transition:background .2s}.btn-discord:hover{background:#4752c4}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.floating-shapes,.hero-network-animation{display:none}}