/* Stupidcasino — bespoke stylesheet. Anti-design wink on a disciplined dark grid. */

:root{
  --acid: #2cafe4;
  --green: #03a84e;
  --ink: #121212;
  --paper: #fafafa;
  --ink-2: #1b1b1b;
  --ink-3: #262626;
  --line: #333333;
  --muted: #b9b9b9;
  --max: 1180px;
  --radius: 14px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ -webkit-text-size-adjust: 100%; }
body{
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font);
  line-height: 1.55;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; }
.wrap{ max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ---------- skip link ---------- */
.skip-link{
  position: absolute; left: -9999px; top: 0;
  background: var(--acid); color: #06202b; padding: 10px 16px;
  font-weight: 800; z-index: 999; border-radius: 0 0 8px 0;
}
.skip-link:focus{ left: 0; }

/* ---------- header ---------- */
.site-header{
  position: sticky; top: 0; z-index: 50;
  background: rgba(18,18,18,.92);
  backdrop-filter: saturate(140%) blur(6px);
  border-bottom: 3px solid var(--acid);
}
.site-header .wrap{
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; gap: 16px;
}
.brand{ display: flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.brand img{ height: 34px; width: auto; }
.brand .wordmark{ font-weight: 900; letter-spacing: -0.02em; font-size: 1.05rem; color: var(--paper); }
.brand .wordmark .dot{ color: var(--green); }

.desktop-nav{ display: flex; align-items: center; gap: 28px; }
.desktop-nav a{
  text-decoration: none; color: var(--muted); font-weight: 700; font-size: .92rem;
  padding: 6px 2px; border-bottom: 2px solid transparent;
}
.desktop-nav a:hover{ color: var(--paper); border-bottom-color: var(--acid); }

.header-cta{ display: flex; align-items: center; gap: 10px; }
.btn{
  display: inline-block; text-decoration: none; font-weight: 800; font-size: .88rem;
  padding: 11px 18px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; white-space: nowrap;
}
.btn-ghost{ color: var(--paper); border-color: var(--line); background: transparent; }
.btn-ghost:hover{ border-color: var(--acid); color: var(--acid); }
.btn-solid{
  background: var(--acid); color: #06202b;
  box-shadow: 4px 4px 0 var(--green);
  transform: rotate(-1deg);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-solid:hover{ transform: rotate(0deg) translate(-2px,-2px); box-shadow: 6px 6px 0 var(--green); }

.burger{
  display: none; width: 42px; height: 42px; border-radius: 10px;
  border: 2px solid var(--line); background: transparent; cursor: pointer;
  position: relative;
}
.burger span, .burger span::before, .burger span::after{
  content: ""; position: absolute; left: 10px; right: 10px; height: 2px; background: var(--paper);
  transition: transform .2s ease, opacity .2s ease;
}
.burger span{ top: 20px; }
.burger span::before{ top: -7px; }
.burger span::after{ top: 7px; }
.burger[aria-expanded="true"] span{ background: transparent; }
.burger[aria-expanded="true"] span::before{ transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span::after{ transform: translateY(-7px) rotate(-45deg); }

.mobile-nav{
  display: none; position: fixed; inset: 74px 0 0 0; z-index: 49;
  background: var(--ink); overflow-y: auto;
}
.mobile-nav.is-open{ display: block; }
.mobile-nav .wrap{ display: flex; flex-direction: column; padding-top: 18px; gap: 4px; }
.mobile-nav a{
  text-decoration: none; color: var(--paper); font-weight: 800; font-size: 1.15rem;
  padding: 16px 4px; border-bottom: 1px solid var(--line);
}
.mobile-nav .mobile-cta{ margin-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.mobile-nav .btn{ text-align: center; }

/* ---------- hero ---------- */
.hero{
  position: relative; padding: 56px 0 48px;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(44,175,228,.25), transparent 60%),
    radial-gradient(700px 380px at 5% 110%, rgba(3,168,78,.18), transparent 60%),
    var(--ink);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero .wrap{ display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero-badge{
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink-3); border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px; font-size: .78rem; font-weight: 800; color: var(--acid);
  transform: rotate(-2deg);
}
.hero-tagline{
  margin: 18px 0 10px; font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  font-weight: 900; letter-spacing: -0.02em; line-height: 1.08;
}
.hero-tagline .accent{ color: var(--acid); }
.hero-sub{ color: var(--muted); font-size: 1.02rem; max-width: 46ch; margin: 0 0 26px; }
.hero-cta{ display: flex; flex-wrap: wrap; gap: 14px; }
.hero-fine{ margin-top: 14px; font-size: .78rem; color: var(--muted); }

.hero-card{
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: 8px 8px 0 rgba(3,168,78,.35);
  transform: rotate(1.5deg);
}
.hero-card .logo-big{ width: 100%; height: auto; max-width: 240px; margin: 0 auto 18px; display: block; }
.hero-stat{ display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px dashed var(--line); }
.hero-stat:first-of-type{ border-top: none; }
.hero-stat .k{ color: var(--muted); font-size: .82rem; font-weight: 700; }
.hero-stat .v{ font-weight: 900; color: var(--paper); font-variant-numeric: tabular-nums; }
.hero-stat .v.accent{ color: var(--green); }

/* ---------- chip strip ---------- */
.chip-strip{ padding: 30px 0; border-bottom: 1px solid var(--line); }
.chip-strip .strip-label{
  font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 14px;
}
.chips{ display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.chip{
  background: var(--ink-3); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 15px; font-size: .85rem; font-weight: 700; color: var(--paper);
}
.chip.on{ border-color: var(--acid); color: var(--acid); }

/* ---------- promo cards ---------- */
.promos{ padding: 56px 0; }
.section-label{
  font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--acid); margin: 0 0 8px;
}
.section-title{
  font-weight: 900; font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin: 0 0 30px; letter-spacing: -.01em;
}
.promo-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.promo-card{
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; position: relative;
}
.promo-card:nth-child(odd){ transform: rotate(-.6deg); }
.promo-card:nth-child(even){ transform: rotate(.6deg); }
.promo-tag{
  display: inline-block; background: var(--green); color: #04180d; font-weight: 900;
  font-size: .68rem; letter-spacing: .04em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 6px; margin-bottom: 12px;
}
.promo-card .p-title{ font-weight: 900; font-size: 1.02rem; margin: 0 0 8px; }
.promo-card .p-text{ color: var(--muted); font-size: .88rem; margin: 0; }

/* ---------- article / SEO block ---------- */
.article-section{ padding: 20px 0 56px; border-top: 1px solid var(--line); }
.article-wrap{
  max-width: 780px; margin: 0 auto; padding: 0 20px;
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 40px clamp(20px, 5vw, 48px);
}
.article-wrap h1{
  font-size: clamp(1.6rem, 3.4vw, 2.15rem); font-weight: 900; letter-spacing: -.02em;
  line-height: 1.15; margin: 0 0 22px; color: var(--paper);
}
.article-wrap h2{
  font-size: clamp(1.15rem, 2.2vw, 1.4rem); font-weight: 900; color: var(--acid);
  margin: 34px 0 12px; letter-spacing: -.01em;
}
.article-wrap h3{
  font-size: 1.02rem; font-weight: 800; margin: 0; color: var(--paper);
}
.article-wrap p{ color: #e6e6e6; font-size: .97rem; margin: 0 0 16px; }
.article-wrap table{
  width: 100%; border-collapse: collapse; table-layout: fixed; margin: 18px 0 22px;
  font-size: .88rem; overflow-wrap: anywhere;
}
.article-wrap th, .article-wrap td{
  border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top;
}
.article-wrap th{ background: var(--ink-3); color: var(--acid); font-weight: 800; }
.article-wrap td{ color: #dcdcdc; }

/* FAQ accordion — built on the h3/p pairs already in the article */
.faq-item{
  border-bottom: 1px solid var(--line); padding: 4px 0;
}
.faq-item:last-of-type{ border-bottom: none; }
.faq-item h3{
  margin: 0; padding: 16px 34px 16px 0; cursor: pointer; position: relative;
  user-select: none;
}
.faq-item h3::after{
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.4rem; color: var(--acid); font-weight: 400; line-height: 1;
}
.faq-item.is-open h3::after{ content: "\2212"; }
.faq-item p{ margin: 0 0 16px; display: none; }
.faq-item.is-open p{ display: block; }

@media (max-width: 560px){
  .article-wrap table, .article-wrap thead, .article-wrap tbody, .article-wrap th, .article-wrap td, .article-wrap tr{ display: block; }
  .article-wrap thead{ display: none; }
  .article-wrap tr{ border: 1px solid var(--line); border-radius: 8px; margin-bottom: 10px; padding: 8px 10px; }
  .article-wrap td{ border: none; padding: 4px 0; font-size: .84rem; }
  .article-wrap td::before{
    content: attr(data-label); display: block; font-weight: 800; color: var(--acid);
    font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 2px;
  }
}

/* ---------- RG / trust strip ---------- */
.trust-strip{ padding: 34px 0; border-top: 1px solid var(--line); background: var(--ink-2); }
.trust-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-item{ display: flex; gap: 12px; align-items: flex-start; }
.trust-item .ico{
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: 8px; background: var(--ink-3);
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  color: var(--acid); font-weight: 900; font-size: .95rem;
}
.trust-item .t{ margin: 0 0 2px; font-weight: 800; font-size: .9rem; }
.trust-item .d{ margin: 0; color: var(--muted); font-size: .82rem; }

/* ---------- blog ---------- */
.article-wrap ul{ margin: 0 0 16px; padding-left: 20px; color: #e6e6e6; font-size: .97rem; }
.article-wrap li{ margin: 0 0 8px; }
.breadcrumbs{ font-size: .8rem; color: var(--muted); margin: 0 0 20px; max-width: 780px; margin-left: auto; margin-right: auto; padding: 0 20px; }
.breadcrumbs a{ color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover{ color: var(--acid); }
.blog-shell{ padding: 48px 0 60px; }
.blog-head{ max-width: 640px; margin: 0 auto 34px; text-align: center; }
.blog-eyebrow{
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: var(--acid); margin: 0 0 8px;
}
.blog-title{ font-size: clamp(1.5rem, 3.2vw, 2.05rem); font-weight: 900; margin: 0 0 10px; color: var(--paper); letter-spacing: -.02em; }
.blog-desc{ color: var(--muted); font-size: .95rem; margin: 0 auto; max-width: 56ch; }
.blog-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 900px; margin: 0 auto; }
.blog-card{
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; gap: 10px;
}
.blog-card-date{ font-size: .74rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin: 0; }
.blog-card-title{ font-size: 1.08rem; font-weight: 900; margin: 0; line-height: 1.32; }
.blog-card-title a{ color: var(--paper); text-decoration: none; }
.blog-card-title a:hover{ color: var(--acid); }
.blog-card-excerpt{ font-size: .87rem; color: var(--muted); margin: 0; flex: 1; }
.blog-card-link{ font-size: .84rem; font-weight: 800; color: var(--acid); text-decoration: none; }
.blog-card-link:hover{ text-decoration: underline; }

/* ---------- footer ---------- */
.site-footer{ background: var(--ink); border-top: 3px solid var(--green); padding: 40px 0 26px; }
.footer-top{ display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 26px; }
.footer-brand{ max-width: 420px; }
.footer-brand .wordmark{ font-weight: 900; font-size: 1.1rem; }
.footer-brand .wordmark .dot{ color: var(--green); }
.footer-brand p{ color: var(--muted); font-size: .84rem; margin: 10px 0 0; }
.footer-nav{ display: flex; gap: 46px; flex-wrap: wrap; }
.footer-col .f-label{
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 12px;
}
.footer-col ul{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-col a{ text-decoration: none; color: #cfcfcf; font-size: .86rem; }
.footer-col a:hover{ color: var(--acid); }
.footer-legal{ border-top: 1px solid var(--line); padding-top: 20px; }
.footer-legal p{ color: var(--muted); font-size: .78rem; margin: 0 0 8px; line-height: 1.6; }
.footer-legal .rg{ color: var(--acid); font-weight: 700; }
.footer-legal .copyright{ color: #8f8f8f; }

/* ---------- responsive ---------- */
@media (max-width: 980px){
  .hero .wrap{ grid-template-columns: 1fr; }
  .hero-card{ order: -1; max-width: 340px; }
  .promo-grid{ grid-template-columns: repeat(2, 1fr); }
  .trust-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 860px){
  .desktop-nav, .header-cta .btn{ display: none; }
  .burger{ display: block; }
}
@media (max-width: 640px){
  .promo-grid{ grid-template-columns: 1fr; }
  .footer-top{ flex-direction: column; }
  .article-wrap{ padding: 28px 18px; }
  .blog-grid{ grid-template-columns: 1fr; }
}
