.landing-root *,.landing-root *:before,.landing-root *:after{margin:0;padding:0;box-sizing:border-box}.landing-root{position:fixed;inset:0;width:100%;height:100%;overflow:hidden;z-index:10;background:var(--bg-deep);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased}:root{--bg-deep: #0B0F1A;--bg-paper: #0F1626;--bg-surface: #131C2F;--purple: #6C5CE7;--purple-light: #8A7CFF;--purple-dark: #5A4BD6;--emerald: #2DD4BF;--emerald-light: #5EEAD4;--emerald-dark: #14B8A6;--text-primary: #E6EAF2;--text-secondary: #A9B4C9;--text-dim: #6B7A99;--border: #1E2A44;--border-strong: #253352;--font-display: "Unbounded", sans-serif;--font-body: "Manrope", sans-serif;--font-mono: "JetBrains Mono", monospace;--transition-speed: 1.1s;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}.landing-root .fp-wrapper{position:fixed;inset:0;overflow:hidden}.landing-root .fp-section{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;will-change:transform,opacity,clip-path;transition:opacity var(--transition-speed) var(--ease-out),transform var(--transition-speed) var(--ease-out),clip-path var(--transition-speed) var(--ease-in-out),filter var(--transition-speed) var(--ease-out);overflow:hidden}.landing-root .fp-section.active{opacity:1;visibility:visible;z-index:2;transform:translate(0) scale(1);clip-path:inset(0 0 0 0);filter:blur(0) brightness(1)}.landing-root .fp-section.leaving[data-transition=zoom-warp][data-dir=down]{opacity:0;visibility:visible;transform:scale(2.5);filter:blur(12px) brightness(1.5);z-index:1}.landing-root .fp-section.leaving[data-transition=zoom-warp][data-dir=up]{opacity:0;visibility:visible;transform:scale(.5) translateY(30%);filter:blur(8px);z-index:1}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=zoom-warp][data-dir=down]{transform:scale(.6) translateY(20%);filter:blur(6px)}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=zoom-warp][data-dir=up]{transform:scale(2);filter:blur(10px) brightness(1.3)}.landing-root .fp-section.leaving[data-transition=clip-diagonal][data-dir=down]{clip-path:inset(0 100% 0 0);opacity:1;visibility:visible;z-index:1;transform:scale(1)}.landing-root .fp-section.leaving[data-transition=clip-diagonal][data-dir=up]{clip-path:inset(0 0 0 100%);opacity:1;visibility:visible;z-index:1;transform:scale(1)}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=clip-diagonal][data-dir=down]{clip-path:inset(0 0 0 100%)}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=clip-diagonal][data-dir=up]{clip-path:inset(0 100% 0 0)}.landing-root .fp-section.leaving[data-transition=morph-glitch][data-dir=down]{opacity:0;visibility:visible;z-index:1;transform:translate(-8px) skew(-3deg) scaleY(.95);filter:blur(4px) hue-rotate(40deg) saturate(2)}.landing-root .fp-section.leaving[data-transition=morph-glitch][data-dir=up]{opacity:0;visibility:visible;z-index:1;transform:translate(8px) skew(3deg) scaleY(.95);filter:blur(4px) hue-rotate(-40deg) saturate(2)}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=morph-glitch]{transform:skew(5deg) scaleY(1.05);filter:blur(6px) hue-rotate(30deg)}.landing-root .fp-section.leaving[data-transition=split-reveal][data-dir=down]{clip-path:polygon(0 0,100% 0,100% 0,0 0);opacity:1;visibility:visible;z-index:1}.landing-root .fp-section.leaving[data-transition=split-reveal][data-dir=up]{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);opacity:1;visibility:visible;z-index:1}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=split-reveal][data-dir=down]{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%)}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=split-reveal][data-dir=up]{clip-path:polygon(0 0,100% 0,100% 0,0 0)}.landing-root .fp-section.leaving[data-transition=fade-glow]{opacity:0;visibility:visible;z-index:1;transform:scale(.92);filter:blur(20px) brightness(2)}.landing-root .fp-section:not(.active):not(.leaving)[data-transition=fade-glow]{transform:scale(1.1);filter:blur(15px)}.landing-root .fp-nav{position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;align-items:center;gap:.3rem}.landing-root .fp-nav-track{width:2px;height:120px;background:var(--border);border-radius:1px;position:relative;margin-bottom:.8rem}.landing-root .scroll-progress-fill{position:absolute;top:0;left:0;width:100%;height:0%;background:linear-gradient(180deg,var(--emerald),var(--purple));border-radius:1px;transition:height .6s var(--ease-out)}.landing-root .fp-dot{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--text-dim);background:transparent;cursor:pointer;transition:all .4s var(--ease-out);position:relative}.landing-root .fp-dot:after{content:attr(data-label);position:absolute;right:20px;top:50%;transform:translateY(-50%);font-family:var(--font-mono);font-size:.6rem;color:var(--text-dim);white-space:nowrap;opacity:0;transition:opacity .3s,transform .3s;transform:translateY(-50%) translate(5px);pointer-events:none}.landing-root .fp-dot:hover:after{opacity:1;transform:translateY(-50%) translate(0)}.landing-root .fp-dot.active{border-color:var(--emerald);background:var(--emerald);box-shadow:0 0 12px #2dd4bf66;transform:scale(1.3)}.landing-root nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 3rem;display:flex;justify-content:space-between;align-items:center;backdrop-filter:blur(20px);background:#0b0f1a80;border-bottom:1px solid rgba(30,42,68,.3)}.landing-root .nav-logo{font-family:var(--font-display);font-weight:900;font-size:1.4rem;letter-spacing:.15em;background:linear-gradient(135deg,var(--emerald),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root .nav-links{display:flex;gap:2.5rem;list-style:none}.landing-root .nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:color .3s;position:relative;cursor:pointer}.landing-root .nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--emerald);transition:width .3s var(--ease-out)}.landing-root .nav-links a:hover{color:var(--text-primary)}.landing-root .nav-links a:hover:after{width:100%}.landing-root .nav-cta{padding:.6rem 1.6rem;background:transparent;border:1px solid var(--emerald);color:var(--emerald)!important;border-radius:4px;cursor:pointer;transition:all .3s}.landing-root .nav-cta:hover{background:#2dd4bf1a;box-shadow:0 0 20px #2dd4bf26}.landing-root .nav-mobile-lang{display:none;position:relative}.landing-root .nav-mobile-lang.open .lang-btn{border-color:#2dd4bf66;background:#1e2a44b3;color:var(--text-primary)}.landing-root .nav-mobile-lang.open .lang-chevron{transform:rotate(180deg);opacity:.8}.landing-root .nav-mobile-lang.open .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.landing-root .lang-switcher{position:relative}.landing-root .lang-btn{display:flex;align-items:center;gap:6px;padding:5px 10px 5px 8px;background:#1e2a4473;border:1px solid rgba(169,180,201,.12);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;transition:all .25s var(--ease-out);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.landing-root .lang-btn:hover{background:#1e2a44b3;border-color:#2dd4bf4d;color:var(--text-primary)}.landing-root .lang-switcher.open .lang-btn{border-color:#2dd4bf66;background:#1e2a44b3;color:var(--text-primary)}.landing-root .lang-flag{font-size:15px;line-height:1}.landing-root .lang-code{font-size:.72rem;opacity:.85}.landing-root .lang-chevron{width:9px;height:9px;opacity:.5;transition:transform .25s var(--ease-out),opacity .25s;margin-left:1px}.landing-root .lang-switcher.open .lang-chevron{transform:rotate(180deg);opacity:.8}.landing-root .lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#101524eb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(45,212,191,.12);border-radius:8px;padding:4px;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff08 inset;opacity:0;visibility:hidden;transform:translateY(-6px) scale(.97);transform-origin:top right;transition:opacity .2s var(--ease-out),transform .2s var(--ease-out),visibility .2s;z-index:200}.landing-root .lang-switcher.open .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.landing-root .lang-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:5px;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:450;text-align:left;transition:all .15s ease}.landing-root .lang-option:hover{background:#2dd4bf14;color:var(--text-primary)}.landing-root .lang-option.active{color:var(--emerald)}.landing-root .lang-option.active:after{content:"";display:block;width:4px;height:4px;border-radius:50%;background:var(--emerald);margin-left:auto;box-shadow:0 0 6px var(--emerald)}.landing-root .lang-opt-flag{font-size:16px;line-height:1}.landing-root .lang-opt-label{flex:1}.landing-root .lang-opt-code{font-size:.68rem;opacity:.4;letter-spacing:.08em;font-weight:600}.landing-root .reveal-item{opacity:0;transform:translateY(30px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.landing-root .reveal-item.revealed{opacity:1;transform:translateY(0)}.landing-root .hero{background:var(--bg-deep)}.landing-root .hero-canvas{position:absolute;inset:0;width:100%;height:100%}.landing-root .hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 2rem}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.2rem;border:1px solid var(--border-strong);border-radius:100px;font-size:.75rem;font-weight:500;color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;backdrop-filter:blur(10px);background:#131c2f80}.landing-root .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--emerald);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 #2dd4bf66}50%{opacity:.7;box-shadow:0 0 0 6px #2dd4bf00}}.landing-root .hero-title{font-family:var(--font-display);font-weight:900;font-size:clamp(4rem,12vw,9rem);line-height:.95;letter-spacing:-.02em;margin-bottom:1.5rem}.landing-root .hero-title .glitch-text{position:relative;display:inline-block;background:linear-gradient(90deg,#2dd4bf,#5eead4 15%,#8a7cff 35%,#6c5ce7,#5eead4,#2dd4bf 80%,#8a7cff);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:holo-shift 4s ease-in-out infinite}.landing-root .hero-title .glitch-text:before{content:attr(data-text);position:absolute;inset:0;background:linear-gradient(105deg,transparent 20%,rgba(94,234,212,.45) 30%,rgba(138,124,255,.25) 40%,transparent 50%,rgba(45,212,191,.3) 70%,transparent 80%);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:holo-shimmer 3s ease-in-out infinite;pointer-events:none;mix-blend-mode:overlay}.landing-root .hero-title .glitch-text:after{content:attr(data-text);position:absolute;inset:0;background:linear-gradient(90deg,#2dd4bf,#8b7cf6,#2dd4bf);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:holo-shift 4s ease-in-out infinite reverse,glitch-clip-2 3s infinite linear;clip-path:inset(80% 0 0 0);pointer-events:none;opacity:.6}@keyframes holo-shift{0%{background-position:0% 50%;filter:brightness(1) saturate(1.1)}25%{background-position:50% 50%;filter:brightness(1.15) saturate(1.3)}50%{background-position:100% 50%;filter:brightness(1.05) saturate(1.2)}75%{background-position:50% 50%;filter:brightness(1.2) saturate(1.4)}to{background-position:0% 50%;filter:brightness(1) saturate(1.1)}}@keyframes holo-shimmer{0%{background-position:-100% 0}to{background-position:200% 0}}@keyframes glitch-clip-1{0%,92%{transform:translate(0)}93%{transform:translate(-3px,1px)}95%{transform:translate(3px,-1px)}96%,to{transform:translate(0)}}@keyframes glitch-clip-2{0%,94%{transform:translate(0)}95%{transform:translate(2px,-2px)}97%{transform:translate(-4px,1px)}98%,to{transform:translate(0)}}.landing-root .hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.landing-root .hero-subtitle strong{color:var(--emerald);font-weight:600}.landing-root .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.landing-root .btn-primary{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.4rem;background:linear-gradient(135deg,var(--emerald-dark),var(--emerald));color:var(--bg-deep);font-family:var(--font-display);font-weight:700;font-size:.9rem;letter-spacing:.06em;text-decoration:none;border-radius:6px;border:none;cursor:pointer;transition:all .4s var(--ease-out);text-transform:uppercase}.landing-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 40px #2dd4bf4d,0 0 80px #2dd4bf1a}.landing-root .btn-secondary{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.4rem;background:transparent;color:var(--text-primary);font-family:var(--font-display);font-weight:600;font-size:.9rem;letter-spacing:.06em;text-decoration:none;border-radius:6px;border:1px solid var(--border-strong);cursor:pointer;transition:all .4s var(--ease-out);text-transform:uppercase}.landing-root .btn-secondary:hover{border-color:var(--purple);box-shadow:0 0 30px #6c5ce726}.landing-root .hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-dim);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;animation:float-hint 2s ease-in-out infinite}.landing-root .hero-scroll-hint .arrow{width:18px;height:18px;border-right:2px solid var(--emerald);border-bottom:2px solid var(--emerald);transform:rotate(45deg);opacity:.5}@keyframes float-hint{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.landing-root .section-inner{width:100%;max-width:1300px;margin:0 auto;padding:0 3rem;position:relative;z-index:2}.landing-root .section-label{font-family:var(--font-mono);font-size:.7rem;color:var(--emerald);letter-spacing:.25em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;gap:.8rem}.landing-root .section-label:before{content:"";width:30px;height:1px;background:var(--emerald)}.landing-root .section-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,5vw,3.2rem);line-height:1.1;margin-bottom:1.2rem}.landing-root .section-desc{font-size:1.05rem;color:var(--text-secondary);max-width:520px;line-height:1.7;margin-bottom:2rem}.landing-root .games-section{background:var(--bg-deep)}.landing-root .games-section .section-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-root .games-visual{position:relative;aspect-ratio:1;max-width:480px}.landing-root .games-visual canvas,.landing-root .games-visual>div:first-child{width:100%;height:100%;border-radius:16px;overflow:hidden}.landing-root .visual-frame{position:absolute;inset:-2px;border-radius:18px;border:1px solid var(--border);pointer-events:none}.landing-root .visual-frame:before{content:"";position:absolute;top:-1px;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,var(--emerald),transparent)}.landing-root .game-modes{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.landing-root .game-mode-card{padding:0;background:var(--bg-paper);border:1px solid var(--border);border-radius:12px;transition:all .3s;cursor:default;overflow:hidden}.landing-root .game-mode-card:hover{border-color:var(--emerald);transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.landing-root .game-mode-card .mode-cover{width:100%;height:100px;object-fit:cover;display:block}.landing-root .game-mode-card .mode-name{font-family:var(--font-display);font-weight:600;font-size:.78rem;padding:.6rem .8rem .15rem}.landing-root .game-mode-card .mode-desc{font-size:.68rem;color:var(--text-dim);padding:0 .8rem .6rem}.landing-root .overlay-section{background:var(--bg-paper)}.landing-root .overlay-section .section-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-root .editor-mockup{background:var(--bg-deep);border:1px solid var(--border);border-radius:12px;overflow:hidden}.landing-root .editor-topbar{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;background:var(--bg-surface);border-bottom:1px solid var(--border)}.landing-root .editor-dot{width:8px;height:8px;border-radius:50%}.landing-root .editor-dot.r{background:#ef4444}.landing-root .editor-dot.y{background:#f59e0b}.landing-root .editor-dot.g{background:#22c55e}.landing-root .editor-topbar-title{font-family:var(--font-mono);font-size:.62rem;color:var(--text-dim);margin-left:.5rem}.landing-root .layer-waveform{margin-left:auto;line-height:0}.landing-root .waveform-canvas{display:block;width:80px;height:18px;border-radius:2px}.landing-root .editor-body{display:grid;grid-template-columns:160px 1fr;min-height:240px}.landing-root .editor-sidebar{padding:.8rem;border-right:1px solid var(--border)}.landing-root .editor-layer{display:flex;align-items:center;gap:.4rem;padding:.4rem .5rem;border-radius:5px;font-size:.68rem;color:var(--text-secondary);margin-bottom:.2rem;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s}.landing-root .editor-layer.active{background:#2dd4bf1a;color:var(--emerald);border-color:#2dd4bf33}.landing-root .editor-layer .layer-color{width:9px;height:9px;border-radius:3px}.landing-root .editor-canvas-area{position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 40%,rgba(108,92,231,.08) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(45,212,191,.05) 0%,transparent 50%);overflow:hidden;min-height:280px}.landing-root #overlayVideoCanvas{width:100%;height:100%;display:block}.landing-root .editor-canvas-area video{display:none}.landing-root .overlay-label-container{position:absolute;bottom:12%;left:50%;transform:translate(-50%);width:90%;text-align:center;pointer-events:none;z-index:2}.landing-root .overlay-label{position:absolute;bottom:0;left:0;right:0;font-family:var(--font-display);font-weight:700;font-size:.95rem;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.7),0 0 4px rgba(0,0,0,.5);letter-spacing:.02em;opacity:0;transform:translateY(4px);transition:opacity .08s,transform .08s}.landing-root .overlay-label.active{opacity:1;transform:translateY(0);animation:label-float 3.75s ease-in-out infinite}@keyframes label-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.landing-root .overlay-label.glitch-in{animation:label-glitch-in .35s ease-out forwards}.landing-root .overlay-label.glitch-out{animation:label-glitch-out .15s ease-in forwards}@keyframes label-glitch-in{0%{opacity:0;transform:translateY(0) skew(12deg) scaleX(1.1);filter:blur(3px)}20%{opacity:1;transform:translateY(-2px) skew(-6deg) scaleX(.95);filter:blur(1px)}40%{transform:translateY(1px) skew(3deg) scaleX(1.03);filter:blur(0)}60%{transform:translateY(0) skew(-1deg) scaleX(.99)}to{opacity:1;transform:translateY(0) skew(0) scaleX(1)}}@keyframes label-glitch-out{0%{opacity:1;transform:translateY(0) skew(0);filter:blur(0)}50%{opacity:.6;transform:translateY(2px) skew(-8deg) scaleX(1.08);filter:blur(2px)}to{opacity:0;transform:translateY(4px) skew(15deg) scaleX(.9);filter:blur(4px)}}.landing-root .editor-timeline{padding:.7rem 1rem;border-top:1px solid var(--border);position:relative}.landing-root .timeline-track{height:4px;background:var(--bg-surface);border-radius:3px;margin-bottom:.25rem;position:relative;overflow:hidden;transition:opacity .15s}.landing-root .timeline-fill{position:absolute;height:100%;border-radius:3px;left:0;width:100%;transition:opacity .15s}.landing-root .timeline-track.dim .timeline-fill{opacity:.15!important}.landing-root .timeline-track.bright .timeline-fill{opacity:.9!important}.landing-root .timeline-playhead{position:absolute;top:.4rem;width:2px;height:calc(100% - .8rem);background:var(--emerald);box-shadow:0 0 8px #2dd4bf80;transition:left .05s linear}.landing-root .timeline-playhead:before{content:"";position:absolute;top:-3px;left:-4px;width:10px;height:10px;background:var(--emerald);border-radius:50%}.landing-root .mockup-flip-container{perspective:1200px;position:relative}.landing-root .mockup-face{backface-visibility:hidden;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .4s ease;transform-style:preserve-3d}.landing-root .mockup-front{transform:rotateY(0);opacity:1}.landing-root .mockup-front.flipped{transform:rotateY(-90deg);opacity:0;pointer-events:none}.landing-root .mockup-back{position:absolute;inset:0;transform:rotateY(90deg);opacity:0;pointer-events:none}.landing-root .mockup-back.flipped{transform:rotateY(0);opacity:1;pointer-events:auto}.landing-root .mockup-flip-container.flipping:after{content:"";position:absolute;inset:-20px;border-radius:20px;background:radial-gradient(ellipse at center,rgba(45,212,191,.25) 0%,transparent 70%);animation:flip-glow .6s ease-out forwards;pointer-events:none;z-index:10}@keyframes flip-glow{0%{opacity:0}40%{opacity:1}to{opacity:0}}.landing-root .mockup-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.landing-root .mockup-dot{width:8px;height:8px;border-radius:50%;background:var(--border-strong);transition:background .3s,transform .3s,box-shadow .3s;cursor:pointer}.landing-root .mockup-dot.active{background:var(--emerald);transform:scale(1.3);box-shadow:0 0 8px #2dd4bf80}.landing-root .likes-canvas-area{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 16px 16px;background:repeating-conic-gradient(rgba(108,92,231,.04) 0% 25%,transparent 0% 50%) 0 0 / 16px 16px,radial-gradient(ellipse at 50% 20%,rgba(108,92,231,.12) 0%,transparent 60%),radial-gradient(ellipse at 50% 80%,rgba(90,75,214,.08) 0%,transparent 50%),var(--bg-deep);min-height:280px;overflow:hidden;transform-style:preserve-3d;perspective:600px}.landing-root .likes-title{font-family:var(--font-display);font-weight:900;font-size:1.1rem;color:#fff;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 2px 8px rgba(108,92,231,.4);margin-bottom:4px;transform:rotateY(-8deg) rotateX(2deg)}.landing-root .likes-row{display:flex;align-items:center;gap:0;width:100%;padding:0;border-radius:12px;background:linear-gradient(100deg,#826ec8d9,#a28ee6d9,#9480dacc 60%,#8773cdbf);border:1px solid rgba(180,160,240,.35);box-shadow:0 4px 12px #5a3cb44d,0 1px #ffffff1f inset,0 -2px 6px #3c287833 inset,-3px 0 8px #321e6433;position:relative;overflow:hidden;transition:transform .45s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;transform:rotateY(-8deg) rotateX(2deg);transform-style:preserve-3d}.landing-root .likes-row:before{content:"";position:absolute;top:0;left:15%;right:5%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),rgba(255,255,255,.1));pointer-events:none}.landing-root .likes-row:after{content:"";position:absolute;top:10%;bottom:10%;right:0;width:2px;background:linear-gradient(180deg,#ffffff26,#ffffff0d);pointer-events:none;border-radius:0 12px 12px 0}.landing-root .likes-row[data-rank="0"]{background:linear-gradient(100deg,#917de1e6,#af9beee6,#9e8ae4d9 60%,#917dd7cc);border-color:#c8b4ff66;box-shadow:0 5px 16px #5a3cb459,0 1px #ffffff26 inset,0 -2px 8px #3c287840 inset,-3px 0 10px #321e6440}.landing-root .likes-row .rank-badge{flex-shrink:0;width:38px;display:flex;align-items:center;justify-content:center;font-size:.9rem;padding:10px 0 10px 12px}.landing-root .likes-row .rank-badge.gold{color:#fbbf24}.landing-root .likes-row .rank-badge.silver{color:#c0c8d8}.landing-root .likes-row .rank-badge.bronze{color:#e8a040}.landing-root .likes-row .rank-badge.default{color:#ffffff8c;font-family:var(--font-display);font-weight:700;font-size:.72rem}.landing-root .likes-row .likes-username{font-family:var(--font-body);font-size:.78rem;font-weight:600;color:#fff;flex:1;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.3)}.landing-root .likes-row .likes-count{font-family:var(--font-display);font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:3px;padding-right:14px}.landing-root .likes-row[data-rank="0"] .likes-count{color:#fbbf24}.landing-root .likes-row[data-rank="1"] .likes-count{color:#e0e6f0}.landing-root .likes-row[data-rank="2"] .likes-count{color:#e8a040}.landing-root .likes-row[data-rank="3"] .likes-count,.landing-root .likes-row[data-rank="4"] .likes-count{color:#ffffffb3}.landing-root .likes-row .likes-heart{color:#ef4444;font-size:.7rem}.landing-root .likes-row.swapping-down{animation:likes-swap-down .45s cubic-bezier(.34,1.56,.64,1) forwards;z-index:2}.landing-root .likes-row.swapping-up{animation:likes-swap-up .45s cubic-bezier(.34,1.56,.64,1) forwards;z-index:2}@keyframes likes-swap-down{0%{transform:rotateY(-8deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-8deg) rotateX(2deg) translateY(calc(100% + 8px)) scale(1.03)}to{transform:rotateY(-8deg) rotateX(2deg) translateY(0)}}@keyframes likes-swap-up{0%{transform:rotateY(-8deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-8deg) rotateX(2deg) translateY(calc(-100% - 8px)) scale(1.03)}to{transform:rotateY(-8deg) rotateX(2deg) translateY(0)}}.landing-root .likes-row.rank-changed{box-shadow:0 0 20px #6c5ce780,0 4px 12px #5a3cb44d,0 1px #ffffff1f inset}.landing-root .likes-row{animation:likes-float 3s ease-in-out infinite}.landing-root .likes-row:nth-child(3){animation-delay:-.5s}.landing-root .likes-row:nth-child(4){animation-delay:-1s}.landing-root .likes-row:nth-child(5){animation-delay:-1.5s}.landing-root .likes-row:nth-child(6){animation-delay:-2s}@keyframes likes-float{0%,to{transform:rotateY(-8deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-8deg) rotateX(2deg) translateY(-2px)}}.landing-root .overlay-features{display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem}.landing-root .overlay-feature{display:flex;align-items:flex-start;gap:.8rem;padding:.8rem;border-radius:8px;transition:background .3s}.landing-root .overlay-feature:hover{background:#131c2f80}.landing-root .overlay-feature .feat-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:var(--bg-surface);border:1px solid var(--border);font-size:1rem}.landing-root .overlay-feature .feat-title{font-family:var(--font-display);font-weight:600;font-size:.85rem;margin-bottom:.15rem}.landing-root .overlay-feature .feat-desc{font-size:.75rem;color:var(--text-dim);line-height:1.4}.landing-root .ai-section{background:var(--bg-deep)}.landing-root .ai-section .section-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-root .ai-visual{position:relative;aspect-ratio:4/3}.landing-root .ai-canvas-mobile,.landing-root .game-canvas-mobile{display:none}.landing-root .ai-visual canvas{width:100%;height:100%;border-radius:16px}.landing-root .ai-prompt-mockup{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);width:80%;max-width:380px;background:#0f1626eb;backdrop-filter:blur(20px);border:1px solid var(--border-strong);border-radius:12px;padding:.9rem 1.1rem;z-index:2}.landing-root .ai-prompt-label{font-family:var(--font-mono);font-size:.58rem;color:var(--emerald);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.4rem}.landing-root .ai-prompt-text{font-family:var(--font-mono);font-size:.82rem;color:var(--text-primary);min-height:1.2em}.landing-root .ai-prompt-text .cursor{display:inline-block;width:2px;height:1em;background:var(--emerald);margin-left:2px;animation:blink-cursor 1s step-end infinite;vertical-align:text-bottom}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.landing-root .ai-prompt-mockup.submitting{border-color:var(--emerald);box-shadow:0 0 20px #2dd4bf4d,inset 0 0 12px #2dd4bf14;transition:border-color .15s,box-shadow .15s}.landing-root .ai-prompt-mockup.submitting .cursor{animation:none;opacity:1;background:var(--emerald);box-shadow:0 0 6px var(--emerald)}.landing-root .ai-prompt-mockup.submitting .ai-prompt-text{color:var(--emerald);text-shadow:0 0 8px rgba(45,212,191,.4);transition:color .15s,text-shadow .15s}.landing-root .ai-prompt-mockup.generating .cursor{animation:none;opacity:0}.landing-root .ai-prompt-mockup.generating .ai-prompt-label:after{content:" — generating...";color:#2dd4bf99;animation:pulse-label 1.5s ease-in-out infinite}@keyframes pulse-label{0%,to{opacity:.5}50%{opacity:1}}.landing-root .ai-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.landing-root .ai-stat{text-align:center;padding:1rem;background:var(--bg-paper);border:1px solid var(--border);border-radius:10px}.landing-root .ai-stat .stat-value{font-family:var(--font-display);font-weight:800;font-size:1.6rem;background:linear-gradient(135deg,var(--emerald),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root .ai-stat .stat-label{font-size:.68rem;color:var(--text-dim);margin-top:.2rem;text-transform:uppercase;letter-spacing:.08em}.landing-root .shader-section{background:var(--bg-paper)}.landing-root .shader-section .section-inner{text-align:center;padding-top:2rem;padding-bottom:1rem;height:100%;display:flex;flex-direction:column;justify-content:center}.landing-root .shader-header{max-width:650px;margin:0 auto .8rem}.landing-root .shader-header .section-label{justify-content:center}.landing-root .shader-header .section-label:before{display:none}.landing-root .shader-header .section-desc{max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:.6rem}.landing-root .shader-header .section-title{font-size:clamp(1.4rem,3.5vw,2.2rem);margin-bottom:.5rem}.landing-root .shader-showcase{display:flex;gap:1.5rem;align-items:stretch;flex:1;min-height:0;max-width:1100px;margin:0 auto;width:100%}.landing-root .shader-viewport{aspect-ratio:9 / 16;height:100%;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(ellipse at center,rgba(45,212,191,.04) 0%,transparent 70%);position:relative;flex-shrink:0}.landing-root #astronautViewport{width:100%;height:100%}.landing-root .shader-presets{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;flex:1;align-content:center}.landing-root .holo-card{position:relative;width:auto;padding:.65rem .4rem .55rem;background:#0f1628a6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.08);border-radius:12px;text-align:center;cursor:pointer;transition:all .35s var(--ease-out);outline:none;color:var(--text-main);font-family:inherit;overflow:hidden;z-index:1}.landing-root .holo-card:before{content:"";position:absolute;inset:-1px;border-radius:13px;background:conic-gradient(from var(--holo-angle, 0deg),rgba(45,212,191,.5),rgba(139,124,246,.5),rgba(236,72,153,.4),rgba(251,191,36,.4),rgba(45,212,191,.5));opacity:0;z-index:-1;transition:opacity .4s ease;animation:holoSpin 4s linear infinite}@keyframes holoSpin{to{--holo-angle: 360deg}}@property --holo-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.landing-root .holo-card:hover:before{opacity:.6}.landing-root .holo-card:hover{transform:translateY(-3px);border-color:#ffffff26;box-shadow:0 8px 24px #2dd4bf1a}.landing-root .holo-card.active:before{opacity:1}.landing-root .holo-card.active{border-color:#2dd4bf66;background:#141e32cc;box-shadow:0 0 20px #2dd4bf26,0 0 40px #8b7cf614,inset 0 1px #ffffff14}.landing-root .holo-card-icon{font-size:1.2rem;margin-bottom:.25rem;filter:grayscale(.3);transition:filter .3s}.landing-root .holo-card.active .holo-card-icon{filter:grayscale(0) drop-shadow(0 0 4px rgba(45,212,191,.4))}.landing-root .holo-card-name{font-family:var(--font-display);font-weight:600;font-size:.62rem;margin-bottom:.1rem;letter-spacing:.02em}.landing-root .holo-card-desc{font-size:.5rem;color:var(--text-dim);line-height:1.3}.landing-root .holo-card.active .holo-card-name{color:var(--emerald)}.landing-root .holo-card:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:2px;border-radius:1px;background:var(--card-accent, var(--emerald));opacity:0;transition:opacity .3s}.landing-root .holo-card.active:after{opacity:.7}.landing-root .holo-card[data-effect=bloom]{--card-accent: #fbbf24}.landing-root .holo-card[data-effect=chromatic]{--card-accent: #ef4444}.landing-root .holo-card[data-effect=filmgrade]{--card-accent: #d97706}.landing-root .holo-card[data-effect=celshade]{--card-accent: #2DD4BF}.landing-root .holo-card[data-effect=holographic]{--card-accent: linear-gradient(90deg, #2DD4BF, #8B7CF6, #EC4899)}.landing-root .holo-card[data-effect=glitch]{--card-accent: #ef4444}.landing-root .holo-card[data-effect=scanlines]{--card-accent: #94a3b8}.landing-root .holo-card[data-effect=vaporwave]{--card-accent: #c084fc}.landing-root .pricing-section{background:var(--bg-deep)}.landing-root .pricing-grid{display:flex;gap:1.5rem;justify-content:center;align-items:stretch;margin-top:2.5rem;perspective:1200px}.landing-root .pricing-card{position:relative;width:280px;padding:2rem 1.5rem 1.75rem;background:#0f16288c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);border-radius:16px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .4s var(--ease-out);overflow:hidden;z-index:1}.landing-root .pricing-card:before{content:"";position:absolute;inset:-1px;border-radius:17px;background:conic-gradient(from var(--holo-angle, 0deg),rgba(45,212,191,.25),rgba(139,124,246,.25),rgba(236,72,153,.2),rgba(251,191,36,.2),rgba(45,212,191,.25));z-index:-1;opacity:0;transition:opacity .4s;animation:holoSpin 6s linear infinite}.landing-root .pricing-card:hover{transform:translateY(-6px);border-color:#ffffff1f;box-shadow:0 12px 40px #0000004d}.landing-root .pricing-card:hover:before{opacity:.4}.landing-root .pricing-card.featured{width:300px;padding:2.5rem 1.75rem 2rem;background:#141e37b3;border-color:#2dd4bf40;transform:scale(1.04);box-shadow:0 0 30px #2dd4bf14,0 0 60px #8b7cf60d}.landing-root .pricing-card.featured:before{opacity:.7}.landing-root .pricing-card.featured:hover{transform:scale(1.04) translateY(-6px);box-shadow:0 0 40px #2dd4bf26,0 0 80px #8b7cf614,0 16px 48px #0000004d}.landing-root .pricing-card.featured:hover:before{opacity:1}.landing-root .pricing-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);padding:.3rem 1.2rem;background:linear-gradient(135deg,var(--emerald),var(--purple));color:#fff;font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:0 0 8px 8px}.landing-root .pricing-card-name{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem;letter-spacing:-.01em}.landing-root .pricing-card.featured .pricing-card-name{margin-top:.5rem}.landing-root .pricing-price-row{display:flex;align-items:baseline;gap:.15rem;margin-bottom:1.5rem}.landing-root .pricing-price{font-family:var(--font-display);font-size:2.8rem;font-weight:800;color:var(--text-main);line-height:1;letter-spacing:-.03em}.landing-root .pricing-card.featured .pricing-price{background:linear-gradient(135deg,var(--emerald),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root .pricing-period{font-family:var(--font-body);font-size:.85rem;color:var(--text-dim)}.landing-root .pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;width:100%;text-align:left}.landing-root .pricing-features li{display:flex;align-items:center;gap:.6rem;padding:.45rem 0;font-family:var(--font-body);font-size:.82rem;color:var(--text-secondary);border-bottom:1px solid rgba(255,255,255,.04)}.landing-root .pricing-features li:last-child{border-bottom:none}.landing-root .pricing-features li.included .pricing-check{color:var(--emerald)}.landing-root .pricing-features li.excluded{opacity:.4}.landing-root .pricing-features li.excluded .pricing-check{color:var(--text-dim)}.landing-root .pricing-check{font-size:.9rem;font-weight:700;flex-shrink:0;width:1.2rem;text-align:center}.landing-root .pricing-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);text-decoration:none;transition:all .3s var(--ease-out);margin-top:auto;cursor:pointer;background:transparent}.landing-root .pricing-cta:hover{border-color:#ffffff40;color:var(--text-main);transform:translateY(-1px)}.landing-root .pricing-cta.primary{background:linear-gradient(135deg,var(--emerald),#1a9e8f);border-color:transparent;color:#fff;box-shadow:0 4px 20px #2dd4bf40}.landing-root .pricing-cta.primary:hover{box-shadow:0 8px 32px #2dd4bf59;transform:translateY(-2px)}@media(max-width:900px){.landing-root .pricing-grid{flex-direction:column;align-items:center;gap:1.25rem}.landing-root .pricing-card,.landing-root .pricing-card.featured{width:100%;max-width:340px;transform:none}.landing-root .pricing-card.featured:hover{transform:translateY(-6px)}}.landing-root .cta-section{background:var(--bg-deep)}.landing-root .cta-glow{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(150px);opacity:.15;pointer-events:none}.landing-root .cta-glow.g1{top:-200px;left:-100px;background:var(--purple)}.landing-root .cta-glow.g2{bottom:-200px;right:-100px;background:var(--emerald)}.landing-root .cta-content{position:relative;z-index:2;text-align:center}.landing-root .cta-title{font-family:var(--font-display);font-weight:900;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin-bottom:1.5rem}.landing-root .gradient-text{background:linear-gradient(135deg,var(--emerald),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root .cta-desc{font-size:1.05rem;color:var(--text-secondary);max-width:500px;margin:0 auto 2.5rem;line-height:1.6}.landing-root .cta-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;max-width:800px;margin-left:auto;margin-right:auto}.landing-root .footer-logo{font-family:var(--font-display);font-weight:700;font-size:.9rem;letter-spacing:.15em;color:var(--text-dim)}.landing-root .footer-links{display:flex;gap:2rem;list-style:none}.landing-root .footer-links a{color:var(--text-dim);text-decoration:none;font-size:.75rem;transition:color .3s}.landing-root .footer-links a:hover{color:var(--emerald)}.landing-root .grid-decoration{position:absolute;width:350px;height:350px;background-image:linear-gradient(rgba(30,42,68,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(30,42,68,.3) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;opacity:.3}.landing-root .section-number{position:absolute;right:3rem;bottom:2rem;font-family:var(--font-display);font-weight:900;font-size:8rem;line-height:1;color:transparent;-webkit-text-stroke:1px var(--border);opacity:.3;pointer-events:none;z-index:1}@media(max-width:900px){.landing-root .section-inner{padding:0 1.5rem}.landing-root nav{padding:1rem 1.5rem}.landing-root .nav-links{display:none}.landing-root .nav-mobile-lang{display:flex;align-items:center}.landing-root .fp-nav{right:1rem}.landing-root .games-section .section-inner,.landing-root .overlay-section .section-inner,.landing-root .ai-section .section-inner{grid-template-columns:1fr;gap:2rem}.landing-root .ai-visual{max-height:250px}.landing-root .shader-showcase{gap:1rem}.landing-root .holo-card{padding:.5rem .3rem}.landing-root .game-modes{grid-template-columns:1fr}.landing-root .section-number{font-size:5rem;right:1.5rem;bottom:1.5rem}}@media(max-width:768px){.landing-root{position:static;overflow-y:auto;overflow-x:hidden;height:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.landing-root .fp-wrapper{position:static;overflow:visible}.landing-root .fp-section{position:static;height:100svh;overflow-x:hidden;overflow-y:auto;scroll-snap-align:start;scroll-snap-stop:always;opacity:1;visibility:visible;transform:none!important;filter:none!important;clip-path:none!important}.landing-root .fp-section.leaving,.landing-root .fp-section.entering,.landing-root .fp-section:not(.active){opacity:1;visibility:visible;transform:none!important;filter:none!important}.landing-root .fp-nav,.landing-root .section-number{display:none}.landing-root nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:.6rem 1rem}.landing-root .section-inner{min-height:100%;padding:3.2rem 1rem 1.2rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:.6rem;max-width:100vw}.landing-root .hero-title{font-size:clamp(1.8rem,7vw,2.4rem);line-height:1.05}.landing-root .hero-subtitle{font-size:.85rem;line-height:1.4}.landing-root .hero-content{padding:0 .5rem}.landing-root .hero .section-inner{align-items:center;text-align:center;gap:1rem}.landing-root .hero-actions{gap:.6rem;flex-wrap:wrap;justify-content:center}.landing-root .hero-scroll-hint{display:none}.landing-root .games-section{position:relative;overflow:hidden}.landing-root .game-canvas-desktop,.landing-root .games-visual{display:none!important}.landing-root .game-canvas-mobile{display:block;position:absolute;inset:0;z-index:0}.landing-root .game-canvas-mobile canvas{border-radius:0!important}.landing-root .games-section:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#0a0e1426,#0a0e1466 35%,#0a0e14cc 65%,#0a0e14f2);pointer-events:none}.landing-root .games-section .section-inner{display:flex;flex-direction:column;justify-content:flex-end;gap:.6rem;z-index:2;padding-bottom:2rem}.landing-root .game-modes{grid-template-columns:1fr 1fr;gap:.3rem}.landing-root .game-mode-card{padding:0;font-size:.75rem;background:#0f141e99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.landing-root .game-mode-card .mode-cover{height:70px}.landing-root .game-mode-card .mode-name{font-size:.72rem;padding:.4rem .5rem .1rem}.landing-root .game-mode-card .mode-desc{font-size:.6rem;padding:0 .5rem .4rem}.landing-root .overlay-section .section-inner{display:flex;flex-direction:column;gap:.4rem;justify-content:flex-start;padding-top:3.2rem;padding-bottom:.8rem}.landing-root .overlay-section .section-title{font-size:1.2rem;margin-bottom:.1rem;line-height:1.15}.landing-root .overlay-section .section-desc{font-size:.75rem;line-height:1.3;margin-bottom:.2rem}.landing-root .overlay-features{display:flex;flex-direction:row;flex-wrap:wrap;gap:.2rem .8rem;margin-top:.2rem}.landing-root .overlay-feature{padding:.2rem 0;gap:.4rem;flex:1 1 45%;min-width:0}.landing-root .overlay-feature .feat-icon{width:24px;height:24px;font-size:.75rem;border-radius:5px}.landing-root .overlay-feature .feat-title{font-size:.72rem;margin-bottom:0}.landing-root .overlay-feature .feat-desc{font-size:.62rem;line-height:1.2}.landing-root .mockup-flip-container{max-width:100%;flex:1 1 auto;min-height:0;overflow:hidden}.landing-root .editor-mockup{height:100%;max-height:100%;display:flex;flex-direction:column}.landing-root .editor-topbar{padding:.35rem .6rem}.landing-root .editor-topbar-title{font-size:.5rem}.landing-root .editor-dot{width:6px;height:6px}.landing-root .editor-body{grid-template-columns:70px 1fr;flex:1 1 auto;min-height:0;overflow:hidden}.landing-root .editor-sidebar{font-size:.42rem;padding:.4rem;overflow:hidden}.landing-root .editor-layer{padding:.2rem .3rem;font-size:.55rem;margin-bottom:.1rem}.landing-root .editor-layer .layer-color{width:7px;height:7px}.landing-root .layer-waveform{display:none}.landing-root .editor-canvas-area{min-height:0}.landing-root .editor-timeline{padding:.3rem .6rem}.landing-root .timeline-track{height:3px;margin-bottom:.15rem}.landing-root .mockup-dots{display:none}.landing-root .ai-section .section-inner{display:flex;flex-direction:column;gap:.4rem;justify-content:flex-start;padding-top:2.8rem;padding-bottom:.8rem}.landing-root .ai-visual{flex:0 0 auto;height:35vh;max-height:none!important;aspect-ratio:auto;position:relative;border-radius:12px;overflow:hidden}.landing-root .ai-canvas-desktop{display:none!important}.landing-root .ai-canvas-mobile{display:block;width:100%;height:100%;position:relative}.landing-root .ai-section .section-title{font-size:1.2rem;margin-bottom:.1rem;line-height:1.15}.landing-root .ai-section .section-desc{font-size:.75rem;line-height:1.3;margin-bottom:.2rem}.landing-root .ai-stats{grid-template-columns:repeat(3,1fr);gap:.3rem;margin-top:.3rem}.landing-root .ai-stat{padding:.4rem .3rem}.landing-root .ai-stat .stat-value{font-size:1.2rem}.landing-root .ai-stat .stat-label{font-size:.55rem}.landing-root .ai-prompt-mockup{font-size:.7rem;padding:.35rem .7rem;border-radius:8px;bottom:.8rem;width:85%}.landing-root .ai-prompt-label{font-size:.5rem;margin-bottom:.2rem}.landing-root .shader-section .section-inner{gap:.5rem}.landing-root .shader-showcase{flex-direction:column;align-items:center;flex:none;gap:.5rem}.landing-root .shader-viewport{aspect-ratio:3/4;width:60%;height:auto;max-height:35vh;flex-shrink:1}.landing-root .shader-presets{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center;width:100%}.landing-root .holo-card{width:auto;min-width:60px;flex:1 1 calc(25% - .3rem);max-width:calc(25% - .3rem);padding:.4rem}.landing-root .holo-card .card-name{font-size:.6rem}.landing-root .cta-section .section-inner,.landing-root .cta-content{justify-content:center;gap:.4rem}.landing-root .cta-title{font-size:1.5rem;margin-bottom:.5rem}.landing-root .cta-desc{font-size:.85rem;margin-bottom:1rem}.landing-root .cta-footer{flex-direction:column;gap:.6rem;text-align:center;margin-top:1.5rem;padding-top:1rem}.landing-root .cta-footer a{font-size:.75rem}.landing-root .cta-btn{width:100%;max-width:280px}.landing-root .section-title{font-size:clamp(1.2rem,5vw,1.6rem);margin-bottom:.2rem}.landing-root .section-desc{font-size:.8rem;line-height:1.3;margin-bottom:.3rem}.landing-root .section-label{font-size:.55rem;margin-bottom:.15rem}}
