/* ==========================================================================
   /slots — hub head.
   Same treatment as the simulators, analyse, tools and tracker hubs: the
   catalogue wears the compact app header those pages wear — identity tile,
   inline H1, state pill, facts line, CTAs, stat strip. That head is the
   casino-originals system, so this file layers on crash-tracker.css and is
   scoped under .crx.slx. Everything below the head — the provider card grid
   — stays on the shared hub layout in the parent style.css.
   ========================================================================== */

.crx.slx{padding-bottom:0}

/* Identity tile: the hub has no casino logo, so it carries the Slots glyph
   on the same 58px tile the casino marks use. */
.slx .crx-mark{display:grid;place-items:center;background:linear-gradient(150deg,rgba(79,199,234,.2),rgba(123,77,242,.22));color:var(--cyan,#4FC7EA)}
.slx .crx-mark svg{width:28px;height:28px}

/* Nothing on this page is polling a feed, so the state pill reads cyan and
   static rather than the green pulse the live boards use. */
.slx .crx-live.slx-local{background:rgba(79,199,234,.1);color:var(--cyan,#4FC7EA);border-color:rgba(79,199,234,.3)}
.slx .crx-live.slx-local i{box-shadow:0 0 0 3px rgba(79,199,234,.18);animation:none}

/* Facts line can run long ("5,937 free-play demos"); let the column shrink
   and the facts wrap on phones instead of overflowing the viewport. */
.slx .crx-ident-text{min-width:0}
@media (max-width:560px){
	.slx .crx-facts{gap:4px 10px}
	.slx .crx-facts li{white-space:normal}
	.slx .crx-facts li+li::before{content:none;margin:0}
}

/* Four tiles, not the boards' eight. */
.slx .crx-kpis{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}

/* Below this the head's own breakpoint in crash-tracker.css is out-specificised
   by the rule above, so the fold has to be repeated here. */
@media (max-width:1080px){
	.slx .crx-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Footnote sits in a second .crx.slx wrapper; restore the page-end padding
   the first wrapper dropped. */
.crx.slx.slx-foot{padding-top:8px;padding-bottom:clamp(40px,5vw,72px)}

/* ---------- catalogue toolbar (search + specialty filter) ---------- */
.slx-catalog .cd-provider-card[hidden],
.slx-catalog .cd-provider-card--slot[hidden]{display:none!important}

.slx-toolbar{position:sticky;top:calc(var(--top-h,64px) + 8px);z-index:5;margin:0 0 18px;padding:12px 14px;border-radius:14px;background:color-mix(in srgb,var(--surface,#1B2030) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--line,rgba(255,255,255,.075));display:grid;gap:10px;min-width:0}
.slx-toolbar-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}
.slx-search{display:inline-flex;align-items:center;flex:1 1 260px;min-width:0;max-width:420px;height:40px;padding:0 14px;border-radius:999px;background:var(--surface-2,#212739);border:1px solid var(--line-2,rgba(255,255,255,.14));color:var(--dim,#7E849C)}
.slx-search:focus-within{border-color:var(--cyan,#4FC7EA);color:#fff;box-shadow:0 0 0 3px rgba(79,199,234,.12)}
.slx-search input{background:none;border:0;color:#fff;font:inherit;font-size:14px;width:100%;min-width:0;outline:none}
.slx-search input::placeholder{color:var(--dim,#7E849C)}
.slx-search input::-webkit-search-cancel-button{-webkit-appearance:none}
.slx-results{margin:0;font-size:13px;color:var(--dim,#7E849C);white-space:nowrap}

.slx-filters{display:flex;gap:6px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding:1px 0 2px;min-width:0;max-width:100%}
.slx-filters::-webkit-scrollbar{display:none}
.slx-catalog button.slx-chip{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;white-space:nowrap;padding:6px 11px;border-radius:999px;border:1px solid var(--line,rgba(255,255,255,.075));background:transparent;color:var(--muted,#A9AFC4);font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .16s,color .16s,border-color .16s}
.slx-catalog button.slx-chip .num{font-size:11.5px;font-weight:700;color:var(--dim,#7E849C)}
.slx-catalog button.slx-chip:hover{color:#fff;border-color:var(--line-2,rgba(255,255,255,.14))}
.slx-catalog button.slx-chip.is-on{color:#fff;background:rgba(79,199,234,.1);border-color:rgba(79,199,234,.4)}
.slx-catalog button.slx-chip.is-on .num{color:var(--cyan,#4FC7EA)}

.slx-empty{margin:8px 0 0;font-size:14px;color:var(--muted,#A9AFC4)}

@media (max-width:640px){
	.slx-search{max-width:none;flex-basis:100%}
	.slx-toolbar-row{align-items:stretch}
}
