@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,Inter,system-ui,-apple-system,sans-serif;background-color:#02030a;color:#fff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#02030a}#root{min-height:100vh}.hub-shell{position:relative;min-height:100vh;padding:2rem 1rem 3rem;background:radial-gradient(circle at 15% 15%,rgba(3,188,255,.2),transparent 35%),radial-gradient(circle at 85% 0%,rgba(129,90,255,.25),transparent 40%),linear-gradient(135deg,#02030a,#050c20,#02030a);overflow:hidden}.hub-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,255,255,.05),transparent 60%);pointer-events:none}.hub-main{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.hub-hero{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.hub-brand{display:inline-flex;border-radius:20px;padding:.35rem .5rem;transition:transform .22s ease}.hub-brand img{width:auto;height:84px;max-width:280px;border-radius:20px;object-fit:contain}.hub-brand:hover{transform:scale(1.02)}.hub-hero h1{margin:.5rem 0 2rem;font-size:clamp(1.65rem,3vw,2.1rem);letter-spacing:-.02em;font-weight:700}.games-section{background:#ffffff0a;border-radius:32px;padding:2rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 25px 60px #020410bf}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.game-card{border-radius:28px;padding:2rem;display:flex;flex-direction:column;gap:1rem;min-height:280px;background:#01030a99;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #00000073;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out}.game-card:focus-within,.game-card:hover{transform:translateY(-2px);border-color:#ffffff59;box-shadow:0 25px 60px #0000008c}.game-preview{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.preview-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .2s ease-out,filter .2s ease-out,opacity .2s ease-out;display:block}.preview-img.base{opacity:1;transform:scale(1);filter:saturate(1) brightness(.9)}.preview-img.overlay{opacity:0}.game-card.has-gif .game-preview:hover .preview-img.overlay{opacity:1}.game-card:not(.has-gif) .game-preview:hover .preview-img.base{transform:scale(1.03);filter:saturate(1.1) brightness(1.05)}.game-card.brainiac{background:linear-gradient(180deg,#3bf4ff14,#060918f2)}.game-card.demi-cercle{background:linear-gradient(180deg,#ffb64d14,#0c0725f2)}.game-badge{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3}.game-card h2{margin:0;font-size:2rem}.game-tagline{margin:0;color:#ffffffa6;font-size:.95rem}.game-actions{margin-top:auto;display:flex;gap:.7rem;flex-wrap:wrap}.game-btn{border-radius:999px;padding:.85rem 2.5rem;font-size:.8rem;letter-spacing:.3em;text-transform:uppercase;border:1px solid transparent;transition:transform .18s ease-out,box-shadow .18s ease-out,border-color .18s ease-out;display:inline-flex;align-items:center;justify-content:center}.game-btn.primary{background:linear-gradient(120deg,#3bf4ff,#7e5dff);color:#03040d;font-weight:600;box-shadow:0 15px 40px #3ff4ff59}.game-btn.ghost{color:#fffc;border-color:#fff6;background:transparent}.game-btn:focus-visible,.hub-nav a:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:3px}.game-btn:hover{transform:translateY(-2px)}.hub-hint{color:#fff9;letter-spacing:.3em;text-transform:uppercase;font-size:.65rem;text-align:center}.hub-footer{position:relative;z-index:1;margin-top:2rem;text-align:center;font-size:.75rem;color:#ffffff73}@media(max-width:768px){.hub-shell{padding:2rem 1rem 2.5rem}.hub-main{padding:0}.games-section{padding:1.5rem}.game-card{min-height:unset}.hub-brand img{height:56px;max-width:220px}.hub-brand{padding:.25rem .4rem}.hub-hero h1{margin:.4rem 0 1.5rem}}@tailwind base;@tailwind components;@tailwind utilities;
