@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--radius-button: 0px;--radius-card: 16px;--radius-media: 24px}.app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-bottom:2rem}@media (max-width: 768px){.hero{padding:20px 0}}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0a0a0a,#1a0a1a,#2a0a2a 60%,#0a1a2a);z-index:-2}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(236,72,153,.15) 0%,rgba(59,130,246,.1) 50%,transparent 70%);z-index:-1}.particles{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(236,72,153,.4),transparent),radial-gradient(2px 2px at 40px 70px,rgba(59,130,246,.3),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 130px 80px,rgba(236,72,153,.3),transparent);background-repeat:repeat;background-size:200px 200px;animation:particles 20s linear infinite;z-index:-1}@keyframes particles{0%{transform:translateY(0)}to{transform:translateY(-200px)}}.hero-content{z-index:1;max-width:800px}.game-logo{max-width:280px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 0 20px rgba(59,130,246,.5))}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#ec4899,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(236,72,153,.3)}.hero-subtitle{margin:0 auto 2rem}@media (max-width: 768px){.hero-title{width:90%;margin:0 auto 1rem}.hero-subtitle{width:90%}}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:var(--radius-button);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;min-width:180px;justify-content:center}.cta-button.primary{border-radius:0;background-image:url(/assets/GrungeButton-rj96iyG7.png);background-size:cover;background-repeat:no-repeat;color:#fff;box-shadow:0 0 40px #23a7fd80;border:2px solid transparent;border-color:transparent;transition:border-color .3s ease}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 0 40px #23a7fdcc,0 6px 20px #0000004d;border-color:#23a7fd99}.cta-button.primary:focus{outline:none}.cta-button.secondary{background:transparent;color:#ec4899;border:2px solid #ec4899}.cta-button.secondary:hover{background:#ec4899;color:#fff;transform:translateY(-2px);box-shadow:0 0 25px #ec489966,0 4px 15px #0003;border-color:#ec4899cc}.story-section{padding:6rem 0;background:linear-gradient(180deg,#0f172a,#1e293b);position:relative}.story-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23334155" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.1;z-index:0}.story-section .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-content h2{font-size:3rem;font-weight:700;margin-bottom:2rem;color:#fff}.story-content p{font-size:1.1rem;color:#cbd5e1;margin-bottom:1.5rem;line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#1e293b80;padding:2rem;border-radius:var(--radius-card);border:1px solid rgba(59,130,246,.2);text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#3b82f680;box-shadow:0 10px 30px #3b82f61a}.feature-icon{color:#ec4899;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.feature-card p{font-size:.95rem;color:#94a3b8;margin:0}.story-image{width:100%;height:auto;border-radius:var(--radius-media);box-shadow:0 20px 60px #0000004d}.story-carousel{position:relative;width:100%;height:600px;overflow:hidden;--story-carousel-fade: 200px;border-radius:var(--radius-media);box-shadow:0 20px 60px #0000004d;background:#0f172a80}.story-carousel-container{position:relative;width:100%;height:100%;overflow:hidden}.story-carousel-track{display:flex;flex-direction:column;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform;gap:1rem;height:auto}.story-carousel-slide{flex:0 0 20%;width:100%;height:auto;display:flex;align-items:center;justify-content:center;position:relative;padding:.5rem 0}.story-carousel-slide img{width:100%;height:auto;object-fit:contain;border-radius:var(--radius-media);display:block;transition:opacity .3s ease}.story-carousel-gradient{position:absolute;left:0;right:0;height:var(--story-carousel-fade);pointer-events:none;z-index:5}.story-carousel-gradient-top{top:0;background:linear-gradient(to bottom,rgba(15,23,42,1) 0%,rgba(15,23,42,.8) 20%,rgba(15,23,42,.5) 50%,rgba(15,23,42,.2) 80%,transparent 100%)}.story-carousel-gradient-bottom{bottom:0;background:linear-gradient(to top,rgba(15,23,42,1) 0%,rgba(15,23,42,.8) 20%,rgba(15,23,42,.5) 50%,rgba(15,23,42,.2) 80%,transparent 100%)}.story-carousel-btn{position:absolute;left:50%;transform:translate(-50%);background:#0f172ae6;border:2px solid rgba(59,130,246,.3);border-radius:var(--radius-button);color:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.story-carousel-btn:hover:not(:disabled){background:#ec489933;border-color:#ec489999;box-shadow:0 0 20px #ec489966;transform:translate(-50%) translateY(-2px)}.story-carousel-btn:active:not(:disabled){transform:translate(-50%) translateY(0)}.story-carousel-btn:disabled{opacity:.3;cursor:not-allowed}.story-carousel-btn-up{top:.5rem}.story-carousel-btn-down{bottom:.5rem}@media (max-width: 768px){.story-carousel{height:auto;max-height:450px;--story-carousel-fade: 120px}.story-carousel-btn{width:40px;height:40px}.story-carousel-indicators{right:.5rem;gap:.5rem}.story-carousel-indicator{width:10px;height:10px}.story-carousel-indicator.active{width:12px;height:12px}}.archetype-header{text-align:center;margin-bottom:4rem}.archetype-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.archetype-header h3.personality-archetype-header{font-size:2.5rem;margin-top:2rem}.archetype-header>p{font-size:1.2rem;color:#cbd5e1;max-width:600px;margin:0 auto}.archetype-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-bottom:4rem}.archetype-grid-column>div{padding:10px;margin-top:2rem;height:25rem;text-align:left;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.archetype-grid-column>div p{margin-bottom:2rem}.archetype-card{border:none;background:#0f172acc;box-shadow:0 0 35px #3b82f64d;transition:all .3s ease;position:relative;overflow:hidden;width:100%;padding:10px;height:100%;text-align:left;font-size:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;line-clamp:7}.archetype-card>div{margin:0;padding:0}.archetype-card>div>button{margin:0;padding:0;border:none}.archetype-card.left-side{display:inline-block;border-bottom-left-radius:var(--radius-card);border-top-left-radius:var(--radius-card);padding:10px;margin-top:2rem;text-align:left}.archetype-card.right-side{border-bottom-right-radius:var(--radius-card);border-top-right-radius:var(--radius-card);text-align:left;text-overflow:ellipsis;padding:0}.personality-section{padding:6rem 0;background:linear-gradient(180deg,#1e293b,#0f172a)}.personality-section p{margin-bottom:2rem}.personality-section em{font-weight:700;font-style:oblique}.personality-header{text-align:center;margin-bottom:4rem}.personality-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.personality-header h3.personality-archetype-header{font-size:2.5rem;margin-top:2rem}.personality-header p{font-size:1.2rem;color:#cbd5e1;max-width:600px;margin:0 auto}.personality-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.personality-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff;margin-top:1rem}.personality-card:hover:before{opacity:1}.personality-card:hover{transform:translateY(-10px);border-color:#3b82f680;box-shadow:0 20px 40px #3b82f633}.personality-card-icon{height:2rem;width:2rem;color:#ec4899}.personality-card-container{height:100%}.personality-card{border:none;box-shadow:0 0 35px #3b82f64d;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;height:100%;width:100%;z-index:10}.personality-card button{border:none}.personality-card-inner{background:#0f172acc;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;bottom:0;height:100%;z-index:1;padding:0 1rem}.personality-card-inner p.heading{height:auto;font-weight:700}.personality-card-inner p{font-size:1rem;line-height:1.6;text-align:left;margin:1rem .5rem 0}.gameplay-section{padding:6rem 0;background:linear-gradient(180deg,#1e293b,#0f172a)}.gameplay-header{text-align:center;margin-bottom:4rem}.gameplay-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.gameplay-header p{font-size:1.2rem;color:#cbd5e1;max-width:600px;margin:0 auto}.gameplay-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.gameplay-card{background:#0f172acc;padding:3rem 2rem;border-radius:var(--radius-card);border:1px solid rgba(59,130,246,.2);text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.gameplay-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.gameplay-card:hover:before{opacity:1}.gameplay-card:hover{transform:translateY(-10px);border-color:#3b82f680;box-shadow:0 20px 40px #3b82f633}.card-icon{color:#ec4899;margin-bottom:1.5rem}.gameplay-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.gameplay-card p{font-size:1rem;color:#94a3b8;line-height:1.6}.map-showcase{position:relative;border-radius:var(--radius-media);overflow:hidden;box-shadow:0 25px 50px #0000004d}.galaxy-map{width:100%;height:auto;display:block}.map-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:3rem 2rem 2rem;color:#fff}.map-overlay h3{font-size:2rem;font-weight:700;margin-bottom:.5rem}.map-overlay p{font-size:1.1rem;color:#cbd5e1}.email-section{padding:6rem 0;background:linear-gradient(135deg,#1e293b,#0f172a);position:relative}.email-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(59,130,246,.1) 0%,transparent 70%);z-index:0}.email-content{position:relative;z-index:1;text-align:center;max-width:600px;margin:0 auto}.email-content h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.email-content p{font-size:1.2rem;color:#cbd5e1;margin-bottom:3rem}.email-form{margin-bottom:3rem}.email-input-group{display:flex;background:#0f172acc;border:2px solid rgba(59,130,246,.3);border-radius:var(--radius-button);padding:.5rem;transition:all .3s ease}.email-input-group:focus-within{border-color:#ec4899cc;box-shadow:0 0 25px #ec48994d,inset 0 0 15px #ec48991a;background:#0f172af2}.email-icon{color:#ec4899;margin:0 1rem;align-self:center}.email-input-group input{flex:1;background:transparent;border:none;color:#fff;font-size:1.1rem;padding:1rem;outline:none}.email-input-group input::placeholder{color:#64748b}.submit-button{background:linear-gradient(135deg,#ec4899,#3b82f6);color:#fff;border:2px solid transparent;padding:1rem 2rem;border-radius:var(--radius-button);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 30px #ec489980,0 6px 20px #0000004d;border:2px solid rgba(236,72,153,.6)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.email-input-group input:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:var(--radius-card);padding:1rem;margin-top:1rem;color:#fca5a5;font-size:.95rem;text-align:center}.success-message{background:#22c55e1a;border:2px solid rgba(34,197,94,.3);border-radius:var(--radius-card);padding:2rem;margin-bottom:3rem}.success-icon{color:#22c55e;margin-bottom:1rem}.success-message h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#fff}.success-message p{color:#cbd5e1;margin:0}.social-proof{margin-top:3rem}.social-proof p{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#ec4899;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#94a3b8}.footer-content{text-align:center}.footer-logo{max-width:150px;height:auto;margin-bottom:1rem;opacity:.8}.footer-content p{color:#64748b;margin-bottom:1rem}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3b82f6}.social-section-top{padding:1.5rem 0;background:linear-gradient(180deg,#0f172af2,#1e293bf2);position:relative}.social-section-top:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(236,72,153,.08) 0%,transparent 70%);z-index:0}.social-section-top .container{position:relative;z-index:1}.social-media{margin:2.5rem 0;text-align:center}.social-section-top .social-media{margin:.5rem 0}.social-media-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#ec4899,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:none}.social-section-top .social-media-title{font-size:1.1rem;margin-bottom:.75rem}.social-links{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.social-section-top .social-links{margin-bottom:0}.social-link{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0f172a99;border:2px solid rgba(59,130,246,.2);border-radius:var(--radius-button);color:#94a3b8;text-decoration:none;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.social-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ec48991a,#3b82f61a);opacity:0;transition:opacity .3s ease}.social-link:hover{transform:translateY(-5px);border-color:#ec489999;color:#fff;box-shadow:0 10px 30px #ec48994d,0 0 20px #3b82f633}.social-link:hover:before{opacity:1}.social-link svg{position:relative;z-index:1;transition:all .3s ease}.social-link:hover svg{color:#ec4899;filter:drop-shadow(0 0 8px rgba(236,72,153,.6))}.social-link span{position:relative;z-index:1;font-size:.85rem;font-weight:500;transition:color .3s ease}.footer{background:#0f172a;padding:3rem 0;border-top:1px solid rgba(59,130,246,.2)}.youtube-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease;box-sizing:border-box;width:100%;min-height:100%;flex-direction:row}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.youtube-modal-overlay.active{opacity:1}.youtube-modal-container{position:relative;width:90%;max-width:1200px;aspect-ratio:16 / 9;background:#000;border-radius:var(--radius-media);overflow:hidden;box-shadow:0 25px 50px #00000080}.youtube-modal-close{position:absolute;top:0;right:0;background:#0f172ae6;border:2px solid rgba(236,72,153,.5);color:#fff;font-size:1.5rem;cursor:pointer;z-index:10000;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-button);transition:all .3s ease;box-shadow:0 4px 12px #0000004d}.youtube-modal-close:hover{background:#ec489933;border-color:#ec4899cc;box-shadow:0 0 20px #ec489966,0 4px 15px #0006;transform:translateY(-2px)}.youtube-modal-iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.youtube-modal-container{width:95%}.youtube-modal-close{top:0;font-size:1.5rem}}.details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#000c;z-index:9999;animation:fadeIn .3s ease;box-sizing:border-box;width:100%;min-height:100%;flex-direction:row}.details-modal-overlay.active{opacity:1}.details-modal-container{position:relative;width:90%;max-width:1200px;aspect-ratio:16 / 9;background:#000;border-radius:var(--radius-media);overflow:hidden;box-shadow:0 25px 50px #00000080}.details-modal-close{position:absolute;top:0;right:0;background:#0f172ae6;border:2px solid rgba(236,72,153,.5);color:#fff;font-size:1.5rem;cursor:pointer;z-index:10000;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-button);transition:all .3s ease;box-shadow:0 4px 12px #0000004d}.details-modal-close:hover{background:#ec489933;border-color:#ec4899cc;box-shadow:0 0 20px #ec489966,0 4px 15px #0006;transform:translateY(-2px)}.details-modal-iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.details-modal-container{width:95%}.details-modal-close{top:0;font-size:1.5rem}}@media (max-width: 768px){.container{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;height:82px}.story-section .container{grid-template-columns:1fr;gap:2rem}.story-content h2,.gameplay-header h2{font-size:2rem}.gameplay-grid{grid-template-columns:1fr}.email-content h2{font-size:2rem}.email-input-group{flex-direction:column}.email-icon{display:none}.stats{grid-template-columns:repeat(3,1fr)}.footer-links{flex-direction:column;gap:1rem}.social-section-top{padding:1rem 0}.hero{min-height:80vh}.social-links{gap:.5rem;justify-content:center}.social-link{padding:.4rem .75rem;gap:.4rem;width:30%;display:grid;justify-content:center;text-align:center;align-content:center;align-items:center}.social-link svg{width:16px;height:16px;justify-self:center}.social-link span{font-size:.75rem}.social-media-title{font-size:1.25rem;margin-bottom:1rem}.footer .social-media-title{font-size:1.1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.story-content h2,.gameplay-header h2,.email-content h2{font-size:1.75rem}.stats{grid-template-columns:1fr}}.hero-subtitle{font-size:clamp(1.1rem,1rem + .6vw,1.25rem);color:#cbd5e1;margin-bottom:2rem;margin-inline:auto;max-width:65ch;line-height:1.5;overflow-wrap:anywhere;word-break:normal;white-space:normal;text-align:center}@supports (text-wrap: balance){.hero-subtitle{text-wrap:balance}}@media (max-width: 768px){.hero-subtitle{font-size:clamp(1rem,.9rem + 1.2vw,1.1rem);max-width:95%;padding-inline:1rem;white-space:normal;overflow-wrap:anywhere}.personality-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 360px){.hero-subtitle{font-size:1rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0a;overflow-x:hidden}#root{width:100%;min-height:100vh}a{font-weight:500;color:#3b82f6;text-decoration:inherit;transition:color .3s ease}a:hover{color:#60a5fa}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}button{font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}input,textarea{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#60a5fa}::selection{background:#3b82f64d;color:#fff}
