/* ============================================
   BANKONBET CASINO — LIGHT THEME STYLESHEET
   ============================================ */

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

:root {
  --background: 210 30% 98%;
  --foreground: 220 35% 14%;
  --card: 0 0% 100%;
  --card-foreground: 220 35% 14%;
  --popover: 0 0% 100%;
  --popover-foreground: 220 35% 14%;
  --primary: 18 92% 52%;
  --primary-foreground: 0 0% 100%;
  --primary-soft: 18 92% 96%;
  --secondary: 215 25% 95%;
  --secondary-foreground: 220 35% 14%;
  --muted: 215 20% 94%;
  --muted-foreground: 220 12% 40%;
  --accent: 212 92% 45%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 76% 50%;
  --destructive-foreground: 0 0% 100%;
  --success: 152 65% 38%;
  --warning: 38 92% 50%;
  --border: 220 18% 88%;
  --input: 220 18% 88%;
  --ring: 18 92% 52%;
  --radius: 0.625rem;
  --brand-grad: linear-gradient(135deg, hsl(18 92% 55%), hsl(8 85% 48%));
  --shadow-soft: 0 1px 2px rgba(15,23,42,.04), 0 4px 16px rgba(15,23,42,.06);
  --shadow-card: 0 1px 2px rgba(15,23,42,.05), 0 8px 24px rgba(15,23,42,.08);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;border-color:hsl(var(--border))}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Inter',system-ui,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.65;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
h1,h2,h3,h4,h5,h6{font-family:'Manrope',sans-serif;letter-spacing:-.01em;color:hsl(var(--foreground))}

.container{max-width:1400px;margin:0 auto;padding:0 1.5rem;width:100%}
.container-narrow{max-width:920px;margin:0 auto;padding:0 1.25rem}
.min-h-screen{min-height:100vh}
.flex-col-layout{display:flex;flex-direction:column;min-height:100vh}
.flex-1{flex:1}

.gradient-brand{background:var(--brand-grad)}
.gradient-brand-text{background:var(--brand-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.shadow-brand{box-shadow:0 8px 24px hsl(18 92% 52% / .25)}

/* HEADER */
.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid hsl(var(--border));background:hsl(0 0% 100% / .92);backdrop-filter:blur(10px)}
.header-inner{display:flex;height:68px;align-items:center;justify-content:space-between;padding:0 .5rem}
.header-logo img{height:2.2rem;width:auto}
.header-nav{display:flex;align-items:center;gap:.125rem}
.header-nav a{padding:.55rem .9rem;font-size:.92rem;font-weight:500;color:hsl(var(--muted-foreground));border-radius:.5rem;transition:all .15s}
.header-nav a:hover{color:hsl(var(--primary));background:hsl(var(--primary-soft))}
.header-actions{display:flex;align-items:center;gap:.6rem}

/* Language switcher */
.lang-switcher{position:relative}
.lang-switcher-btn{display:flex;align-items:center;gap:.4rem;padding:.45rem .6rem;font-size:.875rem;border-radius:.5rem;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));transition:all .15s}
.lang-switcher-btn:hover{background:hsl(var(--secondary))}
.lang-switcher-btn .chevron{width:.75rem;height:.75rem;color:hsl(var(--muted-foreground));transition:transform .2s}
.lang-switcher-btn.open .chevron{transform:rotate(180deg)}
.lang-label{font-size:.8rem;color:hsl(var(--muted-foreground))}
.lang-dropdown{position:absolute;right:0;top:100%;margin-top:.35rem;z-index:50;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.65rem;box-shadow:var(--shadow-card);padding:.35rem 0;min-width:160px;display:none}
.lang-dropdown.open{display:block}
.lang-dropdown a{display:flex;align-items:center;gap:.6rem;padding:.55rem .85rem;font-size:.875rem;color:hsl(var(--foreground));transition:background .15s}
.lang-dropdown a:hover{background:hsl(var(--secondary))}
.lang-dropdown a.active{color:hsl(var(--primary));font-weight:600;background:hsl(var(--primary-soft))}
.lang-overlay{position:fixed;inset:0;z-index:40;display:none}
.lang-overlay.open{display:block}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.55rem;font-weight:600;transition:all .2s;text-decoration:none;cursor:pointer;border:none;line-height:1}
.btn-sm{height:2.3rem;padding:0 .85rem;font-size:.875rem}
.btn-lg{height:2.95rem;padding:0 1.75rem;font-size:1rem}
.btn-outline{background:hsl(var(--card));border:1.5px solid hsl(var(--primary) / .35);color:hsl(var(--primary))}
.btn-outline:hover{background:hsl(var(--primary-soft));border-color:hsl(var(--primary))}
.btn-brand{background:var(--brand-grad);color:hsl(var(--primary-foreground));box-shadow:0 6px 18px hsl(18 92% 52% / .28)}
.btn-brand:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 10px 22px hsl(18 92% 52% / .35)}
.btn-brand-soft{background:var(--brand-grad);color:hsl(var(--primary-foreground));box-shadow:0 6px 18px hsl(18 92% 52% / .28)}
.btn-brand-soft:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 10px 22px hsl(18 92% 52% / .35)}
.btn-ghost{background:hsl(var(--secondary));color:hsl(var(--foreground))}
.btn-ghost:hover{background:hsl(var(--muted))}

/* Mobile menu */
.mobile-menu-btn{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:hsl(var(--secondary));color:hsl(var(--foreground));border-radius:.5rem}
.mobile-menu-btn svg{width:1.25rem;height:1.25rem}
.mobile-menu-overlay{position:fixed;inset:0;z-index:50;background:rgba(15,23,42,.45);opacity:0;visibility:hidden;transition:all .25s}
.mobile-menu-overlay.open{opacity:1;visibility:visible}
.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:300px;z-index:60;background:hsl(var(--card));border-right:1px solid hsl(var(--border));transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto;padding:1.5rem 0}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu-logo{padding:0 1rem;margin-bottom:1rem}
.mobile-menu-logo img{height:2rem;width:auto}
.mobile-menu a.nav-link{display:block;padding:.8rem 1rem;font-size:1rem;font-weight:500;color:hsl(var(--foreground));border-radius:.5rem;margin:0 .5rem;transition:all .15s}
.mobile-menu a.nav-link:hover{color:hsl(var(--primary));background:hsl(var(--primary-soft))}
.mobile-menu-lang{border-top:1px solid hsl(var(--border));margin-top:1rem;padding:1rem}
.mobile-menu-lang p{font-size:.7rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.12em;margin-bottom:.6rem;font-weight:600}
.mobile-menu-lang-list{display:flex;flex-wrap:wrap;gap:.5rem}
.mobile-menu-lang-list a{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-radius:.45rem;font-size:.875rem;border:1px solid hsl(var(--border));color:hsl(var(--foreground))}
.mobile-menu-lang-list a:hover{background:hsl(var(--secondary))}
.mobile-menu-lang-list a.active{border-color:hsl(var(--primary));background:hsl(var(--primary-soft));color:hsl(var(--primary));font-weight:600}
.mobile-menu-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding:0 1rem}
.mobile-menu-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));border-radius:.35rem;font-size:1.4rem;background:hsl(var(--secondary))}

/* HERO */
.hero{position:relative;min-height:340px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,hsl(210 30% 98%),hsl(210 30% 100%))}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:right center;background-repeat:no-repeat;opacity:.95}
.hero-overlay-lr{position:absolute;inset:0;background:linear-gradient(to right,hsl(0 0% 100% / .95) 0%,hsl(0 0% 100% / .75) 35%,hsl(0 0% 100% / .15) 70%,transparent)}
.hero-overlay-bt{position:absolute;inset:0;background:linear-gradient(to top,hsl(var(--background)) 0%,transparent 40%)}
.hero-content{position:relative;z-index:10;padding:3rem 1rem}
.hero-content-inner{max-width:34rem}
.hero-subtitle{font-size:.95rem;color:hsl(var(--primary));margin-bottom:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hero h1{font-size:2rem;font-weight:800;line-height:1.12;margin-bottom:1.25rem;color:hsl(var(--foreground))}
.hero h1 .accent{color:hsl(var(--primary))}
.hero p.hero-lead{font-size:1rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem;max-width:30rem}
.hero-buttons{display:flex;flex-direction:column;gap:.75rem}
.hero-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;background:hsl(var(--card));color:hsl(var(--foreground));padding:.35rem .8rem;border-radius:9999px;border:1px solid hsl(var(--border));box-shadow:var(--shadow-soft);font-weight:500}
.hero-badge svg{width:.95rem;height:.95rem;color:hsl(var(--primary))}
.hero-badge-updated{background:hsl(var(--primary-soft));color:hsl(var(--primary));border-color:hsl(var(--primary) / .25);font-weight:600}

/* GAME CATEGORIES */
.game-categories{padding:2rem 0}
.category-pills{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2.25rem}
.category-pill{display:flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--card));font-size:.875rem;font-weight:500;color:hsl(var(--foreground));transition:all .15s;cursor:pointer;box-shadow:var(--shadow-soft)}
.category-pill:hover{border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--primary-soft))}
.category-pill svg{width:1rem;height:1rem}
.game-section-title{font-size:1.2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
.game-section-title::before{content:"";width:4px;height:1.3rem;background:var(--brand-grad);border-radius:2px}
.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-bottom:2.5rem}
.game-card{position:relative;border-radius:.85rem;overflow:hidden;border:1px solid hsl(var(--border));background:hsl(var(--card));transition:all .2s;text-decoration:none;display:block;box-shadow:var(--shadow-soft)}
.game-card:hover{border-color:hsl(var(--primary) / .5);transform:translateY(-2px);box-shadow:var(--shadow-card)}
.game-card-image{aspect-ratio:3/4;overflow:hidden;background:hsl(var(--muted))}
.game-card-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s}
.game-card:hover .game-card-image img{transform:scale(1.05)}
.game-card-info{padding:.6rem .8rem}
.game-card-name{font-size:.85rem;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card-provider{font-size:.7rem;color:hsl(var(--muted-foreground));margin-top:.15rem}

/* ARTICLE */
.article-content{padding:2rem 1rem}
.rating-block{background:hsl(var(--card));border-radius:.85rem;padding:1.5rem;border:1px solid hsl(var(--border));margin:2rem 0;box-shadow:var(--shadow-soft)}
.rating-block-inner{display:flex;flex-direction:column;gap:1.25rem}
.rating-score{display:flex;flex-direction:column;align-items:center;min-width:90px}
.rating-number{font-size:2.5rem;font-family:'Manrope',sans-serif;font-weight:800;color:hsl(var(--primary));line-height:1}
.rating-max{font-size:.85rem;color:hsl(var(--muted-foreground));margin-top:.15rem}
.rating-stars{display:flex;gap:.1rem;margin-top:.35rem;color:hsl(var(--warning));font-size:1rem}
.rating-verdict{flex:1}
.rating-verdict p{font-style:italic;font-size:.95rem;line-height:1.7;color:hsl(var(--foreground));border-left:3px solid hsl(var(--primary));padding-left:1rem}
.rating-author{font-size:.78rem;color:hsl(var(--muted-foreground));margin-top:.6rem}
.rating-updated{font-size:.75rem;background:hsl(var(--primary-soft));color:hsl(var(--primary));padding:.2rem .55rem;border-radius:.3rem;display:inline-block;margin-top:.4rem;font-weight:600}

/* Author Block */
.author-block{background:hsl(var(--secondary) / .6);border-radius:.85rem;padding:1.25rem;border:1px solid hsl(var(--border));margin:2rem 0;display:flex;flex-direction:column;gap:1rem}
.author-avatar{width:4.5rem;height:4.5rem;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid hsl(var(--primary) / .5);box-shadow:0 6px 16px hsl(18 92% 52% / .25)}
.author-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.author-info{flex:1}
.author-name{font-weight:700;font-size:1rem;color:hsl(var(--foreground))}
.author-role{font-size:.78rem;color:hsl(var(--primary));font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-top:.15rem}
.author-bio{font-size:.82rem;color:hsl(var(--muted-foreground));margin-top:.5rem;line-height:1.6}
.author-credentials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}
.author-credentials span{font-size:.7rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.4rem;padding:.25rem .55rem;color:hsl(var(--foreground));font-weight:500}
.author-dates{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.7rem}
.author-dates span{font-size:.75rem;color:hsl(var(--muted-foreground))}
.author-dates .author-updated{color:hsl(var(--primary));font-weight:600}
.author-dates .author-verified{color:hsl(var(--success));font-weight:600}
.related-block{margin:2.25rem 0;padding:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.85rem}
.related-block h2{font-size:1.05rem;font-weight:700;margin-bottom:.85rem;color:hsl(var(--foreground));display:flex;align-items:center;gap:.5rem}
.related-block h2::before{content:"";width:4px;height:1.1rem;background:var(--brand-grad);border-radius:2px}
.related-grid{display:grid;grid-template-columns:1fr;gap:.6rem}
.related-link{display:flex;align-items:flex-start;gap:.7rem;padding:.75rem .85rem;border-radius:.55rem;border:1px solid hsl(var(--border));background:hsl(var(--background));text-decoration:none;transition:all .15s}
.related-link:hover{border-color:hsl(var(--primary));background:hsl(var(--primary-soft));transform:translateX(2px)}
.related-link-icon{flex-shrink:0;width:2rem;height:2rem;border-radius:.4rem;background:var(--brand-grad);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem}
.related-link-body p{margin:0}
.related-link-title{font-size:.88rem;font-weight:600;color:hsl(var(--foreground))}
.related-link-desc{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.15rem!important}
@media(min-width:48rem){.related-grid{grid-template-columns:1fr 1fr}}

/* TOC */
.toc-block{background:hsl(var(--card));border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--primary));border-radius:.85rem;padding:1.25rem 1.5rem;margin-bottom:2.5rem;box-shadow:var(--shadow-soft)}
.toc-title{font-size:1rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.85rem;display:flex;align-items:center;gap:.5rem}
.toc-list{display:grid;grid-template-columns:1fr;gap:.4rem}
.toc-link{display:block;padding:.4rem .65rem;font-size:.88rem;color:hsl(var(--muted-foreground));border-radius:.4rem;transition:all .15s;border-left:2px solid transparent}
.toc-link:hover{color:hsl(var(--primary));background:hsl(var(--primary-soft));border-left-color:hsl(var(--primary))}

/* Content Sections */
.content-section{margin-bottom:2.5rem;scroll-margin-top:5rem}
.content-section h2{font-size:1.45rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid hsl(var(--primary) / .15)}
.rich-content{display:flex;flex-direction:column;gap:1rem}
.rich-content p{font-size:.95rem;color:hsl(var(--foreground));line-height:1.75}
.rich-content h3{font-size:1.15rem;font-weight:700;color:hsl(var(--foreground));margin-top:1.25rem;margin-bottom:.25rem;display:flex;align-items:center;gap:.55rem}
.rich-content h3::before{content:"";width:4px;height:1.1rem;background:var(--brand-grad);border-radius:2px;display:inline-block;flex-shrink:0}
.rich-content h4{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-top:1rem;margin-bottom:.25rem}
.rich-content strong{color:hsl(var(--foreground));font-weight:700}

/* Callouts */
.callout{display:flex;gap:.85rem;padding:1rem 1.1rem;border-radius:.65rem;margin:.5rem 0;border:1px solid}
.callout svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}
.callout p{font-size:.9rem;color:hsl(var(--foreground));line-height:1.65;margin:0}
.callout-tip{background:hsl(var(--primary-soft));border-color:hsl(var(--primary) / .25)}
.callout-tip svg{color:hsl(var(--primary))}
.callout-info{background:hsl(212 92% 96%);border-color:hsl(212 92% 85%)}
.callout-info svg{color:hsl(var(--accent))}
.callout-warning{background:hsl(38 100% 96%);border-color:hsl(38 92% 80%)}
.callout-warning svg{color:hsl(var(--warning))}

/* Lists */
.rich-content ol{list-style:none;padding:0;display:flex;flex-direction:column;gap:.55rem;counter-reset:ol-num}
.rich-content ol li{display:flex;align-items:flex-start;gap:.75rem;font-size:.92rem;color:hsl(var(--foreground));counter-increment:ol-num}
.rich-content ol li::before{content:counter(ol-num);flex-shrink:0;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--brand-grad);color:white;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.125rem;font-family:'Manrope',sans-serif}
.rich-content ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem}
.rich-content ul li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:hsl(var(--foreground))}
.rich-content ul li::before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:hsl(var(--primary));margin-top:.55rem;flex-shrink:0}

/* Data table */
.data-table{width:100%;border-collapse:collapse;border:1px solid hsl(var(--border));border-radius:.65rem;overflow:hidden;margin:1rem 0;background:hsl(var(--card));font-size:.88rem}
.data-table th,.data-table td{padding:.7rem .9rem;text-align:left;border-bottom:1px solid hsl(var(--border))}
.data-table th{background:hsl(var(--secondary));font-weight:700;color:hsl(var(--foreground))}
.data-table tr:last-child td{border-bottom:none}
.data-table td:first-child{font-weight:600;color:hsl(var(--foreground))}

/* BONUS CTA */
.bonus-section{padding:2.5rem 1rem}
.bonus-card{position:relative;border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--primary) / .25);background:linear-gradient(135deg,hsl(var(--primary-soft)) 0%,hsl(0 0% 100%) 60%);padding:2rem;box-shadow:var(--shadow-card)}
.bonus-card-glow{position:absolute;top:-30%;right:-10%;width:60%;height:160%;background:radial-gradient(circle,hsl(var(--primary) / .15),transparent 60%)}
.bonus-card-image{display:none;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:11rem;border-radius:.85rem;overflow:hidden;box-shadow:var(--shadow-card)}
.bonus-card-content{position:relative;z-index:10;max-width:36rem}
.bonus-card-tag{display:inline-block;background:hsl(var(--primary));color:white;padding:.3rem .75rem;border-radius:9999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.85rem}
.bonus-card-title{font-size:1.85rem;font-weight:800;margin-bottom:.4rem;color:hsl(var(--foreground))}
.bonus-card-amount{font-size:2.2rem;font-family:'Manrope',sans-serif;font-weight:800;color:hsl(var(--primary));margin-bottom:1rem;line-height:1.1}
.bonus-card-desc{color:hsl(var(--muted-foreground));margin-bottom:1.4rem;font-size:.95rem;line-height:1.65}

/* Pros/Cons */
.pros-cons{display:grid;gap:1.25rem;margin:2rem 0}
.pros-cons-card{background:hsl(var(--card));border-radius:.85rem;padding:1.5rem;border:1px solid hsl(var(--border));box-shadow:var(--shadow-soft)}
.pros-cons-card h3{font-size:1.05rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.pros-cons-card.pros h3{color:hsl(var(--success))}
.pros-cons-card.cons h3{color:hsl(var(--destructive))}
.pros-cons-card ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.7rem}
.pros-cons-card li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:hsl(var(--foreground));line-height:1.55}
.pros-cons-card li::before{content:"";width:1.1rem;height:1.1rem;border-radius:50%;flex-shrink:0;margin-top:.15rem;background-repeat:no-repeat;background-position:center;background-size:.75rem}
.pros-cons-card.pros li::before{background-color:hsl(var(--success) / .15);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>")}
.pros-cons-card.cons li::before{background-color:hsl(var(--destructive) / .12);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>")}

/* Changelog */
.changelog-block{background:hsl(var(--card));border-radius:.85rem;padding:1.5rem;border:1px solid hsl(var(--border));margin:2rem 0;box-shadow:var(--shadow-soft)}
.changelog-block h2{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}
.changelog-entries{display:flex;flex-direction:column;gap:1rem}
.changelog-entry{display:flex;flex-direction:column;gap:.4rem;padding-bottom:1rem;border-bottom:1px dashed hsl(var(--border))}
.changelog-entry:last-child{border-bottom:none;padding-bottom:0}
.changelog-date{font-size:.78rem;color:hsl(var(--muted-foreground));font-family:'JetBrains Mono',monospace;font-weight:500;min-width:100px}
.changelog-category{font-size:.7rem;padding:.18rem .55rem;border-radius:.3rem;display:inline-block;width:fit-content;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.cat-blue{background:hsl(212 92% 94%);color:hsl(212 92% 38%)}
.cat-yellow{background:hsl(38 92% 92%);color:hsl(38 92% 38%)}
.cat-green{background:hsl(152 65% 92%);color:hsl(152 65% 30%)}
.cat-purple{background:hsl(265 80% 94%);color:hsl(265 60% 45%)}
.cat-orange{background:hsl(18 92% 94%);color:hsl(18 92% 45%)}
.changelog-desc{font-size:.9rem;color:hsl(var(--foreground));line-height:1.55}

/* FAQ */
.faq-block{margin:2rem 0}
.faq-block h2{font-size:1.45rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid hsl(var(--primary) / .15)}
.faq-items{display:flex;flex-direction:column;gap:.7rem}
.faq-item{background:hsl(var(--card));border-radius:.7rem;border:1px solid hsl(var(--border));overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:hsl(var(--primary) / .4)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;text-align:left;color:hsl(var(--foreground))}
.faq-question span{font-weight:600;font-size:.95rem;padding-right:1rem}
.faq-chevron{color:hsl(var(--primary));flex-shrink:0;transition:transform .2s;font-size:1rem;font-weight:700}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-answer{padding:0 1.25rem 1.25rem;font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.7;white-space:pre-line;display:none}
.faq-item.open .faq-answer{display:block}

/* CTA */
.cta-block{background:linear-gradient(135deg,hsl(var(--primary-soft)),hsl(0 0% 100%));border-radius:.85rem;padding:2rem;border:1px solid hsl(var(--primary) / .2);text-align:center;margin:2rem 0;box-shadow:var(--shadow-soft)}
.cta-bonus{font-size:1.5rem;font-family:'Manrope',sans-serif;font-weight:800;margin-bottom:.5rem;color:hsl(var(--primary))}
.cta-subtitle{font-size:.95rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem}
.cta-buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center;align-items:center}

/* Disclaimer */
.disclaimer{text-align:center;margin-top:2.5rem;padding:1.25rem;background:hsl(var(--secondary) / .6);border-radius:.65rem;border:1px solid hsl(var(--border))}
.disclaimer p{font-size:.75rem;color:hsl(var(--muted-foreground))}
.disclaimer p+p{margin-top:.4rem}

/* Footer */
.site-footer{border-top:1px solid hsl(var(--border));background:hsl(220 35% 14%);color:hsl(210 25% 88%);padding:3rem 0 2rem;margin-top:3rem}
.site-footer h3{color:white}
.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}
.footer-brand-name{font-size:1.4rem;font-family:'Manrope',sans-serif;font-weight:800;letter-spacing:.04em;color:white}
.footer-copyright{font-size:.85rem;color:hsl(210 15% 65%);margin-top:.75rem}
.footer-email{font-size:.78rem;color:hsl(210 15% 65%);margin-top:.5rem}
.footer-email a:hover{color:hsl(var(--primary))}
.footer-col-title{font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:white;margin-bottom:.75rem}
.footer-col nav{display:flex;flex-direction:column;gap:.45rem}
.footer-col nav a,.footer-col nav span{font-size:.88rem;color:hsl(210 15% 70%);transition:color .15s}
.footer-col nav a:hover{color:hsl(var(--primary))}
.footer-bottom{border-top:1px solid hsl(220 25% 25%);padding-top:1.25rem;text-align:center}
.footer-bottom p{font-size:.75rem;color:hsl(210 15% 60%)}
.footer-bottom p+p{margin-top:.4rem}

/* Scroll top */
.scroll-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--brand-grad);color:white;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px hsl(18 92% 52% / .35);transition:all .2s}
.scroll-to-top.visible{display:flex}
.scroll-to-top:hover{transform:translateY(-2px)}
.scroll-to-top svg{width:1.25rem;height:1.25rem}

/* Login form */
.login-form-card{background:hsl(var(--card));border-radius:.85rem;border:1px solid hsl(var(--border));padding:1.75rem 2rem;max-width:28rem;margin:2rem auto;box-shadow:var(--shadow-card)}
.login-tabs{display:flex;gap:.4rem;margin-bottom:1.5rem;background:hsl(var(--secondary));padding:.3rem;border-radius:.55rem}
.login-tab{flex:1;padding:.6rem;border-radius:.4rem;font-size:.875rem;font-weight:600;text-align:center;cursor:pointer;transition:all .2s;background:transparent;color:hsl(var(--muted-foreground))}
.login-tab.active{background:hsl(var(--card));color:hsl(var(--primary));box-shadow:var(--shadow-soft)}
.login-form{display:flex;flex-direction:column;gap:1rem}
.form-group label{display:block;font-size:.85rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.4rem}
.form-group input{width:100%;padding:.7rem 1rem;background:hsl(var(--background));border:1.5px solid hsl(var(--border));border-radius:.5rem;color:hsl(var(--foreground));font-size:.9rem;outline:none;transition:all .2s}
.form-group input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .15)}
.forgot-link{text-align:right}
.forgot-link a{font-size:.78rem;color:hsl(var(--primary));font-weight:500}
.forgot-link a:hover{text-decoration:underline}
.age-check{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}
.age-check input{margin-top:.15rem;accent-color:hsl(var(--primary))}
.age-check span{font-size:.78rem;color:hsl(var(--muted-foreground))}
.login-terms{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center;margin-top:1rem;line-height:1.55}
.login-switch{text-align:center;margin-top:.6rem}
.login-switch button{font-size:.88rem;color:hsl(var(--primary));font-weight:600}
.login-switch button:hover{text-decoration:underline}

/* Live games */
.live-games{margin:2rem 0}
.live-games h3{font-size:1.15rem;font-weight:700;margin-bottom:1rem}
.live-games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}
.live-game-card{position:relative;border-radius:.7rem;overflow:hidden;border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:var(--shadow-soft);transition:all .2s;display:block}
.live-game-card:hover{border-color:hsl(var(--primary) / .5);transform:translateY(-2px)}
.live-game-card .game-card-image{aspect-ratio:3/4}

/* Sport */
.sport-hero-images{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;margin:1.5rem 0}
.sport-hero-images img{filter:drop-shadow(0 12px 22px rgba(15,23,42,.15));border-radius:.75rem}
.sport-hero-images img:first-child{width:11rem}
.sport-hero-images img:last-child{width:10rem}
.sport-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}
.sport-tile{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1rem;text-align:center;box-shadow:var(--shadow-soft);transition:all .2s}
.sport-tile:hover{transform:translateY(-3px);border-color:hsl(var(--primary) / .4)}
.sport-tile img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.5rem;margin-bottom:.6rem}
.sport-tile span{font-size:.85rem;font-weight:600;color:hsl(var(--foreground))}

/* Responsive */
@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

@media (min-width:640px){
  .hero-buttons{flex-direction:row}
  .cta-buttons{flex-direction:row}
  .author-block{flex-direction:row;align-items:flex-start}
  .changelog-entry{flex-direction:row;align-items:flex-start;gap:1rem}
  .changelog-date{padding-top:.1rem}
  .sport-hero-images{flex-direction:row}
  .sport-grid{grid-template-columns:repeat(3,1fr)}
}
@media (min-width:768px){
  .header-logo img{height:2.4rem}
  .hero{min-height:440px}
  .hero h1{font-size:2.8rem}
  .hero-subtitle{font-size:1rem}
  .games-grid{grid-template-columns:repeat(4,1fr);gap:1rem}
  .game-card-name{font-size:.92rem}
  .game-card-provider{font-size:.75rem}
  .toc-list{grid-template-columns:repeat(2,1fr);column-gap:1.25rem}
  .content-section h2{font-size:1.7rem}
  .rating-block-inner{flex-direction:row;align-items:center}
  .bonus-card{padding:2.5rem 3rem}
  .bonus-card-image{display:block}
  .bonus-card-title{font-size:2.3rem}
  .bonus-card-amount{font-size:2.8rem}
  .pros-cons{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(4,1fr)}
  .live-games-grid{grid-template-columns:repeat(3,1fr)}
  .sport-grid{grid-template-columns:repeat(5,1fr)}
  .sport-hero-images img:first-child{width:13rem}
  .sport-hero-images img:last-child{width:12rem}
}
@media (min-width:1024px){
  .hero h1{font-size:3.2rem}
  .bonus-card-image{width:14rem}
}
@media (max-width:1023px){
  .header-nav{display:none}
  .mobile-menu-btn{display:flex}
}
@media (max-width:767px){
  .header-actions .btn,.header-actions .lang-switcher{display:none}
  .header-actions{gap:.4rem}
}
@media (min-width:1280px){.lang-label{display:inline}}
@media (max-width:1279px){.lang-label{display:none}}

.flag-svg{width:1.4rem;height:1rem;border-radius:2px;box-shadow:0 1px 2px rgba(15,23,42,.15);border:1px solid hsl(var(--border) / .5);display:inline-block;vertical-align:middle}
[id]{scroll-margin-top:5rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hidden{display:none!important}
.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;width:2.75rem;height:2.75rem;border-radius:9999px;border:none;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;box-shadow:0 8px 24px rgba(0,0,0,.25);z-index:9999}
.back-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}
.back-to-top:hover{filter:brightness(1.1)}
.back-to-top svg{width:1.25rem;height:1.25rem}
