@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');

:root{
  --bg:#ffffff;
  --ink:#111820;
  --muted:#6b7280;
  --gold:#d8ba65;
  --gold-2:#f1d27b;
  --line:#e7e0cb;
  --soft:#f7f3e7;
  --card:#ffffff;
  --dark:#10141c;
  --danger:#b42318;
  --shadow:0 24px 70px rgba(17,24,32,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg);scrollbar-width:thin;scrollbar-color:var(--gold) #f3f1eb}
body{margin:0;font-family:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(180deg,#fff 0%,#fffdf7 44%,#f7f3e7 100%);color:var(--ink);min-height:100vh;overflow-x:hidden}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}svg{display:block}img{max-width:100%;display:block}
::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#f3f1eb}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--gold),#b89643);border-radius:999px;border:2px solid #f3f1eb}
.lobby-shell{min-height:100vh;display:flex;flex-direction:column}
.top-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(216,186,101,.38)}
.header-row{height:92px;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 44px}
.brand{width:164px;display:flex;align-items:center}.brand img{width:164px;height:auto;object-fit:contain}
.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.header-btn{height:46px;border-radius:16px;padding:0 28px;font-weight:900;font-size:15px;letter-spacing:.3px;border:2px solid var(--gold);transition:.2s ease;display:inline-flex;align-items:center;justify-content:center}.header-btn--gold{background:linear-gradient(180deg,#ffd94f,#d8aa29);color:#151515;box-shadow:0 10px 22px rgba(216,186,101,.26)}.header-btn--outline{background:#fff;color:#171717}.header-btn:hover{transform:translateY(-1px);box-shadow:0 13px 26px rgba(17,24,32,.12)}
.session-chip{min-height:44px;border:1px solid rgba(216,186,101,.55);background:#fff;border-radius:16px;padding:0 16px;display:inline-flex;align-items:center;gap:9px;font-weight:800;color:#222;box-shadow:0 10px 24px rgba(17,24,32,.08)}.session-chip svg{width:18px;height:18px;fill:var(--gold)}.session-chip--balance strong{font-weight:900}
.hero-panel{max-width:1600px;width:100%;margin:26px auto 18px;padding:0 44px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:stretch}.hero-copy{min-height:270px;border:1px solid rgba(216,186,101,.42);border-radius:32px;background:radial-gradient(circle at top left,rgba(241,210,123,.38),transparent 34%),linear-gradient(135deg,#fff,#fbf8ee);box-shadow:var(--shadow);padding:44px;display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;font-size:13px;letter-spacing:.18em;font-weight:900;color:#9c7b25}.hero-copy h1{font-size:clamp(44px,6vw,86px);line-height:.88;margin:10px 0;color:var(--ink);letter-spacing:-.055em;text-transform:uppercase}.hero-copy p{max-width:720px;margin:10px 0 0;color:#4b5563;font-size:18px;line-height:1.7;font-weight:600}.hero-card{border-radius:32px;background:#fff;border:1px solid rgba(216,186,101,.48);box-shadow:var(--shadow);display:grid;place-items:center;padding:22px}.hero-card img{width:100%;height:auto;object-fit:contain;border-radius:22px}
.catalog-panel{max-width:1600px;width:100%;margin:0 auto 32px;padding:0 44px}.toolbar-section{display:grid;grid-template-columns:minmax(280px,620px) 1fr;gap:18px;align-items:center;margin-bottom:18px}.search-box{height:62px;border-radius:20px;background:#fff;border:2px solid rgba(216,186,101,.44);box-shadow:0 12px 30px rgba(17,24,32,.08);display:flex;align-items:center;gap:14px;padding:0 20px}.search-box svg{width:24px;height:24px;fill:#9c7b25}.search-box input{width:100%;height:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:17px;font-weight:700}.search-box input::placeholder{color:#a1a1aa}.provider-actions{display:flex;align-items:center;gap:12px;overflow-x:auto;padding:2px 0}.provider-btn{height:62px;min-width:220px;border-radius:20px;border:2px solid var(--gold);background:#fff;color:var(--ink);font-weight:900;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 12px 30px rgba(17,24,32,.08);transition:.2s ease}.provider-btn img{width:34px;height:34px;object-fit:contain}.provider-btn.is-active,.provider-btn:hover{background:linear-gradient(180deg,#fff6c7,#efcf72);transform:translateY(-1px)}
.category-strip{display:flex;gap:12px;overflow-x:auto;padding:0 0 18px;margin-bottom:8px;border-bottom:1px solid rgba(216,186,101,.34)}.cat-btn{height:54px;min-width:160px;border-radius:18px;border:2px solid #dfd7bd;background:#fff;color:#1f2937;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;font-weight:900;transition:.18s ease}.cat-btn:hover,.cat-btn.is-active{background:linear-gradient(180deg,#ffe36d,#d7ae32);border-color:#d4a82e;color:#111}.cat-icon{width:20px;height:20px;object-fit:contain}.cat-btn.is-active .cat-icon,.cat-btn:hover .cat-icon{filter:brightness(0)}
.catalog-status{min-height:28px;color:var(--muted);font-size:14px;font-weight:800;margin:8px 0 16px}.catalog-status.is-error{color:var(--danger)}.catalog-status.is-ok{color:#357a38}.games-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px 18px}.game-card{min-width:0}.game-card__media{position:relative;display:block;width:100%;aspect-ratio:1/1;border:0;border-radius:22px;overflow:hidden;background:#f4ecd1;box-shadow:0 16px 36px rgba(17,24,32,.14);padding:0;transition:.22s ease}.game-card__media:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(17,24,32,.18)}.game-card__media img{width:100%;height:100%;object-fit:cover}.game-badge{position:absolute;top:12px;left:12px;z-index:2;border-radius:999px;background:rgba(17,24,32,.78);color:#fff;padding:7px 10px;font-size:11px;font-weight:900;backdrop-filter:blur(8px)}.game-favorite{position:absolute;top:10px;right:10px;z-index:2;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.86);color:#1f2937;display:grid;place-items:center;font-size:20px;font-weight:900}.game-title{margin:10px 0 0;text-align:center;font-size:15px;line-height:1.25;font-weight:900;color:#1f2937}.game-provider{display:block;margin-top:4px;text-align:center;font-size:11px;font-weight:800;color:#8a6b1d;text-transform:uppercase;letter-spacing:.06em}.empty-card{grid-column:1/-1;min-height:180px;border:2px dashed rgba(216,186,101,.55);border-radius:24px;background:#fff;padding:32px;display:grid;place-items:center;text-align:center;color:#6b7280;font-weight:800}.site-footer{max-width:1600px;width:100%;margin:auto auto 0;padding:28px 44px 38px;border-top:1px solid rgba(216,186,101,.34);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#4b5563}.site-footer strong{display:block;font-size:18px;color:var(--ink)}.site-footer p{margin:6px 0 0;max-width:800px;line-height:1.6}.footer-badge{width:54px;height:54px;border-radius:50%;background:var(--dark);color:#fff;display:grid;place-items:center;font-weight:900;border:3px solid var(--gold)}
.auth-modal-backdrop,.account-modal-backdrop,.game-modal-backdrop{position:fixed;inset:0;background:rgba(17,24,32,.62);backdrop-filter:blur(12px);z-index:80}.auth-modal,.account-modal,.game-modal{position:fixed;inset:0;z-index:81;display:grid;place-items:center;padding:18px}.auth-modal-card,.account-modal-card{width:min(100%,520px);max-height:calc(100dvh - 36px);overflow:auto;background:#fff;border:1px solid rgba(216,186,101,.54);border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.26);padding:30px;position:relative}.auth-modal-card--sm{width:min(100%,440px)}.auth-close,.account-close{position:absolute;top:14px;right:16px;width:36px;height:36px;border:0;border-radius:50%;background:#f5edcf;color:#1f2937;font-size:28px;line-height:1}.auth-modal-card h2,.account-modal-card h2{margin:0 0 20px;text-align:center;font-size:28px}.auth-alert{border-radius:14px;background:#fef3f2;color:#b42318;border:1px solid #fecdca;padding:12px 14px;margin-bottom:16px;font-weight:800;font-size:13px}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-field{display:flex;flex-direction:column;gap:7px;color:#374151;font-weight:800;font-size:13px}.auth-field input{height:48px;border:1.5px solid #ddd6be;border-radius:14px;background:#fff;color:#111820;padding:0 14px;outline:0;font-weight:700}.auth-field input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(216,186,101,.2)}.password-wrap{display:flex;align-items:center;position:relative}.password-wrap input{width:100%;padding-right:52px}.password-toggle{position:absolute;right:6px;width:40px;height:40px;border:0;background:transparent;border-radius:12px}.auth-check{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.45;color:#4b5563;font-weight:700}.auth-check input{margin-top:3px;accent-color:var(--gold)}.auth-submit,.account-option{min-height:52px;border:0;border-radius:16px;background:linear-gradient(180deg,#ffd94f,#d8aa29);color:#151515;font-weight:900;margin-top:8px;box-shadow:0 12px 28px rgba(216,186,101,.26)}.account-summary{border-radius:18px;background:#fbf6e3;border:1px solid rgba(216,186,101,.45);padding:18px;display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.account-summary strong{font-size:24px}.account-summary small{font-weight:800;color:#6b7280}.account-option{width:100%}
.game-modal{place-items:stretch}.game-modal-card{width:100%;height:100%;background:#0b0d12;border-radius:0;box-shadow:none;overflow:hidden;display:flex;flex-direction:column}.game-modal-header{height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;background:#111820;color:#fff;border-bottom:1px solid rgba(216,186,101,.5)}.game-modal-actions{display:flex;align-items:center;gap:8px}.game-modal-actions button{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;font-size:23px;line-height:1}.game-modal iframe{border:0;width:100%;height:calc(100dvh - 58px);background:#000}
[hidden]{display:none!important}
@media (max-width:1280px){.games-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.hero-panel{grid-template-columns:1fr 280px}}
@media (max-width:1024px){.header-row{padding:0 22px}.hero-panel,.catalog-panel,.site-footer{padding-left:22px;padding-right:22px}.hero-panel{grid-template-columns:1fr}.hero-card{display:none}.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.toolbar-section{grid-template-columns:1fr}}
@media (max-width:760px){.header-row{height:auto;min-height:86px;padding:12px 14px}.brand{width:118px}.brand img{width:118px}.header-actions{gap:7px}.header-btn{height:38px;border-radius:12px;font-size:12px;padding:0 14px}.session-chip{min-height:36px;border-radius:12px;font-size:12px;padding:0 10px}.hero-panel{margin:14px auto 12px;padding:0 14px}.hero-copy{min-height:auto;padding:26px 18px;border-radius:24px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:14px}.catalog-panel{padding:0 14px}.toolbar-section{gap:12px}.search-box,.provider-btn{height:52px;border-radius:16px}.provider-btn{min-width:100%;font-size:13px}.category-strip{gap:8px}.cat-btn{height:48px;min-width:128px;border-radius:14px;font-size:12px}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.game-card__media{border-radius:18px}.game-title{font-size:13px}.site-footer{padding:22px 14px 30px;align-items:flex-start}.footer-badge{flex:0 0 auto}.auth-modal-card,.account-modal-card{padding:26px 18px;border-radius:22px}.auth-modal-card h2,.account-modal-card h2{font-size:23px}}


/* Casino Jeff v2 refinements */

.top-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(216,186,101,.38)}
.header-row{height:82px;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 44px}
.brand{width:110px;display:flex;align-items:center;flex:0 0 auto}
.brand img{width:110px;height:auto;object-fit:contain}
.hero-panel{display:none}
.hero-slider{position:relative;max-width:1600px;width:100%;margin:24px auto 18px;padding:0 44px}
.hero-slider__viewport{position:relative;height:480px;border-radius:34px;overflow:hidden;border:1px solid rgba(216,186,101,.42);box-shadow:var(--shadow);background:#ddd}
.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .42s ease}
.hero-slide.is-active{opacity:1;pointer-events:auto}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-slide__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,11,18,.78) 0%,rgba(8,11,18,.45) 38%,rgba(8,11,18,.08) 100%)}
.hero-slide__content{position:absolute;left:42px;bottom:42px;max-width:620px;color:#fff;z-index:2}
.hero-slide__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}
.hero-slide__content h1,.hero-slide__content h2{margin:0 0 10px;font-size:clamp(40px,5vw,64px);line-height:.95;letter-spacing:-.04em;text-transform:uppercase}
.hero-slide__content p{margin:0;max-width:560px;font-size:17px;line-height:1.65;color:rgba(255,255,255,.92);font-weight:600}
.hero-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:rgba(17,24,32,.45);backdrop-filter:blur(10px);color:#fff;font-size:30px;line-height:1;display:grid;place-items:center;z-index:3;transition:.2s ease}
.hero-slider__nav:hover{background:rgba(17,24,32,.68)}
.hero-slider__nav--prev{left:62px}
.hero-slider__nav--next{right:62px}
.hero-slider__dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;z-index:3}
.hero-slider__dot{width:12px;height:12px;border:0;border-radius:999px;background:rgba(255,255,255,.52);padding:0;transition:.2s ease}
.hero-slider__dot.is-active{width:34px;background:linear-gradient(180deg,#ffd94f,#d8aa29)}
.catalog-panel{max-width:1600px;width:100%;margin:0 auto 32px;padding:0 44px}
.toolbar-section{display:grid;grid-template-columns:minmax(280px,620px) auto;gap:18px;align-items:center;margin-bottom:18px}
.provider-btn{height:62px;min-width:280px;border-radius:20px;border:2px solid var(--gold);background:#fff;color:var(--ink);font-weight:900;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 12px 30px rgba(17,24,32,.08);transition:.2s ease}
.games-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px 18px}
.game-title{margin:12px 0 0;text-align:center;font-size:15px;line-height:1.3;font-weight:900;color:#1f2937}
@media (max-width:1280px){.games-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.hero-slider__viewport{height:440px}}
@media (max-width:1024px){.header-row{padding:0 22px}.hero-slider,.catalog-panel,.site-footer{padding-left:22px;padding-right:22px}.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.toolbar-section{grid-template-columns:1fr}.hero-slider__viewport{height:380px}.hero-slider__nav--prev{left:38px}.hero-slider__nav--next{right:38px}.hero-slide__content{left:28px;right:28px;bottom:34px;max-width:560px}}
@media (max-width:760px){.header-row{height:auto;min-height:74px;padding:12px 14px}.brand{width:88px}.brand img{width:88px}.hero-slider{margin:14px auto 12px;padding:0 14px}.hero-slider__viewport{height:240px;border-radius:24px}.hero-slide__content{left:18px;right:18px;bottom:18px;max-width:none}.hero-slide__content h1,.hero-slide__content h2{font-size:28px;margin-bottom:8px}.hero-slide__content p{font-size:13px;line-height:1.5;max-width:300px}.hero-slide__eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:10px;padding:7px 10px}.hero-slider__nav{width:38px;height:38px;font-size:24px}.hero-slider__nav--prev{left:22px}.hero-slider__nav--next{right:22px}.catalog-panel{padding:0 14px}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}}



/* Casino Jeff v3 simple dark-gray / rose accent lobby */
:root{
  --bg:#f4f6fa;
  --ink:#1f2530;
  --muted:#7a8290;
  --gold:#ff746b;
  --gold-2:#ff9a91;
  --line:#dde2ea;
  --soft:#f2f4f8;
  --card:#ffffff;
  --dark:#202832;
  --danger:#b42318;
  --shadow:0 18px 46px rgba(31,37,48,.10);
}
html{background:#f4f6fa;scrollbar-color:#ff746b #eef1f6}
body{background:#f4f6fa;color:var(--ink)}
::-webkit-scrollbar-track{background:#eef1f6}
::-webkit-scrollbar-thumb{background:#ff746b;border:2px solid #eef1f6}
.top-header{background:#fff;border-bottom:1px solid #dce2ea;box-shadow:0 6px 24px rgba(31,37,48,.06)}
.header-row{height:78px;max-width:none;padding:0 48px}
.brand,.brand--text{width:auto;min-width:0;color:#303743;font-size:25px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;line-height:1;white-space:nowrap}
.brand img{display:none}
.header-actions{gap:12px}
.header-btn{height:44px;border-radius:10px;padding:0 30px;font-size:15px;border:1px solid #d9dfe8;background:#fff;color:#1f2530;box-shadow:none}
.header-btn--gold,.header-btn:hover{background:#ff746b;border-color:#ff746b;color:#fff;box-shadow:0 14px 26px rgba(255,116,107,.22);transform:translateY(-1px)}
.header-btn--outline{background:#fff;color:#1f2530;border-color:#d3d9e2}
.session-chip{border-color:#d8dee8;background:#fff;border-radius:10px;box-shadow:none;color:#252c36}
.session-chip svg{fill:#ff746b}
.hero-slider{max-width:none;width:100%;margin:0;padding:0}
.hero-slider__viewport{height:min(480px,42vw);min-height:330px;border-radius:0;border:0;box-shadow:none;background:#1f2530}
.hero-slide__overlay{background:linear-gradient(90deg,rgba(22,28,36,.78) 0%,rgba(22,28,36,.42) 43%,rgba(22,28,36,.12) 100%)}
.hero-slide__content{left:70px;bottom:58px;max-width:680px}
.hero-slide__eyebrow{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:12px;letter-spacing:.16em}
.hero-slide__content h1,.hero-slide__content h2{font-size:clamp(42px,5.8vw,76px);letter-spacing:-.05em;color:#fff;text-shadow:0 8px 28px rgba(0,0,0,.25)}
.hero-slide__content p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.92)}
.hero-slider__nav{width:46px;height:46px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(31,37,48,.68);box-shadow:0 12px 30px rgba(0,0,0,.18)}
.hero-slider__nav:hover{background:#ff746b;color:#fff}
.hero-slider__nav--prev{left:34px}
.hero-slider__nav--next{right:34px}
.hero-slider__dots{bottom:20px}
.hero-slider__dot{height:8px;width:8px;background:rgba(255,255,255,.42)}
.hero-slider__dot.is-active{width:32px;background:#ff746b}
.catalog-panel{max-width:none;margin:0 auto 32px;padding:26px 48px 0;background:#f4f6fa}
.toolbar-section{grid-template-columns:minmax(260px,520px) auto;gap:16px;margin-bottom:18px;align-items:center}
.search-box{height:46px;border-radius:10px;background:#fff;border:1px solid #d7dde7;box-shadow:0 8px 22px rgba(31,37,48,.06);display:flex;align-items:center;gap:8px;padding:0 7px 0 14px;max-width:520px}
.search-box svg{display:none!important}
.search-box input{font-size:14px;font-weight:700;color:#1f2530;min-width:0}
.search-box input::placeholder{color:#8a929f}
.search-submit{height:34px;border:0;border-radius:8px;background:#ff746b;color:#fff;font-size:13px;font-weight:900;padding:0 18px;box-shadow:0 8px 18px rgba(255,116,107,.18);transition:.18s ease}
.search-submit:hover{background:#ec655d;transform:translateY(-1px)}
.provider-actions{padding:0;gap:10px;overflow-x:auto}
.provider-btn{height:46px;min-width:210px;border-radius:10px;border:1px solid #d7dde7;background:#fff;color:#1f2530;font-size:14px;font-weight:900;padding:0 18px;box-shadow:0 8px 22px rgba(31,37,48,.06)}
.provider-btn img{width:24px;height:24px;object-fit:contain}
.provider-btn.is-active,.provider-btn:hover{background:#ff746b;border-color:#ff746b;color:#fff;transform:translateY(-1px);box-shadow:0 12px 24px rgba(255,116,107,.2)}
.category-strip{gap:10px;padding:0 0 18px;margin-bottom:12px;border-bottom:1px solid #dce2ea}
.cat-btn{height:46px;min-width:150px;border-radius:9px;border:1px solid #d7dde7;background:#fff;color:#2d3540;gap:9px;padding:0 16px;font-size:14px;font-weight:900;box-shadow:0 8px 20px rgba(31,37,48,.045)}
.cat-btn:hover,.cat-btn.is-active{background:#202832;border-color:#202832;color:#fff;box-shadow:0 12px 26px rgba(31,37,48,.16);transform:translateY(-1px)}
.cat-btn.is-active .cat-icon,.cat-btn:hover .cat-icon{filter:brightness(0) invert(1)}
.catalog-status{font-size:14px;margin:10px 0 18px;color:#667081}
.catalog-status.is-ok{color:#2f6f4e}
.games-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:26px 20px}
.game-card__media{border-radius:12px;background:#e5e9f0;box-shadow:0 16px 32px rgba(31,37,48,.12)}
.game-card__media:hover{box-shadow:0 22px 42px rgba(31,37,48,.17)}
.game-badge{border-radius:7px;background:#202832;color:#fff}
.game-favorite{border-radius:8px;background:rgba(255,255,255,.9)}
.game-title{font-size:14px;color:#252c36}
.game-provider{color:#8b6260;letter-spacing:.08em}
.empty-card{border:1px dashed #cfd6e1;border-radius:12px;background:#fff;color:#6b7280}
.site-footer{max-width:none;background:#fff;border-top:1px solid #dce2ea;color:#687282}
.footer-badge{background:#202832;border-color:#ff746b}
.auth-modal-card,.account-modal-card{border-radius:14px;border-color:#d7dde7}
.auth-submit,.account-option{border-radius:9px;background:#ff746b;color:#fff;box-shadow:0 12px 24px rgba(255,116,107,.2)}
.game-modal-actions button{border-radius:8px}
@media (max-width:1280px){.games-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.hero-slider__viewport{height:420px;min-height:300px}}
@media (max-width:1024px){.header-row{padding:0 22px}.hero-slide__content{left:36px;right:36px;bottom:42px}.hero-slider__nav--prev{left:22px}.hero-slider__nav--next{right:22px}.catalog-panel,.site-footer{padding-left:22px;padding-right:22px}.toolbar-section{grid-template-columns:1fr}.search-box{max-width:none}.games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:760px){.header-row{min-height:68px;padding:10px 14px}.brand,.brand--text{font-size:18px;letter-spacing:.05em}.header-actions{gap:8px}.header-btn{height:38px;border-radius:8px;font-size:12px;padding:0 14px}.hero-slider__viewport{height:260px;min-height:240px}.hero-slide__content{left:18px;right:18px;bottom:22px}.hero-slide__content h1,.hero-slide__content h2{font-size:32px}.hero-slide__content p{font-size:13px;max-width:330px}.hero-slide__eyebrow{font-size:10px;border-radius:8px}.hero-slider__nav{width:36px;height:36px;border-radius:8px;font-size:23px}.catalog-panel{padding:18px 14px 0}.toolbar-section{gap:10px}.search-box{height:42px;border-radius:9px}.search-submit{height:30px;border-radius:7px;font-size:12px;padding:0 13px}.provider-btn,.cat-btn{height:42px;border-radius:8px;font-size:12px}.cat-btn{min-width:126px}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.game-card__media{border-radius:10px}.site-footer{padding:22px 14px 30px}}


/* Casino Jeff v4 - búsqueda simple y scrollbar negro */
html{scrollbar-width:thin;scrollbar-color:#121820 #edf0f4}
::-webkit-scrollbar{width:9px;height:9px}
::-webkit-scrollbar-track{background:#edf0f4}
::-webkit-scrollbar-thumb{background:#121820;border-radius:999px;border:2px solid #edf0f4}
::-webkit-scrollbar-thumb:hover{background:#000}
.toolbar-section.toolbar-section--search-only{display:block;margin-bottom:18px}
.toolbar-section--search-only .search-box{width:min(100%,560px);height:44px;border-radius:9px;border:1px solid #d9dee8;background:#fff;box-shadow:0 8px 18px rgba(31,37,48,.05);display:flex;align-items:center;gap:11px;padding:0 15px}
.toolbar-section--search-only .search-icon{width:19px;height:19px;flex:0 0 auto;fill:#596273}
.toolbar-section--search-only .search-box input{height:100%;font-size:14px;font-weight:800;color:#1f2530;padding:0;border:0;background:transparent;outline:none}
.toolbar-section--search-only .search-box input::placeholder{color:#8a93a2}
.search-submit,.provider-actions{display:none!important}
.category-strip{margin-top:8px}
@media (max-width:760px){.toolbar-section.toolbar-section--search-only{margin-bottom:12px}.toolbar-section--search-only .search-box{width:100%;height:42px;border-radius:8px}.toolbar-section--search-only .search-box input{font-size:13px}.toolbar-section--search-only .search-icon{width:18px;height:18px}}
