.games-hub{--games-hub-hero-accent: #2d6b4f;--games-hub-hero-background: #f0f7f4;--games-hub-hero-muted: var(--app-text-muted);width:min(100%,72rem);margin-inline:auto}html[data-mantine-color-scheme=dark] .games-hub{--games-hub-hero-accent: #c8e6d8;--games-hub-hero-background: #1b2b26;--games-hub-hero-muted: var(--mantine-color-text)}html[data-contrast=high] .games-hub{--games-hub-hero-accent: var(--mantine-color-text);--games-hub-hero-background: var(--mantine-color-body);--games-hub-hero-muted: var(--mantine-color-text)}.games-hub-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:1.5rem;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--app-border);border-left:5px solid var(--games-hub-hero-accent);border-radius:1rem;background:var(--games-hub-hero-background)}.games-hub-hero__eyebrow{margin:0 0 .5rem;color:var(--games-hub-hero-accent);font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.games-hub-hero h1{max-width:46rem;margin:0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.05;letter-spacing:-.035em}.games-hub-hero__lead{max-width:42rem;margin:1rem 0 0;color:var(--games-hub-hero-muted);font-size:clamp(1rem,2vw,1.125rem)}.games-hub-hero__count{flex:0 0 auto;margin:0;padding:.35rem .75rem;border:1px solid var(--app-border);border-radius:999px;background:var(--mantine-color-body);color:var(--app-text-muted);font-size:.8125rem;font-weight:600;white-space:nowrap}.games-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0 0 2.5rem;padding:0;list-style:none}.games-hub-grid>li{min-width:0}.games-hub-card{--game-foreground: var(--game-foreground-light, var(--mantine-color-brand-6));position:relative;display:flex;flex-direction:column;height:100%;padding:1.5rem;border:1px solid var(--app-border);border-radius:.75rem;background:var(--mantine-color-body)}html[data-mantine-color-scheme=dark] .games-hub-card{--game-foreground: var(--game-foreground-dark, var(--mantine-color-brand-4))}html[data-contrast=high] .games-hub-card{--game-foreground: var(--mantine-color-text)}.games-hub-card:hover{border-color:var(--game-accent, var(--mantine-color-brand-4))}.games-hub-card:focus-within{outline:var(--app-focus-ring);outline-offset:2px}.games-hub-card__body{position:relative;flex:1 1 auto}.games-hub-card__header{display:flex;align-items:center;gap:1rem}.games-hub-card__copy{min-width:0}.games-hub-card__icon{display:block;flex:0 0 auto}.games-hub-card__name{margin:0;font-size:1.2rem;line-height:1.3}.games-hub-card__link{color:var(--mantine-color-text);text-decoration:none}.games-hub-card__link:after{position:absolute;inset:0;content:""}.games-hub-card__link:focus-visible{outline:none}.games-hub-card:hover .games-hub-card__link{color:var(--game-foreground)}.games-hub-card__tagline{margin:.5rem 0 0;color:var(--app-text-muted);font-size:.9375rem}.games-hub-card__badge{display:inline-block;margin:.5rem 0 0;padding:.125rem .5rem;border:1px solid color-mix(in srgb,var(--game-foreground) 40%,transparent);border-radius:999px;color:var(--game-foreground);font-size:.75rem;font-weight:700;letter-spacing:.02em;line-height:1.5}.games-hub-card__actions{display:flex;align-items:center;gap:1.5rem;margin-top:auto;padding-top:1.5rem}.games-hub-card__play{display:inline-flex;text-decoration:none;align-items:center;justify-content:center;gap:.35rem;min-height:2.75rem;padding:.625rem 1rem;border:1px solid var(--game-foreground);border-radius:.5rem;background:color-mix(in srgb,var(--game-foreground) 10%,var(--mantine-color-body));color:var(--game-foreground);font-size:.9375rem;font-weight:700;line-height:1.2}.games-hub-card__daily{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.625rem 1rem;border:1px solid var(--app-border);border-radius:.5rem;background:var(--app-surface-elevated);color:var(--app-text-muted);font-size:.9375rem;font-weight:700;line-height:1.2;text-decoration:none}.games-hub-card__daily:hover{border-color:var(--game-foreground);color:var(--game-foreground)}.games-hub-card__play:hover{background:color-mix(in srgb,var(--game-foreground) 18%,var(--mantine-color-body))}.games-hub-card__play:focus-visible,.games-hub-card__daily:focus-visible{outline:var(--app-focus-ring);outline-offset:2px}@media(max-width:46rem){.games-hub-hero{align-items:flex-start;flex-direction:column;gap:1rem}.games-hub-grid{grid-template-columns:1fr}}
