@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;800&family=Inter:wght@400;500;600&display=swap";.navbar{z-index:50;padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.navbar-logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background:var(--accent-primary);color:#fff;font-weight:800;font-family:var(--font-heading);letter-spacing:-1px;border-radius:8px;padding:.5rem}.logo-text{font-size:1.5rem;font-weight:800;font-family:var(--font-heading);color:var(--text-primary)}.font-light{font-weight:400}.theme-toggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-left:1rem;transition:color .3s}.theme-toggle:hover{color:var(--accent-primary)}.desktop-menu{display:none}@media (width>=768px){.desktop-menu{align-items:center;gap:2rem;display:flex}}.nav-link{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent-primary)}.nav-link.active:after{content:"";background-color:var(--accent-primary);width:100%;height:2px;position:absolute;bottom:-4px;left:0}.nav-actions{gap:1rem;margin-left:1rem;display:flex}.icon-btn{color:var(--text-primary);cursor:pointer;background:#94a3b833;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.icon-btn:hover{background:var(--accent-primary);color:#fff}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none}@media (width>=768px){.mobile-menu-btn{display:none}}.mobile-menu{flex-direction:column;gap:1rem;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-link{padding:.5rem;font-weight:600}.footer{margin-top:4rem;padding:2rem;position:relative}.footer-content{border-top:1px solid var(--card-border);flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding-top:2rem;display:flex}@media (width>=768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-section{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-section.center p{color:var(--text-secondary);font-weight:600}.footer-link{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600;transition:color .3s}.footer-link:hover{color:var(--accent-primary)}.chat-btn{background:var(--accent-primary);color:#fff;cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 14px #14b8a663}.chat-btn:hover{transform:scale(1.1)}.home{max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem}.hero{flex-direction:column;align-items:center;gap:4rem;margin-bottom:6rem;display:flex}@media (width>=992px){.hero{flex-direction:row;justify-content:space-between}}.hero-content{flex:1;max-width:600px}.hero-title{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}@media (width>=768px){.hero-title{font-size:4.5rem}}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-buttons a{text-align:center;display:inline-block}.hero-graphic{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.graphic-container{aspect-ratio:1;border:1px solid var(--card-border);border-radius:24px;width:100%;max-width:420px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}[data-theme=dark] .graphic-container{box-shadow:0 20px 40px #2dd4bf1a}.hero-main-img{object-fit:cover;width:100%;height:100%}.glow-effect{pointer-events:none;background:radial-gradient(circle,#2dd4bf33 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.games-section{margin-bottom:6rem;scroll-margin-top:100px}.section-title{letter-spacing:.5px;text-align:center;font-size:1.5rem;font-weight:800;font-family:var(--font-heading);margin-bottom:2rem}@media (width>=768px){.section-title{text-align:left}}.games-grid{grid-template-columns:1fr;gap:2rem;display:grid}.games-grid.single-game{max-width:450px;margin:0 auto}@media (width>=768px){.games-grid{grid-template-columns:repeat(3,1fr)}.games-grid.single-game{grid-template-columns:1fr}}.game-card{border-radius:20px;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.game-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #2dd4bf26}.game-img-wrapper{aspect-ratio:1.5;border:1px solid var(--card-border);border-radius:12px;width:100%;overflow:hidden}.game-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.game-card:hover .game-card-img{transform:scale(1.05)}.game-header{justify-content:space-between;align-items:center;display:flex}.game-header h3{font-size:1.25rem;font-weight:700}.badge{background:var(--badge-bg);color:var(--badge-text);letter-spacing:.5px;border-radius:9999px;padding:.3rem .6rem;font-size:.7rem;font-weight:700}.play-badge{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:background .3s;display:inline-flex}.play-badge:hover{background:#222}.game-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.creator-section{text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:2rem;margin-top:4rem;padding:2.5rem;scroll-margin-top:100px;display:flex}@media (width>=768px){.creator-section{text-align:left;flex-direction:row;padding:3rem}}.creator-avatar{background:var(--accent-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex;box-shadow:0 8px 24px #2dd4bf33}.creator-title{font-size:1.25rem;font-weight:800;font-family:var(--font-heading);margin-bottom:.5rem}.creator-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.page-container{border-radius:20px;max-width:800px;margin:8rem auto 4rem;padding:3rem}.page-title{text-align:center;color:var(--accent-primary);margin-bottom:2rem;font-size:2.5rem}.faq-list{flex-direction:column;gap:2rem;display:flex}.faq-item h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem}.faq-item p{color:var(--text-secondary);line-height:1.6}.content-text h2{color:var(--text-primary);margin:2rem 0 1rem;font-size:1.5rem}.content-text p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.7}.content-text ul{color:var(--text-secondary);margin-bottom:1.5rem;padding-left:1rem;line-height:1.7;list-style-position:inside}.content-text ul li{margin-bottom:.5rem}:root{--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--bg-color:#f0f8ff;--text-primary:#111827;--text-secondary:#4b5563;--accent-primary:#14b8a6;--accent-primary-hover:#0d9488;--accent-secondary:#0f172a;--accent-secondary-hover:#1e293b;--card-bg:#fffc;--card-border:#ffffff80;--nav-bg:#ffffffe6;--glass-shadow:0 8px 32px 0 #1f268712;--badge-bg:#e0f2fe;--badge-text:#0284c7}[data-theme=dark]{--bg-color:#0b1120;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-primary:#2dd4bf;--accent-primary-hover:#14b8a6;--accent-secondary:transparent;--accent-secondary-hover:#ffffff1a;--card-bg:#0f172a99;--card-border:#ffffff1a;--nav-bg:#0b1120e6;--glass-shadow:0 8px 32px 0 #0000005e;--badge-bg:#2dd4bf1a;--badge-text:#2dd4bf}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#14b8a60d,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf60d,#0000 25%);transition:background-color .3s,color .3s;overflow-x:hidden}[data-theme=dark] body{background-image:radial-gradient(circle at 15%,#2dd4bf26,#0000 30%),radial-gradient(circle at 85% 30%,#8b5cf626,#0000 30%)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{color:inherit;text-decoration:none}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:var(--glass-shadow)}.neon-btn{background-color:var(--accent-primary);color:#fff;font-weight:600;font-family:var(--font-body);cursor:pointer;border:none;border-radius:9999px;padding:.75rem 1.5rem;transition:all .3s;box-shadow:0 4px 14px #14b8a663}.neon-btn:hover{background-color:var(--accent-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #14b8a680}.outline-btn{background-color:var(--accent-secondary);color:var(--text-primary);border:1px solid var(--card-border);font-weight:600;font-family:var(--font-body);cursor:pointer;border-radius:9999px;padding:.75rem 1.5rem;transition:all .3s}.outline-btn:hover{background-color:var(--accent-secondary-hover)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.floating{animation:6s ease-in-out infinite float}.delay-1{animation-delay:1s}.delay-2{animation-delay:2s}.delay-3{animation-delay:3s}.glow-text{background:linear-gradient(90deg,#2dd4bf,#8b5cf6,#ec4899);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}
