@charset "UTF-8";
/* ═══════════════════════════════════════════════
   XOSO THEME — Trang trí banner trang chủ
   Không quảng cáo cá cược — chỉ trang trí / điều hướng
   ═══════════════════════════════════════════════ */

/* ── HERO BANNER (đầu trang, dưới menu) ──────────── */
.xoso-banner-hero{
  position:relative;overflow:hidden;
  max-width:1200px;margin:12px auto 0;padding:34px 32px;
  border-radius:12px;
  background:linear-gradient(135deg,#c62828 0%,#b71c1c 55%,#8e0000 100%);
  box-shadow:0 4px 16px rgba(183,28,28,.28);
  color:#fff;text-align:center;
}
.xoso-banner-hero::before,
.xoso-banner-hero::after{
  content:"";position:absolute;border-radius:50%;
  background:radial-gradient(circle,rgba(243,156,18,.35) 0%,rgba(243,156,18,0) 70%);
}
.xoso-banner-hero::before{width:320px;height:320px;top:-140px;left:-100px}
.xoso-banner-hero::after{width:260px;height:260px;bottom:-130px;right:-80px}
.xoso-banner-hero-dots{
  position:absolute;inset:0;pointer-events:none;opacity:.14;
  background-image:radial-gradient(#f39c12 1.5px,transparent 1.5px);
  background-size:22px 22px;
}
.xoso-banner-hero-inner{position:relative;z-index:1}
.xoso-banner-hero-eyebrow{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);
  padding:4px 14px;border-radius:20px;font-size:12px;font-weight:700;
  letter-spacing:.4px;text-transform:uppercase;color:#ffe0b2;margin-bottom:14px;
}
.xoso-banner-hero h2{
  font-size:26px;font-weight:800;margin:0 0 8px;letter-spacing:.2px;
  text-shadow:0 2px 6px rgba(0,0,0,.2);
}
.xoso-banner-hero h2 span{color:#f9d423}
.xoso-banner-hero p{
  font-size:14.5px;color:rgba(255,255,255,.92);max-width:560px;margin:0 auto;line-height:1.6;
}
.xoso-banner-hero-nums{
  display:flex;justify-content:center;gap:10px;margin-top:18px;flex-wrap:wrap;
}
.xoso-banner-hero-nums span{
  width:34px;height:34px;border-radius:50%;background:#fff;color:#c62828;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;
  box-shadow:0 3px 8px rgba(0,0,0,.25);
}
.xoso-banner-hero-nums span:nth-child(even){background:#f39c12;color:#fff}

@media(max-width:660px){
  .xoso-banner-hero{padding:24px 18px;margin:8px auto 0;border-radius:0}
  .xoso-banner-hero h2{font-size:20px}
  .xoso-banner-hero p{font-size:13px}
}

/* ── MID-CONTENT BANNER (giữa cột chính) ─────────── */
.xoso-banner-mid{
  display:grid;grid-template-columns:1fr 1fr;gap:10px;
  margin:14px 0;
}
.xoso-banner-mid-tile{
  position:relative;overflow:hidden;display:flex;align-items:center;gap:12px;
  padding:16px 16px;border-radius:10px;text-decoration:none;
  transition:transform .15s,box-shadow .15s;
}
.xoso-banner-mid-tile:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.18)}
.xoso-banner-mid-tile.soi-cau{background:linear-gradient(120deg,#1565c0,#0d47a1)}
.xoso-banner-mid-tile.thong-ke{background:linear-gradient(120deg,#f39c12,#e67e22)}
.xoso-banner-mid-tile-ic{
  flex:0 0 auto;width:46px;height:46px;border-radius:50%;
  background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;
  font-size:22px;
}
.xoso-banner-mid-tile-tx{color:#fff}
.xoso-banner-mid-tile-tx b{display:block;font-size:15px;font-weight:800;margin-bottom:2px}
.xoso-banner-mid-tile-tx small{display:block;font-size:12px;color:rgba(255,255,255,.88);line-height:1.4}
.xoso-banner-mid-tile-arrow{
  margin-left:auto;font-size:18px;color:rgba(255,255,255,.85);flex:0 0 auto;
}

@media(max-width:660px){
  .xoso-banner-mid{grid-template-columns:1fr}
}

/* ── SIDEBAR BANNER (cột phải hẹp) ────────────────── */
.xoso-banner-side{
  position:relative;overflow:hidden;border-radius:8px;
  background:linear-gradient(160deg,#b71c1c 0%,#8e0000 100%);
  box-shadow:0 1px 4px rgba(0,0,0,.15);
  padding:16px 14px 18px;text-align:center;color:#fff;
  margin-bottom:10px;
}
.xoso-banner-side::before{
  content:"";position:absolute;top:-60px;right:-60px;width:150px;height:150px;border-radius:50%;
  background:radial-gradient(circle,rgba(243,156,18,.4) 0%,rgba(243,156,18,0) 70%);
}
.xoso-banner-side-ball{
  position:relative;z-index:1;width:52px;height:52px;margin:0 auto 10px;border-radius:50%;
  background:linear-gradient(145deg,#f9d423,#f39c12);
  display:flex;align-items:center;justify-content:center;
  font-size:22px;box-shadow:0 3px 8px rgba(0,0,0,.3);
}
.xoso-banner-side b{
  position:relative;z-index:1;display:block;font-size:14.5px;font-weight:800;margin-bottom:4px;
}
.xoso-banner-side p{
  position:relative;z-index:1;font-size:12px;color:rgba(255,255,255,.88);line-height:1.5;margin-bottom:12px;
}
.xoso-banner-side a.btn{
  position:relative;z-index:1;display:inline-block;background:#fff;color:#c62828!important;
  font-size:12.5px;font-weight:700;padding:7px 16px;border-radius:20px;
  transition:background .15s,color .15s;
}
.xoso-banner-side a.btn:hover{background:#f39c12;color:#fff!important}
