.elementor-1150 .elementor-element.elementor-element-10901b6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-01b8aec *//* ===== Base ===== */
html{scroll-behavior:smooth}

.aseeri-tournaments.light{
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(245,196,110,.38), transparent 46%),
    radial-gradient(circle at 88% 10%, rgba(179,122,44,.18), transparent 44%),
    radial-gradient(circle at 50% 120%, rgba(59,130,246,.08), transparent 55%),
    #f7f6f3;
  color:#2a1a0c;
  padding:80px 15px;
}
.aseeri-tournaments .wrap{max-width:1200px;margin:0 auto}

/* ===== Hero ===== */
.aseeri-tournaments .hero{text-align:center;margin-bottom:28px}
.aseeri-tournaments .hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 16px;border-radius:999px;
  background:rgba(179,122,44,.10);
  color:#8b5a22;font-weight:1000;letter-spacing:.7px;
  box-shadow:0 14px 30px rgba(0,0,0,.06);
  border:1px solid rgba(179,122,44,.18);
  margin-bottom:12px;
}
.aseeri-tournaments .brand-dot{
  width:12px;height:12px;border-radius:999px;
  background:linear-gradient(135deg,#f5c46e,#b37a2c);
  box-shadow:0 0 0 6px rgba(245,196,110,.18);
}
.aseeri-tournaments .hero h1{margin:0 0 8px;font-size:42px;color:#4a2b0f}
.aseeri-tournaments .hero p{
  margin:0 auto 18px;max-width:760px;
  color:#6e5a47;line-height:1.9;font-size:15px;
}

/* ===== Stats ===== */
.aseeri-tournaments .stats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:6px}
.aseeri-tournaments .stat{
  background:#fff;border-radius:18px;padding:14px 18px;min-width:170px;
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  border:1px solid rgba(179,122,44,.16);
  position:relative;overflow:hidden;
}
.aseeri-tournaments .stat:before{
  content:"";position:absolute;inset:-10px;
  background:radial-gradient(circle at 18% 0%, rgba(245,196,110,.26), transparent 60%);
  pointer-events:none;
}
.aseeri-tournaments .stat strong{display:block;font-size:23px;font-weight:1000;color:#b37a2c;position:relative}
.aseeri-tournaments .stat span{font-size:13px;color:#6e5a47;position:relative}

/* ===== Filter ===== */
.aseeri-tournaments .filter-wrap{margin:18px 0 10px}
.aseeri-tournaments .f{position:absolute;opacity:0;pointer-events:none}
.aseeri-tournaments .filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.aseeri-tournaments .filter{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 16px;border-radius:999px;
  background:#fff;color:#8b5a22;font-weight:1000;
  border:1px solid rgba(179,122,44,.22);
  box-shadow:0 14px 30px rgba(0,0,0,.06);
  cursor:pointer;transition:.22s ease;user-select:none;
}
.aseeri-tournaments .filter:hover{transform:translateY(-2px)}
#f-all:checked ~ .filters label[for="f-all"],
#f-carrom:checked ~ .filters label[for="f-carrom"],
#f-shooting:checked ~ .filters label[for="f-shooting"],
#f-bowling:checked ~ .filters label[for="f-bowling"],
#f-baloot:checked ~ .filters label[for="f-baloot"],
#f-soon:checked ~ .filters label[for="f-soon"]{
  background:linear-gradient(135deg,#f5c46e,#b37a2c);
  border-color:transparent;color:#2a1a0c;
}

/* ===== Grid ===== */
.aseeri-tournaments .grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
  margin-top:10px;
}

/* ===== Cards ===== */
.aseeri-tournaments .card{
  background:#fff;border-radius:22px;
  padding:18px 18px 16px;
  border:1px solid rgba(179,122,44,.14);
  box-shadow:0 18px 44px rgba(0,0,0,.10);
  position:relative;overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.aseeri-tournaments .card:after{
  content:"";position:absolute;top:-70%;left:-60%;
  width:70%;height:240%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.75), transparent);
  transform:translateX(-140%) rotate(15deg);
  opacity:0;transition:.55s ease;pointer-events:none;
}
.aseeri-tournaments .card:hover{
  transform:translateY(-8px) scale(1.02);
  border-color:rgba(245,196,110,.60);
  box-shadow:0 28px 64px rgba(0,0,0,.14);
}
.aseeri-tournaments .card:hover:after{opacity:1;transform:translateX(240%) rotate(15deg)}
.aseeri-tournaments .top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}

/* Chip + Icon */
.aseeri-tournaments .chip{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 10px;border-radius:999px;
  background:rgba(179,122,44,.10);
  color:#8b5a22;font-size:12px;font-weight:1000;
}
.aseeri-tournaments .chip.soon{background:rgba(59,130,246,.10);color:#1d4ed8}
.aseeri-tournaments .ico{
  width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:8px;background:rgba(179,122,44,.14);
}
.aseeri-tournaments .chip.soon .ico{background:rgba(59,130,246,.14)}
.aseeri-tournaments .ico svg{width:16px;height:16px;color:#b37a2c}
.aseeri-tournaments .shooting .ico{background:rgba(59,130,246,.12)}
.aseeri-tournaments .shooting .ico svg{color:#1d4ed8}

.aseeri-tournaments .card h3{margin:0 0 8px;color:#4a2b0f;font-size:18px;letter-spacing:.1px}
.aseeri-tournaments .card p{margin:0;color:#6e5a47;font-size:14px;line-height:1.9}

/* Status */
.aseeri-tournaments .status{
  font-size:12px;padding:7px 10px;border-radius:999px;
  font-weight:1000;white-space:nowrap;
}
.aseeri-tournaments .status.done{background:#22c55e;color:#fff}
.aseeri-tournaments .status.soon{background:#3b82f6;color:#fff}
.aseeri-tournaments .status.gold{background:linear-gradient(135deg,#f5c46e,#b37a2c);color:#2a1a0c}

/* Actions */
.aseeri-tournaments .actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.aseeri-tournaments .btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:9px 14px;border-radius:999px;font-weight:1000;font-size:13px;
  text-decoration:none;border:1px solid rgba(179,122,44,.22);
  background:#fff;color:#8b5a22;
  box-shadow:0 14px 30px rgba(0,0,0,.06);
}
.aseeri-tournaments .btn.is-disabled,
.aseeri-tournaments a[aria-disabled="true"]{opacity:.78;pointer-events:none}

/* Featured + highlight + soon */
.aseeri-tournaments .highlight{outline:2px solid rgba(245,196,110,.45)}
.aseeri-tournaments .card.featured{
  border:2px solid rgba(245,196,110,.78);
  box-shadow:0 0 0 4px rgba(245,196,110,.14), 0 28px 70px rgba(0,0,0,.16);
  background:radial-gradient(circle at top, rgba(245,196,110,.18), transparent 62%), #fff;
}
.aseeri-tournaments .card.featured:before{
  content:"⭐";position:absolute;top:16px;right:16px;font-size:18px;opacity:.9
}
.aseeri-tournaments .card.soon{border-style:dashed}

/* ===== CSS-only filtering ===== */
#f-all:checked ~ .filters ~ .grid .card{display:block}

#f-carrom:checked ~ .filters ~ .grid .card{display:none}
#f-carrom:checked ~ .filters ~ .grid .card.carrom{display:block}

#f-shooting:checked ~ .filters ~ .grid .card{display:none}
#f-shooting:checked ~ .filters ~ .grid .card.shooting{display:block}

#f-bowling:checked ~ .filters ~ .grid .card{display:none}
#f-bowling:checked ~ .filters ~ .grid .card.bowling{display:block}

#f-baloot:checked ~ .filters ~ .grid .card{display:none}
#f-baloot:checked ~ .filters ~ .grid .card.baloot{display:block}

#f-soon:checked ~ .filters ~ .grid .card{display:none}
#f-soon:checked ~ .filters ~ .grid .card.soon{display:block}

/* ===== Visitor Counter ===== */
.aseeri-tournaments .visitor-wrap{display:flex;justify-content:center;margin-top:34px}
.aseeri-tournaments .visitor-card{
  width:min(650px,100%);
  background:#fff;border-radius:20px;
  padding:16px 16px 14px;
  border:1px solid rgba(179,122,44,.16);
  box-shadow:0 18px 44px rgba(0,0,0,.08);
  text-align:center;position:relative;overflow:hidden;
}
.aseeri-tournaments .visitor-card:before{
  content:"";position:absolute;inset:-10px;
  background:radial-gradient(circle at 18% 0%, rgba(245,196,110,.22), transparent 60%);
  pointer-events:none;
}
.aseeri-tournaments .visitor-title{font-weight:1000;color:#4a2b0f;margin-bottom:10px;position:relative}
.aseeri-tournaments .visitor-number{
  position:relative;font-size:28px;font-weight:1000;color:#b37a2c;
  letter-spacing:.3px;margin-bottom:6px;
}
.aseeri-tournaments .visitor-note{font-size:12px;color:#8a7662;margin-top:6px;position:relative}

/* ===== Footer ===== */
.aseeri-tournaments .page-footer{text-align:center;margin-top:22px;color:#8a7662;font-size:13px}

/* ===== Back to top ===== */
.aseeri-tournaments .to-top{
  position:fixed;bottom:18px;left:18px;
  width:46px;height:46px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#f5c46e,#b37a2c);
  color:#2a1a0c;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
  border:1px solid rgba(179,122,44,.35);
  text-decoration:none;z-index:9999;
  transition:transform .2s ease, filter .2s ease;
}
.aseeri-tournaments .to-top:hover{transform:translateY(-2px) scale(1.04);filter:brightness(1.03)}
.aseeri-tournaments .to-top svg{width:22px;height:22px}

/* Responsive */
@media (max-width:520px){
  .aseeri-tournaments .hero h1{font-size:34px}
  .aseeri-tournaments .stat{min-width:150px}
}/* End custom CSS */