:root{
  --brand:#7c3aed;           
  --brand2:#5b21b6;          
  --ink:#0f172a;
  --muted:#64748b;
  --soft:#f6f7fb;
  --card:#ffffff;
  --line:rgba(15,23,42,.10);
  --shadow:0 14px 34px rgba(15,23,42,.12);
  --shadow2:0 10px 22px rgba(15,23,42,.08);
  --radius:22px;
}

html{ scroll-behavior:smooth; }

body{
  font-size:18px;
  color:var(--ink);
  background:#fff;
}

a{ text-underline-offset: 3px; }
a:focus-visible{ outline:3px solid rgba(124,58,237,.25); outline-offset:2px; }


.container{ max-width: 90vw !important; }
@media (min-width: 1400px){
  .container{ max-width: 1320px !important; }
}


.anm-agebar{
  background:#0b1220;
  color:#e5e7eb;
  font-size:.95rem;
}
.anm-agepill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.28rem .65rem;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
}


.anm-header{
  position:sticky;
  top:0;
  z-index:1020;
  backdrop-filter:saturate(1.1) blur(10px);
}
.anm-header.bg-white{ background:rgba(255,255,255,.92) !important; }

.anm-brand{
  display:flex;
  align-items:center;
  gap:.85rem;
  text-decoration:none;
  color:inherit;
}
.anm-brand:hover{ color:inherit; }
.anm-brand img{
  width:46px;
  height:46px;
  object-fit:contain;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}
.anm-brandname{ font-weight:900; letter-spacing:-.01em; }
.anm-branddomain{ font-size:.9rem; color:var(--muted); }

.navbar-nav .nav-link{
  color:#0f172a;
  font-weight:700;
  padding:.55rem .85rem;
  border-radius:14px;
}
.navbar-nav .nav-link:hover{
  background:rgba(124,58,237,.08);
  color:var(--brand2);
}
.navbar-toggler{
  border-radius:14px;
  border-color:rgba(15,23,42,.12) !important;
}
.vr{ opacity:.25; }


.anm-hero{
  position:relative;
  padding:84px 0;
  overflow:hidden;
  background:radial-gradient(1200px 600px at 15% 10%, rgba(124,58,237,.18), transparent 60%),
             radial-gradient(900px 520px at 85% 0%, rgba(59,130,246,.16), transparent 55%),
             linear-gradient(135deg,#0b1220 0%, #151c2f 55%, #0b1220 100%);
  color:#fff;
}
.anm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("../img/hero-bg.png");
  background-size:cover;
  background-position:center;
  opacity:.16;
  pointer-events:none;
}
.anm-hero::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(180deg, rgba(11,18,32,.0) 0%, rgba(11,18,32,.25) 35%, rgba(11,18,32,.55) 100%);
  pointer-events:none;
}
.anm-hero .container{ position:relative; z-index:2; }
.anm-herobadge{
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.anm-hero h1{
  font-weight:950;
  letter-spacing:-0.03em;
  line-height:1.05;
}
.anm-hero .lead{ color:#e5e7eb; max-width: 52ch; }
.anm-herolist{
  margin:0;
  padding-left:0;
  list-style:none;
  display:anm-grid;
  gap:10px;
  max-width: 58ch;
}
.anm-herolist li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#e5e7eb;
}
.anm-herolist li::before{
  content:"";
  width:10px;
  height:10px;
  margin-top:.45rem;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  box-shadow:0 0 0 4px rgba(124,58,237,.18);
  flex:0 0 auto;
}
.anm-heronote{
  color:#cbd5e1;
  font-size:.95rem;
  max-width: 62ch;
}


.anm-herocard{
  background:rgba(255,255,255,.96);
  color:var(--ink);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:0 18px 55px rgba(0,0,0,.28);
  border:1px solid rgba(15,23,42,.10);
}
.anm-herocard h2{ font-weight:900; letter-spacing:-.01em; }
.anm-herocard ul li{ color:#334155; }
.anm-herocardfoot{
  font-size:.95rem;
  color:#475569;
  border-top:1px solid rgba(15,23,42,.10);
  padding-top:12px;
  margin-top:12px;
}


.anm-section{ position:relative; }
.anm-section h2{ font-weight:950; letter-spacing:-.02em; }
.anm-section p{ color:#1f2937; }
.anm-section-accent{
  background:linear-gradient(180deg,#ffffff 0%, #fff5f5 55%, #ffffff 100%);
}
.anm-section-soft{
  background:linear-gradient(180deg, #f8fafc 0%, #f6f7fb 100%);
}


.anm-panel{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow2);
}
.anm-panel img{ border-radius:18px; border:1px solid rgba(15,23,42,.08); }
.anm-panel ul{ padding-left:1.1rem; margin-bottom:0; }
.anm-panel li{ color:#334155; margin:8px 0; }


.anm-featurehead{
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.anm-featurelogo{
  width:92px;
  height:92px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  overflow:hidden;
  box-shadow:var(--shadow2);
}
.anm-featurelogo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width: 575px){
  .anm-featurehead{ flex-direction:column; }
  .anm-featurelogo{ width:100%; height:160px; }
}


.card{
  border-radius:var(--radius);
  border:1px solid var(--line);
}
.card.shadow-sm{ box-shadow:var(--shadow2) !important; }
.card .card-body h3{ font-weight:900; letter-spacing:-.01em; }
.card ul li, .card ol li{ color:#334155; }


.anm-examplecard{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:14px;
  height:100%;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
}
.anm-examplecard h4{ font-weight:900; }


.anm-faqcard{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:var(--radius);
  padding:18px;
  height:100%;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
  position:relative;
}
.anm-faqcard::before{
  content:"";
  position:absolute;
  top:14px; right:14px;
  width:12px; height:12px;
  border-radius:999px;
  background:rgba(124,58,237,.55);
  box-shadow:0 0 0 6px rgba(124,58,237,.12);
}
.anm-faqcard h3{ font-weight:900; letter-spacing:-.01em; }
.anm-faqcard p{ color:#334155; }


.anm-respcard{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
}
.anm-respcard h3{ font-weight:900; }
.anm-respcard p{ color:#334155; }


.anm-section-mist{
  background:linear-gradient(180deg,#ffffff 0%, #f1f5f9 100%);
}
.anm-accountcall{
  display:anm-grid;
  grid-template-columns: 1.25fr .95fr;
  gap:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:calc(var(--radius) + 4px);
  padding:22px;
  box-shadow:var(--shadow);
}
@media (max-width: 991px){
  .anm-accountcall{ grid-template-columns: 1fr; }
}
.anm-accountactions{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.anm-accountactions .btn{ border-radius:16px; }
.input-group .form-control{ border-radius:16px 0 0 16px; }
.input-group .btn{ border-radius:0 16px 16px 0; }


.anm-footer{
  background:#0b1220;
  color:#cbd5e1;
}
.anm-footer a{ color:#e5e7eb; text-decoration:none; }
.anm-footer a:hover{ text-decoration:underline; }
.anm-age18{
  display:inline-flex;
  padding:.28rem .65rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:900;
}

.anm-footerlinks{
  list-style:none;
  padding-left:0;
  margin:0;
}
.anm-footerlinks li{ margin:9px 0; }

.anm-trustlogo{
  border-color:rgba(255,255,255,.14) !important;
}
.anm-logotrust{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}
.anm-logotrust a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:10px 12px;
  transition:transform .12s ease, background .12s ease;
}
.anm-logotrust a:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.09);
}
.anm-logotrust img{
  height:30px;
  width:auto;
  display:block;
}

.anm-footermain{
  border-top:1px solid rgba(255,255,255,.14);
  padding-top:16px;
  margin-top:16px;
  font-size:.95rem;
  color:#e5e7eb;
}
.anm-footermain p{ margin-bottom:10px; }


.anm-cookiebar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  background:rgba(11,18,32,.96);
  color:#e5e7eb;
  border-top:1px solid rgba(255,255,255,.14);
  z-index:1040;
  display:none;
  backdrop-filter: blur(10px);
}
.anm-cookiebar a{ color:#fff; text-decoration:underline; }
.anm-cookieicon{
  width:40px;
  height:40px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:center;
}


.modal-content{
  border-radius:22px !important;
  border:1px solid rgba(15,23,42,.12);
  box-shadow:0 24px 70px rgba(15,23,42,.25);
}
.modal-header{
  border-bottom:1px solid rgba(15,23,42,.10);
}
.modal-footer{
  border-top:1px solid rgba(15,23,42,.10);
}
.btn{ border-radius:16px; font-weight:800; }
.btn-lg{ padding:.85rem 1.1rem; }


.border-top, .border-bottom{ border-color: rgba(15,23,42,.10) !important; }
.text-secondary{ color:#64748b !important; }

.anm-hero{
  position:relative;
  padding:84px 0;
  overflow:hidden;
  background:radial-gradient(1200px 600px at 15% 10%, rgba(124,58,237,.18), transparent 60%),
             radial-gradient(900px 520px at 85% 0%, rgba(59,130,246,.16), transparent 55%),
             linear-gradient(135deg,#0b1220 0%, #151c2f 55%, #0b1220 100%);
  color:#fff;
}
@media (max-width: 575px){
  .anm-hero{ padding:64px 0; }
}
.anm-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("../img/hero-bg.png");
  background-size:cover;
  background-position:center;
  opacity:.16;
  pointer-events:none;
}
.anm-hero::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(180deg, rgba(11,18,32,.0) 0%, rgba(11,18,32,.25) 35%, rgba(11,18,32,.55) 100%);
  pointer-events:none;
}
.anm-hero .container{ position:relative; z-index:2; }

.anm-herobadge{
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.anm-hero h1{
  font-weight:950;
  letter-spacing:-0.03em;
  line-height:1.05;
}
.anm-hero .lead{
  color:#e5e7eb;
  max-width: 70ch;
}

 

#games{
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

#games .row{
  justify-content: center;
}

#games article.card{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#games .card-img-top{
  height: 320px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 991px){
  #games .card-img-top{ height: 260px; }
}

@media (max-width: 575px){
  #games .card-img-top{ height: 220px; }
}

#games .card-body{
  padding: 26px !important;
}

#games .card-body p{
  max-width: 70ch;
}

