:root{
  --brand-50:  #eff6ff;
  --brand-100: #dbeafe;
  --brand-200: #bfdbfe;
  --brand-500: #3b82f6;
  --brand-600: #2563eb;
  --brand-700: #1d4ed8;
  --brand-800: #1a3150;
  --brand-900: #1e3a5f;

  --surface-50:  #f8fafc;
  --surface-100: #f1f5f9;
  --surface-200: #e2e8f0;
  --surface-300: #cbd5e1;

  --live:    #ef4444;
  --success: #22c55e;
  --warning: #f59e0b;

  --header-h:     88px;
  --sidebar-l:    260px;
  --sidebar-r:    400px;
  --radius-sm:    6px;
  --radius-md:    10px;
  --radius-lg:    14px;
  --radius-full:  9999px;
  --shadow-card:  0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.06);
  --shadow-popup: 0 12px 40px rgba(0,0,0,.12);
  --shadow-slide: -8px 0 30px rgba(0,0,0,.08);
  --transition:   150ms ease;
}
.block{ display: block; }
.inline-block{ display: inline-block; }
.inline-flex{ display: inline-flex; }
.flex{ display: flex; }
.grid{ display: grid; }
.hidden{ display: none !important; }
.contents{ display: contents; }
.relative{ position: relative; }
.absolute{ position: absolute; }
.fixed{ position: fixed; }
.sticky{ position: sticky; }
.inset-0{ inset: 0; }
.top-0{ top: 0; }
.z-40{ z-index: 40; }
.z-50{ z-index: 50; }
.flex-col{ flex-direction: column; }
.flex-wrap{ flex-wrap: wrap; }
.flex-1{ flex: 1 1 0%; }
.items-center{ align-items: center; }
.items-start{ align-items: flex-start; }
.justify-center{ justify-content: center; }
.justify-between{ justify-content: space-between; }
.shrink-0{ flex-shrink: 0; }
.grow{ flex-grow: 1; }
.grid-cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-0\.5{ gap: 0.125rem; }
.gap-1{ gap: 0.25rem; }
.gap-1\.5{ gap: 0.375rem; }
.gap-2{ gap: 0.5rem; }
.gap-3{ gap: 0.75rem; }
.gap-4{ gap: 1rem; }
.gap-8{ gap: 2rem; }
.gap-10{ gap: 2.5rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]){ margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]){ margin-top: 0.75rem; }
.p-3{ padding: 0.75rem; }
.p-4{ padding: 1rem; }
.p-6{ padding: 1.5rem; }
.p-10{ padding: 2.5rem; }
.px-2{ padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3{ padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4{ padding-left: 1rem; padding-right: 1rem; }
.px-6{ padding-left: 1.5rem; padding-right: 1.5rem; }
.py-0\.5{ padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1\.5{ padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2{ padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-5{ padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10{ padding-top: 2.5rem; padding-bottom: 2.5rem; }
.pt-3{ padding-top: 0.75rem; }
.pt-6{ padding-top: 1.5rem; }
.pb-8{ padding-bottom: 2rem; }
.mx-auto{ margin-left: auto; margin-right: auto; }
.mx-1{ margin-left: 0.25rem; margin-right: 0.25rem; }
.ml-auto{ margin-left: auto; }
.mr-4{ margin-right: 1rem; }
.mb-3{ margin-bottom: 0.75rem; }
.my-8{ margin-top: 2rem; margin-bottom: 2rem; }
.w-6{ width: 1.5rem; }
.w-8{ width: 2rem; }
.w-auto{ width: auto; }
.h-5{ height: 1.25rem; }
.h-6{ height: 1.5rem; }
.h-8{ height: 2rem; }
.h-11{ height: 2.75rem; }
.h-full{ height: 100%; }
.min-h-screen{ min-height: 100vh; }
.min-w-0{ min-width: 0; }
.max-w-7xl{ max-width: 80rem; }
.max-w-\[1920px\]{ max-width: 1920px; }
.min-h-\[calc\(100vh-88px\)\]{ min-height: calc(100vh - 88px); }
.font-sans{ font-family: Inter, Poppins, system-ui, -apple-system, sans-serif; }
.font-bold{ font-weight: 700; }
.font-extrabold{ font-weight: 800; }
.font-semibold{ font-weight: 600; }
.text-2xl{ font-size: 1.5rem; line-height: 2rem; }
.text-lg{ font-size: 1.125rem; line-height: 1.75rem; }
.text-sm{ font-size: 0.875rem; line-height: 1.25rem; }
.text-xs{ font-size: 0.75rem; line-height: 1rem; }
.text-\[10px\]{ font-size: 10px; }
.text-\[11px\]{ font-size: 11px; }
.text-\[13px\]{ font-size: 13px; }
.text-center{ text-align: center; }
.uppercase{ text-transform: uppercase; }
.tracking-wide{ letter-spacing: 0.025em; }
.tracking-wider{ letter-spacing: 0.05em; }
.leading-relaxed{ line-height: 1.625; }
.leading-tight{ line-height: 1.25; }
.whitespace-nowrap{ white-space: nowrap; }
.line-clamp-2{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.antialiased{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.text-white{ color: #fff; }
.text-slate-300{ color: #cbd5e1; }
.text-slate-400{ color: #94a3b8; }
.text-slate-500{ color: #b6c5d4; }
.text-slate-600{ color: #475569; }
.text-slate-700{ color: #334155; }
.text-slate-800{ color: #1e293b; }
.text-blue-200{ color: #bfdbfe; }
.text-brand-500{ color: var(--brand-500); }
.text-brand-700{ color: var(--brand-700); }
.bg-white{ background-color: #fff; }
.bg-black\/50{ background-color: rgba(0,0,0,0.5); }
.bg-surface-50{ background-color: var(--surface-50); }
.bg-brand-50{ background-color: var(--brand-50); }
.bg-brand-800{ background-color: var(--brand-800); }
.bg-brand-900{ background-color: var(--brand-900); }
.bg-brand-900\/80{ background-color: rgba(30,58,95,0.8); }
.border{ border-width: 1px; border-style: solid; border-color: #e2e8f0; }
.border-b{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: inherit; }
.border-t{ border-top-width: 1px; border-top-style: solid; border-top-color: inherit; }
.border-l{ border-left-width: 1px; border-left-style: solid; border-left-color: inherit; }
.border-r{ border-right-width: 1px; border-right-style: solid; border-right-color: inherit; }
.border-slate-100{ border-color: #f1f5f9; }
.border-slate-200{ border-color: #e2e8f0; }
.border-brand-700\/30{ border-color: rgba(29,78,216,0.3); }
.border-brand-700\/50{ border-color: rgb(25 49 80); }
.border-white\/5{ border-color: rgba(255,255,255,0.05); }
.rounded{ border-radius: 0.25rem; }
.rounded-lg{ border-radius: 0.5rem; }
.rounded-xl{ border-radius: 0.75rem; }
.rounded-full{ border-radius: 9999px; }
.shadow-md{ box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1); }
.opacity-0{ opacity: 0; }
.overflow-x-auto{ overflow-x: auto; }
.overflow-y-auto{ overflow-y: auto; }
.cursor-pointer{ cursor: pointer; }
.pointer-events-none{ pointer-events: none; }
.container{ width: 100%; margin-left: auto; margin-right: auto; }
.transition{ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors{ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity{ transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300{ transition-duration: 300ms; }
.group:hover .group-hover\:text-brand-600{ color: var(--brand-600); }
.hover\:bg-white\/10:hover{ background-color: rgba(255,255,255,0.1); }
.hover\:bg-slate-50:hover{ background-color: #f8fafc; }
.hover\:text-white:hover{ color: #fff; }
.hover\:text-brand-500:hover{ color: var(--brand-500); }
.hover\:text-brand-600:hover{ color: var(--brand-600); }
@media (min-width: 640px){.sm\:flex-row{ flex-direction: row; }
.sm\:grid-cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sm\:items-center{ align-items: center; }
.sm\:p-8{ padding: 2rem; }}
@media (min-width: 768px){.md\:flex-row{ flex-direction: row; }
.md\:w-60{ width: 15rem; }}
.scrollbar-hide{ -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar{ display: none; }
*, *::before, *::after{ box-sizing: border-box; margin: 0; padding: 0; }
html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body{
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 14px; line-height: 1.5; color: #334155;
  background: var(--surface-50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg{ max-width: 100%; }
img{ display: block; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; cursor: pointer; border: none; background: none; }
ul, ol{ list-style: none; }
.scrollbar-hide{ scrollbar-width: none; -ms-overflow-style: none; }
.scrollbar-hide::-webkit-scrollbar{ display: none; }
.scrollbar-thin{ scrollbar-width: thin; scrollbar-color: var(--surface-200) transparent; }
.scrollbar-thin::-webkit-scrollbar{ width: 5px; height: 5px; }
.scrollbar-thin::-webkit-scrollbar-track{ background: transparent; }
.scrollbar-thin::-webkit-scrollbar-thumb{ background: var(--surface-200); border-radius: 999px; }
.layout-three-col{
  display: grid;
  grid-template-columns: var(--sidebar-l) 1fr var(--sidebar-r);
  min-height: calc(100vh - var(--header-h));
}
.col-left{ background: #fff; border-right: 1px solid var(--surface-200); }
.col-center{ background: var(--surface-50); }
.sport-icon{
  width: 16px; height: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; line-height: 1;
}
.sport-icon-football::before{ content: '\26BD'; }
.sport-icon-basketball::before{ content: '\1F3C0'; }
.sport-icon-hockey::before{ content: '\1F3D2'; }
.sport-icon-baseball::before{ content: '\26BE'; }
.sport-icon-volleyball::before{ content: '\1F3D0'; }
.sport-icon-handball::before{ content: '\1F93E'; }
.sport-icon-rugby::before{ content: '\1F3C9'; }
.sport-icon-afl::before{ content: '\1F3C8'; }
.sport-icon-f1::before{ content: '\1F3CE'; }
.sport-icon-mma::before{ content: '\1F94A'; }
.sport-icon-nba::before{ content: '\1F3C0'; }
.sport-icon-nfl::before{ content: '\1F3C8'; }
.spinner{
  width: 28px; height: 28px;
  border: 2.5px solid var(--surface-200);
  border-top-color: var(--brand-500);
  border-radius: 50%; animation: spin .65s linear infinite;
}
.tab-count{
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 5px; border-radius: var(--radius-full);
  font-size: .625rem; font-weight: 700;
  background: var(--live); color: #fff; margin-left: 4px;
}
.tab-count-fav{
  background: var(--warning, #f59e0b);
}
.pin-league-btn{
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer; padding: 4px;
  border-radius: 50%; color: var(--light-color, #94a3b8);
  transition: all .2s ease; flex-shrink: 0;
}
.pin-league-btn:hover{ color: var(--primary-color, #18cfc0); background: rgba(24,207,192,.08); }
.pin-league-btn.pinned{ color: var(--primary-color, #18cfc0); }
.pin-league-btn.pinned svg{ fill: currentColor; }
.league-today-section{ padding: 0; }
.league-today-header{
  display: flex; align-items: center; gap: 8px;
  padding: 12px 14px 8px; font-size: .8rem; font-weight: 700;
  color: var(--text-color, #1e293b);
}
.league-today-header svg{ color: var(--primary-color, #18cfc0); flex-shrink: 0; }
.content-section{ margin: 24px 16px 32px; content-visibility: auto; contain-intrinsic-size: auto 280px; }
.content-card{
    background: var(--surface-50, #fff);
    border: 1px solid var(--surface-200, #e2e8f0);
    border-radius: var(--radius-lg, 12px);
    padding: 24px 28px;
    position: relative;
    contain: content;                       
    content-visibility: auto;               
    contain-intrinsic-size: auto 300px;     
}
@media (min-width: 640px){.content-card{ padding: 28px 36px; }}
.content-title{
    font-size: 20px;
    font-weight: 700;
    color: var(--surface-900, #1e293b);
    margin: 0 0 16px;
    line-height: 1.3;
}
.content-inner{ font-size: 14px; line-height: 1.75; color: var(--surface-600, #64748b); }
.content-inner h1, .content-inner h2, .content-inner h3{ color: var(--surface-900, #1e293b); margin: 20px 0 8px; font-weight: 600; }
.content-inner h1{ font-size: 20px; }
.content-inner h2{ font-size: 17px; }
.content-inner h3{ font-size: 15px; }
.content-inner p{ margin: 0 0 12px; }
.content-inner a{ color: var(--brand-600); text-decoration: underline; }
.content-inner ul, .content-inner ol{ margin: 0 0 12px 20px; }
.content-inner li{ margin-bottom: 4px; }
.content-inner img{ max-width: 100%; height: auto; border-radius: 8px; margin: 12px 0; }
.content-inner table{ width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 13px; }
.content-inner table th, .content-inner table td{ padding: 8px 12px; border: 1px solid var(--surface-200, #e2e8f0); text-align: left; }
.content-inner table th{ background: var(--surface-100, #f1f5f9); font-weight: 600; }
.content-inner strong, .content-inner b{ color: var(--surface-800, #334155); }
.content-inner.content-collapsed{
    max-height: 180px;
    overflow: hidden;
    position: relative;
}
.content-inner.content-collapsed::after{
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--surface-50, #fff));
    pointer-events: none;
}
.content-inner.content-expanded{ max-height: none; overflow: visible; }
.seo-readmore-wrap{ text-align: center; margin-top: 12px; }
.seo-readmore-btn{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    color: var(--brand-600, #2563eb);
    background: transparent;
    border: 1px solid var(--brand-200, #bfdbfe);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
}
.seo-readmore-btn:hover{ background: var(--brand-50, #eff6ff); border-color: var(--brand-400, #60a5fa); }
.seo-readmore-icon{ transition: transform 0.3s; }
.page-container{ max-width: 900px; margin: 24px auto; padding: 0 20px; }
.cms-page{ background: #fff; border: 1px solid var(--surface-200); border-radius: var(--radius-md); padding: 36px; }
.page-title{ font-size: 28px; font-weight: 700; color: #1e293b; margin: 0 0 20px; }
.page-body{ font-size: 15px; line-height: 1.8; color: #64748b; }
.page-body h2{ font-size: 22px; color: #1e293b; margin: 24px 0 12px; }
.page-body h3{ font-size: 18px; color: #1e293b; margin: 20px 0 10px; }
.page-body p{ margin: 0 0 16px; }
.page-body a{ color: var(--brand-600); }
.page-body ul, .page-body ol{ margin: 0 0 16px 20px; }
.page-body li{ margin-bottom: 6px; }
:focus-visible{ outline: 2px solid var(--brand-500); outline-offset: 2px; }
@keyframes slideInPanel{
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.layout-game-page{
  grid-template-columns: var(--sidebar-l) 1fr !important;
}
.col-center-game{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px 32px;
}
.game-page-widget-wrap{
  width: 100%;
  max-width: 860px;
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--surface-200);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.game-page-header{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 12px 0;
  width: 100%;
  max-width: 860px;
}
.game-page-header .btn-back{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  background: #fff;
  border: 1px solid var(--surface-200);
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.game-page-header .btn-back:hover{
  background: var(--surface-50);
  color: #1e293b;
  border-color: var(--surface-300);
}
.game-page-breadcrumb{
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1600px){.layout-three-col{ grid-template-columns: 280px 1fr 440px; }}
@media (max-width: 1399px){.layout-three-col{ grid-template-columns: 240px 1fr 360px; }}
@media (max-width: 1199px){.layout-three-col{ grid-template-columns: 220px 1fr; }
.layout-game-page{ grid-template-columns: 220px 1fr !important; }}
@media (max-width: 767px){:root{ --header-h: 80px; }
.layout-three-col{ grid-template-columns: 1fr; }
.col-left{
    position: fixed; top: var(--header-h); left: 0;
    width: 280px; height: calc(100vh - var(--header-h));
    z-index: 50; transform: translateX(-100%);
    transition: transform 300ms cubic-bezier(.4,0,.2,1);
    box-shadow: 8px 0 30px rgba(0,0,0,.08); background: #fff;
  }
.col-left.open{ transform: translateX(0); }
.layout-game-page{ grid-template-columns: 1fr !important; }
.col-center-game{ padding: 12px 12px 24px; }
.game-page-widget-wrap{ border-radius: var(--radius-sm); }
.game-page-breadcrumb{ display: none; }}
@media (max-width: 480px){.col-left.open{ width: 100vw; }}
.popular-leagues-section{
  border-bottom: 2px solid var(--surface-200, #e2e8f0);
  padding-bottom: 2px;
}
.pinned-leagues-section{
  border-bottom: 2px solid var(--surface-200, #e2e8f0);
  padding-bottom: 2px;
}
.pinned-leagues-header{
  display: flex; align-items: center; gap: 6px;
  padding: 10px 12px 6px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  color: var(--primary-color, #18cfc0);
}
.pinned-leagues-header svg{
  color: var(--primary-color, #18cfc0); flex-shrink: 0;
}
.pinned-leagues-list{ display: flex; flex-direction: column; }
.pinned-league-item{
  display: flex; align-items: center; gap: 8px;
  padding: 6px 12px; text-decoration: none;
  color: var(--text-color, #334155); font-size: 12px; font-weight: 500;
  transition: background .15s; cursor: pointer;
  border-left: 3px solid transparent;
}
.pinned-league-item:hover{ background: var(--surface-100, #f1f5f9); }
.pinned-league-item.active{
  background: rgba(24,207,192,.06);
  border-left-color: var(--primary-color, #18cfc0);
  font-weight: 600; color: var(--primary-color, #18cfc0);
}
.pinned-league-name{
  flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pinned-league-unpin{
  display: none; align-items: center; justify-content: center;
  width: 18px; height: 18px; border: none; background: none;
  cursor: pointer; color: var(--light-color, #94a3b8); border-radius: 50%;
  transition: all .15s; flex-shrink: 0; margin-left: auto; padding: 0;
}
.pinned-league-item:hover .pinned-league-unpin{ display: flex; }
.pinned-league-unpin:hover{ color: #ef4444; background: rgba(239,68,68,.1); }
.fav-header-link{
  display: flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 9999px;
  font-size: 11px; font-weight: 600; white-space: nowrap;
  text-decoration: none; transition: all .2s;
  color: #fcd34d; 
  background: rgba(252,211,77,.1);
  margin-right: 8px; flex-shrink: 0;
}
.fav-header-link svg{ color: #fbbf24; flex-shrink: 0; }
.fav-header-link:hover{
  background: rgba(252,211,77,.2); color: #fff;
}
.fav-header-link:hover svg{ color: #fde68a; }
.fav-header-active{
  background: #fff !important; color: var(--brand-800, #1e40af) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
}
.fav-header-active svg{ color: #f59e0b !important; }
.fav-header-badge{
  display: none; min-width: 16px; height: 16px; padding: 0 5px;
  border-radius: 8px; font-size: 10px; font-weight: 700;
  line-height: 16px; text-align: center;
  background: rgba(255,255,255,.2); color: inherit;
}
.fav-header-active .fav-header-badge{
  background: rgba(30,64,175,.1); color: var(--brand-800, #1e40af);
}
.popular-leagues-header{
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--brand-700, #1d4ed8);
}
.popular-leagues-header svg{
  color: #f59e0b;
  fill: #f59e0b;
  flex-shrink: 0;
}
.popular-leagues-list{
  display: flex;
  flex-direction: column;
}
.popular-league-item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  text-decoration: none;
  color: var(--text-color, #334155);
  font-size: 12px;
  font-weight: 500;
  transition: background .15s;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.popular-league-item:hover{
  background: var(--surface-100, #f1f5f9);
}
.popular-league-item.active{
  background: var(--brand-50, #eff6ff);
  border-left-color: var(--brand-600, #2563eb);
  font-weight: 600;
  color: var(--brand-700, #1d4ed8);
}
.popular-league-name{
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular-league-flag{
  width: 16px;
  height: 12px;
  object-fit: cover;
  border-radius: 1px;
  flex-shrink: 0;
  opacity: .7;
}
leagues-component{
  display: flex;
  flex-direction: column;
}
leagues-component .country-block{
  border-bottom: 1px solid rgba(133,133,133,.08);
}
leagues-component .country-header{
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background .15s;
}
leagues-component .country-header:hover{
  background: rgba(133,133,133,.06);
}
leagues-component .country-header .header-info{
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 7px 8px;
  min-height: 34px;
}
leagues-component .country-header .header-info img{
  width: 18px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
leagues-component .country-header .header-info .icon{
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}
leagues-component .country-header .country-name{
  flex: 1;
  font-size: .72rem;
  font-weight: 600;
  color: var(--text-color, #333);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
leagues-component .country-header .count-league{
  font-size: .6rem;
  font-weight: 600;
  color: var(--light-color, #636363);
  background: rgba(100,100,100,.12);
  border-radius: 8px;
  padding: 1px 6px;
  min-width: 18px;
  text-align: center;
  flex-shrink: 0;
}
leagues-component .header-info .btn-widget-toggle{
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: var(--light-color, #898989);
  transition: transform .2s ease, color .15s;
  transform: rotate(-90deg);
  flex-shrink: 0;
}
leagues-component .header-info .btn-widget-toggle svg{
  width: 16px;
  height: 16px;
}
leagues-component .header-info .btn-widget-toggle.open{
  transform: rotate(0deg);
}
leagues-component .country-header:hover .btn-widget-toggle,
leagues-component .country-header:hover .country-name{
  color: var(--primary-color, #18cfc0);
}
leagues-component .league-list{
  display: flex;
  flex-direction: column;
  background: rgba(0,0,0,.02);
}
leagues-component .league-item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px 5px 28px;
  min-height: 30px;
  cursor: pointer;
  transition: background .12s;
  border-left: 3px solid transparent;
}
leagues-component .league-item:hover{
  background: rgba(133,133,133,.08);
}
leagues-component .league-item.active{
  background: rgba(24,207,192,.08);
  border-left-color: var(--primary-color, #18cfc0);
}
leagues-component .league-item .league-name{
  font-size: .7rem;
  color: var(--text-color, #333);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
leagues-component .league-item:hover .league-name{
  color: var(--primary-color, #18cfc0);
}
@media (prefers-reduced-motion: reduce){*, *::before, *::after{
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }}
@media (min-width: 1024px){.lg\:flex{ display: flex !important; }
.lg\:hidden{ display: none !important; }}
.table-widget td:first-child{
    color: #3F51B5;
}
.predictions-page{
    padding: 0;
}
@keyframes predShimmer{
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.layout-predictions-page{
    grid-template-columns: var(--sidebar-l) 1fr var(--sidebar-r);
}
@keyframes predLivePulse{
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}
@media (min-width: 1600px){.layout-predictions-page{ grid-template-columns: 260px 1fr 440px; }}
@media (max-width: 1399px){.layout-predictions-page{ grid-template-columns: 220px 1fr 360px; }}
@media (max-width: 1199px){.layout-predictions-page{ grid-template-columns: 200px 1fr; }}
@media (max-width: 767px){.layout-predictions-page{ grid-template-columns: 1fr; }
.layout-predictions-page > .col-left{
        position: fixed; top: var(--header-h); left: 0;
        width: 280px; height: calc(100vh - var(--header-h));
        z-index: 55; transform: translateX(-100%);
        transition: transform 300ms cubic-bezier(.4,0,.2,1);
        box-shadow: 8px 0 30px rgba(0,0,0,.08); background: #fff;
    }
.layout-predictions-page > .col-left.mobile-open{ transform: translateX(0); }}
#games-list-date{ min-height: 200px; }
.widget-container{ min-height: 120px; }
@keyframes blink{
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}
.game-center .score.just-scored{
    animation: blink 1.5s infinite;
    position: relative;
}
.game-center .score.just-scored::before{
    content: attr(data-goal);
}
.skeleton-row{
    height: 52px;
    background: linear-gradient(90deg, var(--surface-100) 25%, var(--surface-200) 50%, var(--surface-100) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: var(--radius-sm, 6px);
    margin-bottom: 2px;
}
@keyframes shimmer{
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.league-collapse-state{ transition: max-height .3s ease; overflow: hidden; }
.team-scorers{
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 4px;
    max-height: 80px;
    overflow: hidden;
}
.team .team-scorers{
    font-size: 10px;
    line-height: 1.4;
    color: var(--brand-600, #2563eb);
}
.team.home .team-scorers{ text-align: center; }
.team.away .team-scorers{ text-align: center; }
.scorer-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scorer-item .scorer-minute{
    font-weight: 600;
}
.scorer-item .scorer-og{
    color: #ef4444;
    font-size: 9px;
}
.scorer-item .scorer-pen{
    color: var(--primary-color, #2563eb);
    font-size: 9px;
}
.tab-count{
    opacity: 0.7;
    font-size: 10px;
    font-weight: 600;
}
.header-info{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}
.league-name-sep{
    color: var(--surface-300, #cbd5e1);
}
@keyframes blink{
    0%, 49%, 100% { opacity: 1; }
    50%, 99% { opacity: 0.3; }
}
@media (max-width: 1024px){.layout-predictions-page{
        grid-template-columns: 1fr var(--sidebar-r);
    }}
@media (max-width: 768px){.layout-predictions-page{
        grid-template-columns: 1fr;
    }}
.betslip-cta-wrapper{ padding: 16px 0 0; text-align: center; }
.betslip-cta-btn{
    display: inline-flex; align-items: center; gap: 8px; justify-content: center;
    width: 100%; padding: 12px 20px;
    background: var(--brand-500, #3b82f6); color: #fff;
    border: none; border-radius: 10px; cursor: pointer;
    font-size: 14px; font-weight: 600;
    transition: background 150ms, box-shadow 150ms, transform 100ms;
    box-shadow: 0 2px 8px rgba(59,130,246,.25);
}
.betslip-cta-btn:hover{ background: var(--brand-600, #2563eb); box-shadow: 0 4px 14px rgba(59,130,246,.35); }
.betslip-cta-btn:active{ transform: scale(.97); }
.betslip-login-required-btn{ background: var(--text-600, #475569); }
.betslip-login-required-btn:hover{ background: var(--text-700, #334155); box-shadow: 0 4px 14px rgba(51,65,85,.35); }
.betslip-login-hint{
    font-size: 12px; color: var(--text-400, #94a3b8); text-align: center;
    margin-top: 8px; line-height: 1.4;
}
.betslip-panel{
    display: flex; flex-direction: column; height: 100%;
    background: #fff;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
}
.betslip-header{
    display: flex; align-items: center; gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-200, #e2e8f0);
    background: var(--surface-50, #f8fafc);
    flex-shrink: 0;
}
.betslip-back-btn, .betslip-close-btn{
    display: flex; align-items: center; justify-content: center;
    width: 32px; height: 32px;
    border: none; border-radius: 8px; cursor: pointer;
    background: transparent; color: var(--text-500, #64748b);
    transition: background 150ms, color 150ms;
}
.betslip-back-btn:hover, .betslip-close-btn:hover{
    background: var(--surface-100, #f1f5f9); color: var(--text-900, #0f172a);
}
.betslip-title{
    flex: 1; font-size: 14px; font-weight: 700; color: var(--text-900, #0f172a);
    margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.betslip-steps{
    display: flex; align-items: center; justify-content: center; gap: 0;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-100, #f1f5f9);
    flex-shrink: 0;
    background: linear-gradient(to right, var(--surface-50, #f8fafc) 0%, var(--surface-50, #f8fafc) 100%);
    transition: background 200ms ease;
}
.betslip-step{
    display: flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 500; color: var(--text-400, #94a3b8);
    transition: color 200ms ease, transform 150ms ease;
}
.betslip-step.active{ color: var(--brand-600, #2563eb); transform: scale(1.05); }
.betslip-step.done{ color: var(--success-600, #059669); }
.betslip-step-num{
    display: flex; align-items: center; justify-content: center;
    width: 24px; height: 24px;
    border-radius: 50%; font-size: 11px; font-weight: 700;
    background: var(--surface-100, #f1f5f9); color: var(--text-400, #94a3b8);
    transition: background 200ms ease, color 200ms ease, transform 150ms ease;
    text-rendering: optimizeLegibility;
}
.betslip-step.active .betslip-step-num{ background: var(--brand-500, #3b82f6); color: #fff; box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4); }
.betslip-step.done .betslip-step-num{ background: var(--success-500, #10b981); color: #fff; box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3); }
.betslip-step-line{
    width: 20px; height: 2px; margin: 0 6px;
    background: var(--border-200, #e2e8f0); border-radius: 1px;
    transition: background 200ms ease;
}
.betslip-step.done ~ .betslip-step-line{ background: var(--success-300, #6ee7b7); }
.betslip-view{
    flex: 1; overflow-y: auto; padding: 0;
    animation: betslip-view-in 200ms ease-out;
}
.betslip-view-active{
    opacity: 1;
}
@keyframes betslip-view-in{
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.betslip-sport-grid{
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    padding: 12px;
}
.betslip-sport-card{
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    background: var(--surface-50, #f8fafc);
    border: 1.5px solid var(--border-200, #e2e8f0);
    border-radius: 12px; cursor: pointer;
    transition: all .18s;
    font-size: 13px; font-weight: 600;
    color: var(--text-700, #334155);
    text-transform: uppercase; letter-spacing: .3px;
}
.betslip-sport-card:hover{
    border-color: var(--brand-300, #7dd3fc);
    background: var(--surface-100, #f0f9ff);
    transform: translateY(-1px);
}
.betslip-sport-card .sport-icon{
    width: 36px; height: 36px; flex-shrink: 0;
}
.betslip-search{
    display: flex; align-items: center; gap: 8px;
    margin: 12px 12px 0; padding: 8px 12px;
    background: var(--surface-50, #f8fafc);
    border: 1px solid var(--border-200, #e2e8f0);
    border-radius: 8px; transition: border-color 200ms;
}
.betslip-search:focus-within{ border-color: var(--brand-400, #60a5fa); }
.betslip-search svg{ flex-shrink: 0; color: var(--text-400, #94a3b8); }
.betslip-search-input{
    flex: 1; border: none; background: transparent; outline: none;
    font-size: 13px; color: var(--text-900, #0f172a);
}
.betslip-search-input::placeholder{ color: var(--text-400, #94a3b8); }
.betslip-section{ padding: 12px; }
.betslip-section-title{
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .5px; color: var(--text-400, #94a3b8);
    margin-bottom: 8px; padding: 0 4px;
}
.betslip-league-list{ display: flex; flex-direction: column; gap: 2px; }
.betslip-league-item{
    display: flex; align-items: center; gap: 10px;
    padding: 12px; border-radius: 8px;
    cursor: pointer; border: none; background: transparent;
    text-align: left; width: 100%; font-size: 13px;
    color: var(--text-700, #334155);
    min-height: 44px;
    transition: background 150ms ease, transform 100ms ease;
}
.betslip-league-item:hover{
    background: var(--surface-100, #f1f5f9);
    transform: translateX(2px);
}
.betslip-league-item:active{
    transform: translateX(2px) scale(0.98);
}
.betslip-league-item img{
    width: 20px; height: 20px; object-fit: contain; flex-shrink: 0;
    border-radius: 2px;
}
.betslip-league-item .league-name{ flex: 1; font-weight: 500; }
.betslip-league-item .league-country{
    font-size: 11px; color: var(--text-400, #94a3b8);
}
.betslip-league-item .league-arrow{
    color: var(--text-300, #cbd5e1); flex-shrink: 0;
}
.league-today-count{
    font-size: 11px; color: var(--brand-500, #3b82f6); font-weight: 500;
    white-space: nowrap; flex-shrink: 0;
}
.betslip-country-list{ display: flex; flex-direction: column; gap: 2px; overscroll-behavior: contain; }
.betslip-country-header{
    display: flex; align-items: center; gap: 8px;
    padding: 12px; border-radius: 8px; cursor: pointer;
    border: none; background: transparent; width: 100%;
    text-align: left; font-size: 13px; font-weight: 600;
    color: var(--text-700, #334155); transition: background 150ms ease, transform 100ms ease;
    min-height: 44px;
}
.betslip-country-header:hover{
    background: var(--surface-100, #f1f5f9);
    transform: translateX(2px);
}
.betslip-country-header:active{
    transform: translateX(2px) scale(0.98);
}
.betslip-country-header img{ width: 20px; height: 14px; object-fit: contain; border-radius: 2px; }
.betslip-country-header .country-name{ flex: 1; }
.betslip-country-header .country-count{
    font-size: 11px; color: var(--text-400, #94a3b8); font-weight: 400;
    background: var(--surface-100, #f1f5f9); padding: 2px 6px; border-radius: 4px;
}
.betslip-country-header .country-chevron{
    color: var(--text-300, #cbd5e1); transition: transform 200ms;
}
.betslip-country-header.open .country-chevron{ transform: rotate(180deg); }
.betslip-country-leagues{
    display: none; padding: 0 0 0 16px;
}
.betslip-country-header.open + .betslip-country-leagues{ display: block; }
.betslip-market-tabs{
    display: flex; gap: 0; padding: 0 12px;
    border-bottom: 2px solid var(--border-200, #e2e8f0);
    overflow-x: auto; flex-shrink: 0;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.betslip-market-tabs::-webkit-scrollbar{ display: none; }
.betslip-market-tab{
    padding: 12px 14px; font-size: 12px; font-weight: 600;
    color: var(--text-400, #94a3b8); cursor: pointer;
    border: none; background: transparent;
    border-bottom: 3px solid transparent;
    white-space: nowrap; transition: color 200ms ease, border-color 200ms ease;
    position: relative;
}
.betslip-market-tab:hover{ color: var(--text-600, #475569); }
.betslip-market-tab.active{
    color: var(--brand-600, #2563eb);
    border-bottom-color: var(--brand-500, #3b82f6);
}
.betslip-market-tab.active::before{
    content: ''; position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 3px; background: var(--brand-500, #3b82f6);
    border-radius: 2px 2px 0 0;
}
.betslip-odd-btn{
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 14px 10px; border-radius: 10px;
    border: 2px solid var(--border-200, #e2e8f0);
    background: #fff; cursor: pointer;
    transition: border-color 200ms ease, background 200ms ease, transform 150ms ease, box-shadow 200ms ease;
    min-height: 56px; justify-content: center;
    -webkit-user-select: none; user-select: none;
}
.betslip-odd-btn:hover{
    border-color: var(--brand-300, #93c5fd);
    background: var(--brand-50, #eff6ff);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.betslip-odd-btn.selected{
    border-color: var(--brand-500, #3b82f6);
    background: var(--brand-50, #eff6ff);
    box-shadow: 0 0 0 2px var(--brand-500, #3b82f6), 0 4px 12px rgba(59, 130, 246, 0.25);
    border-width: 2px;
}
.betslip-odd-btn:active{ transform: scale(0.96); }
.betslip-odd-label{
    font-size: 11px; font-weight: 600; color: var(--text-500, #64748b);
}
.betslip-odd-value{
    font-size: 16px; font-weight: 800; color: var(--text-900, #0f172a);
}
.betslip-odd-btn.selected .betslip-odd-label{ color: var(--brand-700, #1d4ed8); }
.betslip-odd-btn.selected .betslip-odd-value{ color: var(--brand-600, #2563eb); }
.betslip-selection{
    margin: 0 12px; padding: 12px;
    background: var(--brand-50, #eff6ff);
    border: 1px solid var(--brand-200, #bfdbfe);
    border-radius: 10px; text-align: center;
}
.betslip-selection-label{ font-size: 11px; color: var(--brand-600, #2563eb); font-weight: 600; margin-bottom: 4px; }
.betslip-selection-value{ font-size: 16px; font-weight: 800; color: var(--brand-700, #1d4ed8); }
.betslip-submit-area{ padding: 12px; flex-shrink: 0; }
.betslip-submit-btn{
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 12px; border: none; border-radius: 10px;
    font-size: 14px; font-weight: 700; cursor: pointer;
    background: var(--brand-500, #3b82f6); color: #fff;
    transition: background 150ms, opacity 200ms, transform 100ms;
    box-shadow: 0 2px 8px rgba(59,130,246,.2);
}
.betslip-submit-btn:hover:not(:disabled){ background: var(--brand-600, #2563eb); }
.betslip-submit-btn:active:not(:disabled){ transform: scale(.97); }
.betslip-submit-btn:disabled{ opacity: .5; cursor: not-allowed; }
.betslip-login-btn{ background: var(--text-700, #334155); }
.betslip-login-btn:hover{ background: var(--text-800, #1e293b); }
.betslip-status{
    margin: 8px 12px; padding: 10px 12px;
    border-radius: 8px; font-size: 12px; font-weight: 500; text-align: center;
}
.betslip-status.success{ background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.betslip-status.error{ background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.betslip-cart{
    border-top: 1px solid var(--border-200, #e2e8f0);
    padding: 12px; flex-shrink: 0;
}
.betslip-cart-header{
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 8px;
}
.betslip-cart-title{ font-size: 12px; font-weight: 700; color: var(--text-700, #334155); }
.betslip-cart-count{
    background: var(--brand-500, #3b82f6); color: #fff;
    font-size: 11px; font-weight: 700; padding: 2px 8px;
    border-radius: 10px; min-width: 20px; text-align: center;
}
.betslip-cart-items{ display: flex; flex-direction: column; gap: 6px; }
.betslip-cart-item{
    display: flex; align-items: center; gap: 8px;
    padding: 8px; background: var(--surface-50, #f8fafc);
    border-radius: 8px; font-size: 12px;
}
.betslip-cart-item .cart-match{ flex: 1; font-weight: 500; color: var(--text-700, #334155); }
.betslip-cart-item .cart-pick{
    font-weight: 700; color: var(--brand-600, #2563eb);
    background: var(--brand-50, #eff6ff); padding: 2px 8px; border-radius: 4px;
}
.betslip-cart-item .cart-remove{
    width: 20px; height: 20px; border: none; background: transparent;
    cursor: pointer; color: var(--text-300, #cbd5e1); display: flex;
    align-items: center; justify-content: center; border-radius: 4px;
}
.betslip-cart-item .cart-remove:hover{ color: #ef4444; background: #fef2f2; }
.betslip-loading{
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 48px 24px; text-align: center; min-height: 200px;
}
.betslip-spinner-wrapper{
    display: flex; align-items: center; justify-content: center;
}
.betslip-spinner{
    display: inline-block; width: 40px; height: 40px;
    border: 3px solid var(--border-100, #f1f5f9);
    border-top-color: var(--brand-500, #3b82f6);
    border-right-color: var(--brand-400, #60a5fa);
    border-radius: 50%; animation: betslip-spin 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    box-shadow: 0 0 0 1px transparent inset;
}
@keyframes betslip-spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.betslip-empty{
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 48px 24px; text-align: center; color: var(--text-400, #94a3b8);
    font-size: 13px; min-height: 200px; gap: 12px;
}
.betslip-empty-icon{
    font-size: 48px; line-height: 1; opacity: 0.8;
    animation: betslip-empty-float 3s ease-in-out infinite;
}
.betslip-empty-text{
    line-height: 1.5; max-width: 280px; font-size: 13px;
}
@keyframes betslip-empty-float{
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.betslip-error{
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 32px 24px; text-align: center; gap: 12px; min-height: 200px;
    background: #fef2f2; border-radius: 12px; margin: 12px;
}
.betslip-error-icon{
    font-size: 40px; line-height: 1;
}
.betslip-error-content{
    display: flex; flex-direction: column; gap: 12px;
}
.betslip-error-text{
    color: #7f1d1d; font-size: 13px; line-height: 1.5;
    font-weight: 500;
}
.betslip-retry-btn{
    padding: 8px 16px; background: #991b1b; color: #fff;
    border: none; border-radius: 8px; font-size: 12px;
    font-weight: 600; cursor: pointer; transition: background 200ms ease;
}
.betslip-retry-btn:hover{
    background: #7f1d1d;
}
@media (max-width: 1024px){.betslip-panel{
        position: fixed; top: 0; right: 0; bottom: 0; width: 380px; z-index: 1000;
        box-shadow: -8px 0 32px rgba(0, 0, 0, 0.2);
        animation: betslip-slide-in 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }
@keyframes betslip-slide-in{
        from { transform: translateX(100%); }
        to { transform: translateX(0); }
    }}
@media (max-width: 768px){.betslip-panel{
        width: 100%;
        border-radius: 12px 12px 0 0;
    }
.betslip-cta-wrapper{ padding: 12px 0 0; }
.betslip-sport-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 10px;
    }
.betslip-sport-card{
        padding: 12px;
        font-size: 12px;
    }
.betslip-sport-card .sport-icon{
        width: 32px; height: 32px;
    }}
@media (max-width: 480px){.betslip-panel{
        width: 100%;
        max-height: 90vh;
    }
.betslip-header{
        padding: 10px 12px;
        gap: 6px;
    }
.betslip-title{
        font-size: 13px;
    }
.betslip-back-btn, .betslip-close-btn{
        width: 28px; height: 28px;
    }
.betslip-steps{
        padding: 10px 12px;
        gap: 0;
    }
.betslip-step{
        font-size: 10px;
        gap: 4px;
    }
.betslip-step-num{
        width: 20px; height: 20px;
        font-size: 10px;
    }
.betslip-step-line{
        width: 12px; margin: 0 4px;
    }
.betslip-step-label{
        display: none;
    }
.betslip-sport-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        padding: 8px;
    }
.betslip-sport-card{
        padding: 10px;
        font-size: 11px;
        gap: 8px;
    }
.betslip-sport-card .sport-icon{
        width: 28px; height: 28px;
    }
.betslip-search{
        margin: 10px 10px 0;
        padding: 6px 10px;
    }
.betslip-search-input{
        font-size: 12px;
    }
.betslip-section{
        padding: 10px;
    }
.betslip-league-item{
        padding: 10px;
        font-size: 12px;
        gap: 8px;
        min-height: 40px;
    }
.betslip-league-item img{
        width: 18px; height: 18px;
    }
.betslip-country-header{
        padding: 10px;
        font-size: 12px;
        gap: 6px;
        min-height: 40px;
    }
.betslip-country-header img{
        width: 18px; height: 14px;
    }
.betslip-market-tabs{
        padding: 0 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
.betslip-market-tab{
        padding: 10px 12px;
        font-size: 11px;
    }
.betslip-odd-btn{
        padding: 10px 6px;
        font-size: 11px;
        min-height: 50px;
        gap: 2px;
    }
.betslip-odd-label{
        font-size: 10px;
    }
.betslip-odd-value{
        font-size: 14px;
    }
.betslip-selection{
        margin: 0 10px;
        padding: 10px;
        font-size: 12px;
    }
.betslip-selection-value{
        font-size: 14px;
    }
.betslip-submit-area{
        padding: 10px;
    }
.betslip-submit-btn{
        padding: 10px;
        font-size: 13px;
    }
.betslip-cart{
        padding: 10px;
    }
.betslip-cart-item{
        padding: 8px;
        font-size: 11px;
    }
.betslip-empty{
        padding: 32px 16px;
        min-height: 150px;
    }
.betslip-empty-icon{
        font-size: 40px;
    }
.betslip-error{
        padding: 24px 16px;
        margin: 10px;
        min-height: 150px;
    }}

:where(a, button, input, select, textarea, [tabindex], [role="button"], [role="tab"], [role="link"]):focus-visible {
  outline: 2px solid var(--brand-500, #2563eb);
  outline-offset: 2px;
  border-radius: 4px;
}

[data-page="ai-tipsters"],[data-page="ai-algorithm"]{--ait-c:#0d9488;--ait-c2:#10b981;--ait-g:#16a34a;--ait-gold:#d97706;--ait-red:#dc2626;--aia-c:#0d9488;--aia-g:#16a34a;--aia-gold:#d97706}
[data-page="ai-tipsters"] .bt-shell{max-width:1040px;margin:0 auto;padding:18px 18px 50px}
[data-page="ai-algorithm"] .bt-shell{max-width:960px;margin:0 auto;padding:18px 18px 50px}
[data-page="ai-tipsters"] .bt-breadcrumb,[data-page="ai-algorithm"] .bt-breadcrumb{font-size:12px;color:var(--text-muted,#94a3b8);margin-bottom:14px}
[data-page="ai-tipsters"] .bt-breadcrumb a,[data-page="ai-algorithm"] .bt-breadcrumb a{color:var(--brand-primary,#1f7ae0);text-decoration:none}
[data-page="ai-tipsters"] .bt-hero,[data-page="ai-algorithm"] .bt-hero{padding:24px 26px;background:linear-gradient(120deg,#0f766e 0%,#10b981 100%);color:#fff;border-radius:14px;margin-bottom:18px}
[data-page="ai-tipsters"] .bt-hero .eyebrow,[data-page="ai-algorithm"] .bt-hero .eyebrow{display:inline-flex;gap:6px;align-items:center;font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;background:rgba(255,255,255,.16);padding:4px 10px;border-radius:999px}
[data-page="ai-tipsters"] .bt-hero h1,[data-page="ai-algorithm"] .bt-hero h1{margin:11px 0 6px;font-size:23px;font-weight:800;letter-spacing:-.01em}
[data-page="ai-tipsters"] .bt-hero p,[data-page="ai-algorithm"] .bt-hero p{margin:0;opacity:.94;font-size:13.5px;line-height:1.55;max-width:660px}
[data-page="ai-tipsters"] .bt-hero a.lk{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px}
[data-page="ai-tipsters"] .bt-tools,[data-page="ai-algorithm"] .bt-tools{margin-top:30px}
[data-page="ai-tipsters"] .bt-tools-head,[data-page="ai-algorithm"] .bt-tools-head{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#475569);margin:0 4px 12px}
[data-page="ai-tipsters"] .bt-tools-grid,[data-page="ai-algorithm"] .bt-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
[data-page="ai-tipsters"] .bt-tool,[data-page="ai-algorithm"] .bt-tool{display:block;padding:12px 14px;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:9px;text-decoration:none;color:inherit}
[data-page="ai-tipsters"] .bt-tool:hover,[data-page="ai-algorithm"] .bt-tool:hover{border-color:var(--ait-c)}
[data-page="ai-tipsters"] .bt-tool .t,[data-page="ai-algorithm"] .bt-tool .t{font-size:13px;font-weight:700;color:var(--text-primary,#0f172a)}
[data-page="ai-tipsters"] .bt-tool .d,[data-page="ai-algorithm"] .bt-tool .d{font-size:11.5px;color:var(--text-muted,#94a3b8);margin-top:3px}
.ait-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}
.ait-stat{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:11px;padding:13px 15px}
.ait-stat .l{font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#94a3b8);font-weight:700}
.ait-stat .v{font-size:21px;font-weight:800;color:var(--text-primary,#0f172a);line-height:1.05;margin-top:6px;letter-spacing:-.01em}
.ait-stat .v.g{color:var(--ait-g)}
.ait-stat .v.gold{color:var(--ait-gold)}
.ait-stat .s{font-size:11px;color:var(--text-muted,#94a3b8);margin-top:4px}
.ait-method{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:13px 15px;margin-bottom:16px;display:flex;align-items:center;gap:13px;flex-wrap:wrap}
.ait-method .mh{font-size:12.5px;font-weight:700;color:var(--text-secondary,#475569)}
.ait-method .chips{display:flex;gap:6px;flex-wrap:wrap}
.ait-method .chip{font-size:11px;font-weight:700;color:var(--ait-c);background:rgba(13,148,136,.09);border:1px solid rgba(13,148,136,.2);padding:4px 9px;border-radius:7px}
.ait-method .chip b{font-weight:800}
.ait-method a.more{margin-left:auto;font-size:12px;font-weight:700;color:var(--brand-primary,#1f7ae0);text-decoration:none;white-space:nowrap}
[data-page="ai-tipsters"] .bt-toolbar{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:11px 13px;margin-bottom:16px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:space-between}
.ait-segs{display:flex;gap:10px;flex-wrap:wrap}
.ait-seg{display:inline-flex;background:var(--bg-subtle,#f1f5f9);border:1px solid var(--border-subtle,#e2e8f0);border-radius:9px;padding:3px;gap:2px}
.ait-seg a{padding:6px 11px;border-radius:7px;font-weight:700;font-size:12px;color:var(--text-secondary,#475569);text-decoration:none}
.ait-seg a.on{background:var(--ait-c);color:#fff}
.ait-toolbar-cap{font-size:11.5px;color:var(--text-muted,#94a3b8);font-weight:600}
.ait-list{display:flex;flex-direction:column;gap:10px}
.ait-tc{display:grid;grid-template-columns:38px 1fr auto;gap:13px;align-items:center;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:12px 15px}
.ait-tc.top{border-color:rgba(13,148,136,.4);box-shadow:0 1px 0 rgba(13,148,136,.06)}
.ait-rank{display:grid;place-items:center;font-weight:800;font-size:15px;color:var(--text-muted,#94a3b8)}
.ait-rank .m{font-size:21px}
.ait-who{display:flex;align-items:center;gap:11px;min-width:0}
.ait-av{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;font-size:18px;flex:none;background:var(--bg-subtle,#f1f5f9);border:1px solid var(--border-subtle,#e2e8f0)}
.ait-nm{font-weight:800;font-size:14px;color:var(--text-primary,#0f172a);display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.ait-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:2px 7px;border-radius:6px;background:var(--bg-subtle,#f1f5f9);color:var(--text-muted,#94a3b8)}
.ait-tag.ver{background:rgba(22,163,74,.12);color:var(--ait-g)}
.ait-tag.warm{background:rgba(217,119,6,.12);color:var(--ait-gold)}
.ait-sub{font-size:12px;color:var(--text-muted,#94a3b8);margin-top:4px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.ait-strategy{font-weight:600;color:var(--text-secondary,#475569)}
.ait-dots{display:inline-flex;gap:3px}
.ait-dots i{width:14px;height:14px;border-radius:4px;font-size:8.5px;line-height:14px;text-align:center;font-weight:800;color:#fff;font-style:normal}
.ait-dots i.w{background:var(--ait-g)}
.ait-dots i.l{background:var(--ait-red)}
.ait-dots i.v{background:#94a3b8}
.ait-kpis{display:flex;gap:16px;align-items:center}
.ait-kpi{text-align:right}
.ait-kpi .l{font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#94a3b8);font-weight:700}
.ait-kpi .n{font-size:15px;font-weight:800;color:var(--text-primary,#0f172a);margin-top:2px;letter-spacing:-.01em}
.ait-kpi .n.g{color:var(--ait-g)}
.ait-kpi .n.r{color:var(--ait-red)}
.ait-warm-row{font-size:12px;color:var(--ait-gold);font-weight:700}
.ait-h2{font-size:16px;font-weight:800;color:var(--text-primary,#0f172a);margin:26px 0 12px}
.ait-eco{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:16px 18px}
.ait-eco .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 20px}
.ait-eco .l{font-size:10.5px;color:var(--text-muted,#94a3b8);font-weight:700;text-transform:uppercase}
.ait-eco .v{font-size:18px;font-weight:800;color:var(--text-primary,#0f172a);margin-top:3px}
.ait-note{font-size:11.5px;color:var(--text-muted,#94a3b8);line-height:1.6;margin-top:13px}
.ait-how{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ait-howc{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:15px 16px}
.ait-howc .n{width:28px;height:28px;border-radius:8px;background:rgba(13,148,136,.1);color:var(--ait-c);display:grid;place-items:center;font-weight:800;font-size:13px}
.ait-howc h3{font-size:13.5px;font-weight:800;color:var(--text-primary,#0f172a);margin:9px 0 5px}
.ait-howc p{font-size:12.5px;color:var(--text-muted,#94a3b8);line-height:1.55;margin:0}
.ait-faq{display:flex;flex-direction:column;gap:8px}
.ait-faq details{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:10px;padding:0 15px}
.ait-faq summary{list-style:none;cursor:pointer;padding:13px 0;font-size:13.5px;font-weight:700;color:var(--text-primary,#0f172a);display:flex;justify-content:space-between;align-items:center;gap:10px}
.ait-faq summary::-webkit-details-marker{display:none}
.ait-faq summary::after{content:'+';font-size:18px;color:var(--text-muted,#94a3b8);font-weight:400}
.ait-faq details[open] summary::after{content:'\2212'}
.ait-faq p{margin:0;padding:0 0 14px;font-size:12.5px;color:var(--text-muted,#94a3b8);line-height:1.6}
.ait-disc{margin-top:22px;font-size:11.5px;color:var(--text-muted,#94a3b8);line-height:1.7;border-top:1px solid var(--border-subtle,#e2e8f0);padding-top:14px}
.ait-podium{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:6px 0 14px}
.ait-pod{text-align:center;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:13px 8px;text-decoration:none;color:inherit}
.ait-pod.first{border-color:rgba(13,148,136,.4)}
.ait-pod:hover{border-color:var(--ait-c)}
.ait-pod-rk{font-size:18px;line-height:1}
.ait-pod .ait-av{margin:5px auto 4px;width:38px;height:38px;font-size:18px}
.ait-pod-nm{font-size:12.5px;font-weight:800;color:var(--text-primary,#0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ait-pod-roi{font-size:18px;font-weight:800;margin-top:2px}
.ait-pod-roi.g{color:var(--ait-g)} .ait-pod-roi.r{color:var(--ait-red)}
.ait-pod-s{font-size:10.5px;color:var(--text-muted,#94a3b8);margin-top:2px}
.ait-spark{vertical-align:middle;flex:none}
.ait-roibar{height:3px;border-radius:3px;background:var(--bg-subtle,#f1f5f9);overflow:hidden;margin-top:4px;width:100%}
.ait-roibar i{display:block;height:100%}
@media(max-width:760px){
  .ait-podium{gap:7px}
  .ait-pod{padding:11px 5px}.ait-pod-nm{font-size:11px}.ait-pod-roi{font-size:15px}
  .ait-spark{display:none}
}
.aia-h2{font-size:16px;font-weight:800;color:var(--text-primary,#0f172a);margin:26px 0 12px}
.aia-fac{display:grid;gap:11px}
.aia-fcard{border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:15px 17px;background:var(--bg-card,#fff)}
.aia-fcard.mk{border-color:rgba(13,148,136,.35);background:linear-gradient(180deg,rgba(13,148,136,.05),transparent)}
.aia-fhead{display:flex;align-items:center;gap:12px}
.aia-fnum{width:32px;height:32px;border-radius:9px;background:var(--bg-subtle,#f1f5f9);display:grid;place-items:center;font-weight:800;flex:none;color:var(--text-secondary,#475569)}
.aia-fcard.mk .aia-fnum{background:rgba(13,148,136,.15);color:var(--aia-c)}
.aia-fn{font-weight:800;font-size:14.5px;flex:1;color:var(--text-primary,#0f172a)}
.aia-wl{font-weight:800;color:var(--aia-c);font-size:13.5px}
.aia-wbar{height:7px;border-radius:6px;background:var(--bg-subtle,#f1f5f9);overflow:hidden;margin:11px 0 9px}
.aia-wbar i{display:block;height:100%;background:linear-gradient(90deg,#0d9488,#10b981)}
.aia-fcard.mk .aia-wbar i{background:linear-gradient(90deg,var(--aia-gold),#10b981)}
.aia-fcard p{margin:0;color:var(--text-muted,#94a3b8);font-size:13px;line-height:1.6}
.aia-tbl{width:100%;border-collapse:collapse;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;overflow:hidden;font-size:13px}
.aia-tbl th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#94a3b8);font-weight:700;padding:10px 14px;background:var(--bg-subtle,#f8fafc);border-bottom:1px solid var(--border-subtle,#e2e8f0)}
.aia-tbl td{padding:10px 14px;border-bottom:1px solid var(--border-subtle,#eef2f6);color:var(--text-secondary,#475569)}
.aia-tbl tr:last-child td{border-bottom:0}
.aia-tbl td.sc{font-weight:800;color:var(--text-primary,#0f172a);text-align:right;width:90px}
.aia-tbl td .scbar{display:inline-block;width:46px;height:6px;border-radius:6px;background:var(--bg-subtle,#f1f5f9);overflow:hidden;vertical-align:middle;margin-right:8px}
.aia-tbl td .scbar i{display:block;height:100%;background:var(--aia-c)}
.aia-tcap{font-size:11.5px;color:var(--text-muted,#94a3b8);margin:8px 2px 0;line-height:1.5}
.aia-formula{background:#0b1f1a;border:1px solid rgba(13,148,136,.3);border-radius:12px;padding:15px 16px;color:#cdeede;font-family:ui-monospace,Menlo,monospace;font-size:12.5px;line-height:1.85;margin:14px 0;overflow-x:auto}
.aia-formula .gold{color:#fbbf24}
.aia-ex{border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:15px 17px;background:var(--bg-card,#fff)}
.aia-ex b.t{display:block;font-weight:800;margin-bottom:8px;color:var(--text-primary,#0f172a);font-size:13.5px}
.aia-ex p{color:var(--text-muted,#94a3b8);font-size:13px;line-height:1.65;margin:0 0 8px}
.aia-notes{display:grid;gap:7px}
.aia-notes .ni{display:flex;gap:9px;align-items:flex-start;font-size:12.5px;color:var(--text-secondary,#475569);line-height:1.55}
.aia-notes .ni::before{content:'\2713';color:var(--aia-g);font-weight:800;flex:none}
.aia-cta{display:flex;gap:14px;align-items:center;flex-wrap:wrap;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:16px 18px;margin-top:16px}
.aia-cta .ct{flex:1;min-width:220px}
.aia-cta .ct b{font-size:14px;color:var(--text-primary,#0f172a)}
.aia-cta .ct span{display:block;font-size:12.5px;color:var(--text-muted,#94a3b8);margin-top:3px}
.aia-cta a.btn{background:var(--aia-c);color:#fff;font-weight:700;font-size:13px;padding:10px 18px;border-radius:9px;text-decoration:none;white-space:nowrap}
.aia-disc{margin-top:22px;font-size:11.5px;color:var(--text-muted,#94a3b8);line-height:1.7;border-top:1px solid var(--border-subtle,#e2e8f0);padding-top:14px}
.aia-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:8px;align-items:stretch;margin:4px 0 8px}
.aia-step{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:14px 12px;text-align:center}
.aia-stn{width:24px;height:24px;border-radius:7px;background:rgba(13,148,136,.12);color:var(--aia-c);display:grid;place-items:center;font-weight:800;font-size:12px;margin:0 auto}
.aia-sti{font-size:22px;margin:8px 0 4px;line-height:1}
.aia-step h3{font-size:13px;font-weight:800;color:var(--text-primary,#0f172a);margin:0 0 4px}
.aia-step p{font-size:11.5px;color:var(--text-muted,#94a3b8);line-height:1.5;margin:0}
.aia-farrow{display:grid;place-items:center;color:var(--text-muted,#cbd5e1);font-size:18px;font-weight:700}
@media(max-width:760px){.aia-flow{grid-template-columns:1fr}.aia-farrow{transform:rotate(90deg);padding:2px 0}}
@media(max-width:760px){
.ait-stats{grid-template-columns:repeat(2,1fr)}
.ait-eco .grid{grid-template-columns:repeat(2,1fr)}
.ait-how{grid-template-columns:1fr}
.ait-tc{grid-template-columns:32px 1fr}
.ait-kpis{grid-column:1/-1;justify-content:space-between;gap:8px;border-top:1px solid var(--border-subtle,#e2e8f0);padding-top:10px}
.ait-kpi{text-align:left}
[data-page="ai-tipsters"] .bt-hero h1,[data-page="ai-algorithm"] .bt-hero h1{font-size:20px}
}
a.ait-tc{text-decoration:none;color:inherit}
a.ait-tc:hover{border-color:rgba(13,148,136,.45)}
[data-page="ai-tipster-profile"]{--ait-c:#0d9488;--ait-g:#16a34a;--ait-gold:#d97706;--ait-red:#dc2626}
[data-page="ai-tipster-profile"] .bt-shell{max-width:1040px;margin:0 auto;padding:18px 18px 50px}
[data-page="ai-tipster-profile"] .bt-breadcrumb{font-size:12px;color:var(--text-muted,#94a3b8);margin-bottom:14px}
[data-page="ai-tipster-profile"] .bt-breadcrumb a{color:var(--brand-primary,#1f7ae0);text-decoration:none}
[data-page="ai-tipster-profile"] .bt-hero{padding:22px 24px;background:linear-gradient(120deg,#0f766e 0%,#10b981 100%);color:#fff;border-radius:14px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
[data-page="ai-tipster-profile"] .bt-tools{margin-top:30px}
[data-page="ai-tipster-profile"] .bt-tools-head{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#475569);margin:0 4px 12px}
[data-page="ai-tipster-profile"] .bt-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
[data-page="ai-tipster-profile"] .bt-tool{display:block;padding:12px 14px;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:9px;text-decoration:none;color:inherit}
[data-page="ai-tipster-profile"] .bt-tool:hover{border-color:var(--ait-c)}
[data-page="ai-tipster-profile"] .bt-tool .t{font-size:13px;font-weight:700;color:var(--text-primary,#0f172a)}
[data-page="ai-tipster-profile"] .bt-tool .d{font-size:11.5px;color:var(--text-muted,#94a3b8);margin-top:3px}
.aip-hero-id{display:flex;align-items:center;gap:14px;min-width:0}
.aip-hero-av{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:26px;flex:none;background:rgba(255,255,255,.18)}
.aip-hero h1{margin:0 0 4px;font-size:22px;font-weight:800;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.aip-hero p{margin:0;opacity:.94;font-size:13px}
.aip-hero p a.lk{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.aip-verified{font-size:11px;font-weight:700;background:rgba(255,255,255,.2);padding:2px 9px;border-radius:999px}
.aip-back{color:#fff;font-weight:700;font-size:12.5px;text-decoration:none;background:rgba(255,255,255,.16);padding:7px 13px;border-radius:9px;white-space:nowrap}
.aip-statbox{margin-bottom:6px}
.aip-warm{background:var(--bg-card,#fff);border:1px dashed var(--border-subtle,#e2e8f0);border-radius:12px;padding:18px;text-align:center;color:var(--text-muted,#94a3b8);font-size:13px;line-height:1.6;margin:8px 0}
.aip-count{font-size:12px;font-weight:700;color:var(--ait-c);background:rgba(13,148,136,.1);padding:2px 8px;border-radius:7px;vertical-align:middle}
.aip-list{display:flex;flex-direction:column;gap:8px}
.aip-pick{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:11px;padding:11px 15px}
.aip-teams{font-size:13.5px;font-weight:700;color:var(--text-primary,#0f172a)}
.aip-vs{font-weight:600;color:var(--text-muted,#94a3b8);font-size:11.5px;margin:0 3px}
.aip-meta{font-size:11.5px;color:var(--text-muted,#94a3b8);margin-top:3px}
.aip-bet{text-align:right;display:flex;flex-direction:column;gap:2px;align-items:flex-end}
.aip-pickb{font-size:12px;font-weight:800;color:var(--ait-c)}
.aip-odds{font-size:11.5px;font-weight:700;color:var(--text-secondary,#475569)}
.aip-res{display:flex;flex-direction:column;align-items:flex-end;gap:3px;min-width:74px}
.aip-st{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:3px 9px;border-radius:7px}
.aip-st-won{background:rgba(22,163,74,.13);color:var(--ait-g)}
.aip-st-lost{background:rgba(220,38,38,.12);color:var(--ait-red)}
.aip-st-void{background:var(--bg-subtle,#f1f5f9);color:var(--text-muted,#94a3b8)}
.aip-st-open{background:rgba(217,119,6,.13);color:var(--ait-gold)}
.aip-score{font-size:12px;font-weight:800;color:var(--text-primary,#0f172a)}
.aip-prof{font-size:11.5px;font-weight:800}
.aip-prof.g{color:var(--ait-g)} .aip-prof.r{color:var(--ait-red)}
.aip-strategy-box{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:13px 16px;margin-bottom:14px}
.aip-strat-text{font-size:13px;color:var(--text-secondary,#475569);line-height:1.5}
.aip-strat-label{font-weight:800;color:var(--ait-c);text-transform:uppercase;font-size:11px;letter-spacing:.04em;margin-right:5px}
.aip-strat-link{color:var(--brand-primary,#1f7ae0);font-weight:700;text-decoration:none;white-space:nowrap}
.aip-form{display:inline-flex;gap:3px;flex:none}
.aip-form i{width:18px;height:18px;border-radius:5px;font-size:10px;line-height:18px;text-align:center;font-weight:800;color:#fff;font-style:normal}
.aip-form i.w{background:var(--ait-g)} .aip-form i.l{background:var(--ait-red)} .aip-form i.v{background:#94a3b8}
.aip-tfbar{display:inline-flex;background:var(--bg-subtle,#f1f5f9);border:1px solid var(--border-subtle,#e2e8f0);border-radius:10px;padding:3px;gap:2px;margin-bottom:12px}
.aip-tfbar a{padding:6px 13px;border-radius:7px;font-weight:700;font-size:12px;color:var(--text-secondary,#475569);text-decoration:none}
.aip-tfbar a.on{background:var(--ait-c);color:#fff}
.aip-pick.clk{cursor:pointer;transition:border-color .12s,box-shadow .12s}
.aip-pick.clk:hover{border-color:var(--ait-c);box-shadow:0 2px 10px rgba(13,148,136,.08)}
.aip-pick.clk:focus-visible{outline:2px solid var(--ait-c);outline-offset:2px}
.aip-pick.clk.sel{border-color:var(--ait-c);background:rgba(13,148,136,.04)}
.aip-pick.clk .aip-teams::after{content:"›";margin-left:7px;color:var(--ait-c);font-weight:800;opacity:.55}
.aip-trend{background:var(--bg-card,#fff);border:1px solid var(--border-subtle,#e2e8f0);border-radius:12px;padding:12px 14px 10px;margin:2px 0 8px}
.aip-trend-svg{width:100%;height:120px;display:block}
.aip-trend-cap{margin-top:6px;font-size:11.5px;color:var(--text-muted,#94a3b8);text-align:right}
.aip-side-bar{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--bg-card,#fff);border-bottom:1px solid var(--border-subtle,#e2e8f0);padding:10px 12px}
.aip-side-t{font-size:12.5px;font-weight:800;color:var(--text-primary,#0f172a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.aip-side-x{flex:none;width:26px;height:26px;border:none;border-radius:7px;background:var(--bg-subtle,#f1f5f9);color:var(--text-secondary,#475569);font-size:13px;line-height:1;cursor:pointer}
.aip-side-x:hover{background:rgba(220,38,38,.1);color:var(--ait-red)}
.aip-side-body{padding:0}
.aip-side-load{padding:26px 16px;text-align:center;color:var(--text-muted,#94a3b8);font-size:12.5px}
@media(max-width:680px){
.aip-pick{grid-template-columns:1fr auto}
.aip-trend-svg{height:96px}
.aip-res{grid-column:1/-1;flex-direction:row;justify-content:flex-start;gap:10px;border-top:1px solid var(--border-subtle,#eef2f6);padding-top:8px;min-width:0}
.aip-hero{flex-direction:column;align-items:flex-start}
}
