@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg-main: #faf9fb;--bg-card: #ffffff;--bg-card-hover: #fcfbfe;--border-color: rgba(12, 10, 18, .06);--border-hover: rgba(123, 44, 191, .25);--text-main: #0f0c15;--text-muted: #645d70;--accent-violet: #543293;--accent-pink: #543293;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;--font-title: "Space Grotesk", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-sans);overflow-x:hidden;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-title);font-weight:700;letter-spacing:-.02em;line-height:1.2}p{color:var(--text-muted);line-height:1.6}a{color:inherit;text-decoration:none;transition:all .2s ease}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.glow-btn{background:var(--accent-pink);color:#fff!important;font-weight:600;padding:12px 28px;border-radius:8px;font-size:15px;transition:transform .2s ease,background-color .2s ease;display:inline-flex;align-items:center;gap:8px}.glow-btn span,.glow-btn svg{color:#fff!important}.glow-btn:hover{transform:translateY(-2px);background-color:#432876}.secondary-btn{background:#00000005;border:1px solid var(--border-color);color:var(--text-main);font-weight:500;padding:12px 28px;border-radius:8px;font-size:15px;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.secondary-btn:hover{background:#d03a640a;border-color:var(--accent-pink);transform:translateY(-2px)}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:32px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000004}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--accent-pink);opacity:0;transition:opacity .3s ease}.card:hover{transform:translateY(-4px);border-color:var(--border-hover);background:var(--bg-card-hover)}.card:hover:before{opacity:1}.card-title{font-size:20px;margin-bottom:12px;display:flex;align-items:center;gap:12px}.card-desc{font-size:15px}.section-tag{background:#7b2cbf0d;color:var(--accent-pink);font-family:var(--font-mono);font-size:12px;font-weight:600;padding:6px 14px;border-radius:100px;display:inline-block;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(208,58,100,.12)}.gradient-title{color:var(--text-main)}.text-gradient-accent{color:var(--accent-pink)}.hero-title{font-size:72px;font-weight:800;letter-spacing:-.04em;margin-bottom:24px;line-height:1.1}.hero-subtitle{font-size:20px;max-width:680px;margin:0 auto 40px;line-height:1.6}.hero-ctas{display:flex;justify-content:center;gap:16px}.section{padding:100px 0;border-top:1px solid var(--border-color)}.section-header{text-align:center;max-width:600px;margin:0 auto 60px}.section-title{font-size:40px;margin-bottom:16px}.social-btn{width:38px;height:38px;border-radius:10px;background:#5432930d;color:var(--accent-violet);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.social-btn:hover{background:var(--accent-violet);color:#fff;transform:translateY(-4px);box-shadow:0 10px 20px #54329326}.footer-btn{padding:10px 20px!important;font-size:13px!important}@media(max-width:1024px){.hero-title{font-size:48px}.section-title{font-size:32px}}@media(max-width:640px){.footer-btn{font-size:12px!important;padding:8px 16px!important}.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.hero-ctas{flex-direction:column;align-items:center}.section-title{font-size:26px}.section{padding:60px 0}.grid-3{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:0 16px}.hero-title{font-size:30px}.hero-subtitle{font-size:15px}.section-title{font-size:22px}.section-tag{font-size:10px;padding:4px 10px}.card{padding:24px}}@media(max-width:860px){html,body{overscroll-behavior-y:none}.container{width:100%;padding-inline:clamp(18px,4vw,30px)}}@media(max-width:640px){:root{--mobile-gutter: 16px}html{scroll-padding-top:76px}body{font-size:15px}.container{padding-inline:var(--mobile-gutter)}.section-tag{margin-bottom:17px;padding:6px 11px;font-size:8px;line-height:1}.hero-ctas{width:100%;max-width:390px;gap:10px}.hero-ctas>*{width:100%}.hero-ctas .glow-btn,.hero-ctas .secondary-btn,.final-cta-actions .glow-btn,.final-cta-actions .secondary-btn,.game-final-actions .glow-btn,.game-final-actions .secondary-btn,.projects-case-actions .glow-btn,.projects-case-actions .secondary-btn{width:100%;min-height:49px;justify-content:center;padding:12px 18px}.scroll-indicator{display:none}}@media(hover:none)and (pointer:coarse){.card:hover,.web-service-card:hover,.game-service-track:hover,.portfolio-project-card:hover{transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#faf9fbf2;border-bottom:1px solid rgba(84,50,147,.08);padding:12px 0;transition:all .3s ease}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo{font-weight:800;font-size:18px;letter-spacing:-.03em;display:flex;align-items:center;gap:10px;color:var(--text-main)}.nav-links{display:flex;gap:28px;background:#54329308;padding:8px 24px;border-radius:100px;border:1px solid rgba(84,50,147,.05)}.nav-actions{display:flex;align-items:center;gap:8px}.nav-link{color:var(--text-muted);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:color .2s ease}.nav-link:hover{color:var(--accent-pink)}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--text-main)}.nav-mobile-overlay{display:none;position:fixed;top:60px;left:0;right:0;background:#faf9fbfa;border-bottom:1px solid var(--border-color);padding:16px 24px;z-index:999;flex-direction:column;gap:8px}@media(max-width:1024px){.nav-links{gap:12px;padding:6px 16px}}@media(max-width:640px){.nav-links{display:none}.nav-mobile-toggle,.nav-mobile-overlay{display:flex}}@media(max-width:860px){.nav-links{display:none}.nav-mobile-toggle{width:44px;height:44px;display:grid;place-items:center;padding:0;border-radius:50%}.nav-mobile-overlay{display:flex;top:60px;bottom:0;overflow-y:auto;overscroll-behavior-y:contain;background:#faf9fb}}@media(max-width:640px){.nav{min-height:65px;padding:9px 0!important}.nav-container{padding-inline:var(--mobile-gutter)}.nav-logo{gap:8px;font-size:16px}.nav-logo img{width:27px!important;height:27px!important}.nav-actions{gap:4px}.nav-mobile-toggle{width:42px;height:42px}.nav-mobile-toggle svg{width:21px;height:21px}.nav-actions .footer-btn{min-height:40px;padding:0 14px!important;border-radius:9px;font-size:12px!important}.nav-mobile-overlay{top:65px;bottom:0;padding:16px;gap:6px;overflow-y:auto;overscroll-behavior-y:contain;background:#faf9fb;border-bottom:0;box-shadow:0 22px 48px #2015301a;-webkit-backdrop-filter:none;backdrop-filter:none}.nav-mobile-overlay .nav-link{min-height:54px;padding:15px 16px!important;display:flex!important;align-items:center;border:1px solid transparent;border-radius:12px!important;font-size:18px!important;letter-spacing:-.01em;text-transform:none}.nav-mobile-overlay .nav-link.active{border-color:#5432931a}}.footer{border-top:1px solid var(--border-color);padding:100px 0 40px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:60px;margin-bottom:80px}.footer-col{display:flex;flex-direction:column}.footer-text{font-size:14px;line-height:1.6;color:var(--text-muted);margin-bottom:24px;max-width:280px}.footer-socials{display:flex;gap:12px}.footer-title{font-size:13px;font-weight:700;color:var(--text-main);text-transform:uppercase;letter-spacing:.1em;margin-bottom:30px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:14px}.footer-links a{font-size:14px;color:var(--text-muted);transition:all .2s ease;width:fit-content}.footer-links a:hover{color:var(--accent-violet);padding-left:4px}.contact-list li{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted)}.footer-cta-li{margin-top:15px}.footer-bottom{border-top:1px solid var(--border-color);padding-top:40px}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:13px;color:var(--text-muted)}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:13px;color:var(--text-muted);transition:color .2s ease}.footer-legal a:hover{color:var(--text-main)}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:640px){.footer-bottom-content{flex-direction:column;gap:20px}.footer-legal{flex-wrap:wrap}}@media(max-width:860px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 28px}.footer-grid .brand-col{grid-column:1 / -1}}@media(max-width:640px){.footer{padding:62px 0 26px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 20px;margin-bottom:48px}.footer-grid .brand-col,.footer-grid .footer-col:last-child{grid-column:1 / -1}.footer-title{margin-bottom:18px}.footer-links{gap:12px}.footer-bottom{padding-top:26px}.footer-bottom-content{align-items:flex-start;text-align:left}.footer-legal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:12px 18px;text-align:left}.footer-legal a{min-height:32px;display:flex;align-items:center}}.scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;opacity:.7;transition:opacity .3s ease,color .3s ease;cursor:pointer}.scroll-indicator:hover{opacity:1;color:var(--accent-pink)}.scroll-indicator-mouse{width:20px;height:32px;border:1.5px solid var(--border-color);border-radius:12px;position:relative}.scroll-indicator-mouse:before{content:"";width:4px;height:6px;background-color:var(--accent-pink);border-radius:50%;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollScroll 1.8s infinite}@keyframes scrollScroll{0%{top:6px;opacity:1}50%{top:16px;opacity:0}to{top:6px;opacity:0}}@media(max-width:640px){.scroll-indicator{display:none}}.project-proof{padding:104px 0;overflow:hidden;background:linear-gradient(rgba(84,50,147,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.035) 1px,transparent 1px),#f8f6fa;background-size:34px 34px}.project-proof-heading{margin-bottom:34px;display:flex;align-items:end;justify-content:space-between;gap:40px}.project-proof-heading h2{margin:13px 0 8px;font-size:clamp(32px,4vw,52px);line-height:1;letter-spacing:-.045em}.project-proof-heading p{max-width:610px;color:var(--text-muted);line-height:1.65}.project-proof-heading-actions{display:grid;justify-items:end;gap:16px}.project-proof-heading-actions>a{padding-bottom:5px;display:inline-flex;align-items:center;gap:8px;color:var(--accent-violet);border-bottom:1px solid rgba(84,50,147,.25);font-size:12px;font-weight:700;white-space:nowrap}.project-proof-controls{display:flex;align-items:center;gap:9px}.project-proof-controls button{width:34px;height:34px;display:grid;place-items:center;color:var(--accent-violet);background:#fff;border:1px solid rgba(84,50,147,.14);border-radius:50%;cursor:pointer;transition:color .2s ease,background .2s ease,opacity .2s ease}.project-proof-controls button:hover:not(:disabled){color:#fff;background:var(--accent-violet)}.project-proof-controls button:disabled{opacity:.32;cursor:default}.project-proof-controls span{min-width:44px;color:var(--text-muted);font-family:var(--font-mono);font-size:8px;text-align:center}.project-proof-track{display:flex;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:thin;scrollbar-color:rgba(84,50,147,.25) transparent}.project-proof-track>*{scroll-snap-align:start}.project-proof-track article{flex:0 0 min(820px,calc(100vw - 96px));min-height:350px;display:grid;grid-template-columns:1.08fr .92fr;background:#fff;border:1px solid rgba(84,50,147,.11);border-radius:17px;overflow:hidden;box-shadow:0 18px 45px #22153612}.project-proof-visual{min-height:100%;position:relative;overflow:hidden;background:#17111f}.project-proof-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.project-proof-visual:hover img{transform:scale(1.035)}.project-proof-visual span{position:absolute;top:16px;left:16px;padding:6px 9px;color:#fff;background:#110c18b8;border:1px solid rgba(255,255,255,.18);border-radius:99px;font-family:var(--font-mono);font-size:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.project-proof-copy{padding:28px;display:flex;flex-direction:column;align-items:flex-start}.project-proof-copy>div{display:flex;flex-wrap:wrap;gap:5px}.project-proof-copy>div span{padding:4px 7px;color:var(--accent-violet);background:#5432930f;border-radius:99px;font-family:var(--font-mono);font-size:7px;text-transform:uppercase}.project-proof-copy h3{margin:18px 0 8px;font-size:23px}.project-proof-copy>p{color:var(--text-muted);font-size:12px;line-height:1.55}.project-proof-copy blockquote{margin:20px 0;color:var(--text-main);font-size:12px;font-weight:600;line-height:1.5}.project-proof-copy blockquote small{display:block;margin-top:4px;color:var(--text-muted);font-weight:500}.project-proof-copy>a{margin-top:auto;display:inline-flex;align-items:center;gap:7px;color:var(--accent-violet);font-size:11px;font-weight:700}.project-proof-more{width:auto;flex:0 0 270px;min-height:350px;padding:25px;display:flex;flex-direction:column;color:#fff;background:#17111f;border-radius:17px}.project-proof-more>span{color:#ffffff80;font-family:var(--font-mono);font-size:8px}.project-proof-more strong{margin-top:auto;font-size:25px;line-height:1.05;letter-spacing:-.035em}.project-proof-more i{width:44px;height:44px;margin-top:20px;display:grid;place-items:center;background:var(--accent-violet);border-radius:50%}.project-proof-dots{margin-top:20px;display:flex;justify-content:center;gap:7px}.project-proof-dots button{width:25px;height:10px;padding:0;display:grid;place-items:center;background:transparent;border:0;cursor:pointer}.project-proof-dots span{width:100%;height:3px;display:block;background:#54329326;border-radius:99px;transition:background .2s ease,transform .2s ease}.project-proof-dots button.active span{background:var(--accent-violet);transform:scaleY(1.35)}.project-proof-compact{padding-block:84px}@media(max-width:720px){.project-proof{padding:72px 0}.project-proof-heading{align-items:flex-start;flex-direction:column;gap:16px}.project-proof-heading-actions{width:100%;grid-template-columns:1fr auto;align-items:center;justify-items:start}.project-proof-heading h2{font-size:34px}.project-proof-track article{flex-basis:min(86vw,390px);min-height:0;grid-template-columns:1fr}.project-proof-visual{min-height:210px}.project-proof-copy{padding:22px}.project-proof-more{min-height:300px}}.hero{text-align:center;position:relative;height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(12,10,18,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(12,10,18,.055) 1px,transparent 1px);background-size:28px 28px;z-index:1;mask-image:radial-gradient(ellipse 70% 80% at center,black 10%,transparent 85%);-webkit-mask-image:radial-gradient(ellipse 70% 80% at center,black 10%,transparent 85%);pointer-events:none}.hero:after{content:"";position:absolute;top:50%;left:50%;width:800px;height:800px;background:radial-gradient(circle,rgba(84,50,147,.04) 0%,rgba(84,50,147,.01) 60%,transparent 80%);transform:translate(-50%,-50%);z-index:1;pointer-events:none}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}.feature-item{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-main)}.feature-icon{color:var(--accent-pink);flex-shrink:0}.home-service-link{margin-top:22px;padding-top:15px;display:inline-flex;align-items:center;gap:7px;color:var(--accent-violet);border-top:1px solid rgba(84,50,147,.1);font-size:11px;font-weight:700}.home-service-link svg{transition:transform .2s ease}.home-service-link:hover svg{transform:translate(3px)}@media(max-width:1024px){.manifesto-content h2{font-size:36px}}@media(max-width:640px){.hero{min-height:90vh;height:auto;padding:120px 0 60px}.features-list{grid-template-columns:1fr}}@media(max-width:480px){.manifesto-content h2{font-size:28px}.final-cta-copy h2{font-size:24px}}.tech-stack{padding:88px 0;background:linear-gradient(180deg,#54329309,#54329303),#fff;overflow:hidden}.tech-marquee{position:relative;width:100%;overflow:hidden;padding:8px 0;mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%)}.tech-marquee:before,.tech-marquee:after{content:"";position:absolute;top:0;width:90px;height:100%;z-index:2;pointer-events:none}.tech-marquee:before{left:0;background:linear-gradient(90deg,#fff,#fff0)}.tech-marquee:after{right:0;background:linear-gradient(270deg,#fff,#fff0)}.tech-marquee-track{display:flex;width:max-content;gap:16px;animation:techMarquee 34s linear infinite}.tech-marquee:hover .tech-marquee-track{animation-play-state:paused}.tech-logo-card{background:#fff;border:1px solid var(--border-color);min-width:154px;height:78px;border-radius:8px;padding:14px 18px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text-main);box-shadow:0 10px 24px #0f0c1506;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.tech-logo-card:hover{border-color:var(--accent-violet);transform:translateY(-2px);box-shadow:0 14px 30px #5432931a}.tech-logo-mark{width:38px;height:38px;border-radius:8px;background:#5432930e;color:var(--accent-violet);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tech-logo-mark span{font-family:var(--font-title);font-size:22px;font-weight:800;color:var(--accent-violet)}.tech-logo-card>span{font-size:14px;font-weight:800;color:var(--text-main);white-space:nowrap}@keyframes techMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.faq-card{background:#fff;border:1px solid var(--border-color);padding:32px;border-radius:12px;transition:all .3s ease}.faq-card:hover{border-color:var(--accent-violet)}.faq-q{font-size:18px;font-weight:700;color:var(--text-main);margin-bottom:12px;display:flex;gap:12px}.faq-a{font-size:15px;line-height:1.6}.final-cta-section{padding:96px 0;background:linear-gradient(rgba(84,50,147,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.06) 1px,transparent 1px),#fff;background-size:32px 32px;border-top:1px solid var(--border-color);position:relative;overflow:hidden}.final-cta-container{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:center}.final-cta-copy{max-width:720px}.final-cta-copy h2{font-size:48px;margin-bottom:20px;color:var(--text-main)}.final-cta-copy p{font-size:18px;max-width:640px}.final-cta-tag{background:#fff}.final-cta-actions{display:flex;gap:14px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.manifesto-content h2{font-size:48px;margin-bottom:24px}.manifesto-item{margin-bottom:32px}.manifesto-item h3{font-size:20px;margin-bottom:8px;color:var(--accent-violet)}@media(max-width:768px){.manifesto-grid{grid-template-columns:1fr;gap:40px}.manifesto-content h2{font-size:32px}.faq-grid{grid-template-columns:1fr}.final-cta-container{grid-template-columns:1fr;gap:32px}.final-cta-copy h2{font-size:28px}.final-cta-actions{justify-content:flex-start}}@media(max-width:640px){main>.hero{min-height:auto;height:auto;padding:118px 0 76px;overflow:hidden}main>.hero .hero-globe{width:360px!important;height:360px!important;top:72px!important;left:50%!important;opacity:.32!important;transform:translate(-50%);transform-origin:center}main>.hero .hero-globe canvas{pointer-events:none!important}main>.hero .hero-title{max-width:370px;margin:0 auto 20px;font-size:36px;line-height:1.06;letter-spacing:-.045em}main>.hero .hero-subtitle{max-width:370px;margin-bottom:28px;font-size:16px;line-height:1.6}main>.hero .hero-ctas{width:auto;max-width:none}main>.hero .hero-ctas>*{width:auto}main>.hero .hero-ctas .glow-btn,main>.hero .hero-ctas .secondary-btn{width:auto;min-width:190px}.section,.tech-stack,.final-cta-section{padding:68px 0}.section-header{margin:0 0 34px;text-align:left}.section-title{font-size:31px;line-height:1.08;letter-spacing:-.035em}.section-header>p{font-size:15px;line-height:1.65}.grid-3,.faq-grid{grid-template-columns:1fr;gap:12px}.card,.faq-card{border-radius:15px}.card{padding:22px}.manifesto-grid{gap:32px}.manifesto-content h2{font-size:32px;line-height:1.08}.manifesto-item{margin-bottom:24px}.manifesto-item h3{font-size:18px}.tech-marquee{margin-inline:calc(var(--mobile-gutter) * -1)}.tech-logo-card{min-width:122px;padding:16px 14px}.faq-card{padding:20px}.final-cta-container{gap:28px}.final-cta-copy h2{font-size:31px;line-height:1.08}.final-cta-copy p{font-size:15px}.final-cta-actions{width:100%;flex-direction:column;gap:10px}}.contact-page{padding:122px 0 110px;background:radial-gradient(circle at 14% 18%,rgba(84,50,147,.07),transparent 26%),linear-gradient(rgba(84,50,147,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.035) 1px,transparent 1px),#faf9fb;background-size:auto,36px 36px,36px 36px,auto}.contact-layout{display:grid;grid-template-columns:minmax(350px,.72fr) minmax(620px,1.28fr);align-items:start;gap:clamp(36px,4vw,70px)}.contact-intro{position:sticky;top:112px}.contact-intro h1{max-width:520px;margin:8px 0 24px;font-size:clamp(44px,3.8vw,58px);line-height:.98;letter-spacing:-.055em;white-space:nowrap}.contact-intro-lead{max-width:470px;color:var(--text-muted);font-size:17px;line-height:1.72}.contact-direct-list{margin-top:38px;display:grid;gap:10px}.contact-direct-list>a,.contact-direct-list>div{min-width:0;padding:13px 0;display:flex;align-items:center;gap:13px;color:var(--text-main)}.contact-direct-list>a{border-radius:12px;transition:color .2s ease,transform .2s ease}.contact-direct-list>a:hover{color:var(--accent-violet);transform:translate(4px)}.contact-direct-list>a>span,.contact-direct-list>div>span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;color:var(--accent-violet);background:#5432930e;border:1px solid rgba(84,50,147,.09);border-radius:11px}.contact-direct-list small,.contact-direct-list strong{display:block}.contact-direct-list small{margin-bottom:2px;color:var(--text-muted);font-size:11px}.contact-direct-list strong{overflow-wrap:anywhere;font-size:13px}.contact-next-steps{margin-top:42px;padding-top:28px;border-top:1px solid rgba(84,50,147,.11)}.contact-next-steps>span{color:#543293b3;font-family:var(--font-mono);font-size:8px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.contact-next-steps ol{margin-top:20px;display:grid;gap:17px}.contact-next-steps li{display:grid;grid-template-columns:28px 1fr;gap:10px}.contact-next-steps li>i{padding-top:2px;color:#543293a3;font-family:var(--font-mono);font-size:8px;font-style:normal}.contact-next-steps strong,.contact-next-steps small{display:block}.contact-next-steps strong{font-size:13px}.contact-next-steps small{margin-top:3px;color:var(--text-muted);font-size:11px;line-height:1.5}.contact-wizard{min-width:0;overflow:hidden;background:#fffffff0;border:1px solid rgba(84,50,147,.12);border-radius:20px;box-shadow:0 32px 90px #2316341c}.contact-wizard-header{padding:27px 34px 0;background:linear-gradient(90deg,rgba(84,50,147,.028) 1px,transparent 1px),linear-gradient(rgba(84,50,147,.028) 1px,transparent 1px);background-size:24px 24px;border-bottom:1px solid rgba(84,50,147,.09)}.contact-wizard-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#543293b3;font-family:var(--font-mono);font-size:8px;letter-spacing:.14em}.contact-wizard-meta strong{color:#0f0c1573;font:inherit}.contact-progress{height:3px;margin-top:18px;overflow:hidden;background:#54329317;border-radius:99px}.contact-progress i{height:100%;display:block;background:var(--accent-violet);border-radius:inherit;transition:width .42s cubic-bezier(.16,1,.3,1)}.contact-stepper{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr)}.contact-stepper button{min-width:0;padding:0 4px 17px;display:flex;align-items:center;justify-content:center;gap:8px;color:#645d70a8;background:none;border:0;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s ease,border-color .2s ease}.contact-stepper button:disabled{cursor:default}.contact-stepper button>span{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;color:inherit;font-family:var(--font-mono);font-size:7px;font-weight:700;background:#fff;border:1px solid rgba(84,50,147,.12);border-radius:50%}.contact-stepper button small{overflow:hidden;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.contact-stepper button.active{color:var(--accent-violet);border-bottom-color:var(--accent-violet)}.contact-stepper button.active>span{color:#fff;background:var(--accent-violet);border-color:var(--accent-violet)}.contact-stepper button.completed:not(.active){color:#543293b8}.contact-form{max-width:none;margin:0;display:block}.contact-step-panel{min-height:520px;padding:38px 42px 44px}.contact-step-heading{margin-bottom:34px;display:flex;align-items:center;gap:15px}.contact-step-heading>span{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;color:var(--accent-violet);background:#5432930f;border:1px solid rgba(84,50,147,.11);border-radius:13px}.contact-step-heading small{color:#5432939e;font-family:var(--font-mono);font-size:7px;font-weight:700;letter-spacing:.13em}.contact-step-heading h2{margin-top:3px;font-size:clamp(26px,2.7vw,36px);line-height:1.08;letter-spacing:-.035em;outline:none}.contact-fields{min-width:0;padding:0;border:0}.contact-fields>legend{width:1px;height:1px;padding:0;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.contact-fields{display:grid;gap:24px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-group{min-width:0;display:flex;flex-direction:column;gap:9px}.form-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--text-main);font-size:12px;font-weight:700}.form-label>span{color:var(--text-muted);font-size:9px;font-weight:500}.form-input,.form-textarea{width:100%;color:var(--text-main);background:#fbfafc;border:1px solid rgba(84,50,147,.12);border-radius:10px;outline:none;font-family:var(--font-sans);font-size:15px;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.form-input{min-height:52px;padding:13px 15px}.form-textarea{min-height:150px;padding:15px;resize:vertical;line-height:1.6}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#5432937a;box-shadow:0 0 0 4px #54329312}.form-input[aria-invalid=true],.form-textarea[aria-invalid=true]{border-color:#be37488c}.contact-input-with-icon{position:relative}.contact-input-with-icon>svg{position:absolute;top:50%;left:15px;z-index:1;color:#54329394;transform:translateY(-50%);pointer-events:none}.contact-input-with-icon .form-input{padding-left:44px}.contact-field-error{color:#b53648;font-size:11px;line-height:1.4}.contact-field-foot{min-height:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.contact-field-foot>small{margin-left:auto;color:var(--text-muted);font-family:var(--font-mono);font-size:8px}.project-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.project-choice{min-height:52px;padding:11px 13px;display:flex;align-items:center;gap:10px;color:var(--text-main);background:#fbfafc;border:1px solid rgba(84,50,147,.11);border-radius:10px;font-size:12px;font-weight:700;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.project-choice:hover{border-color:#5432934d;transform:translateY(-1px)}.project-choice.active{color:var(--accent-violet);background:#54329311;border-color:#5432935c}.project-choice input{position:absolute;opacity:0;pointer-events:none}.project-choice-check{width:21px;height:21px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:#fff;border:1px solid rgba(84,50,147,.2);border-radius:6px}.project-choice.active .project-choice-check{background:var(--accent-violet);border-color:var(--accent-violet)}.project-choice-primary{min-height:72px}.project-choice-copy{min-width:0;display:grid;gap:3px}.project-choice-copy strong{font-size:12px;line-height:1.25}.project-choice-copy small{color:var(--text-muted);font-size:9px;font-weight:500;line-height:1.4}.project-choice.active .project-choice-copy small{color:#543293b8}.contact-adaptive-fields{padding:20px;display:grid;gap:24px;background:#54329306;border:1px solid rgba(84,50,147,.09);border-radius:13px}.contact-option-grid,.contact-stage-grid{display:grid;gap:9px}.contact-option-grid,.contact-stage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-gaming-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-gaming-details{display:grid;gap:22px;overflow:hidden}.contact-option-grid label,.contact-stage-grid label{position:relative;color:var(--text-main);background:#fff;border:1px solid rgba(84,50,147,.12);border-radius:10px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.contact-option-grid label{min-height:48px;padding:10px 12px;display:grid;place-items:center;font-size:10px;font-weight:700;text-align:center}.contact-stage-grid label{min-height:68px;padding:10px;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px}.contact-stage-grid label>span:last-child{display:grid;gap:3px}.contact-stage-grid strong{font-size:11px;line-height:1.2}.contact-stage-grid small{color:var(--text-muted);font-size:8px;line-height:1.35}.contact-option-grid label:hover,.contact-stage-grid label:hover{border-color:#5432934d;transform:translateY(-1px)}.contact-option-grid label.active,.contact-stage-grid label.active{color:var(--accent-violet);background:#54329311;border-color:#5432935c}.contact-option-grid input,.contact-stage-grid input{position:absolute;opacity:0;pointer-events:none}.contact-stage-grid label.active .project-choice-check{color:#fff;background:var(--accent-violet);border-color:var(--accent-violet)}.contact-estimate-card{padding:22px;background:#fff;border:1px solid rgba(84,50,147,.13);border-left-width:4px;border-radius:13px;box-shadow:0 14px 35px #2215360e}.contact-estimate-card.tight{border-left-color:#bd3549}.contact-estimate-card.aligned{border-left-color:#33875d}.contact-estimate-card.high{border-left-color:#b27625}.contact-estimate-card.monthly-only{border-left-color:var(--accent-violet)}.contact-estimate-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.contact-estimate-card>header>div{display:grid;gap:4px}.contact-estimate-card>header small{color:#543293a3;font-family:var(--font-mono);font-size:8px;letter-spacing:.1em}.contact-estimate-card>header strong{font-size:14px}.contact-estimate-totals{justify-items:end;text-align:right}.contact-estimate-totals>span{color:var(--accent-violet);font-family:var(--font-title);font-size:29px;font-weight:700;line-height:1;letter-spacing:-.04em}.contact-estimate-card>header .contact-estimate-totals>small{color:var(--text-main);font-family:var(--font-sans);font-size:10px;font-weight:700;letter-spacing:0}.contact-estimate-breakdown{margin-top:17px;display:grid;gap:7px}.contact-estimate-breakdown>div{padding-bottom:7px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--text-muted);border-bottom:1px dashed rgba(84,50,147,.12);font-size:10px}.contact-estimate-breakdown>div:last-child{padding-bottom:0;border-bottom:0}.contact-estimate-breakdown strong{color:var(--text-main);font-family:var(--font-mono);font-size:9px;white-space:nowrap}.contact-monthly-summary{margin-top:16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--accent-violet);background:#54329312;border:1px solid rgba(84,50,147,.11);border-radius:9px}.contact-monthly-summary>span{font-size:11px;font-weight:700}.contact-monthly-summary>strong{font-family:var(--font-title);font-size:19px;white-space:nowrap}.contact-monthly-summary small{margin-left:2px;font-family:var(--font-sans);font-size:9px}.contact-estimate-comparison{margin-top:18px;padding:14px 16px;display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;gap:12px;background:#f8f6fa;border-radius:10px}.contact-estimate-comparison>div{display:grid;gap:3px}.contact-estimate-comparison>div:last-child{text-align:right}.contact-estimate-comparison small{color:var(--text-muted);font-size:9px}.contact-estimate-comparison strong{font-size:15px}.contact-estimate-comparison i{height:1px;position:relative;background:#5432932e}.contact-estimate-comparison i:after{content:"";width:5px;height:5px;position:absolute;top:-2px;right:0;border-top:1px solid rgba(84,50,147,.38);border-right:1px solid rgba(84,50,147,.38);transform:rotate(45deg)}.contact-budget-verdict{margin-top:16px;padding:13px 14px;border-radius:9px}.contact-budget-verdict strong{display:block;margin-bottom:4px;font-size:13px}.contact-budget-verdict p{font-size:11px;line-height:1.55}.contact-estimate-card.tight .contact-budget-verdict{color:#8f2637;background:#bd354913}.contact-estimate-card.aligned .contact-budget-verdict{color:#246946;background:#33875d13}.contact-estimate-card.high .contact-budget-verdict{color:#815318;background:#b2762516}.contact-estimate-card.monthly-only .contact-budget-verdict{color:var(--accent-violet);background:#54329313}.contact-estimate-disclaimer{margin-top:15px;color:var(--text-muted);font-size:9px;line-height:1.55}.contact-budget-block{padding:22px;background:#f9f7fb;border:1px solid rgba(84,50,147,.1);border-radius:13px}.contact-budget-block>p{margin-top:8px;color:var(--text-muted);font-size:11px;line-height:1.55}.budget-label-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.budget-value-editor{min-width:118px;height:44px;padding:0 12px;display:flex;align-items:center;justify-content:flex-end;gap:5px;color:var(--accent-violet);background:#fff;border:1px solid rgba(84,50,147,.2);border-radius:9px;transition:border-color .2s ease,box-shadow .2s ease}.budget-value-editor:focus-within{border-color:#5432938c;box-shadow:0 0 0 4px #54329312}.budget-value-editor input{width:86px;padding:0;color:inherit;background:transparent;border:0;outline:0;font-family:var(--font-title);font-size:22px;font-weight:700;letter-spacing:-.03em;text-align:right}.budget-value-editor input::-webkit-inner-spin-button,.budget-value-editor input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.budget-value-editor span{font-family:var(--font-title);font-size:17px;font-weight:700}.budget-slider{width:100%;height:7px;margin:13px 0 3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(90deg,var(--accent-violet) var(--budget-progress),rgba(84,50,147,.12) var(--budget-progress));border-radius:99px;outline:none}.budget-slider::-webkit-slider-thumb{width:22px;height:22px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:5px solid var(--accent-violet);border-radius:50%;box-shadow:0 7px 17px #54329333;cursor:grab}.budget-slider::-moz-range-thumb{width:13px;height:13px;background:#fff;border:5px solid var(--accent-violet);border-radius:50%;box-shadow:0 7px 17px #54329333;cursor:grab}.budget-scale{display:flex;justify-content:space-between;color:var(--text-muted);font-family:var(--font-mono);font-size:8px}.contact-timeline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.contact-timeline-grid button{min-height:75px;padding:13px;display:grid;grid-template-columns:22px 1fr 18px;align-items:center;gap:10px;color:var(--text-main);background:#fbfafc;border:1px solid rgba(84,50,147,.11);border-radius:11px;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.contact-timeline-grid button:hover{border-color:#54329347;transform:translateY(-1px)}.contact-timeline-grid button.active{color:var(--accent-violet);background:#5432930f;border-color:#54329361}.contact-timeline-grid button>svg{color:#543293ad}.contact-timeline-grid button strong,.contact-timeline-grid button small{display:block}.contact-timeline-grid button strong{font-size:12px}.contact-timeline-grid button small{margin-top:4px;color:var(--text-muted);font-size:9px;line-height:1.4}.contact-timeline-grid button>i{width:18px;height:18px;display:grid;place-items:center;color:#fff;background:var(--accent-violet);border-radius:50%;font-style:normal}.contact-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.contact-review-grid article{min-width:0;padding:18px;background:#fbfafc;border:1px solid rgba(84,50,147,.1);border-radius:12px}.contact-review-grid article:nth-child(2){grid-row:span 2}.contact-review-grid article header{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:12px}.contact-review-grid article header>span{display:inline-flex;align-items:center;gap:7px;color:#543293c2;font-family:var(--font-mono);font-size:7px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.contact-review-grid article header button{width:28px;height:28px;display:grid;place-items:center;color:var(--text-muted);background:#fff;border:1px solid rgba(84,50,147,.11);border-radius:8px;cursor:pointer}.contact-review-grid article>strong{display:block;font-size:15px}.contact-review-grid article>p,.contact-review-grid article>small{margin-top:5px;display:block;overflow-wrap:anywhere;color:var(--text-muted);font-size:11px;line-height:1.55}.contact-review-tags{display:flex;flex-wrap:wrap;gap:5px}.contact-review-tags span{padding:5px 7px;color:var(--accent-violet);background:#5432930f;border-radius:6px;font-size:8px;font-weight:700}.contact-consent{margin-top:22px;padding:15px;display:flex;align-items:flex-start;gap:11px;color:var(--text-muted);background:#fff;border:1px solid rgba(84,50,147,.11);border-radius:11px;font-size:11px;line-height:1.55;cursor:pointer}.contact-consent.error{border-color:#b536487a}.contact-consent input{position:absolute;opacity:0;pointer-events:none}.contact-consent-check{width:21px;height:21px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:var(--accent-violet);border:1px solid rgba(84,50,147,.22);border-radius:6px}.contact-consent:not(:has(input:checked)) .contact-consent-check{background:#fff}.contact-privacy-note{margin-top:14px;display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:9px;line-height:1.5}.contact-privacy-note svg{flex:0 0 auto;color:#5ca86f}.contact-submit-error{margin-top:16px;padding:11px 13px;color:#a93042;background:#b536480f;border:1px solid rgba(181,54,72,.14);border-radius:9px;font-size:11px;line-height:1.5}.contact-wizard-actions{padding:20px 42px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border-top:1px solid rgba(84,50,147,.09)}.contact-wizard-actions .glow-btn{min-width:180px;justify-content:center}.contact-wizard-actions button:disabled{opacity:.48;cursor:default}.contact-back-button{min-height:42px;padding:8px 3px;display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);background:none;border:0;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.contact-success-page{min-height:84svh;padding:130px 16px 80px;display:grid;place-items:center;background:linear-gradient(rgba(84,50,147,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.04) 1px,transparent 1px),#faf9fb;background-size:34px 34px}.contact-success-card{width:min(590px,100%);padding:54px;text-align:center;background:#fff;border:1px solid rgba(84,50,147,.12);border-radius:18px;box-shadow:0 30px 80px #2518381a}.contact-success-code{color:#543293a6;font-family:var(--font-mono);font-size:8px;font-weight:700;letter-spacing:.14em}.contact-success-icon{width:76px;height:76px;margin:26px auto 22px;display:grid;place-items:center;color:#fff;background:var(--accent-violet);border-radius:50%;box-shadow:0 14px 35px #5432933d}.contact-success-card h1{font-size:36px;letter-spacing:-.04em}.contact-success-card p{margin:15px auto 28px;max-width:470px;color:var(--text-muted);line-height:1.7}@media(max-width:1080px){.contact-layout{grid-template-columns:1fr;gap:44px}.contact-intro{position:static}.contact-intro h1{max-width:650px}.contact-intro-lead{max-width:640px}.contact-direct-list{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-next-steps{display:none}}@media(max-width:640px){.contact-page{padding:96px 0 68px;background-size:auto,30px 30px,30px 30px,auto}.contact-layout{gap:31px}.contact-intro .section-tag{margin-bottom:13px}.contact-intro h1{margin:0 0 18px;font-size:34px;line-height:1.02}.contact-intro-lead{font-size:14.5px;line-height:1.65}.contact-direct-list{margin-top:23px;grid-template-columns:1fr;gap:0}.contact-direct-list>a,.contact-direct-list>div{padding:8px 0}.contact-wizard{margin-inline:-1px;border-radius:15px}.contact-wizard-header{padding:21px 17px 0}.contact-stepper{margin-top:17px}.contact-stepper button{padding:0 1px 14px;flex-direction:column;gap:5px}.contact-stepper button small{font-size:8px}.contact-step-panel{min-height:0;padding:27px 18px 32px}.contact-step-heading{margin-bottom:26px}.contact-step-heading>span{width:42px;height:42px}.contact-step-heading h2{font-size:27px}.contact-fields{gap:20px}.form-row,.project-choice-grid,.contact-option-grid,.contact-stage-grid,.contact-timeline-grid,.contact-review-grid{grid-template-columns:1fr}.form-input{min-height:50px;font-size:16px}.form-textarea{min-height:145px;font-size:16px}.project-choice{min-height:50px}.project-choice-primary{min-height:64px}.contact-adaptive-fields{padding:16px 13px;gap:20px}.contact-estimate-card{padding:18px 14px}.contact-estimate-totals>span{font-size:24px}.contact-estimate-comparison{padding:13px 11px;grid-template-columns:1fr 24px 1fr;gap:8px}.contact-estimate-comparison strong{font-size:13px}.contact-option-grid label{min-height:45px}.contact-budget-block{padding:18px 15px}.budget-value-editor{min-width:108px}.budget-value-editor input{width:76px;font-size:20px}.contact-timeline-grid button{min-height:68px}.contact-review-grid article:nth-child(2){grid-row:auto}.contact-wizard-actions{padding:16px 18px;position:sticky;bottom:0;z-index:4}.contact-wizard-actions .glow-btn{min-width:155px;min-height:46px;padding-inline:15px}.contact-success-page{padding:105px 16px 60px}.contact-success-card{padding:38px 22px}.contact-success-card h1{font-size:30px}}@media(hover:none)and (pointer:coarse){.project-choice:hover,.contact-option-grid label:hover,.contact-stage-grid label:hover,.contact-timeline-grid button:hover,.contact-direct-list>a:hover{transform:none}}.web-wow-blueprint{width:500px;height:390px;position:absolute;top:88px;left:22px;z-index:-1;overflow:hidden;background:linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px),#6742a5;background-size:27px 27px;border-radius:30px 5px;box-shadow:0 35px 80px #3e27652e;transform:rotate(-9deg)}.web-wow-blueprint:after{content:"";width:180px;height:180px;position:absolute;right:-55px;bottom:-55px;border:1px solid rgba(255,255,255,.28);border-radius:50%;box-shadow:0 0 0 38px #ffffff0f,0 0 0 76px #ffffff0a}.web-wow-blueprint>i{width:9px;height:9px;position:absolute;border-color:#ffffffb3;border-style:solid}.web-wow-blueprint>i:nth-child(1){top:15px;left:15px;border-width:1px 0 0 1px}.web-wow-blueprint>i:nth-child(2){top:15px;right:15px;border-width:1px 1px 0 0}.web-wow-blueprint>i:nth-child(3){bottom:15px;left:15px;border-width:0 0 1px 1px}.web-wow-blueprint>i:nth-child(4){right:15px;bottom:15px;border-width:0 1px 1px 0}.web-wow-manifest{position:absolute;top:112px;right:-4px;z-index:5;display:grid;gap:8px;color:#543293ad;font-family:var(--font-mono);font-size:7px;letter-spacing:.08em;writing-mode:vertical-rl}.web-wow-stamp{width:94px;height:94px;position:absolute;right:38px;bottom:18px;z-index:5;display:grid;align-content:center;color:#543293;border:1px solid rgba(84,50,147,.3);border-radius:50%;text-align:center;transform:rotate(9deg)}.web-wow-stamp:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px dashed rgba(84,50,147,.22);border-radius:inherit}.web-wow-stamp span,.web-wow-stamp strong{position:relative;font-family:var(--font-mono)}.web-wow-stamp span{font-size:6px;letter-spacing:.18em}.web-wow-stamp strong{margin-top:4px;font-size:11px}@media(max-width:640px){.web-wow-manifest,.web-wow-stamp{display:none}.web-wow-blueprint{width:92%;height:345px;top:71px;left:4%}.web-wow-code{right:1%}}.web-page{--web-ink: #171120}.web-services-section{background:linear-gradient(rgba(84,50,147,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.025) 1px,transparent 1px);background-size:32px 32px}.web-section-heading{max-width:720px;margin-inline:auto}.web-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.web-service-card{min-height:410px;padding:30px;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#ffffffe0;border:1px solid var(--border-color);border-radius:14px;box-shadow:0 14px 40px #0f0c1506;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.web-service-card:after{content:"";position:absolute;width:160px;height:160px;right:-90px;top:-90px;border-radius:50%;background:#5432930e;transition:transform .4s ease}.web-service-card:hover{transform:translateY(-7px);border-color:#54329338;box-shadow:0 24px 60px #54329314}.web-service-card:hover:after{transform:scale(1.35)}.web-service-card-top{display:flex;align-items:center;gap:12px;margin-bottom:30px}.web-service-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--accent-violet);background:#5432930f;border:1px solid rgba(84,50,147,.1);border-radius:10px}.web-service-eyebrow{color:var(--accent-violet);font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.web-service-card h3{max-width:300px;margin-bottom:14px;font-size:25px;line-height:1.18}.web-service-card>p{font-size:15px}.web-service-card ul{list-style:none;display:grid;gap:10px;margin-top:auto;padding-top:28px;border-top:1px solid var(--border-color)}.web-service-card li{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px}.web-service-card li svg{color:var(--accent-violet)}.web-quality-section{overflow:hidden}.web-quality-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);align-items:center;gap:clamp(48px,8vw,110px)}.web-quality-copy h2{max-width:520px;margin-bottom:18px;font-size:clamp(36px,4vw,54px);line-height:1.08}.web-quality-copy>p{max-width:580px;font-size:17px}.web-quality-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:32px}.web-quality-point{display:flex;align-items:center;gap:10px;padding:13px 14px;color:var(--web-ink);background:#54329309;border:1px solid rgba(84,50,147,.08);border-radius:9px;font-size:13px;font-weight:600}.web-quality-point svg{flex:0 0 auto;color:var(--accent-violet)}.web-product-visual{min-width:0;height:510px;position:relative;perspective:1200px;isolation:isolate}.web-product-orbit{position:absolute;z-index:-3;border:1px solid rgba(84,50,147,.1);border-radius:50%}.web-product-orbit-one{width:460px;height:460px;top:18px;left:50%;transform:translate(-50%)}.web-product-orbit-two{width:340px;height:340px;top:78px;left:50%;border-style:dashed;transform:translate(-50%)}.web-product-layer{position:absolute;top:76px;right:48px;bottom:54px;left:54px;border:1px solid rgba(84,50,147,.1);border-radius:18px;transform-origin:center}.web-product-layer-back{z-index:-2;background:#54329309;transform:translate3d(28px,-20px,-80px) rotate(5deg)}.web-product-layer-middle{z-index:-1;background:#ffffffa6;box-shadow:0 20px 50px #5432930a;transform:translate3d(-18px,13px,-35px) rotate(-3deg)}.web-product-window{width:calc(100% - 70px);position:absolute;top:58px;left:35px;overflow:hidden;background:#fffffff5;border:1px solid rgba(84,50,147,.13);border-radius:15px;box-shadow:0 34px 80px #301f4b26;transform:rotateY(-4deg) rotateX(2deg);transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s ease}.web-product-visual:hover .web-product-window{transform:rotateY(0) rotateX(0) translateY(-5px);box-shadow:0 42px 90px #301f4b2e}.web-product-window-bar{height:40px;padding:0 13px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:var(--text-muted);background:#fbfafc;border-bottom:1px solid rgba(84,50,147,.08);font-family:var(--font-mono);font-size:9px}.web-product-window-bar>span{display:flex;gap:5px}.web-product-window-bar i{width:6px;height:6px;display:block;border-radius:50%;background:#5432932b}.web-product-window-bar i:first-child{background:#7250aa}.web-product-window-bar>div{padding:5px 28px;background:#fff;border:1px solid rgba(84,50,147,.08);border-radius:5px}.web-product-window-bar b{justify-self:end;font-weight:500;letter-spacing:2px}.web-product-ui{min-height:330px;display:grid;grid-template-columns:55px 1fr}.web-product-ui aside{padding:14px 0;display:flex;align-items:center;flex-direction:column;gap:18px;background:#f8f6fa;border-right:1px solid rgba(84,50,147,.07)}.web-ui-logo{width:27px;height:27px;margin-bottom:9px;display:grid;place-items:center;color:#fff;background:var(--accent-violet);border-radius:7px;font-family:var(--font-title);font-size:12px;font-weight:700}.web-product-ui aside span{width:17px;height:5px;display:block;background:#54329321;border-radius:5px}.web-product-ui aside span.active{height:17px;background:#54329329;box-shadow:inset 0 0 0 5px #f8f6fa,0 0 0 5px #5432930d;border-radius:50%}.web-product-ui aside small{width:22px;height:22px;margin-top:auto;display:block;background:#5432931f;border-radius:50%}.web-ui-content{padding:24px 25px 20px}.web-ui-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.web-ui-topline small,.web-ui-stats small,.web-ui-chart-head small{display:block;color:#8c8495;font-size:8px;line-height:1.3}.web-ui-topline strong{display:block;margin-top:3px;color:var(--text-main);font-family:var(--font-title);font-size:18px}.web-ui-topline button{padding:7px 11px;color:#fff;background:var(--accent-violet);border-radius:6px;font-size:8px}.web-ui-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.web-ui-stats>div{padding:11px;position:relative;background:#faf9fb;border:1px solid rgba(84,50,147,.07);border-radius:8px}.web-ui-stats strong{display:block;margin-top:6px;color:var(--text-main);font-family:var(--font-title);font-size:14px}.web-ui-stats em{position:absolute;right:8px;bottom:11px;color:#568369;font-size:7px;font-style:normal}.web-ui-chart{margin-top:10px;padding:12px 12px 7px;border:1px solid rgba(84,50,147,.07);border-radius:8px}.web-ui-chart-head{display:flex;justify-content:space-between;color:var(--text-main);font-size:9px;font-weight:600}.web-ui-chart svg{width:100%;height:98px;margin-top:5px;overflow:visible}.web-ui-chart .area{fill:url(#webChartFill)}.web-ui-chart .line{fill:none;stroke:#68469e;stroke-width:2;vector-effect:non-scaling-stroke}.web-product-chip,.web-product-score{position:absolute;z-index:3;background:#ffffffdb;border:1px solid rgba(84,50,147,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 35px #301f4b1c}.web-product-chip{padding:10px 13px;color:var(--text-main);border-radius:8px;font-family:var(--font-mono);font-size:9px}.web-product-chip span{margin-right:7px;color:var(--accent-violet)}.web-product-chip i{width:6px;height:6px;margin-right:7px;display:inline-block;background:#60b47d;border-radius:50%;box-shadow:0 0 0 4px #60b47d1a}.web-product-chip-design{top:25px;left:2px}.web-product-chip-api{top:95px;right:-5px}.web-product-score{right:5px;bottom:18px;width:108px;padding:13px 15px;border-radius:10px}.web-product-score span{display:block;color:var(--text-muted);font-size:8px}.web-product-score strong{display:block;margin-top:2px;color:var(--text-main);font-family:var(--font-title);font-size:27px}.web-product-score i{width:34px;height:34px;position:absolute;right:12px;bottom:14px;border:4px solid rgba(84,50,147,.12);border-top-color:var(--accent-violet);border-right-color:var(--accent-violet);border-radius:50%;transform:rotate(25deg)}.web-process-section{background:#54329305}.web-process-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;counter-reset:process}.web-process-list li{min-height:260px;padding:28px;border-top:1px solid rgba(84,50,147,.16);border-right:1px solid var(--border-color)}.web-process-list li:last-child{border-right:0}.web-process-number{display:block;margin-bottom:48px;color:var(--accent-violet);font-family:var(--font-mono);font-size:12px}.web-process-list h3{margin-bottom:12px;font-size:21px}.web-process-list p{font-size:14px}.web-final-cta{padding:96px 0;background:linear-gradient(rgba(84,50,147,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.06) 1px,transparent 1px),#fff;background-size:32px 32px;border-top:1px solid var(--border-color);position:relative;overflow:hidden}.web-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.web-final-cta h2{max-width:720px;margin-bottom:14px;color:var(--text-main);font-size:clamp(34px,4vw,50px)}.web-final-cta p{max-width:650px;color:var(--text-muted)}.web-final-cta .glow-btn{flex:0 0 auto}@media(max-width:960px){.web-service-grid{grid-template-columns:1fr}.web-service-card{min-height:0}.web-service-card ul{margin-top:28px}.web-quality-grid{grid-template-columns:1fr}.web-process-list{grid-template-columns:repeat(2,minmax(0,1fr))}.web-process-list li:nth-child(2){border-right:0}}@media(max-width:640px){.web-quality-grid{gap:42px}.web-quality-points{grid-template-columns:1fr}.web-product-visual{height:420px}.web-product-window{width:calc(100% - 20px);top:52px;left:10px;transform:none}.web-product-layer{top:70px;right:15px;bottom:38px;left:15px}.web-product-chip-design{left:0}.web-product-chip-api{right:0}.web-product-score{right:0;bottom:0}.web-product-ui{grid-template-columns:42px 1fr;min-height:290px}.web-ui-content{padding:19px 14px 14px}.web-ui-topline strong{font-size:14px}.web-ui-topline button,.web-ui-stats em{display:none}.web-ui-stats>div{padding:8px}.web-ui-stats strong{font-size:11px}.web-ui-chart svg{height:70px}.web-process-list li,.web-process-list li:nth-child(2){min-height:0;border-right:0}.web-process-number{margin-bottom:26px}}.web-inner-hero{min-height:88vh;padding:145px 0 105px;position:relative;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--border-color)}.web-inner-hero{background:linear-gradient(rgba(84,50,147,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.035) 1px,transparent 1px),#fbfafc;background-size:32px 32px}.web-inner-hero:after{content:"";width:560px;height:560px;position:absolute;top:50%;right:-220px;background:radial-gradient(circle,rgba(84,50,147,.08),transparent 68%);transform:translateY(-50%);pointer-events:none}.web-inner-hero-grid{display:grid;align-items:center}.web-inner-hero-copy{position:relative;z-index:2;text-align:left}.web-inner-hero-copy .hero-title{font-size:clamp(50px,5.5vw,76px)}.web-inner-hero-copy .hero-subtitle{margin-right:0;margin-left:0}.web-inner-hero-copy .hero-ctas{justify-content:flex-start}.web-hero-ruler{width:1px;position:absolute;top:95px;bottom:42px;left:max(12px,calc((100vw - 1260px)/2));display:flex;flex-direction:column;justify-content:space-between;color:#54329359;background:#5432931f;font-family:var(--font-mono);font-size:7px}.web-hero-ruler span{padding-left:8px}@media(max-width:960px){.web-inner-hero{min-height:auto;padding:135px 0 110px}.web-inner-hero-grid{gap:75px}}@media(max-width:640px){.web-inner-hero-copy .hero-ctas{align-items:stretch;flex-direction:column}.web-inner-hero-copy .hero-ctas a{justify-content:center}.web-hero-ruler{display:none}}.web-inner-hero-grid{grid-template-columns:minmax(0,.72fr) minmax(560px,1.28fr);gap:clamp(55px,7vw,95px)}.web-wow-stage{height:570px;position:relative;isolation:isolate}.web-wow-window{position:absolute;overflow:hidden;background:#ffffffed;border:1px solid rgba(84,50,147,.14);border-radius:14px;box-shadow:0 28px 65px #301f4b21;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.web-wow-design{width:430px;height:270px;top:42px;left:5px;z-index:2;transform:rotate(-5deg)}.web-wow-code{width:310px;height:235px;top:225px;right:0;z-index:3;transform:rotate(4deg)}.web-wow-bar{height:37px;padding:0 12px;display:flex;align-items:center;gap:5px;background:#54329308;border-bottom:1px solid rgba(84,50,147,.08)}.web-wow-bar>i{width:6px;height:6px;background:#5432932b;border-radius:50%}.web-wow-bar>i:first-child{background:var(--accent-violet)}.web-wow-bar>span{margin-left:auto;color:var(--text-muted);font-family:var(--font-mono);font-size:8px}.web-wow-design-body{height:calc(100% - 37px);padding:28px;display:grid;grid-template-columns:1fr 70px;align-items:center;gap:24px}.web-wow-design-body>div>span{width:46px;height:4px;margin-bottom:20px;display:block;background:var(--accent-violet);border-radius:4px}.web-wow-design-body strong,.web-wow-design-body small{display:block}.web-wow-design-body strong{max-width:250px;font-family:var(--font-title);font-size:25px;line-height:1.12}.web-wow-design-body small{margin-top:15px;color:var(--text-muted);font-size:9px}.web-wow-design-body aside{display:grid;gap:9px}.web-wow-design-body aside i{height:38px;display:block;background:#543293;border-radius:8px}.web-wow-design-body aside i:nth-child(2){background:#a98bd0}.web-wow-design-body aside i:nth-child(3){background:#ece6f3}.web-wow-code code{padding:24px 27px;display:block;color:#574f60;font-family:var(--font-mono);font-size:11px;line-height:2.05}.web-wow-code code b{color:var(--accent-violet)}.web-wow-code code em{color:#57906b;font-style:normal}.web-wow-ship{width:275px;padding:18px 20px;position:absolute;bottom:33px;left:58px;z-index:4;background:#ffffffeb;border:1px solid rgba(84,50,147,.13);border-radius:11px;box-shadow:0 20px 50px #301f4b1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.web-wow-ship>span,.web-wow-ship>strong,.web-wow-ship>small{display:block}.web-wow-ship>span{color:#4f8763;font-family:var(--font-mono);font-size:7px}.web-wow-ship>span i{width:6px;height:6px;margin-right:6px;display:inline-block;background:#61b77f;border-radius:50%}.web-wow-ship>strong{margin-top:9px;font-size:14px}.web-wow-ship>small{margin-top:4px;color:var(--text-muted);font-family:var(--font-mono);font-size:7px}.web-wow-axis{position:absolute;right:15px;bottom:6px;left:15px;display:flex;align-items:center;gap:9px;color:#5432936b;font-family:var(--font-mono);font-size:7px}.web-wow-axis i{height:1px;flex:1;background:#54329324}@media(max-width:960px){.web-inner-hero-grid{grid-template-columns:1fr}.web-wow-stage{max-width:680px;width:100%;margin-inline:auto}}@media(max-width:640px){.web-wow-design{width:88%;left:0}.web-wow-code{width:68%}.web-wow-code code{padding:17px 19px;font-size:9px}.web-wow-design-body{padding:20px;grid-template-columns:1fr 45px}.web-wow-design-body strong{font-size:19px}.web-wow-design-body small{font-size:7px}.web-wow-ship{width:225px;left:5px}.web-wow-axis{display:none}}@media(max-width:860px){.web-service-grid,.web-quality-grid{grid-template-columns:1fr}}@media(max-width:640px){.web-inner-hero{min-height:auto;padding:105px 0 70px!important}.web-inner-hero-grid{gap:36px!important}.web-inner-hero-copy .hero-title{margin-bottom:22px;font-size:clamp(38px,10.8vw,43px)!important;line-height:1.08}.web-inner-hero-copy .hero-subtitle{margin-bottom:28px;font-size:15.5px;line-height:1.62}.web-services-section,.web-process-section,.web-quality-section{padding:68px 0}.web-section-heading{margin:0 0 34px;text-align:left}.web-section-heading .section-title{font-size:31px;line-height:1.08;letter-spacing:-.035em}.web-section-heading>p{font-size:15px;line-height:1.65}.web-service-grid{grid-template-columns:1fr;gap:12px}.web-wow-stage{height:410px}.web-wow-design{height:210px}.web-wow-code{top:178px;height:190px}.web-wow-ship{bottom:9px}.web-service-card{min-height:0;padding:22px;border-radius:15px}.web-process-list{grid-template-columns:1fr;gap:0}.web-process-list li{min-height:0;padding:22px 0;border-right:0;border-bottom:1px solid var(--border-color)}.web-quality-grid,.web-final-cta-inner{gap:30px}.web-final-cta-inner{align-items:stretch;flex-direction:column}.web-final-cta-inner .glow-btn{width:100%;min-height:49px;justify-content:center}}.game-service-diagram{position:relative;flex:0 0 auto;overflow:hidden;background:linear-gradient(rgba(84,50,147,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.035) 1px,transparent 1px),#faf8fc;background-size:28px 28px;border-bottom:1px solid rgba(84,50,147,.08)}.game-service-diagram svg{width:100%;height:132px;display:block;overflow:visible}.game-service-diagram circle,.game-service-diagram rect{fill:#ffffffeb;stroke:#54329333;stroke-width:1.2;vector-effect:non-scaling-stroke}.game-service-diagram text{fill:#4e4658;font-family:var(--font-mono);font-size:9px}.game-service-diagram>span{position:absolute;right:0;bottom:9px;left:0;color:var(--text-muted);font-family:var(--font-mono);font-size:8px;text-align:center}.game-dev-diagram circle{fill:var(--accent-violet);stroke:var(--accent-violet)}.game-dev-diagram text[x="280"]{fill:transparent}.game-service-titleline{width:100%;display:flex;align-items:center;justify-content:space-between;color:var(--accent-violet)}@media(max-width:640px){.game-service-diagram{padding-inline:8px}.game-service-diagram svg{height:112px}}.game-inner-hero-copy{position:relative;z-index:3}.game-inner-hero-copy .secondary-btn:hover{color:var(--accent-violet);background:#fff;border-color:#5432934d}.game-diorama-stage{width:100%;height:620px;position:relative;isolation:isolate}.game-diorama-stage:before,.game-diorama-stage:after{content:"";position:absolute;z-index:-1;border:1px dashed rgba(84,50,147,.12);border-radius:50%;pointer-events:none}.game-diorama-stage:before{width:500px;height:500px;top:58px;left:50%;transform:translate(-50%)}.game-diorama-stage:after{width:385px;height:385px;top:116px;left:50%;border-style:solid;opacity:.55;transform:translate(-50%)}.game-diorama-head,.game-diorama-foot{position:absolute;right:20px;left:20px;z-index:3;display:flex;align-items:center;color:#543293a8;font-family:var(--font-mono);font-size:8px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.game-diorama-head{top:20px;justify-content:space-between}.game-diorama-head span{display:inline-flex;align-items:center;gap:9px}.game-diorama-head i{width:7px;height:7px;display:block;background:#63aa78;border-radius:50%;box-shadow:0 0 0 5px #63aa781a}.game-diorama-head strong{color:#0f0c1561;font:inherit}.game-diorama-svg{width:100%;height:100%;position:relative;z-index:2;display:block;overflow:visible}.game-diorama-surface{fill:url(#dioramaSurface);stroke:none;filter:drop-shadow(0 34px 30px rgba(52,31,82,.1))}.game-diorama-grid path,.game-diorama-outline path,.game-diorama-road path,.game-diorama-building path,.game-diorama-server path,.game-diorama-trees path{fill:none;stroke:#7650ad;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.game-diorama-grid path{stroke:#54329324;stroke-width:.85;stroke-dasharray:2 7}.game-diorama-outline path{stroke-width:1.7;stroke-dasharray:2 8}.game-diorama-outline path.primary{stroke:#543293;stroke-width:2.4;stroke-dasharray:3 9}.game-diorama-outline path.final-dotted{stroke-dasharray:2 8!important;stroke-dashoffset:0!important}.game-diorama-outline path.primary.final-dotted{stroke-dasharray:3 9!important}.game-diorama-road path{stroke:#54329380;stroke-width:1.2}.game-diorama-road path.dashed{stroke-width:2;stroke-dasharray:7 8}.game-diorama-building path,.game-diorama-server path,.game-diorama-trees path{stroke-width:1.55}.game-diorama-building path.primary,.game-diorama-server path.primary,.game-diorama-trees path.primary{stroke-width:2.3}.game-diorama-building path.detail,.game-diorama-server path.detail{stroke:#5432937a;stroke-width:1}.game-diorama-trees path.canopy{stroke:#68429e;stroke-width:1.8}.game-diorama-trees path.canopy-detail{stroke:#5432937a;stroke-width:1}.game-diorama-trees path.trunk{stroke:#543293;stroke-width:1.45}.game-diorama-trees path.tree-shadow{stroke:#54329338;stroke-width:1;stroke-dasharray:2 5}.game-diorama-portal .portal-ring{fill:#ffffff8f;stroke:#7650ad;stroke-width:2;stroke-dasharray:3 6;transform-origin:373px 390px;animation:diorama-orbit 12s linear infinite}.game-diorama-portal .portal-ring.inner{stroke:#5432937a;animation-direction:reverse;animation-duration:8s}.game-diorama-portal circle{fill:#543293;filter:url(#dioramaGlow);transform-origin:373px 390px}.game-diorama-beacon circle{fill:none;stroke:#5432938a;stroke-width:1.4;transform-origin:536px 238px;animation:diorama-pulse 2.6s ease-out infinite}.game-diorama-beacon circle:first-child{fill:#63aa78;stroke:#fff;stroke-width:3;animation:none}.game-diorama-beacon circle:last-child{animation-delay:.55s}.game-diorama-foot{bottom:18px;justify-content:center;gap:10px;color:#0f0c156b;font-size:7px}.game-diorama-foot i{width:28px;height:1px;display:block;background:#5432932e}.game-diorama-scan{width:65%;height:1px;position:absolute;top:78px;left:18%;z-index:4;opacity:.42;background:linear-gradient(90deg,transparent,rgba(84,50,147,.5),transparent);box-shadow:0 5px 20px #5432932e;pointer-events:none}@keyframes diorama-orbit{to{transform:rotate(360deg)}}@keyframes diorama-pulse{0%{opacity:.75;transform:scale(.7)}75%,to{opacity:0;transform:scale(1.6)}}@media(max-width:1040px){.game-inner-hero-grid{grid-template-columns:1fr}.game-diorama-stage{max-width:680px;margin-inline:auto}}@media(max-width:640px){.game-inner-hero{min-height:auto}.game-inner-hero-grid{gap:50px}.game-diorama-stage:before{top:44px}.game-diorama-stage:after{top:86px}.game-diorama-head{top:5px;right:3px;left:3px}.game-diorama-foot{right:0;bottom:0;left:0}.game-diorama-scan{top:42px}}@media(prefers-reduced-motion:reduce){.game-diorama-portal .portal-ring,.game-diorama-beacon circle{animation:none}.game-diorama-scan{display:none}}.game-service-diagram{height:235px;padding:25px 24px 18px}.game-infra-flow{min-height:145px;display:grid;grid-template-columns:minmax(92px,1fr) 62px minmax(92px,1fr) 62px minmax(92px,1fr);align-items:center}.game-diagram-node{min-height:104px;padding:13px 8px;display:flex;align-items:center;flex-direction:column;justify-content:center;color:var(--accent-violet);background:#ffffffeb;border:1px solid rgba(84,50,147,.13);border-radius:10px;text-align:center;box-shadow:0 10px 26px #301f4b0d}.game-diagram-node.protected{background:#54329311;border-color:#54329338}.game-diagram-node strong{margin-top:8px;color:var(--text-main);font-size:11px}.game-diagram-node small{margin-top:3px;color:var(--text-muted);font-size:8px}.game-diagram-connector{display:flex;align-items:center;justify-content:center;position:relative;color:#54329380}.game-diagram-connector:before{content:"";position:absolute;right:10px;left:8px;border-top:1px solid rgba(84,50,147,.2)}.game-diagram-connector span{position:absolute;top:-23px;color:var(--text-muted);font-family:var(--font-mono);font-size:6px;white-space:nowrap}.game-diagram-connector i{width:4px;height:4px;position:relative;z-index:1;margin:0 3px;background:#bc7873;border-radius:50%}.game-diagram-connector.clean i{background:#5cae79}.game-diagram-connector svg{position:absolute;right:2px;z-index:1;background:#f7f4fa}.game-diagram-result{padding-top:13px;display:flex;align-items:center;justify-content:center;gap:9px;color:#494151;border-top:1px solid rgba(84,50,147,.08);font-size:9px;font-weight:600}.game-diagram-result i{width:6px;height:6px;display:block;background:#5caf79;border-radius:50%;box-shadow:0 0 0 4px #5caf791a}.game-diagram-node>svg,.game-system-node>svg,.game-system-core>svg,.game-diagram-connector>svg{width:20px;height:20px;flex:0 0 auto;overflow:visible}.game-diagram-connector>svg{width:15px;height:15px}.game-diagram-node>svg *,.game-system-node>svg *,.game-system-core>svg *,.game-diagram-connector>svg *{fill:none;stroke:currentColor;stroke-width:2}.game-dev-system{min-height:145px;display:grid;grid-template-columns:1fr 118px 1fr;grid-template-rows:1fr 1fr;align-items:center;gap:9px 22px;position:relative}.game-dev-system:before,.game-dev-system:after{content:"";width:150px;height:85px;position:absolute;top:29px;left:50%;border:1px dashed rgba(84,50,147,.2);border-top:0;border-bottom:0;transform:translate(-50%);pointer-events:none}.game-dev-system:after{width:1px;height:120px;top:12px;border:0;border-left:1px dashed rgba(84,50,147,.2)}.game-system-node{min-height:56px;padding:9px 10px;display:flex;align-items:center;gap:8px;position:relative;z-index:1;color:var(--accent-violet);background:#ffffffeb;border:1px solid rgba(84,50,147,.12);border-radius:9px}.game-system-node.gameplay{grid-column:1;grid-row:1}.game-system-node.data{grid-column:1;grid-row:2}.game-system-node.tools{grid-column:3;grid-row:1}.game-system-node.community{grid-column:3;grid-row:2}.game-system-node span{min-width:0}.game-system-node strong,.game-system-node small{display:block;white-space:nowrap}.game-system-node strong{color:var(--text-main);font-size:9px}.game-system-node small{margin-top:2px;color:var(--text-muted);font-size:7px}.game-system-core{width:94px;height:94px;grid-column:2;grid-row:1 / 3;place-self:center;z-index:2;display:flex;align-items:center;flex-direction:column;justify-content:center;color:#fff;background:var(--accent-violet);border:7px solid #eee8f5;border-radius:50%;box-shadow:0 15px 32px #54329333}.game-system-core strong{margin-top:6px;font-size:9px}@media(max-width:640px){.game-service-diagram{height:220px;padding:20px 10px 14px}.game-infra-flow{grid-template-columns:minmax(72px,1fr) 26px minmax(72px,1fr) 26px minmax(72px,1fr)}.game-diagram-node{min-height:94px;padding-inline:4px}.game-diagram-node strong{font-size:9px}.game-diagram-node small,.game-diagram-connector span{display:none}.game-diagram-connector i:nth-of-type(2),.game-diagram-connector i:nth-of-type(3){display:none}.game-dev-system{grid-template-columns:1fr 88px 1fr;gap:7px 8px}.game-system-node{padding:8px 6px}.game-system-node svg{display:none}.game-system-node small{display:none}.game-system-core{width:78px;height:78px}.game-diagram-result{font-size:8px}}.game-pain-section,.game-services-section,.game-launch-section,.game-method-section{padding:110px 0;border-top:1px solid var(--border-color)}.game-pain-section{background:linear-gradient(rgba(84,50,147,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.035) 1px,transparent 1px),#fff;background-size:32px 32px}.game-pain-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(350px,.6fr);align-items:end;gap:70px}.game-pain-intro .section-tag{grid-column:1 / -1;width:fit-content;margin-bottom:-46px;background:#fff}.game-pain-intro h2,.game-services-heading h2,.game-method-heading h2{font-size:clamp(42px,5vw,64px);line-height:1.04}.game-pain-intro>p,.game-services-heading>p{padding-bottom:5px;font-size:17px}.game-pain-list{margin-top:75px;border-top:1px solid rgba(84,50,147,.18)}.game-pain-list article{padding:30px 0;display:grid;grid-template-columns:55px minmax(240px,.85fr) 70px minmax(300px,1fr);align-items:center;gap:28px;border-bottom:1px solid rgba(84,50,147,.1)}.game-pain-list article>span{color:var(--accent-violet);font-family:var(--font-mono);font-size:11px}.game-pain-list h3{font-size:20px;line-height:1.3}.game-pain-list p{font-size:14px}.game-pain-arrow{color:#5432935c}.game-services-section{overflow:hidden;background:var(--bg-main)}.game-services-heading{max-width:820px}.game-services-heading h2{margin-bottom:20px}.game-service-duo{display:grid}.game-service-track{grid-template-columns:minmax(390px,.9fr) minmax(0,1.1fr);align-items:stretch;overflow:hidden;background:#fff;border:1px solid rgba(84,50,147,.1);box-shadow:0 26px 70px #301f4b12}.game-service-copy{display:flex;align-items:flex-start;flex-direction:column}.game-service-copy>svg{margin:45px 0 25px;color:var(--accent-violet)}.game-service-index{color:var(--accent-violet);font-family:var(--font-mono);font-size:10px;letter-spacing:.06em}.game-service-copy h3{max-width:530px;margin-bottom:18px;line-height:1.08}.game-service-copy>p{max-width:590px}.game-service-copy ul{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;border-top:1px solid var(--border-color)}.game-service-copy li{display:flex;align-items:flex-start;gap:8px;color:var(--text-muted)}.game-service-copy li svg{flex:0 0 auto;margin-top:2px;color:var(--accent-violet)}.game-inline-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent-violet);font-size:13px;font-weight:700}.game-inline-link:hover{gap:12px}.game-launch-section{overflow:hidden;background:#fff}.game-launch-grid{display:grid;grid-template-columns:minmax(320px,.7fr) minmax(500px,1.3fr);align-items:center;gap:clamp(65px,9vw,125px)}.game-launch-copy h2{margin-bottom:22px;font-size:clamp(38px,4.3vw,56px);line-height:1.06}.game-launch-copy>p{margin-bottom:30px;font-size:16px}.game-launch-visual{height:430px;position:relative}.game-launch-time{position:absolute;top:0;right:0;z-index:2;text-align:right}.game-launch-time small{display:block;color:var(--text-muted);font-family:var(--font-mono);font-size:8px}.game-launch-time strong{display:block;color:#5432931f;font-family:var(--font-title);font-size:clamp(74px,9vw,128px);line-height:.95}.game-launch-visual svg{width:100%;height:280px;position:absolute;top:100px;overflow:visible}.game-launch-visual .gridline{fill:none;stroke:#54329314;stroke-width:1;vector-effect:non-scaling-stroke}.game-launch-visual .launch-area{fill:#5432930f}.game-launch-visual .launch-line{fill:none;stroke:var(--accent-violet);stroke-width:2.5;vector-effect:non-scaling-stroke}.game-launch-marker{width:1px;height:255px;position:absolute;top:115px;left:58%;background:#5432932e}.game-launch-marker i{width:11px;height:11px;position:absolute;top:81px;left:-5px;background:var(--accent-violet);border:3px solid white;border-radius:50%;box-shadow:0 0 0 6px #54329314}.game-launch-marker span{position:absolute;top:35px;left:10px;color:var(--accent-violet);font-family:var(--font-mono);font-size:8px;white-space:nowrap}.game-launch-labels{position:absolute;right:0;bottom:0;left:0;display:flex;justify-content:space-between;color:var(--text-muted);font-family:var(--font-mono);font-size:8px}.game-method-section{background:#54329305}.game-method-heading{display:grid;grid-template-columns:.55fr 1fr;align-items:end;gap:60px;margin-bottom:70px}.game-method-heading .section-tag{width:fit-content}.game-method-list{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;border-top:1px solid rgba(84,50,147,.17)}.game-method-list li{min-height:285px;padding:27px;border-right:1px solid var(--border-color)}.game-method-list li:last-child{border-right:0}.game-method-list li>span{display:block;margin-bottom:50px;color:var(--accent-violet);font-family:var(--font-mono);font-size:10px}.game-method-list svg{margin-bottom:18px;color:var(--accent-violet)}.game-method-list h3{margin-bottom:10px;font-size:19px}.game-method-list p{font-size:13px}.game-final-cta{padding:96px 0;background:linear-gradient(rgba(84,50,147,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.06) 1px,transparent 1px),#fff;background-size:32px 32px;border-top:1px solid var(--border-color)}.game-final-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:60px}.game-final-cta h2{max-width:780px;margin-bottom:16px;font-size:clamp(38px,4.5vw,56px)}.game-final-cta p{max-width:720px;font-size:16px}.game-final-cta .section-tag{background:#fff}.game-final-actions{display:flex;align-items:center;flex-direction:column;gap:12px}.game-final-actions span{color:var(--text-muted);font-size:9px}@media(max-width:980px){.game-pain-intro,.game-method-heading{grid-template-columns:1fr;gap:25px}.game-pain-intro .section-tag{margin-bottom:0}.game-pain-list article{grid-template-columns:40px 1fr;gap:15px 24px}.game-pain-arrow{display:none}.game-pain-list p{grid-column:2}.game-service-track,.game-launch-grid{grid-template-columns:1fr}.game-method-list{grid-template-columns:repeat(2,1fr)}.game-method-list li:nth-child(2){border-right:0}.game-final-cta-inner{grid-template-columns:1fr}.game-final-actions{align-items:flex-start}}@media(max-width:640px){.game-pain-list{margin-top:50px}.game-pain-list article{padding:24px 0}.game-service-duo{gap:45px}.game-service-copy>svg{margin:32px 0 20px}.game-launch-visual{height:340px}.game-launch-time strong{font-size:70px}.game-launch-visual svg{top:75px;height:225px}.game-launch-marker{top:90px;height:205px}.game-method-list{grid-template-columns:1fr}.game-method-list li,.game-method-list li:nth-child(2){min-height:0;border-right:0;border-bottom:1px solid var(--border-color)}.game-method-list li>span{margin-bottom:28px}}.game-inner-hero{padding:145px 0 105px;position:relative;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--border-color)}.game-inner-hero-copy .hero-title{font-size:clamp(50px,5.5vw,76px)}.game-inner-hero-copy .hero-subtitle{margin-right:0;margin-left:0}.game-inner-hero-copy .hero-ctas{justify-content:flex-start}.game-inner-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);align-items:center;gap:clamp(55px,8vw,105px)}.game-inner-hero-copy{text-align:left}@media(max-width:960px){.game-inner-hero{min-height:auto;padding:135px 0 110px}.game-inner-hero-grid{grid-template-columns:1fr}.game-inner-hero-grid{gap:75px}}@media(max-width:640px){.game-inner-hero{padding:120px 0 105px}.game-inner-hero-copy .hero-ctas{align-items:stretch;flex-direction:column}.game-inner-hero-copy .hero-ctas a{justify-content:center}}.game-inner-hero{min-height:95vh;color:#fff;background:radial-gradient(circle at 72% 45%,rgba(117,77,177,.27),transparent 30%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#130f19;background-size:auto,34px 34px,34px 34px,auto}.game-inner-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(19,15,25,.92) 0%,transparent 58%);pointer-events:none}.game-inner-hero-grid{position:relative;z-index:2}.game-inner-hero-copy .hero-title{color:#fff}.game-inner-hero-copy .hero-subtitle{color:#fff9}.game-inner-hero-copy .section-tag{color:#c6aceb;background:#b18ce314;border-color:#b18ce32e}.game-inner-hero-copy .secondary-btn{color:#ffffffc7;background:#ffffff0a;border-color:#ffffff1f}.game-services-section{padding:90px 0}.game-services-heading{margin-bottom:48px}.game-service-duo{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.game-service-track{min-height:0;display:flex;flex-direction:column;border-radius:15px}.game-service-copy{height:100%;padding:28px 30px 30px}.game-service-copy h3{margin-top:25px;font-size:clamp(26px,2.5vw,34px)}.game-service-copy>p{font-size:13px}.game-service-copy ul{gap:9px 16px;margin-top:22px;padding-top:20px}.game-service-copy li{font-size:11px}.game-inline-link{margin-top:24px;padding-top:0}@media(max-width:980px){.game-service-duo{grid-template-columns:1fr}}@media(max-width:640px){.game-services-section{padding:72px 0}.game-service-copy{padding:25px 22px 27px}.game-service-copy ul{grid-template-columns:1fr}}.game-page .game-inner-hero{min-height:94svh;color:var(--text-main);background:radial-gradient(circle at 76% 43%,rgba(111,67,174,.11),transparent 32%),linear-gradient(rgba(84,50,147,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.035) 1px,transparent 1px),#faf9fb;background-size:auto,34px 34px,34px 34px,auto}.game-page .game-inner-hero:before{background:linear-gradient(90deg,rgba(250,249,251,.98) 0%,rgba(250,249,251,.72) 43%,transparent 68%)}.game-page .game-inner-hero-grid{grid-template-columns:minmax(0,.78fr) minmax(540px,1.22fr);gap:clamp(48px,6vw,88px)}.game-page .game-inner-hero-copy .hero-title{color:var(--text-main)}.game-page .game-inner-hero-copy .hero-subtitle{color:var(--text-muted)}.game-page .game-inner-hero-copy .section-tag{color:var(--accent-violet);background:#5432930e;border-color:#54329321}.game-page .game-inner-hero-copy .secondary-btn{color:var(--text-main);background:#ffffffa8;border-color:#54329321}@media(max-width:1040px){.game-page .game-inner-hero-grid{grid-template-columns:1fr}}@media(max-width:860px){.game-pain-list,.game-launch-grid{grid-template-columns:1fr}}@media(max-width:640px){.game-page .game-inner-hero{min-height:auto;padding:105px 0 70px!important}.game-page .game-inner-hero-grid{gap:36px!important}.game-inner-hero-copy .hero-title{margin-bottom:22px;font-size:clamp(38px,10.8vw,43px)!important;line-height:1.08}.game-inner-hero-copy .hero-subtitle{margin-bottom:28px;font-size:15.5px;line-height:1.62}.game-pain-section,.game-services-section,.game-launch-section,.game-method-section{padding:68px 0}.game-pain-list,.game-service-duo,.game-method-list{grid-template-columns:1fr;gap:12px}.game-pain-list article,.game-service-track{border-radius:15px}.game-diorama-stage{height:355px}.game-diorama-stage:before{width:300px;height:300px}.game-diorama-stage:after{width:220px;height:220px}.game-diorama-svg{transform:scale(1.08)}.game-pain-list article,.game-service-copy{padding:22px}.game-service-diagram{min-height:270px}.game-launch-grid,.game-method-list,.game-final-cta-inner{grid-template-columns:1fr;gap:30px}.game-final-actions{width:100%;flex-direction:column;gap:10px}}.portfolio-inner-hero{padding-top:138px}.portfolio-inner-hero:before{top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(251,250,252,.96) 0%,rgba(251,250,252,.6) 45%,transparent 70%);pointer-events:none}.portfolio-inner-grid{position:relative;z-index:2}.portfolio-inner-copy .hero-ctas{display:flex}.portfolio-list-heading h2{margin:18px 0 12px;font-size:clamp(38px,4.5vw,62px);letter-spacing:-.05em}.portfolio-list-heading>p{max-width:560px;color:var(--text-muted)}.portfolio-project-card{min-height:500px}.portfolio-project-visual{border-radius:0}.portfolio-project-visual>img{aspect-ratio:auto}.portfolio-project-copy{justify-content:center}.portfolio-project-copy h3{margin-top:28px;letter-spacing:-.04em}.portfolio-project-copy blockquote{padding-top:24px;border-top:1px solid rgba(84,50,147,.1)}@media(max-width:1040px){.portfolio-inner-grid,.portfolio-project-card{grid-template-columns:1fr}.portfolio-project-visual{min-height:440px}}@media(max-width:640px){.portfolio-inner-hero{min-height:auto}.portfolio-inner-grid{gap:50px}.portfolio-inner-copy .hero-ctas{align-items:stretch;flex-direction:column}.portfolio-inner-copy .hero-ctas a{justify-content:center}.portfolio-project-card{min-height:0}}.portfolio-projects{padding:105px 0;border-top:1px solid var(--border-color)}.portfolio-list-heading h2,.portfolio-final-cta h2{font-size:clamp(42px,5vw,64px);line-height:1.04}.portfolio-projects{background:var(--bg-main)}.portfolio-list-heading{margin-bottom:60px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.5fr);align-items:end;gap:60px}.portfolio-list-heading .section-tag{grid-column:1 / -1;width:fit-content;margin-bottom:-42px}.portfolio-list-heading>p{padding-bottom:5px;font-size:15px}.portfolio-project-card{overflow:hidden;background:#fff;border:1px solid rgba(84,50,147,.1);box-shadow:0 30px 75px #301f4b14}.portfolio-project-visual{position:relative;overflow:hidden;background:#111}.portfolio-project-visual>img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;display:block;object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.16,1,.3,1),opacity .4s ease}.portfolio-project-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.72))}.portfolio-project-visual:hover>img{transform:scale(1.025);opacity:.88}.portfolio-project-logo{position:absolute;z-index:2;overflow:hidden;border:1px solid rgba(255,255,255,.17);box-shadow:0 12px 28px #00000040}.portfolio-project-logo img{width:100%;height:100%;display:block;object-fit:cover}.portfolio-project-visual>span{position:absolute;z-index:2;display:flex;align-items:center;gap:8px;color:#fff;font-weight:700}.portfolio-project-copy{display:flex;align-items:flex-start;flex-direction:column}.portfolio-project-meta{display:flex;align-items:center}.portfolio-project-meta span{color:var(--accent-violet);background:#5432930d;border:1px solid rgba(84,50,147,.08);border-radius:100px;font-family:var(--font-mono)}.portfolio-project-meta span:first-child{margin-right:auto;padding:0;background:transparent;border:0;font-size:10px}.portfolio-project-copy h3{margin-bottom:16px}.portfolio-project-copy blockquote{color:var(--text-main);border-left:2px solid #ff4f00;font-family:var(--font-title);font-weight:600;line-height:1.45}.portfolio-project-copy blockquote small{margin-top:8px;display:block;color:var(--text-muted);font-family:var(--font-mono);font-size:8px;font-weight:400}.portfolio-project-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:10px}.portfolio-project-actions .glow-btn,.portfolio-project-actions .secondary-btn{padding:10px 17px;font-size:11px}.portfolio-final-cta{padding:96px 0;background:linear-gradient(rgba(84,50,147,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.06) 1px,transparent 1px),#fff;background-size:32px 32px;border-top:1px solid var(--border-color)}.portfolio-final-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:55px}.portfolio-final-cta h2{margin-bottom:15px}.portfolio-final-cta p{max-width:680px;font-size:15px}.portfolio-final-cta .section-tag{background:#fff}@media(max-width:960px){.portfolio-project-card{grid-template-columns:1fr}.portfolio-project-visual{min-height:430px}.portfolio-project-copy{min-height:480px}.portfolio-final-cta-inner{grid-template-columns:1fr}}@media(max-width:700px){.portfolio-projects{padding:78px 0}.portfolio-list-heading{grid-template-columns:1fr;gap:22px}.portfolio-list-heading .section-tag{margin-bottom:0}.portfolio-project-visual{min-height:280px}.portfolio-project-copy{padding:30px 24px}.portfolio-project-meta{margin-bottom:35px}.portfolio-project-meta span:first-child{display:none}.portfolio-project-actions{margin-top:28px}.portfolio-final-cta{padding:78px 0}}.portfolio-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.portfolio-project-card{min-width:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;border-radius:14px}.portfolio-project-visual{min-height:0;aspect-ratio:16 / 10}.portfolio-project-logo{width:45px;height:45px;top:14px;left:14px;border-radius:10px}.portfolio-project-visual>span{right:16px;bottom:14px;font-size:9px}.portfolio-project-copy{min-height:360px;padding:25px}.portfolio-project-meta{margin-bottom:30px;gap:5px}.portfolio-project-meta span{padding:4px 6px;font-size:6px}.portfolio-project-copy h3{font-size:27px}.portfolio-project-copy>p{font-size:13px}.portfolio-project-copy blockquote{margin-top:20px;padding:12px 0 12px 14px;font-size:13px}.portfolio-project-actions{padding-top:24px}@media(max-width:1050px){.portfolio-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.portfolio-project-grid{grid-template-columns:1fr}.portfolio-project-copy{min-height:0}}.portfolio-inner-hero{padding:145px 0 105px;position:relative;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--border-color)}.portfolio-inner-copy .hero-title{font-size:clamp(50px,5.5vw,76px)}.portfolio-inner-copy .hero-subtitle{margin-right:0;margin-left:0}.portfolio-inner-copy .hero-ctas{justify-content:flex-start}.portfolio-inner-hero:before{content:"ARCHIVE / NEUTRONCORE";position:absolute;right:-45px;bottom:50%;color:#5432933b;font-family:var(--font-mono);font-size:8px;letter-spacing:.12em;transform:rotate(90deg)}.portfolio-inner-grid{display:grid}.portfolio-inner-copy{text-align:left}@media(max-width:960px){.portfolio-inner-hero{min-height:auto;padding:135px 0 110px}.portfolio-inner-grid{gap:55px}}@media(max-width:640px){.portfolio-inner-hero{padding:120px 0 105px}.portfolio-inner-hero:before{display:none}}.portfolio-inner-hero{min-height:88vh;background:radial-gradient(circle at 76% 44%,rgba(84,50,147,.09),transparent 31%),linear-gradient(rgba(84,50,147,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.025) 1px,transparent 1px),#fff;background-size:auto,36px 36px,36px 36px,auto}.portfolio-inner-grid{grid-template-columns:minmax(0,.72fr) minmax(520px,1.28fr);align-items:center;gap:clamp(60px,8vw,105px)}@media(max-width:960px){.portfolio-inner-grid{grid-template-columns:1fr}}.portfolio-page .portfolio-inner-hero{min-height:92svh;padding-top:138px;background:radial-gradient(circle at 77% 46%,rgba(84,50,147,.08),transparent 31%),linear-gradient(rgba(84,50,147,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.028) 1px,transparent 1px),#fbfafc;background-size:auto,38px 38px,38px 38px,auto}.portfolio-page .portfolio-inner-hero:before{content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(251,250,252,.96) 0%,rgba(251,250,252,.6) 45%,transparent 70%);transform:none}.portfolio-page .portfolio-inner-grid{grid-template-columns:minmax(0,.78fr) minmax(530px,1.22fr);align-items:center;gap:clamp(50px,7vw,105px);position:relative;z-index:2}.portfolio-page .portfolio-inner-copy .hero-ctas{display:flex;justify-content:flex-start}@media(max-width:1040px){.portfolio-page .portfolio-inner-grid{grid-template-columns:1fr}}@media(max-width:640px){.portfolio-page .portfolio-inner-hero{min-height:auto;padding:105px 0 70px!important}.portfolio-page .portfolio-inner-grid{gap:36px!important}.portfolio-page .portfolio-inner-copy .hero-ctas{align-items:stretch;flex-direction:column}.portfolio-page .portfolio-inner-copy .hero-ctas a{justify-content:center}.portfolio-inner-copy .hero-title{margin-bottom:22px;font-size:clamp(38px,10.8vw,43px)!important;line-height:1.08}.portfolio-inner-copy .hero-subtitle{margin-bottom:28px;font-size:15.5px;line-height:1.62}.portfolio-projects,.portfolio-final-cta{padding:68px 0}.portfolio-project-grid{grid-template-columns:1fr;gap:12px}.portfolio-list-heading{margin-bottom:34px;gap:14px}.portfolio-list-heading .section-tag{margin-bottom:0}.portfolio-list-heading h2,.portfolio-final-cta h2{font-size:34px;line-height:1.05}.portfolio-project-card{border-radius:15px}.portfolio-project-visual{min-height:0;aspect-ratio:16 / 10}.portfolio-project-copy{padding:23px}.portfolio-project-meta{margin-bottom:24px;overflow-x:auto;scrollbar-width:none}.portfolio-project-copy h3{font-size:29px}.portfolio-project-actions{width:100%}.portfolio-project-actions .glow-btn{flex:1;justify-content:center}}.portfolio-gallery-wrap,.portfolio-gallery-stage{width:100%}.portfolio-gallery-stage{height:555px;position:relative}.portfolio-gallery-head{position:absolute;top:9px;right:0;left:0;display:flex;align-items:center;justify-content:space-between;color:#5432939e;font-family:var(--font-mono);font-size:7px;font-weight:700;letter-spacing:.14em}.portfolio-gallery-head span{display:inline-flex;align-items:center;gap:9px}.portfolio-gallery-head i{width:6px;height:6px;display:block;border-radius:50%;background:#62aa78;box-shadow:0 0 0 5px #62aa781a}.portfolio-gallery-head strong{color:#0f0c1557;font:inherit}.portfolio-gallery-canvas,.portfolio-gallery-loading{height:425px;position:absolute;top:50px;right:0;left:0;overflow:hidden;background:#f4f1f6;border:1px solid rgba(84,50,147,.13);box-shadow:18px 22px 55px #2f204614}.portfolio-gallery-canvas:before,.portfolio-gallery-canvas:after{content:"";width:52px;height:52px;position:absolute;z-index:3;pointer-events:none}.portfolio-gallery-canvas:before{top:13px;left:13px;border-top:1px solid rgba(84,50,147,.28);border-left:1px solid rgba(84,50,147,.28)}.portfolio-gallery-canvas:after{right:13px;bottom:13px;border-right:1px solid rgba(84,50,147,.28);border-bottom:1px solid rgba(84,50,147,.28)}.portfolio-gallery-canvas canvas{display:block}.portfolio-gallery-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(248,247,250,.35),transparent 16%,transparent 84%,rgba(248,247,250,.35)),linear-gradient(180deg,rgba(84,50,147,.035),transparent 30%,rgba(20,15,27,.05))}.portfolio-gallery-canvas-fallback{display:grid;place-items:center}.portfolio-gallery-canvas-fallback span,.portfolio-gallery-loading span{color:#54329380;font-family:var(--font-mono);font-size:7px;letter-spacing:.15em}.portfolio-gallery-caption{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.portfolio-gallery-caption>div:first-child{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;column-gap:13px}.portfolio-gallery-caption span,.portfolio-gallery-caption small{color:#54329394;font-family:var(--font-mono);font-size:6.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.portfolio-gallery-caption strong{overflow:hidden;color:#17131d;font-family:var(--font-title);font-size:17px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.portfolio-gallery-caption small{grid-column:2;margin-top:7px;color:#0f0c1561;font-size:5.8px}.portfolio-gallery-controls{display:flex;align-items:center;gap:9px}.portfolio-gallery-controls button{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;color:#543293;background:#ffffffb8;border:1px solid rgba(84,50,147,.14);border-radius:50%;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease}.portfolio-gallery-controls button:not(:disabled):hover{color:#fff;background:#543293;transform:translateY(-2px)}.portfolio-gallery-controls button:disabled{opacity:.3;cursor:default}.portfolio-gallery-progress{width:clamp(75px,9vw,125px);height:2px;position:relative;overflow:hidden;background:#5432931f}.portfolio-gallery-progress i{height:100%;position:absolute;top:0;min-width:3px;background:#543293;transition:left .7s cubic-bezier(.16,1,.3,1),width .3s ease}.portfolio-gallery-loading{display:grid;place-items:center}@media(max-width:1040px){.portfolio-gallery-wrap{max-width:690px;margin-inline:auto}}@media(max-width:640px){.portfolio-gallery-stage{height:380px}.portfolio-gallery-canvas,.portfolio-gallery-loading{height:275px;top:42px}.portfolio-gallery-head{top:7px}.portfolio-gallery-caption{align-items:center;gap:12px}.portfolio-gallery-caption strong{max-width:170px;font-size:14px}.portfolio-gallery-caption small{display:none}.portfolio-gallery-controls button{width:31px;height:31px}.portfolio-gallery-progress{width:50px}}.projects-case-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.projects-page{--project-accent: #ff4f00;--project-accent-soft: rgba(255, 79, 0, .08)}.project-case-intro{padding:105px 0 120px;overflow:hidden;background:#fff;border-top:1px solid var(--border-color)}.project-case-heading{padding-bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid rgba(84,50,147,.1)}.project-case-identity{display:flex;align-items:center;gap:16px}.project-case-identity img{width:58px;height:58px;object-fit:cover;border-radius:13px;box-shadow:0 10px 25px #130e1821}.project-case-identity span,.project-case-identity strong{display:block}.project-case-identity span{margin-bottom:5px;color:var(--project-accent);font-family:var(--font-mono);font-size:9px;letter-spacing:.05em}.project-case-identity strong{color:var(--text-main);font-family:var(--font-title);font-size:19px}.project-live-link{display:inline-flex;align-items:center}.project-live-link{gap:8px;color:var(--text-main);font-size:12px;font-weight:700}.project-live-link:hover{color:var(--project-accent)}.project-case-lead{padding:75px 0 60px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.7fr);align-items:end;gap:clamp(55px,8vw,110px)}.project-case-lead h2,.project-purpose-heading h2,.projects-final-cta h2{font-size:clamp(42px,5vw,66px);line-height:1.03}.project-case-lead p{font-size:17px}.project-scope{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.project-scope span{padding:7px 10px;color:#594f60;background:#faf9fb;border:1px solid rgba(84,50,147,.08);border-radius:100px;font-size:9px;font-weight:700}.project-preview-shell{padding:10px;position:relative;background:#161519;border:1px solid rgba(15,12,21,.15);border-radius:18px;box-shadow:0 40px 90px #0f0c1533}.project-preview-shell:before{content:"";width:38%;height:3px;position:absolute;top:-1px;left:31%;z-index:2;background:var(--project-accent);border-radius:0 0 3px 3px;box-shadow:0 4px 20px #ff4f0059}.project-preview-browser{min-height:42px;padding:0 10px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#ffffff73;font-family:var(--font-mono);font-size:9px}.project-preview-browser>span{display:flex;gap:6px}.project-preview-browser i{width:6px;height:6px;display:block;background:#ffffff38;border-radius:50%}.project-preview-browser i:first-child{background:var(--project-accent)}.project-preview-browser>div{padding:6px 36px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06);border-radius:6px}.project-preview-browser a{justify-self:end}.project-preview-image{aspect-ratio:2545 / 1266;overflow:hidden;background:#000;border-radius:11px}.project-preview-image img{width:100%;height:100%;display:block;object-fit:cover}.project-preview-note{position:absolute;right:23px;bottom:22px;padding:8px 10px;color:#fff;background:#121114bf;border:1px solid rgba(255,255,255,.14);border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-mono);font-size:8px}.project-preview-note:before{content:"";width:6px;height:6px;margin-right:7px;display:inline-block;background:#65bd81;border-radius:50%}.project-purpose-section{padding:115px 0;background:linear-gradient(rgba(84,50,147,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.028) 1px,transparent 1px),var(--bg-main);background-size:32px 32px;border-top:1px solid var(--border-color)}.project-purpose-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.55fr);align-items:end;gap:65px}.project-purpose-heading .section-tag{grid-column:1 / -1;width:fit-content;margin-bottom:-42px;background:#fff}.project-purpose-heading>p{padding-bottom:5px;font-size:17px}.project-feature-line{display:grid;grid-template-columns:repeat(3,1fr);margin-top:75px;border-top:1px solid rgba(84,50,147,.17)}.project-feature-line article{min-height:250px;padding:28px;border-right:1px solid var(--border-color)}.project-feature-line article:last-child{border-right:0}.project-feature-line article>span{display:block;margin-bottom:46px;color:var(--project-accent);font-family:var(--font-mono);font-size:10px}.project-feature-line svg{margin-bottom:18px;color:var(--project-accent)}.project-feature-line h3{margin-bottom:9px;font-size:20px}.project-feature-line p{font-size:13px}.project-feedback-section{padding:125px 0;overflow:hidden;background:#fff;border-top:1px solid var(--border-color)}.project-feedback-grid{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);align-items:center;gap:clamp(70px,10vw,140px)}.project-feedback-context>svg{margin-bottom:35px;color:var(--project-accent)}.project-feedback-context>span{display:block;margin-bottom:15px;color:var(--text-main);font-family:var(--font-title);font-size:19px;font-weight:700}.project-feedback-context>p{font-size:14px}.project-feedback-grid blockquote{position:relative}.project-feedback-grid blockquote>span{position:absolute;top:-75px;left:-25px;color:var(--project-accent-soft);font-family:Georgia,serif;font-size:170px;line-height:1}.project-feedback-grid blockquote>p{position:relative;z-index:1;color:var(--text-main);font-family:var(--font-title);font-size:clamp(37px,4.6vw,60px);font-weight:700;letter-spacing:-.04em;line-height:1.08}.project-feedback-grid blockquote footer{margin-top:34px;display:flex;align-items:center;gap:12px}.project-feedback-grid blockquote footer img{width:42px;height:42px;object-fit:cover;border-radius:9px}.project-feedback-grid blockquote footer strong,.project-feedback-grid blockquote footer small{display:block}.project-feedback-grid blockquote footer strong{font-size:13px}.project-feedback-grid blockquote footer small{margin-top:2px;color:var(--text-muted);font-family:var(--font-mono);font-size:8px}.projects-final-cta{padding:96px 0;background:linear-gradient(rgba(84,50,147,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(84,50,147,.06) 1px,transparent 1px),#fff;background-size:32px 32px;border-top:1px solid var(--border-color)}.projects-final-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:60px}.projects-final-cta h2{margin-bottom:15px}.projects-final-cta p{max-width:720px;font-size:16px}.projects-final-cta .section-tag{background:#fff}.projects-final-cta .glow-btn{flex:0 0 auto}@media(max-width:900px){.project-case-lead,.project-purpose-heading,.project-feedback-grid,.projects-final-cta-inner{grid-template-columns:1fr}.project-purpose-heading .section-tag{margin-bottom:0}.project-feedback-grid{gap:80px}.project-feedback-context{max-width:560px}.projects-final-cta-inner{align-items:start}}@media(max-width:640px){.project-case-intro,.project-purpose-section,.project-feedback-section{padding:80px 0}.project-case-identity img{width:50px;height:50px}.project-case-identity span{font-size:7px}.project-case-identity strong{font-size:16px}.project-case-lead{padding:55px 0 42px}.project-preview-shell{padding:6px;border-radius:12px}.project-preview-browser{min-height:34px}.project-preview-browser>div{padding:5px 14px;font-size:7px}.project-preview-image{border-radius:8px}.project-preview-note{right:12px;bottom:11px;font-size:6px}.project-feature-line{margin-top:50px}.project-feature-line article>span{margin-bottom:28px}.project-feedback-grid blockquote>span{top:-60px;left:-10px;font-size:130px}.projects-final-cta{padding:80px 0}}.case-back-link{position:absolute;top:94px;left:max(24px,calc((100vw - 1200px)/2 + 24px));z-index:12;padding:9px 13px;display:inline-flex;align-items:center;gap:7px;color:var(--text-muted);background:#ffffffb8;border:1px solid rgba(84,50,147,.09);border-radius:100px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:10px;font-weight:700}.case-back-link:hover{color:var(--accent-violet);background:#fff;transform:translate(-3px)}@media(max-width:700px){.case-back-link{top:78px;left:16px}}.case-project-hero{padding:145px 0 105px;position:relative;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--border-color)}.case-project-hero-copy .hero-title{font-size:clamp(50px,5.5vw,76px)}.case-project-hero-copy .hero-subtitle{margin-right:0;margin-left:0}.case-project-hero-copy .hero-ctas{justify-content:flex-start}.case-project-hero{min-height:88vh;background:radial-gradient(circle at 12% 75%,rgba(255,79,0,.07),transparent 27%),linear-gradient(rgba(255,79,0,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,79,0,.025) 1px,transparent 1px),#fcfaf9;background-size:auto,34px 34px,34px 34px,auto}.case-project-hero-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(500px,1.25fr);align-items:center;gap:clamp(60px,8vw,110px)}.case-project-hero-copy{position:relative;z-index:2;text-align:left}.case-project-brand{margin-bottom:28px;display:flex;align-items:center;gap:12px}.case-project-brand img{width:43px;height:43px;object-fit:cover;border-radius:10px}.case-project-brand span{color:#ff4f00;font-family:var(--font-mono);font-size:9px;font-weight:700}.case-project-hero-copy .hero-title span{color:#ff4f00}.case-project-hero-visual{padding:7px;position:relative;overflow:hidden;background:#171619;border:1px solid rgba(15,12,21,.16);border-radius:16px;box-shadow:0 38px 90px #0f0c1538}.case-visual-bar{height:34px;padding:0 9px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#ffffff73}.case-visual-bar>span{display:flex;gap:5px}.case-visual-bar i{width:5px;height:5px;display:block;background:#fff3;border-radius:50%}.case-visual-bar i:first-child{background:#ff4f00}.case-visual-bar small{font-family:var(--font-mono);font-size:7px}.case-project-hero-visual>img{width:100%;aspect-ratio:1.65 / 1;display:block;object-fit:cover;object-position:center;border-radius:10px}.case-visual-stamp{position:absolute;right:17px;bottom:16px;padding:7px 9px;display:flex;align-items:center;gap:7px;color:#fff;background:#121114bd;border:1px solid rgba(255,255,255,.13);border-radius:6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-mono);font-size:7px}.case-visual-stamp i{width:6px;height:6px;background:#5caf79;border-radius:50%}@media(max-width:960px){.case-project-hero{min-height:auto;padding:135px 0 110px}.case-project-hero-grid{grid-template-columns:1fr}.case-project-hero-grid{gap:75px}.case-project-hero-visual{max-width:740px}}@media(max-width:640px){.case-project-hero-copy .hero-ctas{align-items:stretch;flex-direction:column}.case-project-hero-copy .hero-ctas a{justify-content:center}.case-project-hero-visual{border-radius:12px}}@media(max-width:860px){.project-feature-line,.project-case-lead,.project-feedback-grid,.projects-final-cta-inner{grid-template-columns:1fr}}@media(max-width:640px){.case-project-hero{min-height:auto;padding:105px 0 70px!important}.case-project-hero-grid{gap:36px!important}.case-project-hero-copy .hero-title{margin-bottom:22px;font-size:clamp(38px,10.8vw,43px)!important;line-height:1.08}.case-project-hero-copy .hero-subtitle{margin-bottom:28px;font-size:15.5px;line-height:1.62}.project-case-intro,.project-purpose-section,.project-feedback-section,.projects-final-cta{padding:68px 0}.project-feature-line{grid-template-columns:1fr;gap:12px}.projects-case-actions{width:100%;flex-direction:column;gap:10px}.case-back-link{top:76px;left:var(--mobile-gutter);min-height:40px}.case-project-brand{margin-top:29px}.case-project-hero-visual,.project-preview-shell{border-radius:13px}.project-case-heading{align-items:flex-start;flex-direction:column;gap:20px}.project-case-lead{gap:24px}.project-case-lead h2,.project-purpose-heading h2,.projects-final-cta h2{font-size:34px;line-height:1.08}.project-feature-line article{min-height:0;padding:23px 0;border-right:0;border-bottom:1px solid var(--border-color)}.project-feedback-grid{gap:34px}.project-feedback-grid blockquote>p{font-size:24px;line-height:1.25}}
