*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--bg-deep: #0d0d1a;--bg-surface: #1a1a2e;--bg-elevated: #252542;--border: rgba(255,255,255,.08);--brand-red: #e94560;--text: #f0f0f5;--text-muted: #8888a0;--ps-coral: #e94560;--ps-teal: #00C8E0;--ps-orange: #F78C28;--ps-gold: #f5c542;--tk-gold: #c8a850;--tk-gold-bright:#f5c542;--tk-purple: #6a5acd;--mtm-green: #2ecc71;--mtm-blue: #3498db;--mtm-purple: #9b59b6;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--font-heading: "Outfit", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--fw-regular: 400;--fw-medium: 500;--fw-bold: 700;--fw-extrabold: 800;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--duration-med: .3s;--duration-slow: .5s}[data-theme=ps]{--accent: var(--ps-coral);--accent-secondary: var(--ps-teal)}[data-theme=tk]{--accent: var(--tk-gold);--accent-secondary: var(--tk-gold-bright)}[data-theme=mtm]{--accent: var(--mtm-green);--accent-secondary: var(--mtm-blue)}body{font-family:var(--font-body);font-weight:var(--fw-regular);color:var(--text);background:var(--bg-deep);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--fw-bold);line-height:1.15}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:var(--fw-extrabold)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.15rem,2.5vw,1.5rem)}a{color:var(--brand-red);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{text-decoration:underline}::selection{background:var(--brand-red);color:#fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.container--narrow{max-width:800px}section{padding:var(--space-4xl) 0}.section-header{text-align:center;margin-bottom:var(--space-3xl)}.section-header h2{margin-bottom:var(--space-sm)}.section-header p{color:var(--text-muted);max-width:600px;margin:0 auto}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}.text-center{text-align:center}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-md) 0;transition:background var(--duration-med) var(--ease-out),transform var(--duration-med) var(--ease-out)}.site-nav--scrolled{background:#0d0d1aeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-nav--hidden{transform:translateY(-100%)}.site-nav__inner{display:flex;align-items:center;justify-content:space-between}.site-nav__logo{display:flex;align-items:center;gap:var(--space-xs);font-family:var(--font-heading);font-weight:var(--fw-extrabold);font-size:1.15rem;color:var(--text)}.site-nav__logo:hover{text-decoration:none;color:var(--brand-red)}.site-nav__mascot{width:32px;height:32px;border-radius:var(--radius-sm)}.site-nav__links{display:flex;gap:var(--space-xl)}.site-nav__links a{color:var(--text-muted);font-size:.9rem;font-weight:var(--fw-medium)}.site-nav__links a:hover{color:var(--text);text-decoration:none}.about-section{padding:var(--space-4xl) 0}.about-section p{color:var(--text-muted);margin-top:var(--space-md);line-height:1.8;max-width:600px;margin-left:auto;margin-right:auto}.contact-section{padding:var(--space-4xl) 0;background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.contact-section p{color:var(--text-muted);margin:var(--space-md) auto var(--space-xl);max-width:450px}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-family:var(--font-heading);font-weight:var(--fw-bold);font-size:.95rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:all var(--duration-fast) var(--ease-out)}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background:var(--brand-red);color:#fff;border-color:var(--brand-red)}.btn--primary:hover{background:#d13a54;border-color:#d13a54}.btn--accent{background:var(--accent, var(--brand-red));color:#fff;border-color:var(--accent, var(--brand-red))}.btn--outline{background:transparent;color:var(--text);border-color:var(--accent, var(--brand-red))}.btn--outline:hover{background:var(--accent, var(--brand-red));color:#fff}.btn--gold-outline{background:transparent;color:var(--tk-gold-bright);border-color:var(--tk-gold)}.btn--gold-outline:hover{background:var(--tk-gold);color:var(--bg-deep)}.btn--coral{background:var(--ps-coral);color:#fff}.btn--coral:hover{background:#d13a54}.badge{display:inline-block;padding:.3rem .85rem;border-radius:var(--radius-full);font-family:var(--font-heading);font-weight:var(--fw-bold);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.badge--coming-soon{background:#e9456026;color:var(--brand-red);border:1px solid rgba(233,69,96,.3)}.badge--available{background:#2ecc7126;color:#2ecc71;border:1px solid rgba(46,204,113,.3)}.badge--testing{background:#f39c1226;color:#f39c12;border:1px solid rgba(243,156,18,.3)}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:var(--radius-full);background:var(--bg-elevated);color:var(--text);font-size:.85rem;font-weight:var(--fw-medium);border:1px solid var(--border)}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-xl)}.card--elevated{background:var(--bg-elevated)}.device-mockup{position:relative;width:280px;flex-shrink:0;border-radius:32px;overflow:hidden;border:4px solid rgba(255,255,255,.12);background:var(--bg-surface);box-shadow:0 25px 50px #00000080,0 0 0 1px #ffffff0d}.device-mockup img{width:100%;height:auto;display:block}.form-group{display:flex;gap:var(--space-sm);max-width:450px;margin:0 auto}.form-input{flex:1;padding:.75rem 1rem;border-radius:var(--radius-md);border:2px solid var(--border);background:var(--bg-elevated);color:var(--text);font-size:.95rem;outline:none;transition:border-color var(--duration-fast) var(--ease-out)}.form-input:focus{border-color:var(--brand-red)}.form-input::placeholder{color:var(--text-muted)}.form-message{text-align:center;margin-top:var(--space-sm);font-size:.9rem}.form-message--success{color:#4ade80}.form-message--error{color:var(--brand-red)}.feature-card{text-align:center;padding:var(--space-xl)}.feature-card .feature-icon{font-size:2rem;margin-bottom:var(--space-md)}.feature-card h3{margin-bottom:var(--space-sm)}.feature-card p{color:var(--text-muted);font-size:.95rem}.step{display:flex;gap:var(--space-lg);align-items:flex-start}.step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--accent, var(--brand-red));color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:var(--fw-extrabold);font-size:1.25rem}.step-content h3{margin-bottom:var(--space-xs)}.step-content p{color:var(--text-muted)}.hero{min-height:100vh;display:flex;align-items:center;padding:var(--space-3xl) var(--space-lg);background:radial-gradient(ellipse at 20% 50%,rgba(200,168,80,.1) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(106,90,205,.06) 0%,transparent 50%),var(--bg-deep);position:relative;overflow:hidden}.hero__inner{display:flex;align-items:center;gap:var(--space-3xl)}.hero__text{flex:1}.hero__kicker{display:inline-block;font-family:var(--font-body);font-size:.85rem;font-weight:var(--fw-medium);color:var(--tk-gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-md)}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:var(--fw-extrabold);line-height:1.1;margin-bottom:var(--space-lg)}.hero__tagline{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);max-width:450px;line-height:1.7}.hero__featured{flex-shrink:0;text-align:center}.hero__device{display:block}.hero__device .device-mockup{width:260px}.hero__featured-meta{display:flex;align-items:center;gap:var(--space-sm);justify-content:center;margin-top:var(--space-lg)}.hero__featured-meta img{width:40px;height:40px;border-radius:var(--radius-sm)}.hero__featured-meta strong{display:block;font-size:.9rem}.hero__featured-meta .badge{font-size:.75rem}.game-showcase{padding:var(--space-4xl) 0;border-top:1px solid var(--border)}.game-showcase__inner{display:flex;align-items:center;gap:var(--space-3xl);flex-direction:column}.game-showcase__content{flex:1}.game-showcase__meta{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.game-showcase__icon{width:64px;height:64px;border-radius:var(--radius-md);border:2px solid var(--border)}.game-showcase__title-group{display:flex;flex-direction:column;gap:var(--space-xs)}.game-showcase__title{font-size:clamp(1.5rem,3vw,2rem)}.game-showcase__desc{color:var(--text-muted);margin-bottom:var(--space-lg);max-width:520px;line-height:1.7}.game-showcase__pills{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-xl)}.game-showcase__cta{display:flex;gap:var(--space-md);flex-wrap:wrap}.game-showcase--reverse .game-showcase__inner{flex-direction:column}.game-showcase[data-theme=tk]{background:radial-gradient(ellipse at 30% 50%,rgba(200,168,80,.04) 0%,transparent 70%)}.game-showcase[data-theme=ps]{background:radial-gradient(ellipse at 70% 50%,rgba(233,69,96,.04) 0%,transparent 70%)}.game-showcase[data-theme=mtm]{background:radial-gradient(ellipse at 30% 50%,rgba(46,204,113,.04) 0%,transparent 70%)}.game-hero{padding:var(--space-4xl) 0 var(--space-2xl);text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(233,69,96,.1) 0%,transparent 60%),var(--bg-deep)}[data-theme=tk] .game-hero{background:radial-gradient(ellipse at 50% 0%,rgba(200,168,80,.1) 0%,transparent 60%),var(--bg-deep)}.game-hero__icon{width:96px;height:96px;border-radius:var(--radius-lg);border:3px solid var(--border);margin:0 auto var(--space-lg)}.game-hero__title{margin-bottom:var(--space-sm)}.game-hero__subtitle{color:var(--text-muted);margin-bottom:var(--space-lg);max-width:500px;margin-left:auto;margin-right:auto}.carousel{padding:var(--space-3xl) 0}.carousel__track{display:flex;gap:var(--space-xl);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:var(--space-md) var(--space-lg);scrollbar-width:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__item{scroll-snap-align:center;flex-shrink:0}.carousel__dots{display:flex;justify-content:center;gap:var(--space-sm);margin-top:var(--space-lg)}.carousel__dot{width:12px;height:12px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--border);cursor:pointer;transition:all var(--duration-fast) var(--ease-out);padding:0;margin:8px}.carousel__dot--active{background:var(--accent, var(--brand-red));border-color:var(--accent, var(--brand-red))}.features-grid,.how-it-works{padding:var(--space-3xl) 0}.steps{display:flex;flex-direction:column;gap:var(--space-xl);max-width:600px;margin:0 auto}.faq{padding:var(--space-3xl) 0}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-md)}.faq-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.faq-item summary{padding:var(--space-lg);cursor:pointer;font-family:var(--font-heading);font-weight:var(--fw-bold);font-size:1.05rem;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:color var(--duration-fast) var(--ease-out)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;font-weight:var(--fw-bold);color:var(--text-muted);transition:transform var(--duration-med) var(--ease-out)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item__body{padding:0 var(--space-lg) var(--space-lg);color:var(--text-muted);line-height:1.7}.game-cta{padding:var(--space-4xl) 0;text-align:center;background:var(--bg-surface);border-top:1px solid var(--border)}.game-cta h2{margin-bottom:var(--space-sm)}.game-cta p{color:var(--text-muted);margin-bottom:var(--space-xl)}.privacy-page{padding:var(--space-3xl) 0}.privacy-page h1{margin-bottom:var(--space-xs)}.privacy-page .effective-date{color:var(--text-muted);margin-bottom:var(--space-3xl)}.privacy-section{margin-bottom:var(--space-2xl)}.privacy-section h2{font-size:clamp(1.2rem,2.5vw,1.5rem);margin-bottom:var(--space-md);color:var(--text)}.privacy-section p{color:var(--text-muted);line-height:1.8;margin-bottom:var(--space-md)}.privacy-section p:last-child{margin-bottom:0}.privacy-section a{color:var(--brand-red)}.privacy-section h3{font-size:clamp(1rem,2vw,1.2rem);margin-top:var(--space-xl);margin-bottom:var(--space-sm);color:var(--text)}.privacy-section ul{color:var(--text-muted);line-height:1.8;margin-bottom:var(--space-md);padding-left:var(--space-xl)}.privacy-section li{margin-bottom:var(--space-xs)}.privacy-table{width:100%;border-collapse:collapse;margin:var(--space-md) 0;font-size:.95rem}.privacy-table th,.privacy-table td{text-align:left;padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--border);color:var(--text-muted)}.privacy-table th{color:var(--text);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}.privacy-table a{color:var(--brand-red)}.site-footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:var(--space-2xl) 0}.site-footer__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);text-align:center}.site-footer__nav{display:flex;gap:var(--space-xl);flex-wrap:wrap;justify-content:center}.site-footer__nav a{color:var(--text-muted);font-size:.9rem;font-weight:var(--fw-medium);transition:color var(--duration-fast) var(--ease-out)}.site-footer__nav a:hover{color:var(--text);text-decoration:none}.site-footer__social{display:flex;gap:var(--space-lg)}.site-footer__social a{color:var(--text-muted);transition:color var(--duration-fast) var(--ease-out)}.site-footer__social a:hover{color:var(--text);text-decoration:none}.site-footer__social svg{width:22px;height:22px;fill:currentColor}.site-footer__brand{display:flex;align-items:center;gap:var(--space-sm)}.site-footer__brand img{width:48px;height:48px;border-radius:var(--radius-md)}.site-footer__brand span{font-family:var(--font-heading);font-weight:var(--fw-extrabold);font-size:1.15rem;color:var(--text)}.site-footer__copy{color:var(--text-muted);font-size:.85rem}.site-footer__copy a{color:var(--text-muted)}.site-footer__copy a:hover{color:var(--text)}.reveal{opacity:0;transform:translateY(30px);transition:opacity var(--duration-slow) var(--ease-out),transform var(--duration-slow) var(--ease-out)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal-stagger>.reveal:nth-child(1){transition-delay:0ms}.reveal-stagger>.reveal:nth-child(2){transition-delay:.1s}.reveal-stagger>.reveal:nth-child(3){transition-delay:.2s}.reveal-stagger>.reveal:nth-child(4){transition-delay:.3s}.hero__kicker,.hero__title,.hero__tagline,.hero__featured{opacity:0;transform:translateY(20px);animation:hero-entrance .6s var(--ease-out) forwards}.hero__kicker{animation-delay:0ms}.hero__title{animation-delay:.1s}.hero__tagline{animation-delay:.2s}.hero__featured{animation-delay:.3s}@keyframes hero-entrance{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero__kicker,.hero__title,.hero__tagline,.hero__featured{opacity:1;transform:none;animation:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(max-width:639px){.site-nav__links{display:none}section{padding:var(--space-2xl) 0}.about-section,.contact-section{padding:var(--space-2xl) 0}.section-header{margin-bottom:var(--space-xl)}.hero{min-height:auto;padding-top:calc(var(--space-2xl) + 60px);padding-bottom:var(--space-2xl)}.hero__inner{flex-direction:column;text-align:center;gap:var(--space-xl)}.hero__text{max-width:100%}.hero__title{font-size:clamp(1.5rem,6vw,2rem)}.hero__tagline{font-size:.95rem;margin-left:auto;margin-right:auto}.hero__device .device-mockup{width:200px}.device-mockup{width:200px;border-radius:24px;border-width:3px}.game-showcase{padding:var(--space-2xl) 0}.game-showcase__inner{gap:var(--space-lg)}.game-showcase__icon{width:48px;height:48px}.game-showcase__cta{flex-direction:column}.game-showcase__cta .btn{width:100%;justify-content:center}.game-hero{padding:calc(var(--space-2xl) + 60px) 0 var(--space-xl)}.game-hero__icon{width:64px;height:64px}.carousel{padding:var(--space-xl) 0}.carousel__dot{width:12px;height:12px;margin:8px}.features-grid,.how-it-works,.faq{padding:var(--space-xl) 0}.step-number{width:36px;height:36px;font-size:1rem}.game-cta{padding:var(--space-2xl) 0}.site-footer__nav{gap:var(--space-md)}}@media(min-width:640px)and (max-width:1023px){.site-nav__links{display:none}}@media(min-width:640px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}.game-showcase__inner{flex-direction:row}.game-showcase--reverse .game-showcase__inner{flex-direction:row-reverse}.device-mockup{width:240px}}@media(min-width:1024px){.site-nav__links{display:flex}.grid-3{grid-template-columns:repeat(3,1fr)}.hero__device .device-mockup{width:300px}.device-mockup{width:300px;border-radius:32px;border-width:4px}.container{padding:0 var(--space-xl)}}@media(min-width:1280px){.hero__device .device-mockup{width:320px}.device-mockup{width:340px}}
