:root{
  --bg:#101418;
  --card:#1b2330;
  --card2:#0f1723;
  --text:#e8edf5;
  --muted:#9aa6b2;
  --accent:#e11d48;     /* red-ish (not exact Dream11) */
  --accent2:#f59e0b;    /* banner highlight */
  --white:#ffffff;
  --chip:#eef2f7;
  --chipText:#222;
  --line:rgba(255,255,255,.10);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial;
  background: radial-gradient(900px 420px at 30% 0%, rgba(225,29,72,.18), transparent 55%),
              radial-gradient(800px 460px at 80% 10%, rgba(245,158,11,.12), transparent 60%),
              var(--bg);
  color:var(--text);
}

a{color:inherit;text-decoration:none}
.container{max-width:420px;margin:0 auto;padding:12px 12px 84px}

.topbar{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 12px;
  background: linear-gradient(180deg, rgba(16,20,24,.92), rgba(16,20,24,.65));
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.brand{
  display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.2px;
}
.brand .logo{
  width:34px;height:34px;border-radius:10px;
  background: linear-gradient(135deg, var(--accent), #ff6b6b);
  display:grid;place-items:center;
  box-shadow: 0 10px 25px rgba(225,29,72,.25);
  font-weight:900;
}
.actions{display:flex;align-items:center;gap:10px}
.pill{
  background: rgba(255,255,255,.08);
  border:1px solid var(--line);
  color:var(--text);
  padding:8px 10px;border-radius:999px;
  display:flex;align-items:center;gap:8px;
  font-size:12px;
}
.pill strong{font-size:12px}
.iconBtn{
  width:36px;height:36px;border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid var(--line);
  display:grid;place-items:center;
}

.banner{
  margin-top:12px;
  height:78px;border-radius:14px;
  background: linear-gradient(90deg, rgba(245,158,11,.9), rgba(225,29,72,.9));
  position:relative;overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
}
.banner .txt{
  position:absolute;left:14px;top:14px;right:92px;
  color:#0b1220;
  font-weight:900;
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.banner .sub{font-size:11px;font-weight:700;opacity:.95;margin-top:4px}
.banner .cta{
  position:absolute;right:12px;top:18px;
  background: rgba(11,18,32,.92);
  color:var(--white);
  border-radius:12px;
  padding:10px 12px;
  font-size:12px;font-weight:800;
}
.banner:before{
  content:"";
  position:absolute;right:-40px;top:-40px;
  width:140px;height:140px;border-radius:50%;
  background: rgba(255,255,255,.18);
}

.sectionRow{
  margin-top:14px;
  display:flex;align-items:center;justify-content:space-between;
}
.sectionRow h3{margin:0;font-size:15px}
.sectionRow a{font-size:12px;color:var(--muted)}

.cards2{
  margin-top:10px;
  display:grid;grid-template-columns:1fr 1fr;gap:10px;
}
.smallCard{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px;
}
.smallCard .row{display:flex;align-items:center;justify-content:space-between}
.smallCard .teams{font-weight:900}
.smallCard .meta{font-size:11px;color:var(--muted);margin-top:6px}
.badge{
  font-size:10px;font-weight:800;
  padding:5px 8px;border-radius:999px;
  background: rgba(34,197,94,.14);
  color: #a7f3d0;
  border:1px solid rgba(34,197,94,.25);
}
.win{margin-top:8px;color:#86efac;font-weight:900;font-size:12px}

.sportTabs{
  margin-top:14px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:16px;
  padding:10px;
}
.tabsRow{display:flex;gap:10px;overflow:auto;scrollbar-width:none}
.tabsRow::-webkit-scrollbar{display:none}
.tab{
  flex:0 0 auto;
  padding:8px 10px;border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid var(--line);
  font-size:12px;font-weight:800;
  color:var(--text);
}
.tab.active{
  background: rgba(225,29,72,.18);
  border-color: rgba(225,29,72,.35);
}
.subTabs{display:flex;gap:14px;margin-top:10px;padding:0 4px}
.subTabs a{font-size:12px;color:var(--muted);font-weight:800}
.subTabs a.active{color:var(--accent)}

.matchCard{
  margin-top:12px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
}
.matchTop{display:flex;justify-content:space-between;gap:10px}
.league{font-size:12px;color:var(--muted);font-weight:800}
.timer{font-size:12px;font-weight:900;color:#fca5a5}
.teamsRow{display:flex;align-items:center;gap:10px;margin-top:10px}
.teamBadge{
  width:34px;height:34px;border-radius:12px;
  background: rgba(255,255,255,.10);
  border:1px solid var(--line);
  display:grid;place-items:center;
  font-weight:900;
}
.teamName{font-weight:900}
.vs{margin-left:auto;margin-right:auto;color:var(--muted);font-weight:900}
.footerRow{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:10px;padding-top:10px;border-top:1px solid var(--line);
  color:var(--muted);font-size:12px;font-weight:700;
}
.joinBtn{
  background: linear-gradient(135deg, var(--accent), #ff6b6b);
  color:#fff;border:none;border-radius:12px;
  padding:10px 12px;font-weight:900;
}

.bottomNav{
  position:fixed;left:0;right:0;bottom:0;
  background: rgba(16,20,24,.92);
  border-top:1px solid var(--line);
  backdrop-filter: blur(10px);
}
.bottomNav .wrap{
  max-width:420px;margin:0 auto;
  display:grid;grid-template-columns:repeat(4,1fr);
  padding:10px 8px;
}
.navItem{
  display:flex;flex-direction:column;gap:6px;
  align-items:center;justify-content:center;
  color:var(--muted);font-size:11px;font-weight:800;
}
.navItem.active{color:var(--white)}
.dot{
  width:22px;height:4px;border-radius:99px;
  background: transparent;
}
.navItem.active .dot{background: rgba(225,29,72,.85)}
