@keyframes games-content-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes games-slot-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.games-content-enter{animation:games-content-in .25s ease-out forwards}.games-slot-enter{animation:games-slot-in .2s ease-out forwards;animation-delay:var(--games-slot-delay,0s)}@media (prefers-reduced-motion:reduce){.games-content-enter,.games-slot-enter{animation:none;opacity:1;transform:none}}.games-hub{min-height:100vh;background:var(--background);color:var(--foreground)}.games-hub .games-hero{position:relative;border-bottom:1px solid var(--border);background:linear-gradient(165deg,color-mix(in oklch,var(--primary) 11%,var(--background)) 0,var(--background) 42%,color-mix(in oklch,var(--primary) 7%,var(--background)) 100%)}.games-hub .games-hero-glow{pointer-events:none;position:absolute;inset:0;opacity:.55;background:radial-gradient(ellipse 80% 55% at 15% 20%,color-mix(in oklch,var(--primary) 22%,transparent),transparent 55%),radial-gradient(ellipse 70% 45% at 85% 75%,color-mix(in oklch,var(--primary) 14%,transparent),transparent 50%)}.games-hub .games-hero-icon{justify-content:center;width:2.5rem;height:2.5rem;border-radius:calc(var(--radius) + 2px);background:color-mix(in oklch,var(--card) 88%,var(--primary) 12%);border:1px solid color-mix(in oklch,var(--primary) 28%,var(--border));box-shadow:0 2px 12px color-mix(in oklch,var(--primary) 15%,transparent)}.games-hub .games-hero-beta,.games-hub .games-hero-icon{display:inline-flex;align-items:center;color:var(--primary)}.games-hub .games-hero-beta{padding:.2rem .55rem;border-radius:999px;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:color-mix(in oklch,var(--primary) 16%,var(--card));border:1px solid color-mix(in oklch,var(--primary) 35%,var(--border))}.games-hub .games-hero-title{font-size:clamp(1.5rem,4vw,1.875rem);font-weight:800;letter-spacing:-.03em;color:var(--foreground);line-height:1.15;margin:0 0 .5rem}.games-hub .games-hero-lead{max-width:36rem;margin:0 auto;font-size:.9375rem;line-height:1.5;color:var(--muted-foreground)}@media (min-width:640px){.games-hub .games-hero-lead{margin-left:0;margin-right:0}}.games-hub .games-hero-aside{border-radius:var(--card-radius,var(--radius));border:1px solid color-mix(in oklch,var(--border) 85%,var(--primary));background:color-mix(in oklch,var(--card) 92%,var(--primary) 8%);padding:.875rem 1rem;box-shadow:0 2px 14px rgba(0,0,0,.05)}.games-hub .games-hero-aside-label{margin:0 0 .375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--primary)}.games-hub .games-hero-aside-text{margin:0;font-size:.8125rem;line-height:1.45;color:var(--muted-foreground)}.games-hub .games-hero-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;margin:0;padding:0}@media (min-width:640px){.games-hub .games-hero-chips{justify-content:flex-start}}.games-hub .games-hero-chip{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;font-size:.75rem;font-weight:500;color:var(--foreground);background:color-mix(in oklch,var(--card) 75%,transparent);border:1px solid var(--border);box-shadow:0 1px 2px rgba(0,0,0,.04)}.games-hub .games-tabs-label{margin:0 0 .5rem}.games-hub .games-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:var(--foreground);letter-spacing:-.02em}.games-hub .games-subtitle{color:var(--muted-foreground);font-size:.8125rem}.games-hub .games-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem}.games-hub .games-tab{padding:.625rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--muted-foreground);font-weight:500;font-size:.875rem;transition:color .15s ease,border-color .15s ease,background .15s ease,transform .15s ease;display:inline-flex;align-items:center;gap:.375rem}@media (min-width:640px){.games-hub .games-tab{font-size:.9375rem}}.games-hub .games-tab:hover{color:var(--foreground);border-color:color-mix(in oklch,var(--border) 70%,var(--primary));background:var(--accent)}.games-hub .games-tab:active{transform:scale(.98)}.games-hub .games-tab.active{background:color-mix(in oklch,var(--primary) 12%,transparent);border-color:var(--primary);color:var(--primary)}.games-hub .games-tab .tab-icon{width:1rem;height:1rem;opacity:.9;transition:transform .2s ease}.games-hub .games-tab.active .tab-icon{color:var(--primary)}.games-hub .games-tab:hover .tab-icon{transform:scale(1.08)}.games-hub .games-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--card-radius,var(--radius));padding:1rem 1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:border-color .2s ease,box-shadow .2s ease}.games-hub .games-panel:focus-within{border-color:color-mix(in oklch,var(--border) 60%,var(--primary));box-shadow:0 0 0 2px color-mix(in oklch,var(--primary) 12%,transparent)}.games-hub .games-panel--compact{padding:.75rem 1rem}.games-hub .games-panel-title{font-size:.9375rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid var(--border)}.games-card{background:var(--card);border:1px solid var(--border);border-radius:var(--card-radius,var(--radius));padding:1.125rem 1.375rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}@media (min-width:640px){.games-card{padding:1.25rem 1.5rem}}.games-card:hover{transform:translateY(-1px) scale(1.02)}.games-card:hover,.games-hub .games-card:hover{border-color:color-mix(in oklch,var(--border) 60%,var(--primary));box-shadow:0 2px 8px rgba(0,0,0,.06)}.games-hub .games-card--compact{padding:.625rem .875rem}.games-hub .games-card-frame{padding:.5rem;background:var(--accent)}.games-hub .games-card-frame,.games-hub .games-card-frame img{border-radius:calc(var(--radius) - 2px);border:1px solid var(--border)}.games-slot{background:var(--card);border:1px solid var(--border);border-radius:var(--card-radius,var(--radius));padding:1rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.games-hub .games-slot:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:color-mix(in oklch,var(--border) 60%,var(--primary))}.games-hub .games-slot:active{transform:translateY(0)}.games-slot-icon{width:2.75rem;height:2.75rem;margin:0 auto .5rem;border-radius:calc(var(--radius) - 2px);background:var(--muted);display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width:640px){.games-slot-icon{width:3.5rem;height:3.5rem}}.games-hub .games-slot-name{font-weight:500;font-size:.8125rem;color:var(--foreground)}.games-hub .games-slot-count{font-size:.75rem;color:var(--primary);font-weight:600}.games-hub .games-btn{padding:.5rem 1rem;border-radius:var(--radius);font-weight:500;font-size:.8125rem;border:1px solid transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.375rem}.games-hub .games-btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary)}.games-hub .games-btn:active:not(:disabled){transform:scale(.97)}.games-hub .games-btn-sm{padding:.375rem .75rem;font-size:.75rem}.games-hub .games-btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:transparent}.games-hub .games-btn-primary:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 2px 8px rgba(0,0,0,.15)}.games-hub .games-btn-primary:disabled{opacity:.5;cursor:not-allowed}.games-hub .games-btn-secondary{background:var(--accent);color:var(--foreground);border-color:var(--border)}.games-hub .games-btn-secondary:hover:not(:disabled){border-color:color-mix(in oklch,var(--border) 60%,var(--primary));background:color-mix(in oklch,var(--accent) 80%,var(--primary) 8%)}.games-hub .games-btn-danger{background:transparent;color:var(--destructive);border-color:color-mix(in oklch,var(--destructive) 50%,var(--border))}.games-hub .games-btn-danger:hover:not(:disabled){background:color-mix(in oklch,var(--destructive) 12%,transparent);border-color:var(--destructive)}.games-hub .games-stat-bar{height:5px;border-radius:3px;background:var(--muted);overflow:hidden}.games-hub .games-stat-fill{height:100%;border-radius:3px;background:var(--primary);transition:width .35s ease}.games-card-avatar{width:2.5rem;height:2.5rem;border-radius:calc(var(--card-radius, var(--radius)) - 2px);object-fit:cover;border:1px solid var(--border);background:var(--muted)}.games-card-avatar--md{width:3rem;height:3rem}.games-card-avatar--lg{width:3.5rem;height:3.5rem}@media (min-width:1024px){.games-card-avatar--lg{width:4rem;height:4rem}}@media (min-width:640px){.games-hub .games-card-avatar--lg{width:5rem;height:5rem}}.games-hub .games-wheel-cta{padding:.75rem 1.5rem;font-size:1rem;border-radius:var(--radius);background:var(--primary);color:var(--primary-foreground);font-weight:600;border:none;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.games-hub .games-wheel-cta:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 16px rgba(0,0,0,.2);filter:brightness(1.06)}.games-hub .games-wheel-cta:active:not(:disabled){transform:scale(.98)}.games-hub .games-wheel-cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.games-hub .games-recipe{background:var(--card);border:1px solid var(--border);border-radius:var(--card-radius,var(--radius));padding:1rem;transition:border-color .2s ease,box-shadow .2s ease}.games-hub .games-recipe:hover{box-shadow:0 2px 8px rgba(0,0,0,.05);border-color:color-mix(in oklch,var(--border) 70%,var(--primary))}.games-hub .games-recipe-name{font-weight:600;color:var(--foreground);font-size:.9375rem}.games-hub .games-reward-box{background:color-mix(in oklch,var(--primary) 8%,var(--card));border:1px solid color-mix(in oklch,var(--primary) 25%,var(--border));border-radius:var(--radius);padding:.75rem 1rem}.games-hub .games-empty{text-align:center;padding:1.5rem 1rem;color:var(--muted-foreground)}.games-hub .games-empty-icon{width:48px;height:48px;margin:0 auto .75rem;opacity:.5}.games-hub .games-intro{padding:.75rem 1rem;border-radius:var(--radius);background:var(--accent);border:1px solid var(--border)}.games-hub .games-intro-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:calc(var(--radius) - 2px);background:var(--card);border:1px solid var(--border);color:var(--primary)}.games-hub .games-section-title{font-size:1rem;font-weight:600;color:var(--foreground)}.games-hub .games-tip{color:var(--muted-foreground);font-size:.75rem;padding:.375rem .5rem;border-radius:calc(var(--radius) - 2px);background:color-mix(in oklch,var(--primary) 6%,transparent);border-left:3px solid var(--primary)}.games-grid{display:grid;gap:1.25rem}@media (min-width:640px){.games-grid{gap:1.5rem}}.games-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border-radius:calc(var(--radius) - 2px);font-size:.8125rem;font-weight:500;background:var(--accent);border:1px solid var(--border);color:var(--foreground);transition:border-color .2s ease,background .2s ease}.games-hub .games-badge [data-icon]{flex-shrink:0;opacity:.9}.games-hub .games-badge--primary{border-color:color-mix(in oklch,var(--primary) 40%,var(--border));background:color-mix(in oklch,var(--primary) 8%,var(--accent))}.games-hub .games-badge-bot{display:inline-flex;padding:.125rem .375rem;border-radius:4px;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;background:color-mix(in oklch,var(--primary) 18%,var(--card));color:var(--primary);border:1px solid color-mix(in oklch,var(--primary) 35%,var(--border))}.games-reward-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:calc(var(--radius) - 2px);font-size:.75rem;font-weight:500;background:var(--accent);border:1px solid var(--border);color:var(--foreground)}.games-reward-chip img{width:1rem;height:1rem;border-radius:2px;object-fit:cover}.games-reward-chip--warning{color:var(--primary);border-color:color-mix(in oklch,var(--primary) 40%,var(--border));background:color-mix(in oklch,var(--primary) 10%,var(--accent))}.games-hub .games-result-screen.games-result-win{border-color:color-mix(in oklch,var(--primary) 40%,var(--border));background:color-mix(in oklch,var(--primary) 6%,var(--card))}.games-hub .games-result-screen.games-result-lose{border-color:color-mix(in oklch,var(--destructive) 35%,var(--border));background:color-mix(in oklch,var(--destructive) 6%,var(--card))}.games-hub .games-wheel-svg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.12))}.games-hub .games-wheel-outer-ring{stroke:color-mix(in oklch,var(--primary) 30%,var(--border))}.games-hub .games-wheel-segment{transition:filter .2s ease}.games-hub .games-wheel-segment:hover{filter:brightness(1.08)}.games-hub .games-wheel-segment-label{paint-order:stroke fill;stroke:rgba(0,0,0,.35);stroke-width:1.5px}.games-hub .games-wheel-center-outer{fill:color-mix(in oklch,var(--primary) 12%,var(--card));stroke:color-mix(in oklch,var(--primary) 35%,var(--border));stroke-width:2}.games-hub .games-wheel-center{fill:var(--card);stroke:var(--border);stroke-width:2}.games-hub .games-wheel-reward-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem;border-radius:calc(var(--radius) - 2px);border:1px solid var(--border);background:color-mix(in oklch,var(--accent) 78%,transparent)}.games-hub .games-wheel-reward-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;border:1px solid var(--border);background:var(--card);flex-shrink:0}@keyframes games-reveal-pop{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.games-reveal-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(2,8,23,.58);backdrop-filter:blur(10px)}.games-reveal-card{position:relative;width:min(100%,34rem);border-radius:1.25rem;border:1px solid var(--border);background:linear-gradient(180deg,color-mix(in oklch,var(--card) 88%,white 12%),var(--card));box-shadow:0 20px 80px rgba(15,23,42,.28);padding:1.25rem;animation:games-reveal-pop .3s ease-out forwards}.games-reveal-card--success{border-color:color-mix(in oklch,var(--primary) 50%,var(--border))}.games-reveal-card--warning{border-color:rgba(245,158,11,.5)}.games-reveal-card--danger{border-color:rgba(239,68,68,.45)}.games-reveal-badge{width:3.5rem;height:.35rem;border-radius:999px;background:linear-gradient(90deg,var(--primary),color-mix(in oklch,var(--primary) 55%,white 45%));margin-bottom:1rem}.games-reveal-title{font-size:1.125rem;font-weight:700;color:var(--foreground)}.games-reveal-subtitle{margin-top:.5rem;color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.games-reveal-body{margin-top:1rem}.games-reveal-close{position:absolute;top:.875rem;right:.875rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--muted-foreground)}.games-reveal-close:hover{color:var(--foreground);background:var(--accent)}.games-hub .games-select{padding:.375rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);color:var(--foreground);font-size:.8125rem;transition:border-color .2s ease,box-shadow .2s ease}.games-hub .games-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in oklch,var(--primary) 20%,transparent)}.games-hub .games-select:hover:not(:disabled){border-color:color-mix(in oklch,var(--border) 60%,var(--primary))}.games-hub .games-select:disabled{opacity:.5;cursor:not-allowed}.games-hub .games-muted{color:var(--muted-foreground);font-size:.8125rem}.games-hub .games-muted-sm{font-size:.75rem}.games-hub .games-reward-chip--primary{color:var(--primary);border-color:color-mix(in oklch,var(--primary) 40%,var(--border));background:color-mix(in oklch,var(--primary) 10%,var(--accent))}.games-disciple-card{background:linear-gradient(145deg,var(--card) 0,color-mix(in oklch,var(--card) 90%,var(--primary) 10%) 100%);border:1px solid color-mix(in oklch,var(--border) 80%,var(--primary));border-radius:var(--card-radius,var(--radius));padding:1rem;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);position:relative;overflow:hidden}.games-disciple-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),color-mix(in oklch,var(--primary) 50%,var(--secondary)));border-radius:var(--radius) var(--radius) 0 0}.games-disciple-card:hover{border-color:var(--primary);box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px)}.games-disciple-card--compact{padding:.75rem}.games-disciple-card__header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.games-disciple-card__avatar{flex-shrink:0;position:relative}.games-disciple-card__avatar-img{width:4rem;height:4rem;border-radius:calc(var(--radius) - 2px);border:2px solid var(--border);object-fit:cover;background:var(--muted)}.games-disciple-card__avatar-badge{position:absolute;bottom:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;border:2px solid var(--card)}.games-disciple-card__info{flex:1;min-width:0}.games-disciple-card__name{font-size:.9375rem;font-weight:700;color:var(--foreground);line-height:1.2;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.games-disciple-card__title{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.games-disciple-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.375rem}.games-disciple-card__level{font-weight:600;color:var(--primary);background:color-mix(in oklch,var(--primary) 12%,transparent)}.games-disciple-card__level,.games-disciple-card__rank{font-size:.75rem;padding:.125rem .5rem;border-radius:999px}.games-disciple-card__rank{font-weight:500;color:var(--muted-foreground);background:var(--muted)}.games-disciple-card__stats{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.games-disciple-card__stat{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--foreground);background:var(--accent);padding:.25rem .5rem;border-radius:calc(var(--radius) - 2px);border:1px solid var(--border)}.games-disciple-card__stat-icon{width:.875rem;height:.875rem;opacity:.8}.games-disciple-card__progress{margin-bottom:.75rem}.games-disciple-card__progress-label{font-size:.75rem;color:var(--muted-foreground);margin-bottom:.25rem;display:flex;justify-content:space-between}.games-disciple-card__progress-bar{height:.375rem;border-radius:999px;background:var(--muted);overflow:hidden}.games-disciple-card__progress-fill{height:100%;border-radius:999px;background:var(--primary);transition:width .5s ease}.games-disciple-card__actions{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.75rem}.games-disciple-card__action{flex:1;min-width:calc(50% - .375rem)}