:root{--bg-color: #050505;--card-bg: #121212;--accent-color: #6366f1;--accent-glow: #818cf8;--text-primary: #ffffff;--text-secondary: #9ca3af;--success-color: #10b981;--border-color: #27272a;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:var(--bg-color);color:var(--text-primary)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem;width:100%}.text-gradient{background:linear-gradient(to right,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-panel{background:#121212b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.05)}.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding-bottom:6rem}@media(min-width:768px){.game-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1024px){.game-grid{grid-template-columns:repeat(4,1fr)}}.game-card{position:relative;aspect-ratio:3 / 4;background-color:var(--card-bg);border-radius:.75rem;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;border:1px solid transparent}.game-card:hover{transform:translateY(-8px) scale(1.02);z-index:10;box-shadow:0 0 20px #6366f14d}.game-card.selected{border-color:var(--accent-color);box-shadow:0 0 25px #6366f140;transform:scale(1.02)}.game-card-img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.game-card:hover .game-card-img{opacity:1}.card-overlay-bottom{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 50%,transparent 100%);opacity:.9}.card-content{position:absolute;bottom:0;left:0;width:100%;padding:1rem;transform:translateY(0);transition:transform .3s ease}.game-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem;line-height:1.2}.avatar-group{display:flex;margin-left:.5rem}.avatar-stack{width:2rem;height:2rem;border-radius:50%;border:2px solid rgba(255,255,255,.3);margin-left:-.5rem;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;color:#fff;background:var(--card-bg)}.avatar-group-top{position:absolute;top:.75rem;left:.75rem;display:flex;z-index:20}.avatar-stack:first-child{margin-left:0}.material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.nav-bar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.hero-section{padding:3rem 0;margin-bottom:2rem}.hero-title{font-size:3rem;font-weight:800;letter-spacing:-.05em;margin-bottom:1rem;line-height:1}@media(min-width:768px){.hero-title{font-size:4.5rem}}.hero-subtitle{color:var(--text-secondary);font-size:1.125rem;font-weight:300;max-width:36rem;line-height:1.6}.search-container{position:relative;background:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;display:flex;align-items:center;padding:.75rem 1rem;width:100%;transition:all .2s}.search-container:focus-within{border-color:var(--accent-color);box-shadow:0 0 0 1px var(--accent-color)}.search-input{background:transparent;border:none;color:#fff;width:100%;font-family:inherit;font-size:1rem;outline:none}.btn-icon{background:#ffffff1a;border:none;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;transition:all .2s}.btn-icon:hover{background:var(--accent-color);transform:scale(1.1)}.btn-icon.active{background:var(--accent-color);color:#fff}@media(max-width:640px){.container{padding:0 1rem}.game-grid{gap:1rem}.card-content{padding:.75rem}.game-title{font-size:1rem}.btn-icon{width:2rem;height:2rem}.btn-icon .material-symbols-outlined{font-size:20px}.avatar-stack{width:1.75rem;height:1.75rem;margin-left:-.4rem;font-size:.65rem}}.card-actions{display:flex;justify-content:space-between;align-items:flex-end;margin-top:.5rem;gap:.5rem;flex-wrap:wrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}
