:root{--bg-base:#fff;--bg-surface:#fff;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#6b7280;--color-indigo:#6366f1;--color-purple:#8b5cf6;--color-pink:#d946ef;--gradient-brand:linear-gradient(135deg, #a78bfa 0%, #8b5cf6 50%, #6366f1 100%);--font-heading:"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm:12px;--radius-md:20px;--radius-lg:28px;--transition-smooth:all .5s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .2s ease;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.2}p{color:var(--text-secondary);font-size:1rem;line-height:1.6}@keyframes float{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-40px)scale(1.08)}to{transform:translate(0)scale(1)}}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.hero-section{box-sizing:border-box;background:linear-gradient(135deg,#e9d5ff 0%,#c084fc 30%,#8b5cf6 65%,#581c87 100%);justify-content:center;align-items:center;width:100%;min-height:90vh;margin:0;padding:0 24px;display:flex;position:relative;overflow:hidden}.hero-grid-overlay{pointer-events:none;opacity:.8;z-index:1;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-position:50%;background-size:60px 60px;animation:25s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{background-position:0 0}to{background-position:60px 60px}}.hero-blob{filter:blur(100px);opacity:.6;pointer-events:none;z-index:1;border-radius:50%;position:absolute}.hero-blob.blob-1{background:#fff6;width:450px;height:450px;animation:20s ease-in-out infinite alternate float;top:-10%;left:20%}.hero-blob.blob-2{background:#d946ef73;width:550px;height:550px;animation:25s ease-in-out -5s infinite alternate float;bottom:-15%;right:10%}.hero-blob.blob-3{background:#6366f166;width:380px;height:380px;animation:22s ease-in-out -10s infinite alternate float;top:30%;right:60%}.bubble-container{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.hero-bubble{background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:50%;animation:12s linear infinite riseUp;position:absolute;bottom:-60px;box-shadow:0 0 10px #ffffff14}.hero-bubble.bubble-1{width:25px;height:25px;animation-duration:9s;animation-delay:0s;left:12%}.hero-bubble.bubble-2{background:#d946ef2e;border-color:#d946ef59;width:36px;height:36px;animation-duration:13s;animation-delay:2s;left:28%}.hero-bubble.bubble-3{width:18px;height:18px;animation-duration:8s;animation-delay:4s;left:45%}.hero-bubble.bubble-4{background:#a78bfa2e;border-color:#a78bfa59;width:48px;height:48px;animation-duration:16s;animation-delay:1s;left:60%}.hero-bubble.bubble-5{width:22px;height:22px;animation-duration:11s;animation-delay:5s;left:75%}.hero-bubble.bubble-6{width:32px;height:32px;animation-duration:14s;animation-delay:3s;left:88%}.hero-bubble.bubble-7{width:15px;height:15px;animation-duration:7s;animation-delay:6s;left:35%}.hero-bubble.bubble-8{width:30px;height:30px;animation-duration:10s;animation-delay:7s;left:70%}@keyframes riseUp{0%{opacity:0;transform:translateY(0)scale(1)rotate(0)}15%{opacity:.8}85%{opacity:.8}to{opacity:0;transform:translateY(-110vh)scale(.65)rotate(360deg)}}.hero-logo-container{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.hero-logo-centered{object-fit:contain;filter:drop-shadow(0 20px 45px #0000004d);width:520px;max-width:90%;height:auto;transition:var(--transition-smooth);animation:4s ease-in-out infinite alternate logoPulse}.hero-logo-glow{filter:blur(50px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#fff3 0%,#0000 70%);animation:4s ease-in-out infinite alternate glowPulse;position:absolute;inset:-40px}@keyframes logoPulse{0%{filter:drop-shadow(0 15px 30px #00000040);transform:scale(1)}to{filter:drop-shadow(0 25px 50px #00000059)drop-shadow(0 0 25px #ffffff14);transform:scale(1.05)translateY(-6px)}}@keyframes glowPulse{0%{opacity:.7;transform:scale(.9)}to{opacity:1;transform:scale(1.2)}}.games-section{color:#111827;z-index:10;box-sizing:border-box;background:#fff;flex-direction:column;align-items:center;width:100%;max-width:100%;margin:0;padding:120px 24px;display:flex;position:relative}.games-container{width:100%;max-width:1200px;margin:0 auto}.section-header{text-align:left;margin-bottom:60px}.games-title{letter-spacing:-.03em;color:#111827;font-size:3.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:12px}.games-title-underline{background:linear-gradient(135deg,#a78bfa,#8b5cf6);border-radius:10px;width:80px;height:5px;margin:16px 0 0}.games-subtitle{color:#4b5563;max-width:900px;margin:24px 0 0;font-size:1.25rem;line-height:1.6}.games-grid{flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:32px;width:100%;margin-top:10px;display:flex}.game-card{width:100%;max-width:440px;transition:var(--transition-smooth);box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:32px;flex-direction:column;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000005,0 4px 12px #00000003}.game-card:hover{border-color:#d8b4fe;transform:translateY(-8px);box-shadow:0 35px 70px #8b5cf61f,0 10px 25px #00000005}.game-banner-container{width:100%;height:300px;transition:var(--transition-smooth);background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #f3f4f6;border-radius:24px;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative;overflow:hidden}.game-card:hover .game-banner-container{background:linear-gradient(135deg,#f0ebff 0%,#e0d8ff 100%)}.game-banner-img{object-fit:contain;filter:drop-shadow(0 12px 24px #8b5cf61f);width:90%;height:90%;transition:var(--transition-smooth)}.game-card:hover .game-banner-img{filter:drop-shadow(0 20px 30px #8b5cf638);transform:scale(1.05)translateY(-4px)}.game-category-tag{text-transform:uppercase;letter-spacing:.08em;color:#7c3aed;transition:var(--transition-smooth);background:#fff;border:1px solid #ebd5ff;border-radius:100px;padding:6px 16px;font-size:.75rem;font-weight:700;position:absolute;top:20px;left:20px;box-shadow:0 4px 12px #00000008}.game-card:hover .game-category-tag{color:#fff;background:#7c3aed;border-color:#7c3aed}.game-card-content{padding:8px 12px}.game-name{color:#111827;font-size:2.2rem;font-weight:800;font-family:var(--font-heading);margin-bottom:16px}.game-description{color:#4b5563;margin-bottom:32px;font-size:1.1rem;line-height:1.7}.game-features{flex-direction:column;gap:12px;margin-bottom:36px;display:flex}.game-feature-item{color:#4b5563;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.4;display:flex}.game-feature-bullet{width:8px;height:8px;transition:var(--transition-smooth);background:#a78bfa;border-radius:50%;flex-shrink:0;margin-top:6px}.game-card:hover .game-feature-bullet{background:#7c3aed;transform:scale(1.25)}.game-badges{gap:16px;display:flex}.store-badge{font-size:.9rem;font-family:var(--font-heading);color:#374151;transition:var(--transition-smooth);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:700;display:flex;box-shadow:0 2px 4px #00000005}.store-badge:hover{color:#7c3aed;background:#f9fafb;border-color:#c084fc;transform:translateY(-2px);box-shadow:0 8px 16px #8b5cf614}.store-badge-icon{width:18px;height:18px;transition:var(--transition-smooth)}.store-badge:hover .store-badge-icon{transform:scale(1.1)}.footer{z-index:10;box-sizing:border-box;background:#fff;border-top:1px solid #f3f4f6;width:100%;padding:80px 24px 40px}.footer-container{flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.footer-top{grid-template-columns:2fr 1fr;gap:80px;margin-bottom:60px;display:grid}.footer-brand-column{flex-direction:column;align-items:flex-start;max-width:480px;display:flex}.footer-brand{font-family:var(--font-heading);color:#111827;cursor:pointer;transition:var(--transition-smooth);align-items:center;gap:12px;margin-bottom:20px;font-size:1.5rem;font-weight:800;display:flex}.footer-brand:hover{opacity:.8}.footer-logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000000d);width:auto;height:40px}.footer-tagline{color:#6b7280;font-size:1rem;line-height:1.6}.footer-links-columns{gap:60px;display:flex}.footer-links-group{flex-direction:column;display:flex}.footer-links-title{text-transform:uppercase;letter-spacing:.05em;color:#111827;font-size:.9rem;font-weight:700;font-family:var(--font-heading);margin-bottom:24px}.footer-links-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#6b7280;transition:var(--transition-smooth);font-size:1rem;font-weight:500;text-decoration:none}.footer-link:hover{color:#7c3aed;padding-left:4px}.footer-divider{background:#f3f4f6;width:100%;height:1px;margin-bottom:40px}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-copyright{color:#9ca3af;font-size:.95rem;font-weight:500}@media (width<=968px){.big-brand-name{font-size:7rem}.games-title{font-size:3rem}.game-card{padding:32px}}@media (width<=768px){.hero-logo-centered{width:320px}.game-banner-container{height:240px}.section-header{text-align:center}.games-title{font-size:2.6rem}.games-title-underline{margin:16px auto 0}.games-subtitle{margin:24px auto 0;font-size:1.1rem}.games-grid{justify-content:center}.footer-top{grid-template-columns:1fr;gap:48px;margin-bottom:40px}.footer-links-columns{justify-content:center;gap:40px}.footer-brand-column{text-align:center;align-items:center;max-width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (width<=480px){.hero-logo-centered{width:250px}.game-banner-container{height:180px}.game-badges{flex-direction:column;gap:10px}}.privacy-page-wrapper{color:#1f2937;min-height:100vh;font-family:var(--font-body);background:#f9fafb;flex-direction:column;display:flex}.privacy-nav{z-index:100;background:#fff;border-bottom:1px solid #f3f4f6;padding:16px 24px;position:sticky;top:0;box-shadow:0 4px 10px #00000003}.privacy-nav-container{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;display:flex}.privacy-nav-brand{font-family:var(--font-heading);color:#111827;cursor:pointer;align-items:center;gap:12px;font-size:1.4rem;font-weight:800;display:flex}.privacy-nav-logo{object-fit:contain;filter:drop-shadow(0 2px 4px #0000000d);width:auto;height:36px}.privacy-back-btn{color:#fff;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);background:#7c3aed;border:none;border-radius:12px;padding:10px 20px;font-size:.9rem;font-weight:700}.privacy-back-btn:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed40}.privacy-content-container{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:60px 24px 80px}.privacy-header{text-align:center;margin-bottom:48px}.privacy-title{color:#111827;letter-spacing:-.03em;font-size:3rem;font-weight:800;font-family:var(--font-heading);margin-bottom:12px}.privacy-subtitle{color:#6b7280;font-size:1.1rem}.privacy-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:48px;line-height:1.7;box-shadow:0 15px 45px #00000005}.privacy-intro{color:#374151;margin-bottom:40px;font-size:1.15rem;font-weight:500}.privacy-section{margin-bottom:40px}.privacy-section h2{color:#111827;font-size:1.5rem;font-weight:800;font-family:var(--font-heading);border-bottom:2px solid #f3f4f6;margin-bottom:16px;padding-bottom:8px}.privacy-section p{color:#4b5563;margin-bottom:16px;font-size:1.05rem}.privacy-section ul{margin-bottom:20px;padding-left:20px}.privacy-section li{color:#4b5563;margin-bottom:12px;font-size:1.05rem}.privacy-section strong{color:#111827}.privacy-contact-card{background:#f5f3ff;border:1px solid #ebd5ff;border-radius:16px;margin-top:16px;padding:20px}.privacy-contact-card p{color:#5b21b6!important;margin-bottom:8px!important}.privacy-contact-card p strong{color:#4c1d95}@media (width<=768px){.privacy-card{padding:32px}.privacy-title{font-size:2.4rem}}
