/* BV Casino — bvcasino1.de — bespoke, tiefblau + gold, "Casino-Grid"-Layout */

:root{
  --bv1-navy-950:#060a1a;
  --bv1-navy-900:#0b1230;
  --bv1-navy-850:#0e1638;
  --bv1-navy-800:#121b42;
  --bv1-navy-700:#1c2a5e;
  --bv1-line:rgba(200,161,91,.22);
  --bv1-gold-700:#8f6f34;
  --bv1-gold-500:#c8a15b;
  --bv1-gold-400:#ddbe80;
  --bv1-gold-200:#f0ddb2;
  --bv1-cream:#f3ecd9;
  --bv1-ink:#0b1230;
  --bv1-muted:#a7add0;
  --bv1-radius:16px;
  --bv1-radius-lg:24px;
  --bv1-shadow:0 20px 50px rgba(3,6,20,.55);
  --bv1-serif:Georgia,'Times New Roman',Times,serif;
  --bv1-sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --bv1-header-h:74px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{
  margin:0;background:var(--bv1-navy-900);color:var(--bv1-cream);
  font-family:var(--bv1-sans);font-size:16px;line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;height:auto}
a{color:var(--bv1-gold-400);text-decoration:none}
a:hover{color:var(--bv1-gold-200);text-decoration:underline}
a:focus-visible,button:focus-visible{outline:2px solid var(--bv1-gold-400);outline-offset:2px}
ul,ol{margin:0;padding:0}
table{border-collapse:collapse}
button{font-family:inherit;background:none;border:none}

.bv1-container{max-width:1120px;margin:0 auto;padding:0 20px}

/* ===== Header ===== */
.bv1-header{
  position:sticky;top:0;z-index:40;height:var(--bv1-header-h);
  display:flex;align-items:center;
  background:rgba(6,10,26,.94);backdrop-filter:blur(10px);
  border-bottom:1px solid var(--bv1-line);
}
.bv1-header-inner{
  width:100%;max-width:1120px;margin:0 auto;padding:0 20px;
  display:flex;align-items:center;gap:26px;
}
.bv1-wordmark{
  font-family:var(--bv1-serif);font-size:1.45rem;letter-spacing:.06em;
  color:var(--bv1-gold-400);border:1px solid var(--bv1-gold-500);
  padding:.26em .65em;border-radius:999px;white-space:nowrap;margin-right:auto;
}
.bv1-wordmark span{color:var(--bv1-cream)}

.bv1-nav-desktop{display:flex;align-items:center;gap:22px}
.bv1-nav-desktop a{
  font-size:.88rem;color:var(--bv1-muted);padding:.5em 0;position:relative;
}
.bv1-nav-desktop a::after{
  content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;
  background:var(--bv1-gold-400);transform:scaleX(0);transition:transform .18s ease;
}
.bv1-nav-desktop a:hover{color:var(--bv1-gold-400);text-decoration:none}
.bv1-nav-desktop a:hover::after,.bv1-nav-desktop a[aria-current="page"]::after{transform:scaleX(1)}
.bv1-nav-desktop a[aria-current="page"]{color:var(--bv1-gold-400)}

.bv1-header-cta{
  display:inline-flex;align-items:center;gap:6px;
  background:linear-gradient(180deg,var(--bv1-gold-400),var(--bv1-gold-700));
  color:var(--bv1-ink);font-weight:700;font-size:.88rem;
  padding:.6em 1.15em;border-radius:10px;white-space:nowrap;
  box-shadow:0 8px 20px rgba(200,161,91,.25);
}
.bv1-header-cta:hover{color:var(--bv1-ink);text-decoration:none;filter:brightness(1.06)}

.bv1-burger{
  display:none;width:42px;height:42px;border-radius:10px;
  background:var(--bv1-navy-800);border:1px solid var(--bv1-line);color:var(--bv1-gold-400);
  align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;
}
.bv1-burger span{display:block;width:18px;height:2px;background:var(--bv1-gold-400);position:relative}
.bv1-burger span::before,.bv1-burger span::after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--bv1-gold-400)}
.bv1-burger span::before{top:-6px}
.bv1-burger span::after{top:6px}

.bv1-mobile-nav{
  position:fixed;top:0;right:0;height:100%;width:min(320px,86vw);
  background:var(--bv1-navy-950);border-left:1px solid var(--bv1-line);
  transform:translateX(100%);transition:transform .28s ease;z-index:60;
  padding:24px 22px;overflow-y:auto;
}
.bv1-mobile-nav.is-open{transform:translateX(0)}
.bv1-mobile-nav-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.bv1-mobile-close{
  width:36px;height:36px;border-radius:8px;background:var(--bv1-navy-800);
  border:1px solid var(--bv1-line);color:var(--bv1-gold-400);font-size:1.1rem;cursor:pointer;
}
.bv1-mobile-nav a{
  display:block;padding:.85em 0;font-size:1.05rem;color:var(--bv1-cream);
  border-bottom:1px solid var(--bv1-line);
}
.bv1-mobile-nav a[aria-current="page"]{color:var(--bv1-gold-400)}
.bv1-mobile-cta{
  margin-top:20px;display:block;text-align:center;
  background:linear-gradient(180deg,var(--bv1-gold-400),var(--bv1-gold-700));
  color:var(--bv1-ink);font-weight:700;padding:.85em 1em;border-radius:10px;
}
.bv1-mobile-cta:hover{color:var(--bv1-ink);text-decoration:none}
.bv1-scrim{position:fixed;inset:0;background:rgba(4,6,16,.6);z-index:50;opacity:0;pointer-events:none;transition:opacity .25s ease}
.bv1-scrim.is-open{opacity:1;pointer-events:auto}
body.bv1-noscroll{overflow:hidden}

@media (max-width:860px){
  .bv1-nav-desktop,.bv1-header-cta{display:none}
  .bv1-burger{display:flex}
}

/* ===== Hero (centered, chip-stack decor) ===== */
.bv1-hero{
  position:relative;overflow:hidden;text-align:center;
  background:
    radial-gradient(65% 80% at 50% -10%,rgba(200,161,91,.18),transparent 60%),
    var(--bv1-navy-950);
  border-bottom:1px solid var(--bv1-line);
  padding:60px 0 40px;
}
.bv1-eyebrow{
  font-family:var(--bv1-serif);font-style:italic;color:var(--bv1-gold-400);
  letter-spacing:.08em;font-size:.95rem;margin:0 0 .7em;
}
.bv1-hero-title{
  font-family:var(--bv1-serif);font-size:clamp(1.9rem,4vw,3rem);
  color:var(--bv1-cream);line-height:1.16;margin:0 auto .5em;max-width:16ch;
}
.bv1-hero-title em{color:var(--bv1-gold-400);font-style:normal;border-bottom:1px solid var(--bv1-gold-500)}
.bv1-hero-lead{color:var(--bv1-muted);font-size:1.05rem;max-width:52ch;margin:0 auto 1.8em}
.bv1-hero-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:36px}
.bv1-btn-gold{
  display:inline-flex;align-items:center;gap:8px;
  background:linear-gradient(180deg,var(--bv1-gold-400),var(--bv1-gold-700));
  color:var(--bv1-ink);font-weight:700;padding:.85em 1.6em;border-radius:12px;
  box-shadow:0 10px 26px rgba(200,161,91,.28);
}
.bv1-btn-gold:hover{color:var(--bv1-ink);text-decoration:none;filter:brightness(1.05)}
.bv1-btn-ghost{
  display:inline-flex;align-items:center;gap:8px;border:1px solid var(--bv1-line);
  color:var(--bv1-cream);padding:.85em 1.5em;border-radius:12px;
}
.bv1-btn-ghost:hover{color:var(--bv1-gold-400);text-decoration:none;border-color:var(--bv1-gold-500)}

/* decorative chip-stack — pure CSS, no images */
.bv1-chipstack{display:flex;justify-content:center;gap:-10px;margin:0 auto 8px;position:relative;height:74px;width:170px}
.bv1-chip-coin{
  position:absolute;top:0;width:70px;height:70px;border-radius:50%;
  border:3px dashed rgba(11,18,48,.5);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--bv1-serif);font-size:.85rem;color:var(--bv1-ink);font-weight:700;
  box-shadow:0 10px 22px rgba(3,6,20,.5);
}
.bv1-chip-coin:nth-child(1){left:0;background:radial-gradient(circle at 32% 28%,var(--bv1-gold-200),var(--bv1-gold-500));z-index:3}
.bv1-chip-coin:nth-child(2){left:50px;background:radial-gradient(circle at 32% 28%,#dfe3f2,#8b93b8);z-index:2}
.bv1-chip-coin:nth-child(3){left:100px;background:radial-gradient(circle at 32% 28%,var(--bv1-gold-400),var(--bv1-gold-700));z-index:1}

.bv1-stat-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.bv1-stat-pill{
  border:1px solid var(--bv1-line);border-radius:999px;padding:.5em 1.1em;
  font-size:.82rem;color:var(--bv1-gold-200);background:rgba(200,161,91,.07);
}

/* ===== Sections ===== */
.bv1-section{padding:54px 0}
.bv1-section-alt{background:var(--bv1-navy-850)}
.bv1-section-head{max-width:64ch;margin:0 0 26px}
.bv1-section-eyebrow{font-family:var(--bv1-serif);font-style:italic;color:var(--bv1-gold-400);font-size:.9rem;letter-spacing:.06em;margin:0 0 .5em}
.bv1-section-title{font-family:var(--bv1-serif);font-size:1.6rem;color:var(--bv1-cream);margin:0 0 .4em}
.bv1-section-sub{color:var(--bv1-muted);margin:0;font-size:.98rem}

/* chip filter for the game category grid */
.bv1-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}
.bv1-filter-btn{
  font-size:.85rem;color:var(--bv1-muted);border:1px solid var(--bv1-line);
  border-radius:999px;padding:.5em 1.15em;cursor:pointer;transition:all .15s ease;
}
.bv1-filter-btn:hover{color:var(--bv1-gold-400);border-color:var(--bv1-gold-500)}
.bv1-filter-btn.is-active{
  color:var(--bv1-ink);background:var(--bv1-gold-400);border-color:var(--bv1-gold-400);font-weight:700;
}

.bv1-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.bv1-game-card{
  background:var(--bv1-navy-800);border:1px solid var(--bv1-line);
  border-radius:var(--bv1-radius);overflow:hidden;
  display:flex;flex-direction:column;transition:transform .15s ease,border-color .15s ease;
}
.bv1-game-card:hover{transform:translateY(-3px);border-color:var(--bv1-gold-500)}
.bv1-game-card[hidden]{display:none}
.bv1-game-art{
  height:108px;position:relative;
  background:
    radial-gradient(60% 60% at 30% 25%,rgba(221,190,128,.35),transparent 60%),
    linear-gradient(135deg,var(--bv1-navy-700),var(--bv1-navy-900));
}
.bv1-game-art::after{
  content:"";position:absolute;inset:0;
  background-image:repeating-linear-gradient(135deg,rgba(200,161,91,.10) 0 2px,transparent 2px 14px);
}
.bv1-game-glyph{
  position:absolute;bottom:10px;right:12px;font-family:var(--bv1-serif);
  font-size:1.6rem;color:var(--bv1-gold-400);opacity:.85;
}
.bv1-game-body{padding:14px 16px 18px}
.bv1-game-title{margin:0 0 4px;font-size:.98rem;color:var(--bv1-cream);font-weight:700}
.bv1-game-desc{margin:0 0 10px;font-size:.8rem;color:var(--bv1-muted)}
.bv1-game-link{font-size:.82rem;font-weight:600;color:var(--bv1-gold-400)}
.bv1-game-link::after{content:" →"}

.bv1-card-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.bv1-card{
  background:var(--bv1-navy-800);border:1px solid var(--bv1-line);
  border-radius:var(--bv1-radius-lg);padding:24px;
  display:flex;flex-direction:column;gap:10px;
}
.bv1-card-title{font-family:var(--bv1-serif);font-size:1.15rem;color:var(--bv1-gold-400);margin:0}
.bv1-card-text{color:var(--bv1-muted);font-size:.92rem;margin:0 0 6px;flex:1}
.bv1-card-link{font-size:.88rem;font-weight:600;color:var(--bv1-gold-400)}
.bv1-card-link::after{content:" →"}

/* ===== Breadcrumbs ===== */
.bv1-breadcrumb{padding:18px 0 0}
.bv1-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;font-size:.82rem;color:var(--bv1-muted)}
.bv1-breadcrumb li+li::before{content:"/";margin-right:6px;color:var(--bv1-gold-500)}
.bv1-breadcrumb a{color:var(--bv1-muted)}
.bv1-breadcrumb a:hover{color:var(--bv1-gold-400)}
.bv1-breadcrumb [aria-current="page"]{color:var(--bv1-gold-400)}

/* ===== Article ===== */
.bv1-article-wrap{padding:36px 0 60px}
.bv1-article{max-width:76ch;margin:0 auto}
.bv1-article h1{
  font-family:var(--bv1-serif);font-size:clamp(1.7rem,3.2vw,2.3rem);
  color:var(--bv1-cream);line-height:1.22;margin:.2em 0 .6em;
}
.bv1-article h2{
  font-family:var(--bv1-serif);font-size:1.35rem;color:var(--bv1-gold-400);
  margin:1.6em 0 .55em;padding-top:.2em;border-top:1px solid var(--bv1-line);
}
.bv1-article h2:first-of-type{border-top:none;padding-top:0}
.bv1-article h3{font-family:var(--bv1-serif);font-size:1.08rem;color:var(--bv1-cream);margin:1.3em 0 .4em}
.bv1-article p{color:#dfe3f2;margin:0 0 1.05em}
.bv1-article ul{margin:0 0 1.1em;padding-left:1.3em}
.bv1-article li{color:#dfe3f2;margin-bottom:.5em}
.bv1-article a{border-bottom:1px solid rgba(221,190,128,.4)}
.bv1-article table{
  width:100%;table-layout:fixed;margin:1em 0 1.4em;
  border:1px solid var(--bv1-line);border-radius:10px;overflow:hidden;
}
.bv1-article td{
  padding:.7em .9em;border-bottom:1px solid var(--bv1-line);
  font-size:.94rem;color:#dfe3f2;overflow-wrap:anywhere;vertical-align:top;
}
.bv1-article tr:last-child td{border-bottom:none}
.bv1-article td:first-child{color:var(--bv1-gold-400);font-weight:600;width:38%}
@media (max-width:560px){
  .bv1-article table{font-size:.85rem}
  .bv1-article td{padding:.55em .6em}
}

.bv1-responsible{
  margin-top:18px;padding:16px 18px;border:1px solid var(--bv1-line);
  border-radius:12px;background:var(--bv1-navy-800);font-size:.85rem;color:var(--bv1-muted);
}

/* ===== Footer ===== */
.bv1-footer{border-top:1px solid var(--bv1-line);background:var(--bv1-navy-950);padding:44px 0 30px}
.bv1-footer-top{display:flex;flex-wrap:wrap;gap:36px;justify-content:space-between;margin-bottom:26px}
.bv1-footer-brand .bv1-wordmark{margin-bottom:12px;display:inline-block;margin-right:0}
.bv1-footer-tag{color:var(--bv1-muted);font-size:.85rem;max-width:34ch;margin:0}
.bv1-footer-cols{display:flex;gap:48px;flex-wrap:wrap}
.bv1-footer-col-title{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--bv1-gold-400);margin:0 0 .9em}
.bv1-footer-col a{display:block;color:var(--bv1-muted);font-size:.9rem;margin-bottom:.6em}
.bv1-footer-col a:hover{color:var(--bv1-gold-400);text-decoration:none}
.bv1-footer-static{display:block;color:var(--bv1-muted);font-size:.9rem;margin-bottom:.6em}
.bv1-footer-legal{border-top:1px solid var(--bv1-line);padding-top:20px;font-size:.78rem;color:var(--bv1-muted);line-height:1.8}
.bv1-footer-legal p{margin:0 0 .4em}
.bv1-badge18{
  display:inline-flex;align-items:center;justify-content:center;
  width:26px;height:26px;border:1px solid var(--bv1-gold-500);border-radius:6px;
  color:var(--bv1-gold-400);font-size:.72rem;font-weight:700;margin-right:8px;vertical-align:middle;
}

@media (max-width:760px){
  .bv1-game-grid{grid-template-columns:repeat(2,1fr)}
  .bv1-card-grid-2{grid-template-columns:1fr}
  .bv1-footer-top{flex-direction:column;gap:24px}
}
@media (max-width:460px){
  .bv1-game-grid{grid-template-columns:1fr}
}
