:root{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-tertiary: #0f3460;--accent: #e94560;--accent-hover: #c73e54;--accent-subtle: rgba(233, 69, 96, .1);--accent-bg: rgba(233, 69, 96, .15);--accent-dim: rgba(233, 69, 96, .2);--text-primary: #e0e0e0;--text-secondary: #ccc;--text-tertiary: #aaa;--text-muted: #888;--text-dim: #666;--text-faint: #555;--border-primary: #0f3460;--border-secondary: #333;--border-dim: #222;--font-heading: "Cinzel", serif;--font-body: system-ui, -apple-system, sans-serif;--success: #4caf50;--danger: #f88;--danger-bg: #5c1a1a;--danger-border: #8b2035;--warning-text: #ffd060}.landing{max-width:none;margin:0;padding:0;overflow-x:hidden;background:var(--bg-primary);color:var(--text-primary)}.landing-hero{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;background:radial-gradient(ellipse at center,transparent 0%,var(--bg-primary) 75%),linear-gradient(180deg,#0003,#000000a6),url(/landing-images/hero.webp) center / cover no-repeat;overflow:hidden}.landing-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,transparent 30%,rgba(0,0,0,.5) 100%);pointer-events:none;z-index:0}.landing-hero:before{content:"";position:absolute;inset:-100px 0 0;background-image:radial-gradient(2px 2px at 10% 20%,var(--accent) 50%,transparent 50%),radial-gradient(2px 2px at 25% 45%,var(--accent) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 40% 70%,var(--text-muted) 50%,transparent 50%),radial-gradient(2px 2px at 55% 15%,var(--accent) 50%,transparent 50%),radial-gradient(1px 1px at 65% 55%,var(--text-muted) 50%,transparent 50%),radial-gradient(2px 2px at 80% 35%,var(--accent) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 90% 75%,var(--text-muted) 50%,transparent 50%),radial-gradient(2px 2px at 15% 85%,var(--accent) 50%,transparent 50%),radial-gradient(1px 1px at 50% 90%,var(--text-muted) 50%,transparent 50%),radial-gradient(2px 2px at 70% 80%,var(--accent) 50%,transparent 50%),radial-gradient(1.5px 1.5px at 35% 30%,var(--accent) 50%,transparent 50%),radial-gradient(1px 1px at 85% 10%,var(--text-muted) 50%,transparent 50%);background-size:100% 100%;animation:float-motes 20s linear infinite;opacity:.3;pointer-events:none;z-index:0}@keyframes float-motes{0%{transform:translateY(0) rotate(0)}to{transform:translateY(-120px) rotate(1deg)}}.landing-hero-content{position:relative;z-index:1;max-width:800px}.landing-title{font-family:Cinzel Decorative,Cinzel,serif;font-size:clamp(2.4rem,7vw,4.5rem);font-weight:900;color:var(--accent);margin:0 0 .6rem;line-height:1.1;text-shadow:0 0 60px var(--accent-dim),0 0 120px rgba(233,69,96,.15),0 2px 4px rgba(0,0,0,.6);animation:hero-title-in 1.2s ease both;animation-delay:.2s}@keyframes hero-title-in{0%{opacity:0;transform:translateY(30px) scale(.95);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.landing-subtitle{font-family:Cinzel,serif;font-size:clamp(1rem,2.5vw,1.4rem);font-weight:400;color:var(--text-secondary);margin:0 0 1.5rem;letter-spacing:.06em;animation:hero-fade-in 1s ease both;animation-delay:.6s}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-quote{font-style:italic;color:var(--text-muted);font-size:.95rem;margin-bottom:2rem;min-height:1.5em;animation:hero-fade-in .6s ease both;animation-delay:1s}.landing-cursor{display:inline-block;width:2px;height:1em;background:var(--accent);margin-left:2px;vertical-align:text-bottom;animation:blink-cursor .8s step-end infinite}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.landing-cta{display:inline-block;padding:1rem 2.5rem;background:var(--accent);color:#fff;font-family:Cinzel,serif;font-size:1.1rem;font-weight:700;letter-spacing:.05em;border:none;border-radius:4px;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 0 30px var(--accent-dim),0 0 60px #e945601a;transition:transform .2s,box-shadow .3s;animation:hero-fade-in 1s ease both,glow-pulse 3s ease-in-out infinite 2s;animation-delay:1s}.landing-cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 0 50px var(--accent-dim),0 0 100px #e9456033}.landing-cta:active{transform:translateY(0) scale(1)}.landing-cta-large{padding:1.25rem 3.5rem;font-size:1.25rem}@keyframes glow-pulse{0%,to{box-shadow:0 0 30px var(--accent-dim),0 0 60px #e9456014}50%{box-shadow:0 0 50px var(--accent-dim),0 0 100px #e9456033}}.landing-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--text-faint);animation:bounce-hint 2s ease-in-out infinite;z-index:1;opacity:.5}@keyframes bounce-hint{0%,to{transform:translate(-50%) translateY(0);opacity:.5}50%{transform:translate(-50%) translateY(12px);opacity:.8}}.landing-stats{display:flex;justify-content:center;align-items:center;gap:2rem;padding:2rem 1.5rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);border-top:1px solid var(--border-primary)}.landing-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.landing-stat-num{font-family:Cinzel Decorative,Cinzel,serif;font-size:1.8rem;font-weight:900;color:var(--accent)}.landing-stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.landing-stat-divider{width:1px;height:2.5rem;background:var(--border-primary)}@media(max-width:767px){.landing-stats{gap:1rem;padding:1.5rem 1rem}.landing-stat-num{font-size:1.3rem}.landing-stat-label{font-size:.65rem}}.landing-section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.landing-section.animate-ready{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease}.landing-section.revealed{opacity:1;transform:translateY(0)}.landing-section-title{font-family:Cinzel,serif;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700;color:var(--accent);text-align:center;margin:0 0 .5rem}.landing-section-subtitle{text-align:center;color:var(--text-muted);font-size:.95rem;margin:0 0 3rem}.landing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.landing-feature-card{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:1.75rem;transition:border-color .3s,box-shadow .3s,transform .3s}.landing-feature-card:hover{border-color:var(--accent-dim);box-shadow:0 0 25px var(--accent-dim),0 8px 32px #0003;transform:translateY(-4px)}.landing-feature-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 auto .75rem;color:var(--accent);filter:drop-shadow(0 0 8px var(--accent-dim))}.landing-feature-icon svg{width:100%;height:100%;stroke-width:1.5}.landing-feature-card h3{font-family:Cinzel,serif;font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.landing-feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.55;margin:0}.landing-section.revealed .landing-feature-card{animation:card-reveal .7s ease both}.landing-section.revealed .landing-feature-card:nth-child(1){animation-delay:0s}.landing-section.revealed .landing-feature-card:nth-child(2){animation-delay:.1s}.landing-section.revealed .landing-feature-card:nth-child(3){animation-delay:.2s}.landing-section.revealed .landing-feature-card:nth-child(4){animation-delay:.3s}.landing-section.revealed .landing-feature-card:nth-child(5){animation-delay:.4s}.landing-section.revealed .landing-feature-card:nth-child(6){animation-delay:.5s}@keyframes card-reveal{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.landing-worlds-section{max-width:1400px}.landing-worlds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.landing-world-card{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:0;position:relative;overflow:hidden;transition:border-color .3s,box-shadow .3s,transform .3s}.landing-world-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 8px 32px #0006}.landing-world-card:hover .landing-world-img{transform:scale(1.05)}.landing-world-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:1}.landing-world-card[data-genre=fantasy]:before{background:#d4a04a}.landing-world-card[data-genre=sci-fi]:before{background:#4dc9f6}.landing-world-card[data-genre=post-apocalyptic]:before{background:#7ec850}.landing-world-card[data-genre=pirate]:before{background:#4a90d9}.landing-world-card[data-genre=horror]:before{background:#d94452}.landing-world-card[data-genre=fantasy]:hover{border-color:#d4a04a66;box-shadow:0 8px 32px #d4a04a26}.landing-world-card[data-genre=sci-fi]:hover{border-color:#4dc9f666;box-shadow:0 8px 32px #4dc9f626}.landing-world-card[data-genre=post-apocalyptic]:hover{border-color:#7ec85066;box-shadow:0 8px 32px #7ec85026}.landing-world-card[data-genre=pirate]:hover{border-color:#4a90d966;box-shadow:0 8px 32px #4a90d926}.landing-world-card[data-genre=horror]:hover{border-color:#d9445266;box-shadow:0 8px 32px #d9445226}.landing-world-img{width:100%;height:160px;object-fit:cover;display:block;transition:transform .4s ease}.landing-world-card-body{padding:1rem 1.25rem 1.25rem}.landing-world-genre{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .6rem;border-radius:3px;margin-bottom:.75rem;background:var(--bg-tertiary);color:var(--text-secondary)}.landing-world-card h3{font-family:Cinzel,serif;font-size:.95rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.landing-world-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5;margin:0}.landing-section.revealed .landing-world-card{animation:card-reveal .7s ease both}.landing-section.revealed .landing-world-card:nth-child(1){animation-delay:0s}.landing-section.revealed .landing-world-card:nth-child(2){animation-delay:.1s}.landing-section.revealed .landing-world-card:nth-child(3){animation-delay:.2s}.landing-section.revealed .landing-world-card:nth-child(4){animation-delay:.3s}.landing-section.revealed .landing-world-card:nth-child(5){animation-delay:.4s}@media(max-width:767px){.landing-worlds-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.landing-world-card{flex:0 0 280px;scroll-snap-align:start}}.landing-steps{display:flex;gap:2.5rem;justify-content:center}.landing-step{flex:1;max-width:320px;text-align:center;position:relative}.landing-step-number{font-family:Cinzel Decorative,Cinzel,serif;font-size:4.5rem;font-weight:900;color:var(--accent);opacity:.1;line-height:1;margin-bottom:-.5rem;pointer-events:none;text-shadow:0 0 40px var(--accent-dim)}.landing-step h3{font-family:Cinzel,serif;font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.landing-step p{color:var(--text-secondary);font-size:.88rem;line-height:1.55;margin:0}@media(max-width:767px){.landing-steps{flex-direction:column;align-items:center}}.landing-pricing-section{text-align:center}.landing-credits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:700px;margin:0 auto 2rem}@media(max-width:600px){.landing-credits-grid{grid-template-columns:repeat(2,1fr)}}.landing-credits-card{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:8px;padding:1.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:border-color .3s,box-shadow .3s}.landing-credits-card:hover{border-color:var(--accent-dim);box-shadow:0 0 20px var(--accent-dim)}.landing-credits-amount{font-family:Cinzel Decorative,Cinzel,serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;color:var(--accent);text-shadow:0 0 20px var(--accent-dim)}.landing-credits-label{font-family:Cinzel,serif;font-size:.8rem;font-weight:600;color:var(--text-secondary);letter-spacing:.03em}.landing-pricing-footnote{color:var(--text-muted);font-size:.85rem;font-style:italic}.landing-final-cta{text-align:center;padding:6rem 2rem;max-width:none;background:radial-gradient(ellipse at center,var(--bg-secondary) 0%,var(--bg-primary) 70%);position:relative}.landing-final-cta .landing-section-title{margin-bottom:.75rem;font-size:clamp(1.6rem,4vw,2.5rem)}.landing-final-cta .landing-section-subtitle{margin-bottom:2.5rem}.landing-footer{text-align:center;padding:2rem;color:var(--text-faint);font-size:.8rem;border-top:1px solid var(--border-dim)}.landing-footer a{color:var(--text-secondary);text-decoration:none}.landing-footer a:hover{color:var(--accent)}.landing-footer-legal{display:block;margin-top:.75rem;font-size:.75rem;color:var(--text-faint);max-width:560px;margin-inline:auto;line-height:1.5}.landing-divider{width:60px;height:2px;background:var(--accent-dim);margin:0 auto 3rem;border:none;opacity:.5}@media(max-width:767px){.landing-section{padding:3rem 1.25rem}.landing-features-grid{grid-template-columns:1fr}.landing-hero{padding:1.5rem 1.25rem}.landing-final-cta{padding:4rem 1.25rem}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body)}.legal-content{max-width:720px;margin:0 auto;padding:3rem 1.5rem;flex:1;line-height:1.7}.legal-content h1{font-family:var(--font-heading);font-size:2rem;margin-bottom:.25rem}.legal-content h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.5rem}.legal-content h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.4rem}.legal-updated{color:var(--text-dim);font-size:.85rem;margin-bottom:1.5rem}.legal-content ul,.legal-content ol{padding-left:1.5rem;margin:.5rem 0}.legal-content li{margin-bottom:.3rem}.legal-content a{color:var(--accent)}.legal-footer{text-align:center;padding:1.5rem;font-size:.85rem;color:var(--text-dim);border-top:1px solid var(--border-primary)}.legal-footer a{color:var(--text-secondary);text-decoration:none}.legal-footer a:hover{color:var(--accent)}.error-page{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100dvh;max-width:none;padding:0;padding-bottom:env(safe-area-inset-bottom,0);background:#0a0a14;color:var(--text-primary);overflow:hidden}.error-hero{position:fixed;inset:0;z-index:0}.error-hero-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;background:#0a0a14}.error-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 20%,rgba(10,10,20,.5) 50%,#0a0a14 85%)}.error-page-content{position:relative;z-index:1;text-align:center;max-width:520px;padding:0 1.5rem calc(.75rem + env(safe-area-inset-bottom,0px))}.error-code{display:inline-block;font-size:3.5rem;font-weight:800;color:var(--accent);letter-spacing:.08em;line-height:1;margin-bottom:.25rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.error-title{font-size:1.6rem;font-weight:700;margin:0 0 .5rem;color:var(--accent);letter-spacing:.02em;text-shadow:0 2px 12px rgba(0,0,0,.5)}.error-quip{color:var(--text-secondary);font-style:italic;font-size:1rem;margin:0 0 .75rem;line-height:1.5}.error-log{background:var(--bg-secondary);border-left:3px solid var(--accent);padding:.75rem 1rem;margin:0 0 .75rem;text-align:left;font-size:.9rem;border-radius:0 6px 6px 0;line-height:1.5}.error-log-prefix{color:var(--accent);margin-right:.5rem;font-weight:700}.error-btn{display:inline-block;background:var(--accent);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.error-btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.error-btn:active{transform:translateY(0)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg-primary);color:var(--text-primary);font-family:system-ui,-apple-system,sans-serif;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
