/* ═══════════════════════════════════════════════════════
   LiveSports1 — Pages CSS
   All inline <style> blocks extracted here.
   Loaded via header.php alongside main.css
═══════════════════════════════════════════════════════ */

/* ══════════════════════════════════
   HEADER — User Dropdown
══════════════════════════════════ */
.user-dropdown { position: relative; }
.user-avatar-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #e8102a, #ff6b35);
  border: 2px solid rgba(232,16,42,.3); color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .2s; overflow: hidden; padding: 0;
}
.user-avatar-btn img { width: 100%; height: 100%; object-fit: cover; }
.user-avatar-btn:hover { border-color: #e8102a; transform: scale(1.06); }
.user-dropdown-menu {
  position: absolute; top: calc(100% + 10px); right: 0; width: 230px;
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.12);
  display: none; z-index: 9999; overflow: hidden;
}
.user-dropdown-menu.open { display: block; animation: ud-slide .15s ease; }
@keyframes ud-slide { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.user-dropdown-header { padding: 14px 16px; border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.user-dropdown-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: #0d1117; }
.user-dropdown-role { font-size: 11px; color: #94a3b8; margin-top: 2px; }
.user-dropdown-item {
  display: flex; align-items: center; gap: 10px; padding: 11px 16px;
  font-size: 13px; color: #475569; transition: all .15s; cursor: pointer;
}
.user-dropdown-item:hover { background: #f1f5f9; color: #0d1117; }
.user-dropdown-item.danger { color: #e8102a; }
.user-dropdown-item.danger:hover { background: rgba(232,16,42,.06); }
.user-dropdown-divider { height: 1px; background: #e2e8f0; margin: 4px 0; }

/* ══════════════════════════════════
   HOMEPAGE — Hero
══════════════════════════════════ */
.hero-pulse { width: 7px; height: 7px; border-radius: 50%; background: #e8102a; display: inline-block; animation: hp 1.6s ease-in-out infinite; flex-shrink: 0; }
@keyframes hp { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .2; transform: scale(.6); } }

.hroot { position: relative; background: #0f172a; min-height: 100svh; max-height: 960px; display: grid; grid-template-rows: 1fr auto; }
.hbg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .2; filter: blur(3px); transition: background-image .1s; }
.hbg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(108deg, rgba(15,23,42,1) 0%, rgba(15,23,42,.88) 40%, rgba(15,23,42,.4) 68%, rgba(15,23,42,.8) 100%); }
.hgrain { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hgrid { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .04; background-image: linear-gradient(rgba(255,255,255,1) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,1) 1px,transparent 1px); background-size: 64px 64px; }
.hbar { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; z-index: 10; background: linear-gradient(180deg, transparent 0%, #e8102a 30%, #e8102a 70%, transparent 100%); opacity: .7; }

.hbody { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr 500px; align-items: center; padding: 0 56px; min-height: calc(100svh - 116px); }
@media (max-width: 1100px) { .hbody { grid-template-columns: 1fr; padding: 44px 24px 60px; } }
@media (max-width: 768px)  { .hbody { padding: 32px 20px 56px; } }

.hleft { padding: 56px 0; max-width: 640px; }
@media (max-width: 1100px) { .hleft { padding: 32px 0 20px; } }
.heyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #e8102a; background: rgba(232,16,42,.12); border: 1px solid rgba(232,16,42,.25); padding: 5px 13px; border-radius: 4px; margin-bottom: 24px; }
.hh1 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(46px,7.2vw,90px); font-weight: 900; line-height: .93; letter-spacing: -3px; color: #fff; margin-bottom: 22px; }
.hh1 .l1 { display: block; }
.hh1 .l2 { display: block; background: linear-gradient(100deg,#fff 40%,rgba(255,255,255,.3)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hh1 .lr { display: block; background: linear-gradient(100deg,#e8102a 0%,#ff8c42 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hdesc { font-size: 15px; line-height: 1.75; color: rgba(255,255,255,.55); max-width: 510px; margin-bottom: 36px; font-weight: 400; }
.hbtns { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hwatchbtn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; background: #e8102a; color: #fff; padding: 14px 30px; border-radius: 9px; transition: all .22s; box-shadow: 0 4px 20px rgba(232,16,42,.4); }
.hwatchbtn:hover { color: #fff; background: #b80d22; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(232,16,42,.55); }
.hwatchbtn .pr { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; }
.hschedbtn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.18); padding: 14px 22px; border-radius: 9px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); transition: all .2s; }
.hschedbtn:hover { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); }
.hkpis { display: flex; gap: 28px; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; }
.knum { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 30px; font-weight: 900; color: #fff; letter-spacing: -1.5px; line-height: 1; }
.klbl { font-size: 10px; font-weight: 600; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.hpager { display: flex; align-items: center; gap: 8px; margin-top: 36px; }
.hpdot { height: 3px; border-radius: 2px; cursor: pointer; background: rgba(255,255,255,.2); width: 20px; transition: all .35s; flex-shrink: 0; }
.hpdot.on { background: #e8102a; width: 36px; }
.hparrow { width: 30px; height: 30px; border-radius: 6px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center; cursor: pointer; background: rgba(255,255,255,.06); backdrop-filter: blur(6px); transition: all .2s; flex-shrink: 0; }
.hparrow:hover { border-color: #e8102a; color: #e8102a; }

/* Hero right — card stack */
.hright { display: flex; align-items: center; justify-content: center; padding: 56px 0 56px 40px; }
@media (max-width: 1100px) { .hright { display: none; } }
.cstack { position: relative; width: 380px; height: 500px; perspective: 1200px; }
.scard { position: absolute; width: 330px; height: 210px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); cursor: pointer; transition: all .55s cubic-bezier(.22,.68,0,1.1); box-shadow: 0 24px 64px rgba(0,0,0,.6); background: #1e293b; }
.scard:nth-child(1) { z-index: 5; transform: translateY(0) rotate(0) translateZ(10px); }
.scard:nth-child(2) { z-index: 4; transform: translateY(24px) rotate(2.5deg) translateX(18px); }
.scard:nth-child(3) { z-index: 3; transform: translateY(44px) rotate(5deg) translateX(34px); }
.scard:nth-child(4) { z-index: 2; transform: translateY(60px) rotate(7deg) translateX(48px); }
.scard.istop { transform: translateY(0) rotate(0) translateZ(20px) !important; z-index: 10 !important; width: 370px !important; height: 248px !important; box-shadow: 0 32px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(232,16,42,.25) !important; }
.scbg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.scov { position: absolute; inset: 0; background: linear-gradient(to top,rgba(15,23,42,.95) 0%,rgba(15,23,42,.3) 60%,transparent 100%); }
.scinfo { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 18px; }
.sctag { display: inline-flex; align-items: center; gap: 5px; background: rgba(232,16,42,.2); color: #e8102a; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; margin-bottom: 8px; }
.sctitle { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.5px; line-height: 1.2; }
.scsub { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 3px; }
.scnum { position: absolute; top: 14px; right: 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.25); letter-spacing: .5px; }
.scnobg { position: absolute; inset: 0; }
.scnobg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 40%,rgba(232,16,42,.2) 0%,transparent 55%), radial-gradient(ellipse at 75% 70%,rgba(29,111,222,.15) 0%,transparent 55%), linear-gradient(135deg,#1e293b 0%,#0f172a 100%); }

/* ══════════════════════════════════
   HOMEPAGE — Ticker
══════════════════════════════════ */
.hticker { position: relative; z-index: 10; background: #fff5f5; border-top: 1px solid rgba(232,16,42,.15); padding: 9px 0; overflow-x: hidden; }
.tscroll { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; padding: 0 20px; }
.tscroll::-webkit-scrollbar { display: none; }
.tpill { display: flex; align-items: center; gap: 6px; background: #e8102a; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; flex-shrink: 0; margin-right: 16px; }
.tmatch { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 500; color: #475569; background: #fff; border: 1px solid #e2e8f0; border-radius: 5px; padding: 5px 13px; flex-shrink: 0; margin-right: 7px; white-space: nowrap; transition: all .18s; }
.tmatch:hover { color: #0d1117; border-color: rgba(232,16,42,.35); }
.tscore { color: #05a84e; font-weight: 700; font-size: 11px; }
.tvs { color: #cbd5e1; font-size: 10px; }

/* ══════════════════════════════════
   HOMEPAGE — Page body
══════════════════════════════════ */
.pwrap { background: #f0f4f8; }
.psec { padding: 56px 0 0; }
.psec:last-child { padding-bottom: 80px; }
.pcon { max-width: 1440px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 600px) { .pcon { padding: 0 16px; } }
.sechd { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; gap: 12px; }
.secttl { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(18px,2.4vw,25px); font-weight: 800; letter-spacing: -.8px; color: #0d1117; display: flex; align-items: center; gap: 10px; }
.ttlbar { width: 4px; height: 26px; flex-shrink: 0; border-radius: 3px; background: linear-gradient(180deg,#e8102a 0%,rgba(232,16,42,.2) 100%); }
.secall { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 600; color: #94a3b8; letter-spacing: .2px; display: flex; align-items: center; gap: 5px; transition: color .2s; white-space: nowrap; }
.secall:hover { color: #e8102a; }

/* Sport tiles */
.sprow { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.sprow::-webkit-scrollbar { display: none; }
.sptile { flex-shrink: 0; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 100px; height: 82px; border-radius: 12px; background: #fff; border: 1px solid #e2e8f0; position: relative; overflow: hidden; transition: all .22s; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.sptile::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(232,16,42,.08) 0%,transparent 65%); opacity: 0; transition: opacity .2s; }
.sptile:hover { transform: translateY(-4px); border-color: rgba(232,16,42,.3); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.sptile:hover::before { opacity: 1; }
.spicon { font-size: 23px; position: relative; z-index: 1; }
.spname { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 10px; font-weight: 700; color: #64748b; letter-spacing: .1px; position: relative; z-index: 1; }

/* Pills */
.pills2 { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; margin-bottom: 22px; }
.pills2::-webkit-scrollbar { display: none; }
.pill2 { flex-shrink: 0; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .1px; color: #64748b; background: #fff; border: 1px solid #e2e8f0; border-radius: 100px; padding: 6px 16px; transition: all .18s; }
.pill2:hover { color: #1e293b; border-color: #cbd5e1; }
.pill2.on { background: rgba(232,16,42,.1); border-color: rgba(232,16,42,.35); color: #e8102a; }

/* Homepage channel cards */
.chgrid { display: grid; grid-template-columns: repeat(auto-fill,minmax(152px,1fr)); gap: 12px; }
@media (max-width: 480px) { .chgrid { grid-template-columns: repeat(2,1fr); gap: 9px; } }
.chcard { display: block; text-decoration: none; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: transform .22s cubic-bezier(.22,.68,0,1.1), border-color .22s, box-shadow .22s; position: relative; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.chcard:hover { transform: translateY(-5px) scale(1.01); border-color: rgba(232,16,42,.35); box-shadow: 0 16px 40px rgba(0,0,0,.12), 0 0 0 1px rgba(232,16,42,.1); }
.cht { aspect-ratio: 16/9; background: #f1f5f9; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.cht img { width: 62%; height: 62%; object-fit: contain; padding: 6px; transition: transform .3s cubic-bezier(.22,.68,0,1.1); }
.chcard:hover .cht img { transform: scale(1.09); }
.chph { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 900; color: #e2e8f0; letter-spacing: -2px; }
.chov { position: absolute; inset: 0; background: rgba(0,0,0,.45); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .2s; }
.chcard:hover .chov { opacity: 1; }
.chplay { width: 42px; height: 42px; border-radius: 50%; background: #e8102a; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 24px rgba(232,16,42,.5); transform: scale(.75); transition: transform .22s cubic-bezier(.22,.68,0,1.3); }
.chcard:hover .chplay { transform: scale(1); }
.chpip { position: absolute; top: 8px; right: 8px; width: 8px; height: 8px; border-radius: 50%; background: #05a84e; box-shadow: 0 0 8px #05a84e; animation: hp 2s infinite; }
.chqual { position: absolute; bottom: 6px; left: 6px; background: rgba(0,0,0,.7); color: #05a84e; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 8px; font-weight: 700; padding: 2px 5px; border-radius: 3px; letter-spacing: .8px; }
.chinfo { padding: 9px 11px 11px; }
.chname { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; color: #0d1117; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -.1px; }
.chmeta { font-size: 10px; color: #94a3b8; margin-top: 3px; display: flex; align-items: center; gap: 5px; }
.chlivelbl { color: #05a84e; font-weight: 700; display: flex; align-items: center; gap: 3px; }

/* Shelf */
.shelf { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; scroll-snap-type: x mandatory; }
.shelf::-webkit-scrollbar { display: none; }
.shelf .chcard { flex-shrink: 0; width: 152px; scroll-snap-align: start; }

/* Highlight cards */
.hlcard { flex-shrink: 0; width: 228px; scroll-snap-align: start; background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; overflow: hidden; text-decoration: none; display: block; transition: all .22s; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.hlcard:hover { transform: translateY(-4px); border-color: rgba(232,16,42,.25); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.hlt { aspect-ratio: 16/9; background: #f1f5f9; overflow: hidden; position: relative; }
.hlt img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.hlcard:hover .hlt img { transform: scale(1.06); }
.hldur { position: absolute; bottom: 6px; right: 6px; background: rgba(0,0,0,.75); color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 9px; font-weight: 700; padding: 2px 6px; border-radius: 3px; }
.hlpov { position: absolute; inset: 0; background: rgba(0,0,0,.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .2s; }
.hlcard:hover .hlpov { opacity: 1; }
.hlpic { width: 42px; height: 42px; border-radius: 50%; background: #e8102a; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 20px rgba(232,16,42,.5); }
.hlbody { padding: 10px 12px 12px; }
.hltitle { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; color: #0d1117; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hlmeta { font-size: 10px; color: #94a3b8; margin-top: 5px; }

/* Match rows */
.mcol { display: flex; flex-direction: column; gap: 8px; }
.mrow { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 13px 16px; text-decoration: none; color: #475569; transition: all .18s; position: relative; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.mrow::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: transparent; transition: background .2s; border-radius: 2px; }
.mrow:hover { background: #fafafa; border-color: rgba(232,16,42,.2); }
.mrow:hover::before, .mrow.mlive::before { background: #e8102a; }
.mrow.mlive { border-color: rgba(232,16,42,.15); }
.msport { width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0; background: #f1f5f9; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.mmid { flex: 1; min-width: 0; }
.mteams { display: flex; align-items: center; gap: 7px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 13px; color: #0d1117; }
.mt { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mvs { color: #cbd5e1; font-size: 9px; font-weight: 700; letter-spacing: 1px; flex-shrink: 0; }
.msub { font-size: 11px; color: #94a3b8; margin-top: 3px; }
.mtime { text-align: right; flex-shrink: 0; background: #f8fafc; border-radius: 7px; padding: 6px 10px; min-width: 70px; }
.mtime .t { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 700; color: #0d1117; }
.mtime .d { font-size: 10px; color: #94a3b8; margin-top: 2px; }
.mlivechip { display: flex; align-items: center; gap: 5px; background: rgba(232,16,42,.1); color: #e8102a; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 10px; font-weight: 700; padding: 5px 10px; border-radius: 5px; letter-spacing: 1px; flex-shrink: 0; }

/* Marquee */
.mqwrap { background: rgba(232,16,42,.04); border-top: 1px solid rgba(232,16,42,.1); border-bottom: 1px solid rgba(232,16,42,.1); padding: 10px 0; overflow: hidden; margin-top: 52px; }
.mqinner { display: inline-flex; gap: 32px; animation: ticker 36s linear infinite; white-space: nowrap; }
.mqinner:hover { animation-play-state: paused; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mqitem { display: inline-flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11px; font-weight: 600; color: #94a3b8; letter-spacing: .3px; flex-shrink: 0; }
.mqdot { width: 4px; height: 4px; border-radius: 50%; background: #e8102a; flex-shrink: 0; }

/* Two-col layout */
.twocol { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 900px) { .twocol { grid-template-columns: 1fr; } }

/* ══════════════════════════════════
   CHANNELS PAGE
══════════════════════════════════ */
.ch-pg-wrap { background: #f0f4f8; min-height: 60vh; }
.pg-breadcrumb { background: #fff; border-bottom: 1px solid #e2e8f0; padding: 13px 0; }
.pg-breadcrumb-inner { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #94a3b8; }
.pg-breadcrumb-inner a { color: #94a3b8; transition: color .2s; }
.pg-breadcrumb-inner a:hover { color: #0d1117; }
.pg-breadcrumb-sep { opacity: .4; display: flex; }
.pg-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 12px; flex-wrap: wrap; }
.pg-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(20px,3vw,28px); font-weight: 800; letter-spacing: -.8px; color: #0d1117; display: flex; align-items: center; gap: 10px; }
.pg-title-bar { width: 4px; height: 26px; border-radius: 3px; background: linear-gradient(180deg,#e8102a 0%,rgba(232,16,42,.2) 100%); flex-shrink: 0; }
.pg-count { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 400; color: #94a3b8; margin-left: 4px; }
.cat-tabs-row { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; margin-bottom: 24px; padding-bottom: 2px; }
.cat-tabs-row::-webkit-scrollbar { display: none; }
.cat-tab-link { flex-shrink: 0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .1px; color: #64748b; background: #fff; border: 1px solid #e2e8f0; border-radius: 100px; padding: 7px 18px; transition: all .18s; text-decoration: none; white-space: nowrap; }
.cat-tab-link:hover { color: #1e293b; border-color: #cbd5e1; }
.cat-tab-link.active { background: rgba(232,16,42,.1); border-color: rgba(232,16,42,.35); color: #e8102a; }
.ch-pg-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(155px,1fr)); gap: 14px; }
@media (max-width: 480px) { .ch-pg-grid { grid-template-columns: repeat(2,1fr); gap: 10px; } }
.ch-pg-card { display: block; text-decoration: none; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: transform .22s cubic-bezier(.22,.68,0,1.1), border-color .2s, box-shadow .2s; cursor: pointer; position: relative; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.ch-pg-card:hover { transform: translateY(-5px) scale(1.01); border-color: rgba(232,16,42,.4); box-shadow: 0 16px 40px rgba(0,0,0,.12), 0 0 0 1px rgba(232,16,42,.1); }
.ch-pg-thumb { aspect-ratio: 16/9; background: #f1f5f9; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.ch-pg-thumb img { width: 62%; height: 62%; object-fit: contain; padding: 6px; transition: transform .3s cubic-bezier(.22,.68,0,1.1); }
.ch-pg-card:hover .ch-pg-thumb img { transform: scale(1.09); }
.ch-pg-placeholder { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 900; color: #e2e8f0; letter-spacing: -2px; }
.ch-pg-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .2s; }
.ch-pg-card:hover .ch-pg-overlay { opacity: 1; }
.ch-pg-play { width: 42px; height: 42px; border-radius: 50%; background: #e8102a; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 24px rgba(232,16,42,.5); transform: scale(.75); transition: transform .22s cubic-bezier(.22,.68,0,1.3); }
.ch-pg-card:hover .ch-pg-play { transform: scale(1); }
.ch-pg-live-dot { position: absolute; top: 8px; right: 8px; width: 8px; height: 8px; border-radius: 50%; background: #05a84e; box-shadow: 0 0 10px #05a84e; animation: live-blink 2s infinite; }
@keyframes live-blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.ch-pg-quality { position: absolute; bottom: 6px; left: 6px; background: rgba(0,0,0,.75); color: #05a84e; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 8px; font-weight: 700; padding: 2px 5px; border-radius: 3px; letter-spacing: .8px; }
.ch-pg-featured { position: absolute; top: 8px; left: 8px; background: rgba(245,166,35,.9); color: #000; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 8px; font-weight: 800; padding: 2px 6px; border-radius: 3px; letter-spacing: .8px; }
.ch-pg-info { padding: 9px 11px 11px; }
.ch-pg-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; color: #0d1117; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ch-pg-meta { font-size: 11px; color: #94a3b8; margin-top: 3px; display: flex; align-items: center; gap: 5px; }
.ch-pg-live-label { color: #05a84e; font-weight: 700; display: flex; align-items: center; gap: 3px; }
.ch-pg-offline-label { color: #94a3b8; }
.ch-pg-empty { grid-column: 1 / -1; text-align: center; padding: 72px 20px; color: #94a3b8; }
.ch-pg-empty svg { margin: 0 auto 16px; display: block; opacity: .3; }
.pg-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 40px; flex-wrap: wrap; }
.pg-btn { display: flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 600; color: #64748b; text-decoration: none; transition: all .18s; }
.pg-btn:hover { background: #f1f5f9; color: #0d1117; }
.pg-btn.active { background: rgba(232,16,42,.1); border-color: rgba(232,16,42,.35); color: #e8102a; }
.pg-btn.disabled { pointer-events: none; opacity: .3; }

/* ══════════════════════════════════
   CATEGORY PAGE
══════════════════════════════════ */
.cat-pg { background: #f0f4f8; min-height: 60vh; }
.cat-pg-breadcrumb { background: #fff; border-bottom: 1px solid #e2e8f0; padding: 13px 0; }
.cat-pg-breadcrumb-inner { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #94a3b8; }
.cat-pg-breadcrumb-inner a { color: #94a3b8; transition: color .2s; }
.cat-pg-breadcrumb-inner a:hover { color: #0d1117; }

/* ══════════════════════════════════
   MATCHES PAGE
══════════════════════════════════ */
.match-tab { background: none; color: #94a3b8; border: none; padding: 8px 18px; border-radius: 7px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all .2s; white-space: nowrap; display: flex; align-items: center; }
.match-tab.active { background: #fff; color: #0d1117; box-shadow: 0 2px 8px rgba(0,0,0,.08); }

/* ══════════════════════════════════
   HIGHLIGHTS PAGE — responsive
══════════════════════════════════ */
@media (max-width: 768px) { section .container-fluid > div { grid-template-columns: 1fr !important; } }

/* ══════════════════════════════════
   PLAYER PAGE — responsive
══════════════════════════════════ */
@media (max-width: 768px) {
  section > .container-fluid > div { grid-template-columns: 1fr !important; }
  .player-controls-bar { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════
   PROFILE PAGE
══════════════════════════════════ */
.prof-tabs { display: flex; gap: 4px; background: #f1f5f9; border-radius: 10px; padding: 4px; width: fit-content; margin-bottom: 28px; }
.prof-tab { display: flex; align-items: center; gap: 7px; padding: 9px 20px; border-radius: 7px; font-size: 13px; font-weight: 500; color: #64748b; text-decoration: none; transition: all .2s; }
.prof-tab.active { background: #fff; color: #0d1117; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.prof-tab:hover:not(.active) { color: #0d1117; }
.pcard { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; }
.pw-wrap { position: relative; }
.pw-wrap .form-control { padding-right: 42px; }
.pw-eye { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #94a3b8; cursor: pointer; font-size: 13px; padding: 4px; }
.pw-eye:hover { color: #0d1117; }
.sbar-bg { height: 4px; background: #e2e8f0; border-radius: 2px; margin-top: 8px; overflow: hidden; }
.sbar { height: 100%; width: 0; border-radius: 2px; transition: width .3s, background .3s; }
@media (max-width: 680px) { .two-col { grid-template-columns: 1fr !important; } }


/* ══════════════════════════════════
   UTILITY / LAYOUT CLASSES
   (replaces all remaining inline styles)
══════════════════════════════════ */

/* Spacer */
.spacer-72 { height: 72px; }

/* Nav items flex */
.nav-link-item { display: flex; align-items: center; gap: 5px; }
.nav-flex { display: flex; align-items: center; gap: 5px; }

/* Topbar inner */
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.nav-center { flex: 1; justify-content: center; }

/* Mobile menu user card */
.mobile-user-card { padding: 14px 16px; background: rgba(232,16,42,.06); border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; gap: 12px; }
.mobile-user-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,#e8102a,#ff6b35); display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans',sans-serif; font-size: 16px; font-weight: 800; color: #fff; flex-shrink: 0; }
.mobile-user-name { font-size: 14px; font-weight: 600; color: #0d1117; }
.mobile-user-link { font-size: 12px; color: #e8102a; }

/* Sign in button */
.btn-sign-in { display: flex; align-items: center; gap: 7px; }

/* Logo small */
.logo-sm { font-size: 18px; }

/* Live dot tiny */
.live-dot-accent { color: rgba(240,32,46,.6); display: flex; }

/* Search results */
.search-no-results { padding: 14px 16px; font-size: 13px; color: #94a3b8; }
.search-result-name { font-size: 13px; font-weight: 600; }
.search-result-type { font-size: 11px; color: #94a3b8; margin-left: auto; }

/* Footer legal links */
.footer-legal-link { transition: color .2s; }
.footer-legal-link:hover { color: var(--text-primary); }

/* ── INDEX PAGE ── */
.live-dot-xs { width: 5px; height: 5px; border-radius: 50%; background: #05a84e; display: inline-block; box-shadow: 0 0 6px #05a84e; animation: hp 2s infinite; flex-shrink: 0; }
.live-dot-red-xs { width: 5px; height: 5px; border-radius: 50%; background: #e8102a; display: inline-block; animation: hp 1.4s infinite; flex-shrink: 0; }
.ch-empty-state { grid-column: 1/-1; text-align: center; padding: 64px; color: #94a3b8; }
.ch-empty-icon { margin: 0 auto 14px; display: block; opacity: .25; }
.match-empty { text-align: center; padding: 44px; color: #94a3b8; font-size: 14px; }
.highlight-empty { padding: 44px; color: #94a3b8; font-size: 14px; }

/* ── CHANNELS PAGE ── */
.channels-section { padding: 40px 0 72px; }
.ch-no-results { font-size: 16px; font-weight: 600; color: #475569; margin-bottom: 6px; }
.ch-no-results-sub { font-size: 13px; color: #94a3b8; }

/* ── PLAYER PAGE ── */
.player-layout { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: start; }
@media (max-width: 768px) { .player-layout { grid-template-columns: 1fr; } }
.player-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #94a3b8; margin-bottom: 16px; }
.player-breadcrumb a { color: #94a3b8; }
.player-breadcrumb a:hover { color: #0d1117; }
.player-breadcrumb-sep { font-size: 10px; }
.player-breadcrumb-current { color: #0d1117; }
.ad-above-player { margin-bottom: 10px; text-align: center; overflow: hidden; }
.ad-player-fallback { margin-bottom: 10px; }
.player-loading { text-align: center; }
.player-loading-text { color: #94a3b8; font-size: 13px; margin-top: 12px; }
.player-error-icon { font-size: 40px; color: var(--accent); margin-bottom: 16px; }
.player-error-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.player-error-text { font-size: 13px; color: #94a3b8; margin-bottom: 20px; }
.player-error-btns { display: flex; gap: 10px; }
.player-actions { margin-left: auto; display: flex; gap: 8px; flex-wrap: wrap; }
.channel-info-inner { display: flex; align-items: flex-start; gap: 16px; }
.channel-info-meta-col { flex: 1; min-width: 0; }
.channel-info-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.channel-quality-badge { background: var(--c-hover); border-radius: 4px; padding: 2px 8px; font-size: 11px; font-weight: 700; color: var(--accent-green); }
.channel-desc { font-size: 13px; color: #94a3b8; margin-top: 10px; line-height: 1.6; }
.match-now-wrap { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e2e8f0; }
.match-now-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; color: #94a3b8; margin-bottom: 10px; }
.match-now-card { display: flex; align-items: center; gap: 12px; background: rgba(255,59,48,.06); border: 1px solid rgba(255,59,48,.15); border-radius: 8px; padding: 12px 16px; }
.match-now-teams { font-size: 15px; font-weight: 700; }
.match-now-vs { color: #94a3b8; font-size: 12px; }
.match-now-tournament { font-size: 12px; color: #94a3b8; margin-top: 2px; }
.match-now-score { margin-left: auto; font-size: 18px; font-weight: 700; color: var(--accent-green); }
.ad-sidebar { margin-bottom: 16px; text-align: center; overflow: hidden; background: var(--c-overlay); border-radius: 8px; padding: 4px; }
.ad-native { margin-bottom: 16px; overflow: hidden; }
.sidebar-section-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #94a3b8; margin-bottom: 14px; }
.related-ch-placeholder { width: 44px; height: 44px; background: var(--c-base); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-heading); font-size: 14px; color: #94a3b8; }
.related-ch-meta { min-width: 0; flex: 1; }
.related-ch-live-dot { width: 6px; height: 6px; background: var(--accent-green); border-radius: 50%; display: inline-block; }
.related-ch-offline { color: #94a3b8; }
.related-ch-icon { font-size: 11px; color: #94a3b8; flex-shrink: 0; }
.no-related { font-size: 13px; color: #94a3b8; text-align: center; padding: 24px; }

/* ── MATCHES PAGE ── */
.match-tabs-wrap { display: flex; gap: 4px; background: var(--c-overlay); border-radius: 10px; padding: 4px; margin-bottom: 28px; width: fit-content; }
.match-empty-state { text-align: center; padding: 60px 20px; color: #94a3b8; }
.match-empty-icon { font-size: 48px; margin-bottom: 16px; display: block; opacity: .4; }
.match-empty-title { font-size: 16px; }
.match-empty-sub { font-size: 13px; margin-top: 8px; }
.live-match-icon { background: rgba(255,59,48,.1); }
.match-teams-col { flex: 1; }
.match-score-area { display: flex; align-items: center; gap: 16px; margin-bottom: 6px; }
.match-team-left { flex: 1; text-align: right; }
.match-team-right { flex: 1; text-align: left; }
.match-team-name { font-size: 17px; font-weight: 700; }
.match-score-val { font-size: 22px; font-weight: 700; color: var(--accent-green); }
.match-vs-divider { font-size: 13px; font-weight: 700; color: #94a3b8; padding: 0 8px; }
.match-venue { font-size: 12px; color: #94a3b8; }
.match-venue-icon { margin-right: 4px; }
.match-tab-content { display: none; }
.match-tab-content.active { display: block; }
.match-date-divider { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #94a3b8; padding: 16px 0 8px; display: flex; align-items: center; gap: 10px; }
.match-date-line { flex: 1; height: 1px; background: #e2e8f0; }
.match-completed-icon { background: var(--c-overlay); }
.match-score-inline { font-size: 14px; font-weight: 700; color: #0d1117; padding: 0 8px; }
.match-team-right-align { text-align: right; }
.match-ft-badge { background: var(--c-hover); border-radius: 4px; padding: 4px 10px; font-size: 11px; color: #94a3b8; }
.match-tab-empty { text-align: center; padding: 60px; color: #94a3b8; font-size: 14px; }
.match-live-dot-sm { margin-right: 6px; }

/* ── CATEGORY PAGE ── */
.category-section { padding: 40px 0 72px; }
.category-desc { color: #94a3b8; font-size: 13px; margin-bottom: 28px; }
.cat-live-dot { width: 5px; height: 5px; border-radius: 50%; background: #05a84e; display: inline-block; box-shadow: 0 0 5px #05a84e; animation: live-blink 2s infinite; }
.cat-live-label { color: #05a84e; font-weight: 700; display: flex; align-items: center; gap: 3px; }
.cat-offline-label { color: #94a3b8; }
.cat-empty { grid-column: 1/-1; text-align: center; padding: 72px 20px; color: #94a3b8; }
.cat-empty-icon { margin: 0 auto 14px; display: block; opacity: .25; }
.cat-empty-title { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.cat-empty-link { color: #e8102a; font-size: 13px; }
.cat-breadcrumb-accent { color: #e8102a; }
.breadcrumb-sep-icon { opacity: .4; }
.section-related { margin-top: 56px; }

/* ── PROFILE PAGE ── */
.profile-wrap { max-width: 880px; margin: 0 auto; }
.profile-banner { background: linear-gradient(135deg,rgba(255,59,48,.15),rgba(41,121,255,.08)); position: absolute; inset: 0 0 auto; height: 70px; pointer-events: none; }
.profile-banner-card { margin-bottom: 24px; position: relative; overflow: hidden; }
.profile-card-inner { position: relative; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.profile-avatar-wrap { width: 74px; height: 74px; border-radius: 50%; border: 3px solid rgba(255,59,48,.45); overflow: hidden; background: linear-gradient(135deg,var(--accent),var(--accent-blue)); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 30px; color: #fff; flex-shrink: 0; }
.profile-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }
.profile-info { flex: 1; min-width: 160px; }
.profile-username { font-family: var(--font-heading); font-size: 24px; letter-spacing: .5px; }
.profile-email { font-size: 13px; color: #94a3b8; margin-top: 2px; }
.profile-badges { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; align-items: center; }
.badge-admin { background: rgba(255,59,48,.15); color: var(--accent); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 4px; text-transform: uppercase; }
.badge-user { background: rgba(41,121,255,.15); color: var(--accent-blue); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 4px; text-transform: uppercase; }
.profile-joined { font-size: 12px; color: #94a3b8; }
.profile-joined i { margin-right: 3px; }
.profile-actions { display: flex; gap: 8px; flex-shrink: 0; flex-wrap: wrap; }
.btn-sm { padding: 8px 16px; font-size: 13px; }
.btn-sm-ghost { padding: 8px 14px; font-size: 13px; }
.alert-wrap { margin-bottom: 18px; }
.alert-icon { margin-right: 8px; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 680px) { .profile-grid { grid-template-columns: 1fr; } }
.card-section-title { font-size: 15px; font-weight: 700; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid #e2e8f0; }
.card-section-icon { margin-right: 8px; }
.avatar-preview-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.avatar-preview-thumb { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid #e2e8f0; }
.avatar-preview-label { font-size: 12px; color: #94a3b8; }
.avatar-new-thumb { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent); }
.avatar-new-label { font-size: 12px; color: var(--accent); }
.avatar-hint { font-size: 11px; color: #94a3b8; margin-top: 4px; }
.btn-full { width: 100%; justify-content: center; margin-top: 6px; }
.account-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #e2e8f0; }
.account-row-label { font-size: 13px; color: #94a3b8; }
.account-row-value { font-size: 13px; font-weight: 500; }
.quick-links-box { margin-top: 18px; padding: 14px; background: rgba(255,59,48,.06); border: 1px solid rgba(255,59,48,.15); border-radius: 8px; }
.quick-links-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--accent); margin-bottom: 10px; }
.quick-links-title i { margin-right: 5px; }
.quick-link-item { display: flex; align-items: center; gap: 9px; padding: 7px 0; font-size: 13px; color: #475569; transition: color .15s; }
.quick-link-item:hover { color: #0d1117; }
.quick-link-icon { width: 14px; color: var(--accent); font-size: 11px; }
.pw-col { max-width: 420px; }
.pw-hint { font-size: 11px; color: #94a3b8; margin-top: 3px; min-height: 16px; }
.pw-btn-full { width: 100%; justify-content: center; margin-top: 4px; }
.pw-tip { margin-top: 12px; padding: 12px 14px; background: rgba(255,193,7,.06); border: 1px solid rgba(255,193,7,.2); border-radius: 8px; font-size: 12px; color: #94a3b8; }
.pw-tip-icon { color: #FFC107; margin-right: 6px; }

/* ── CONTACT PAGE ── */
.contact-wrap { max-width: 900px; margin: 0 auto; }
.page-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #94a3b8; margin-bottom: 32px; }
.page-breadcrumb a { color: #94a3b8; }
.page-breadcrumb a:hover { color: #0d1117; }
.page-breadcrumb-sep { font-size: 10px; }
.page-breadcrumb-current { color: #0d1117; }
.page-desc { color: #94a3b8; margin-bottom: 36px; }
.contact-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
@media (max-width: 768px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-form-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 28px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 500px) { .form-row-2 { grid-template-columns: 1fr; } }
.form-required { color: var(--accent); }
.form-hint { font-size: 11px; color: #94a3b8; margin-top: 4px; }
.btn-submit-full { width: 100%; justify-content: center; font-size: 15px; }
.contact-sidebar { display: flex; flex-direction: column; gap: 16px; }
.contact-info-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 22px; }
.contact-card-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #94a3b8; margin-bottom: 18px; }
.contact-info-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid #e2e8f0; color: #475569; transition: color .2s; }
.contact-info-item:hover { color: #0d1117; }
.contact-info-icon-wrap { width: 36px; height: 36px; background: rgba(232,16,42,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-icon { color: var(--accent); font-size: 14px; }
.contact-info-label { font-size: 13px; font-weight: 600; color: #0d1117; }
.contact-info-value { font-size: 12px; color: #94a3b8; }
.contact-reply-note { margin-top: 14px; padding: 10px 12px; background: rgba(5,168,78,.06); border-radius: 7px; font-size: 12px; color: #94a3b8; border: 1px solid rgba(5,168,78,.12); }
.contact-reply-icon { color: var(--accent-green); margin-right: 6px; }
.contact-reply-strong { color: #0d1117; }
.contact-quick-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 22px; }
.contact-quick-link { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid #e2e8f0; font-size: 13px; color: #475569; transition: color .2s; }
.contact-quick-link:hover { color: #0d1117; }
.contact-quick-icon { width: 14px; color: var(--accent); font-size: 11px; }

/* ── LEGAL PAGES (DMCA / Privacy / Terms) ── */
.legal-wrap { max-width: 820px; margin: 0 auto; }
.legal-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 36px; line-height: 1.9; color: #475569; font-size: 15px; }
.legal-lead { color: #0d1117; font-size: 16px; font-weight: 500; margin-bottom: 24px; }
.legal-h2 { font-family: var(--font-heading); font-size: 22px; color: #0d1117; margin: 28px 0 12px; }
.legal-list { margin: 16px 0 16px 24px; display: flex; flex-direction: column; gap: 8px; }
.legal-email-box { background: rgba(232,16,42,.06); border: 1px solid rgba(232,16,42,.15); border-radius: 8px; padding: 16px 20px; margin: 14px 0; display: flex; align-items: center; gap: 12px; }
.legal-email-icon { color: var(--accent); font-size: 18px; flex-shrink: 0; }
.legal-email-label { font-size: 13px; color: #94a3b8; }
.legal-email-link { color: #0d1117; font-weight: 600; font-size: 15px; }
.legal-link { color: var(--accent); }
.legal-strong { color: #0d1117; }
.legal-footer { margin-top: 32px; padding-top: 24px; border-top: 1px solid #e2e8f0; font-size: 12px; color: #94a3b8; }

/* ── 404 PAGE ── */
.page-404-section { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.page-404-wrap { max-width: 500px; padding: 40px 20px; }
.page-404-num { font-family: var(--font-heading); font-size: 120px; line-height: 1; color: var(--accent); opacity: .15; margin-bottom: -20px; }
.page-404-title { font-family: var(--font-heading); font-size: 36px; margin-bottom: 12px; }
.page-404-desc { color: #94a3b8; font-size: 15px; margin-bottom: 32px; line-height: 1.7; }
.page-404-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.page-404-cats { margin-top: 40px; padding-top: 32px; border-top: 1px solid #e2e8f0; }
.page-404-cats-label { font-size: 13px; color: #94a3b8; margin-bottom: 16px; }
.page-404-cats-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.cat-tab-sm { font-size: 12px; padding: 5px 14px; }

/* ── HIGHLIGHTS PAGE ── */
.hl-player-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; margin-bottom: 40px; }
@media (max-width: 768px) { .hl-player-layout { grid-template-columns: 1fr; } }
.hl-error-icon { font-size: 36px; color: var(--accent); margin-bottom: 12px; }
.hl-info-card { margin-top: 12px; }
.hl-title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.hl-meta-text { font-size: 13px; color: #94a3b8; }
.hl-desc { font-size: 14px; color: #475569; margin-top: 10px; line-height: 1.7; }
.hl-sidebar-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #94a3b8; margin-bottom: 12px; }
.hl-sidebar-item { display: flex; gap: 10px; margin-bottom: 10px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; transition: all .2s; }
.hl-sidebar-item:hover { border-color: rgba(232,16,42,.3); }
.hl-sidebar-thumb { width: 100px; flex-shrink: 0; position: relative; aspect-ratio: 16/9; }
.hl-sidebar-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hl-sidebar-body { padding: 8px 10px 8px 0; min-width: 0; }
.hl-sidebar-title { font-size: 12px; font-weight: 600; color: #0d1117; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; }
.hl-sidebar-date { font-size: 11px; color: #94a3b8; margin-top: 4px; }
.hl-empty { grid-column: 1/-1; text-align: center; padding: 60px; color: #94a3b8; }
.hl-empty-icon { font-size: 40px; margin-bottom: 12px; display: block; opacity: .4; }

/* Nav accent color for admin/logout links */
.nav-accent { color: #e8102a !important; }
.shelf-card { width: 152px; flex-shrink: 0; scroll-snap-align: start; }
.match-tournament { font-size: 12px; color: #94a3b8; }
.match-completed { opacity: .85; }


/* Final utility classes */
.player-video-el { width: 100%; height: 100%; background: #000; }
.match-info-top { margin-bottom: 8px; }
.text-blue { color: var(--accent-blue); }
.hl-video-el { width: 100%; height: 100%; }
.hl-retry-btn { margin-top: 12px; }
.breadcrumb-sep-icon { opacity: .4; }

/* ══════════════════════════════════
   FINAL REMAINING CLASSES
══════════════════════════════════ */

/* Breadcrumb chevron icon */
.breadcrumb-chevron { font-size: 10px; }

/* Profile role badges */
.role-badge { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 4px; text-transform: uppercase; }
.role-badge--admin { background: rgba(255,59,48,.15); color: var(--accent); }
.role-badge--member { background: rgba(41,121,255,.15); color: var(--accent-blue); }

/* JS-hidden element (toggled by JS, display:none set via class) */
.hidden { display: none; }

/* Database hint text */
.db-hint { font-size: 13px; color: #64748b; }

/* Reset password page */
.admin-status-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #64748b; margin-bottom: 10px; }
.text-muted-sm { color: #64748b; }
.input-disabled { opacity: 0.5; }

/* Maintenance page */
.maintenance-followup { font-size: 13px; color: #475569; }

/* background-image is dynamic PHP — these stay as inline style, cannot move to CSS */
/* .hbg and .scbg use style="background-image:url(...)" which is runtime PHP data */
