/* CasinoRushBet.co — bespoke build. Theme: rush/speed, motion streaks, electric blue. */

:root{
  --navy-deep:#101d2b;
  --navy:#264b6d;
  --blue:#265f92;
  --electric:#1e82ff;
  --electric-2:#57c8ff;
  --paper:#ebebeb;
  --paper-2:#f6f6f6;
  --ink:#122031;
  --muted:#666666;
  --white:#ffffff;
  --line:rgba(255,255,255,.14);
  --line-dark:#d8d8d8;
  --radius:14px;
  --shell:1180px;
  --shadow:0 18px 40px -20px rgba(16,29,43,.45);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;overflow-x:clip}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
table{border-collapse:collapse}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---------- speed streak backgrounds ---------- */
.streaks{
  background-image:
    repeating-linear-gradient(102deg,
      rgba(87,200,255,.10) 0 3px,
      transparent 3px 34px);
}
.streaks-electric{
  background-image:
    repeating-linear-gradient(102deg,
      rgba(30,130,255,.16) 0 4px,
      transparent 4px 30px);
}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:60;
  background:var(--navy-deep);
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
}
.header-inner{
  max-width:var(--shell);margin:0 auto;padding:12px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  min-width:0;
}
.brand-link{display:flex;align-items:center;gap:10px;min-width:0;flex-shrink:1}
.brand-mark{width:30px;height:30px;flex:none}
.brand-word{font-weight:800;font-size:1.28rem;letter-spacing:-.02em;white-space:nowrap;font-style:italic;transform:skewX(-6deg);display:inline-block}
.brand-word b{color:var(--electric-2);font-weight:800}
.nav-desktop{display:flex;align-items:center;gap:22px;min-width:0}
.nav-desktop a{font-size:.94rem;font-weight:600;color:#c9d7e6;white-space:nowrap;padding:6px 2px;border-bottom:2px solid transparent}
.nav-desktop a:hover,.nav-desktop a.active{color:var(--white);border-color:var(--electric)}
.header-actions{display:flex;align-items:center;gap:10px;flex:none}
.header-actions .btn-line{display:inline-block}

.burger{
  display:none;flex:none;width:40px;height:40px;border-radius:9px;
  align-items:center;justify-content:center;gap:5px;flex-direction:column;
  background:rgba(255,255,255,.06);
}
.burger span{display:block;width:19px;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* off-canvas mobile nav — sibling of header, never nested, no backdrop-filter on header */
.mobile-nav{
  position:fixed;top:0;right:0;height:100%;width:min(320px,86vw);
  background:var(--navy-deep);z-index:80;
  transform:translateX(100%);transition:transform .25s ease;
  padding:18px 20px 26px;overflow-y:auto;
  border-left:1px solid rgba(255,255,255,.1);
}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav-close{position:absolute;top:14px;right:16px;width:34px;height:34px;color:#fff;font-size:1.5rem;line-height:1}
.mobile-nav nav{display:flex;flex-direction:column;gap:4px;margin-top:44px}
.mobile-nav nav a{padding:12px 6px;font-weight:700;color:#e7edf4;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-nav .btn{margin-top:16px}
.mobile-nav-backdrop{
  position:fixed;inset:0;background:rgba(8,14,20,.6);z-index:70;
  opacity:0;pointer-events:none;transition:opacity .22s ease;
}
.mobile-nav-backdrop.open{opacity:1;pointer-events:auto}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:9px;font-weight:800;font-size:.95rem;
  white-space:nowrap;border:2px solid transparent;
  transition:transform .15s ease,filter .15s ease;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--electric);color:#fff;box-shadow:0 10px 24px -10px rgba(30,130,255,.7)}
.btn-primary:hover{filter:brightness(1.08)}
.btn-line{border-color:rgba(255,255,255,.35);color:#fff}
.btn-line:hover{border-color:#fff}
.btn-ghost-dark{border-color:var(--blue);color:var(--blue)}
.btn-ghost-dark:hover{background:var(--blue);color:#fff}
.btn-block{display:flex;width:100%}
.btn-sm{padding:9px 16px;font-size:.85rem}

/* ---------- hero ---------- */
.hero{
  position:relative;overflow:hidden;
  background:linear-gradient(165deg,var(--navy-deep) 0%,var(--navy) 65%,var(--blue) 100%);
  color:#fff;
}
.hero-inner{
  max-width:var(--shell);margin:0 auto;padding:52px 20px 60px;
  display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center;
  position:relative;z-index:2;
}
.hero-inner > *{min-width:0}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:var(--electric-2);background:rgba(87,200,255,.12);
  padding:6px 12px;border-radius:99px;margin:0 0 16px;
}
.hero-title{
  margin:0 0 16px;font-size:clamp(1.7rem,4.1vw,2.7rem);line-height:1.14;
  font-weight:800;letter-spacing:-.01em;
}
.hero-title .cut{color:var(--electric-2)}
.hero-lead{margin:0 0 24px;color:#cfe0ef;font-size:1.05rem;max-width:56ch}
.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}
.hero-facts{display:flex;flex-wrap:wrap;gap:10px 22px}
.hero-facts li{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#dbe7f2;font-weight:600;min-width:0}
.hero-facts b{color:#fff;font-variant-numeric:tabular-nums}
.hero-facts .dot{width:7px;height:7px;border-radius:99px;background:var(--electric-2);flex:none}

.hero-art{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}
.hero-art .glow{
  position:absolute;inset:8%;
  background:radial-gradient(closest-side,rgba(87,200,255,.35),transparent 70%);
  filter:blur(6px);z-index:0;
}
.hero-art img{position:relative;z-index:1;width:min(280px,72%);height:auto;margin:0 auto}
.hero-speedlines{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background-image:repeating-linear-gradient(100deg,rgba(255,255,255,.05) 0 2px,transparent 2px 46px);
}

/* ---------- internal-page intro band ---------- */
.page-band{background:linear-gradient(120deg,var(--navy-deep),var(--blue));color:#fff}
.page-band-inner{
  max-width:var(--shell);margin:0 auto;padding:28px 20px;
  display:flex;align-items:center;gap:16px;flex-wrap:wrap;
}
.page-band-inner > *{min-width:0}
.page-band-inner .ic{
  width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.14);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.page-band-inner .eyebrow{margin:0 0 4px}
.page-band-inner .lead{margin:0;color:#cfe0ef;font-size:.92rem;max-width:62ch}

/* ---------- trust strip ---------- */
.trust-strip{background:var(--navy-deep);border-top:1px solid rgba(255,255,255,.08)}
.trust-inner{
  max-width:var(--shell);margin:0 auto;padding:16px 20px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
}
.trust-inner > *{min-width:0}
.trust-item{display:flex;align-items:center;gap:10px;color:#e4edf6;font-size:.86rem;font-weight:700;min-width:0}
.trust-item .ic{flex:none;width:30px;height:30px;border-radius:8px;background:rgba(30,130,255,.18);display:flex;align-items:center;justify-content:center}
.trust-item span.t{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ---------- generic section shell ---------- */
.section{max-width:var(--shell);margin:0 auto;padding:52px 20px}
.section-tag{
  margin:0 0 8px;font-size:.78rem;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;color:var(--blue);
}
.section-title{margin:0 0 10px;font-size:clamp(1.3rem,2.6vw,1.85rem);font-weight:800;color:var(--ink);letter-spacing:-.01em}
.section-lead{margin:0 0 28px;color:var(--muted);max-width:66ch}

/* ---------- catalog showcase + chip filter ---------- */
.catalog{background:var(--white)}
.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.chip{
  padding:8px 14px;border-radius:99px;border:1.5px solid var(--line-dark);
  font-size:.82rem;font-weight:700;color:var(--ink);background:var(--paper-2);
}
.chip[aria-pressed="true"]{background:var(--electric);border-color:var(--electric);color:#fff}
.tile-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;
}
.tile-grid > *{min-width:0}
.tile{
  border-radius:12px;overflow:hidden;background:var(--paper-2);border:1px solid var(--line-dark);
  clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%);
}
.tile-media{aspect-ratio:201/126;background:var(--navy);display:flex;align-items:center;justify-content:center;overflow:hidden}
.tile-media img{width:100%;height:100%;object-fit:cover}
.tile-body{padding:10px 12px}
.tile-name{margin:0;font-weight:700;font-size:.88rem;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tile-sub{margin:2px 0 0;font-size:.76rem;color:var(--muted)}
.tile-cat{
  border-radius:12px;padding:22px 16px;background:var(--paper-2);border:1px solid var(--line-dark);
  display:flex;flex-direction:column;gap:10px;align-items:flex-start;
  clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%);
}
.tile-cat .ic{width:38px;height:38px;border-radius:10px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;flex:none}
.tile-cat .name{margin:0;font-weight:800;color:var(--ink)}
.tile-cat .desc{margin:0;font-size:.85rem;color:var(--muted)}

/* ---------- article / SEO block ---------- */
.article-wrap{background:var(--white)}
article.seo{
  max-width:820px;margin:0 auto;padding:52px 20px 60px;color:var(--ink);
}
article.seo h1{
  font-size:clamp(1.5rem,3.4vw,2.15rem);line-height:1.2;font-weight:800;
  margin:0 0 18px;letter-spacing:-.01em;
}
article.seo h2{
  font-size:1.28rem;font-weight:800;margin:38px 0 12px;letter-spacing:-.005em;
  padding-left:14px;border-left:4px solid var(--electric);
}
article.seo h3{font-size:1.04rem;font-weight:800;margin:0;color:var(--ink)}
article.seo p{margin:0 0 16px;color:#31414f;font-size:1rem}
article.seo ul{margin:0 0 16px;padding-left:0}
article.seo ul li{position:relative;padding:0 0 10px 24px;color:#31414f}
article.seo ul li::before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;background:var(--electric);border-radius:2px;transform:rotate(45deg)}

.table-wrap{overflow-x:auto;margin:0 0 20px;border-radius:10px;border:1px solid var(--line-dark)}
article.seo table{width:100%;table-layout:fixed;min-width:420px}
article.seo th,article.seo td{
  padding:10px 12px;text-align:left;font-size:.92rem;border-bottom:1px solid var(--line-dark);
  overflow-wrap:anywhere;
}
article.seo th{background:var(--paper-2);color:var(--navy);font-weight:800;width:38%}
article.seo tr:last-child td{border-bottom:0}

.rg-note{
  margin:26px 0 0;padding:14px 16px;border-radius:10px;background:var(--paper-2);
  color:var(--muted);font-size:.86rem;border:1px dashed var(--line-dark);
}

/* FAQ accordion (built on the article's own h3 questions) */
.faq-item{border-bottom:1px solid var(--line-dark)}
.faq-item:first-of-type{border-top:1px solid var(--line-dark)}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:16px 4px;text-align:left;cursor:pointer;
}
.faq-q h3{flex:1;min-width:0}
.faq-q .plus{flex:none;width:22px;height:22px;position:relative}
.faq-q .plus::before,.faq-q .plus::after{content:"";position:absolute;background:var(--electric);border-radius:2px}
.faq-q .plus::before{left:0;top:50%;width:100%;height:2.5px;transform:translateY(-50%)}
.faq-q .plus::after{top:0;left:50%;height:100%;width:2.5px;transform:translateX(-50%);transition:transform .18s ease}
.faq-q[aria-expanded="true"] .plus::after{transform:translateX(-50%) rotate(90deg);opacity:0}
.faq-a{padding:0 4px 18px;margin:0;color:#31414f}
.faq-a[hidden]{display:none}

/* ---------- steps list (login/app pages) ---------- */
.step-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:0 0 24px}
.step-grid > *{min-width:0}
.step{
  background:var(--paper-2);border:1px solid var(--line-dark);border-radius:12px;padding:16px;
  display:flex;gap:12px;align-items:flex-start;
}
.step .num{
  flex:none;width:30px;height:30px;border-radius:8px;background:var(--electric);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-variant-numeric:tabular-nums;
}
.step p{margin:0;font-size:.9rem;color:#31414f}

/* ---------- store badges (app page) ---------- */
.store-row{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 26px}
.store-row a{display:block;border-radius:10px;overflow:hidden;border:1px solid var(--line-dark)}
.store-row img{width:174px;height:auto;display:block}

/* ---------- CTA band ---------- */
.cta-band{
  background:linear-gradient(120deg,var(--navy-deep),var(--blue));
  color:#fff;position:relative;overflow:hidden;
}
.cta-inner{
  max-width:var(--shell);margin:0 auto;padding:44px 20px;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:1;
}
.cta-inner > *{min-width:0}
.cta-text p.section-tag{color:var(--electric-2)}
.cta-text p.section-title{color:#fff;margin-bottom:4px}
.cta-text p.section-sub{margin:0;color:#cfe0ef;font-size:.92rem}

/* ---------- breadcrumbs ---------- */
.breadcrumbs{background:var(--paper-2);border-bottom:1px solid var(--line-dark)}
.breadcrumbs ol{
  max-width:var(--shell);margin:0 auto;padding:11px 20px;display:flex;flex-wrap:wrap;gap:6px;
  font-size:.82rem;color:var(--muted);list-style:none;
}
.breadcrumbs li{display:flex;align-items:center;gap:6px;min-width:0}
.breadcrumbs a{color:var(--blue);font-weight:600}
.breadcrumbs li:last-child{color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ---------- footer ---------- */
.site-footer{background:var(--navy-deep);color:#c9d7e6}
.footer-inner{max-width:var(--shell);margin:0 auto;padding:44px 20px 30px}
.footer-top{
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:26px;
  padding-bottom:26px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:22px;
}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand .brand-mark{width:26px;height:26px}
.footer-nav{display:flex;flex-wrap:wrap;gap:16px 22px}
.footer-nav a{font-size:.88rem;font-weight:600;color:#c9d7e6}
.footer-nav a:hover{color:#fff}
.footer-disclosure{font-size:.82rem;color:#9fb2c4;max-width:74ch;margin:0 0 12px}
.footer-rg{font-size:.82rem;color:#e4edf6;font-weight:700;margin:0 0 6px}
.footer-copy{font-size:.78rem;color:#7f93a6;margin:0}

/* ---------- blog ---------- */
.blog-hero{max-width:var(--shell);margin:0 auto;padding:44px 20px 6px}
.blog-hero h1{margin:0 0 10px;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--ink);letter-spacing:-.01em}
.blog-hero p{margin:0;color:var(--muted);max-width:66ch}
.blog-grid{max-width:var(--shell);margin:0 auto;padding:26px 20px 64px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.blog-grid > *{min-width:0}
.blog-card{display:block;background:var(--white);border:1px solid var(--line-dark);border-radius:var(--radius);padding:22px;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease}
.blog-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.blog-card-tag{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--electric);margin:0 0 10px}
.blog-card-title{margin:0 0 8px;font-size:1.08rem;font-weight:800;color:var(--ink);letter-spacing:-.01em;line-height:1.3}
.blog-card-excerpt{margin:0 0 14px;font-size:.9rem;color:var(--muted)}
.blog-card-date{display:block;font-size:.78rem;color:var(--muted);font-weight:600}
.article-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding-bottom:14px;border-bottom:1px solid var(--line-dark)}
.article-back{font-size:.86rem;font-weight:700;color:var(--blue);text-decoration:none}
.article-date{font-size:.82rem;color:var(--muted);font-weight:600}

/* ---------- 404 ---------- */
.error-shell{
  max-width:640px;margin:0 auto;padding:90px 20px 100px;text-align:center;
}
.error-code{
  margin:0 0 6px;font-size:clamp(3.2rem,10vw,5rem);font-weight:800;color:var(--electric);
  font-style:italic;transform:skewX(-6deg);line-height:1;
}
.error-shell h1{margin:0 0 14px;font-size:1.5rem;color:var(--ink)}
.error-shell p{color:var(--muted);margin:0 0 26px}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width:860px){
  .nav-desktop,.header-actions .btn-line,.header-actions .btn-primary{display:none}
  .burger{display:flex}
  .hero-inner{grid-template-columns:1fr;padding-top:38px}
  .hero-art{order:-1;padding-bottom:10px}
  .hero-art img{width:180px}
  .trust-inner{grid-template-columns:1fr}
  .step-grid{grid-template-columns:1fr}
}

@media (max-width:640px){
  .section{padding:40px 16px}
  article.seo{padding:40px 16px 48px}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .tile-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:560px){
  article.seo table{min-width:0;font-size:.86rem}
  article.seo th,article.seo td{padding:8px}
}

@media (max-width:400px){
  .header-inner{padding:10px 14px}
  .brand-word{font-size:1.1rem}
  .hero-inner{padding-left:14px;padding-right:14px}
  .hero-ctas .btn{flex:1 1 auto;justify-content:center}
  .store-row img{width:150px}
}
