@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
:root{
  --bg:#f3f5f2;
  --surface:#ffffff;
  --surface-2:#f8faf8;
  --surface-3:#eef2ef;
  --text:#101512;
  --text-soft:#334039;
  --muted:#748078;
  --line:#e4e9e5;
  --line-2:#d9e1dc;
  --accent:#17985b;
  --accent-dark:#0e7543;
  --accent-soft:#e8f6ee;
  --premium:#111814;
  --premium-2:#19231d;
  --gold:#c8a86b;
  --danger:#c65353;
  --shadow-sm:0 8px 24px rgba(15,28,20,.055);
  --shadow-md:0 22px 60px rgba(15,28,20,.085);
  --shadow-lg:0 34px 90px rgba(15,28,20,.12);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:linear-gradient(180deg,#f8faf8 0,#f3f5f2 35%,#f3f5f2 100%);color:var(--text);font-family:"Roboto",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1260px,calc(100% - 48px));margin:0 auto}::selection{background:#dff1e7;color:#0c1811}
.demo-banner{display:none!important}
.site-header{position:sticky;top:0;z-index:80;background:rgba(248,250,248,.9);backdrop-filter:blur(18px) saturate(130%);border-bottom:1px solid rgba(22,40,29,.07)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:900;letter-spacing:-.045em;white-space:nowrap}
.brand-mark{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:var(--premium);color:#d7f5e3;font-weight:950;box-shadow:0 8px 20px rgba(10,20,14,.12)}
.nav{display:flex;align-items:center;gap:4px;min-width:0;flex-wrap:wrap}.nav a{padding:9px 11px;border-radius:999px;color:#526058;font-size:13px;font-weight:700;transition:.18s background,.18s color,.18s box-shadow}.nav a:hover{background:#edf2ee;color:var(--text)}.nav a.active,.nav a[aria-current="page"]{background:var(--premium);color:#fff;box-shadow:0 10px 24px rgba(15,28,20,.12)}
.header-inner .compact{margin-left:auto}
.search-box{display:flex;gap:10px;max-width:720px;margin-top:24px}.search-box input{flex:1;min-width:0;height:56px;border:1px solid var(--line-2);border-radius:16px;background:#fff;color:var(--text);padding:0 18px;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .18s,box-shadow .18s}.search-box input::placeholder{color:#9ba59f}.search-box input:focus{border-color:#91c9ab;box-shadow:0 0 0 4px rgba(23,152,91,.09)}
.search-box button{height:56px;padding:0 24px;border:0;border-radius:16px;background:var(--premium);color:white;font-weight:850;box-shadow:0 12px 28px rgba(13,25,17,.14);transition:.18s transform,.18s background}.search-box button:hover{transform:translateY(-1px);background:#070c09}.search-box.compact{margin-top:0;max-width:350px}.search-box.compact input,.search-box.compact button{height:44px;border-radius:14px}.search-box.compact input{background:#fbfcfb}.search-box.compact button{padding:0 17px;background:var(--accent);box-shadow:none}.search-box.compact button:hover{background:var(--accent-dark)}
.hero{padding:28px 0 18px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) 360px;gap:18px;align-items:stretch}.hero-main,.hero-side{border-radius:30px;overflow:hidden;box-shadow:var(--shadow-lg)}
.hero-main{padding:48px;background:linear-gradient(145deg,#111814 0%,#17221b 56%,#1a2d21 100%);color:#fff;position:relative}.hero-main:after{content:"";position:absolute;inset:auto -110px -150px auto;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(77,199,132,.22),rgba(77,199,132,0) 68%);pointer-events:none}.hero-main>*{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent-dark);font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.hero-main .eyebrow{color:#85d8aa}.hero h1,.page-title{font-size:clamp(38px,5.3vw,70px);line-height:.98;letter-spacing:-.06em;margin:17px 0 18px;font-weight:900}.hero h1{max-width:850px}.hero h1 span{color:#9fd8b9}.hero-copy,.lead{font-size:17px;line-height:1.65;color:var(--muted);max-width:780px}.hero-main .hero-copy{color:#b8c6bd}.hero-main .search-box input{background:#fff;border-color:rgba(255,255,255,.14)}.hero-main .search-box button{background:#e9f6ee;color:#102016}.hero-main .search-box button:hover{background:#fff}.search-examples{margin-top:13px;color:#90a198;font-size:13px}.search-examples a{color:#d8e5dc;border-bottom:1px solid rgba(255,255,255,.2)}
.hero-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:26px}.hero-benefits div{padding:14px 15px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:15px}.hero-benefits b{display:block;font-size:13px;color:#fff;margin-bottom:4px}.hero-benefits span{display:block;color:#98aaa0;font-size:12px;line-height:1.45}
.hero-side{padding:22px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;gap:16px}.hero-side h3{margin:0 0 10px;font-size:10px;color:var(--muted);letter-spacing:.16em;text-transform:uppercase}.hero-stat{padding:16px 0;border-bottom:1px solid var(--line)}.hero-stat:last-child{border-bottom:0}.hero-stat b{display:block;font-size:33px;letter-spacing:-.05em;margin-bottom:2px}.hero-stat span{font-size:13px;color:var(--muted)}.hero-quick{display:grid;gap:8px}.hero-quick a{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border-radius:14px;border:1px solid var(--line);background:#fbfcfb;font-size:13px;font-weight:800}.hero-quick a:after{content:"→";color:#8b978f}.hero-quick a:hover{border-color:#cddbd2;background:#f4f8f5;color:var(--accent-dark)}
.section{padding:34px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px}.section h2,.article h2{font-size:32px;letter-spacing:-.045em;margin:7px 0 5px}.section-head p{margin:0;color:var(--muted);font-size:15px}.section-head>a{font-size:13px;color:var(--accent-dark);font-weight:850;white-space:nowrap}
.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.match-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow-sm);transition:.2s transform,.2s border-color,.2s box-shadow;position:relative;overflow:hidden}.match-card:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),#83d3a7);opacity:0;transition:.2s opacity}.match-card:hover{transform:translateY(-3px);border-color:#ccdbd2;box-shadow:var(--shadow-md)}.match-card:hover:before{opacity:1}.card-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:19px;color:#89958e;font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.055em}.card-topline span:first-child{font-weight:850;color:#718078;max-width:62%}.card-topline span:last-child{text-align:right;white-space:normal}
.players-row{display:grid;grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr);gap:10px;align-items:center;min-height:72px}.player-card-side{min-width:0}.player-card-person{display:flex;align-items:center;gap:10px;min-width:0}.player-card-person>div{min-width:0}.player-card-person-right{justify-content:flex-end}.players-row strong{display:block;font-size:17px;line-height:1.18;letter-spacing:-.025em;color:var(--text);overflow-wrap:anywhere}.players-row small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.align-right{text-align:right}.versus{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f0f3f1;border:1px solid var(--line);font-size:9px;color:#839088;font-weight:900;letter-spacing:.1em}.player-avatar{flex:0 0 auto;border:1px solid #d8e3dc!important;background:linear-gradient(145deg,#f7faf8,#edf3ef)!important;box-shadow:0 5px 14px rgba(18,36,25,.07)!important}.player-avatar img{object-fit:cover}.player-avatar-sm{width:46px!important;height:46px!important;font-size:11px!important}.player-avatar-lg{width:82px!important;height:82px!important}.player-avatar-xl{width:116px!important;height:116px!important}
.prob-wrap{margin:18px 0 10px}.prob-labels{display:flex;justify-content:space-between;margin-bottom:7px;font-weight:850;font-size:12px;color:#263229}.prob-bar{height:8px;background:#edf1ee;border-radius:999px;overflow:hidden}.prob-left{height:100%;border-radius:999px;background:linear-gradient(90deg,#15975a,#70c895)}.pick-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:38px;padding:10px 0 2px;font-size:12px;color:var(--muted)}.pick-line b{color:var(--text);font-weight:850}.int-card-score{margin-left:auto!important;padding:4px 8px!important;border-radius:999px!important;background:#edf7f1!important;border:1px solid #d3e8dc!important;color:var(--accent-dark)!important;font-size:11px!important;font-weight:900!important}.card-link{display:flex!important;justify-content:space-between;align-items:center;margin-top:10px;padding-top:14px;border-top:1px solid var(--line);font-size:13px;color:var(--accent-dark)!important;font-weight:900!important}.card-link:after{content:"→";font-size:15px;color:#668374}
.feature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:start}.feature-box,.trust-grid>div,.panel,.auto-kpi,.prod-status{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.feature-box{border-radius:24px;padding:26px}.feature-box h3{font-size:24px;letter-spacing:-.035em;margin:8px 0 10px}.feature-box p{color:var(--muted)}.growth-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.growth-link-grid a{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:#fafcfb;font-size:13px;font-weight:800}.growth-link-grid a:hover{border-color:#ccdcd2;color:var(--accent-dark)}
.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trust-grid>div{border-radius:22px;padding:23px}.trust-grid .num{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--premium);color:#d9f6e5;font-size:10px;font-weight:900}.trust-grid h3{font-size:20px;letter-spacing:-.025em;margin:15px 0 7px}.trust-grid p{color:var(--muted);margin:0;font-size:14px}
.page-top{padding-top:38px}.page-title{font-size:clamp(36px,4.5vw,60px);margin-bottom:12px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#909a94;font-size:12px;margin-bottom:18px}.breadcrumbs a{color:#6d7971}.breadcrumbs a:hover{color:var(--accent-dark)}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm)}.data-table,.compare-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:16px 18px;border-bottom:1px solid var(--line);text-align:left}.data-table th{background:#fafbfa;color:#8e9892;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.data-table tr:last-child td{border-bottom:0}.data-table a{color:var(--accent-dark);font-weight:800}
.match-hero{background:linear-gradient(145deg,#111814,#18231c)!important;color:#fff;border:0!important;border-radius:30px!important;padding:30px!important;box-shadow:var(--shadow-lg)!important;margin-bottom:18px}.match-kicker{color:#8fb39d!important;font-size:11px!important;letter-spacing:.05em}.match-hero h1{font-size:clamp(34px,4.6vw,58px)!important;line-height:1!important;letter-spacing:-.055em!important;margin:15px 0 8px!important}.match-hero>p,.match-hero .latin-name{color:#9eb0a5!important}.head-to-head{display:grid!important;grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr)!important;gap:14px!important;align-items:stretch!important;margin:26px 0 18px!important}.player-block{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:20px!important;padding:17px!important}.player-block small{color:#9cb0a4!important}.player-block .auto-player-link{color:#fff!important}.free-bigprob{color:#77d7a1!important;font-size:32px!important}.pick-badge{background:linear-gradient(180deg,#eef8f2,#e7f4ec)!important;border:0!important;border-radius:20px!important;box-shadow:none!important}.pick-badge small{color:var(--accent-dark)!important}.pick-badge strong{color:#122017!important}.pick-badge span{color:#66776d!important}.match-hero .prob-bar{background:rgba(255,255,255,.1)!important}.match-hero .prob-labels{color:#dce7e0!important}.match-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;padding-bottom:14px}.panel{border-radius:22px;padding:23px;margin-bottom:18px}.panel h2{font-size:27px;letter-spacing:-.04em;margin:8px 0 14px}.sticky{position:sticky;top:96px}.free-odds>div{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.free-odds>div:last-child{border-bottom:0}.free-odds b{font-size:22px;letter-spacing:-.04em}.growth-answer{border-top:3px solid var(--accent)}.growth-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.growth-form-grid>div,.growth-h2h>div,.growth-meta>div,.growth-faq>div{border:1px solid var(--line);background:#fafcfb;border-radius:16px;padding:16px}.growth-h2h{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.growth-h2h>div{text-align:center}.growth-h2h b{display:block;font-size:26px}.growth-h2h span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.growth-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.growth-meta span{display:block;color:var(--muted);font-size:11px;margin-bottom:4px}.growth-faq{display:grid;gap:10px}.growth-faq h3{margin:0 0 5px;font-size:14px}.growth-faq p{margin:0;color:var(--muted);font-size:13px}.factor-list>div{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--line)}.factor-list>div:last-child{border-bottom:0}.factor-list b{font-size:13px}.muted,.disclaimer{color:var(--muted);font-size:12px}.disclaimer{padding:16px;border-radius:16px;border:1px solid var(--line);background:#fbfcfb;margin-bottom:50px}
.growth-kpis,.int-summary,.int-coverage{display:grid;gap:10px}.growth-kpis{grid-template-columns:repeat(5,minmax(0,1fr));margin:18px 0}.growth-kpis-large{grid-template-columns:repeat(4,minmax(0,1fr))}.growth-kpis-player{grid-template-columns:repeat(6,minmax(0,1fr))}.growth-kpis>div,.int-summary>div,.int-coverage>div{background:#fff;border:1px solid var(--line);border-radius:17px;padding:17px;box-shadow:var(--shadow-sm)}.growth-kpis b,.int-summary b,.int-coverage b{display:block;font-size:24px;letter-spacing:-.045em}.growth-kpis span,.int-summary span,.int-coverage span{display:block;color:var(--muted);font-size:11px;margin-top:3px}
.player-profile-hero{display:flex;align-items:center;gap:20px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm);margin-bottom:16px}.player-profile-hero .page-title{margin:4px 0 6px}.auto-list,.auto-related-list{display:grid}.auto-list-row,.auto-related{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.auto-list-row:last-child,.auto-related:last-child{border-bottom:0}.auto-list-row small,.auto-related small{color:var(--muted)}
.int-filterbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px;border:1px solid var(--line);background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);margin:18px 0}.int-filterbar button{border:0;border-radius:12px;padding:9px 12px;background:#f2f5f3;color:#5d6a62;font-weight:800;font-size:12px}.int-filterbar button.active,.int-filterbar button:hover{background:var(--premium);color:white}.int-pick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.int-ranking-list{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm)}
.footer{border-top:1px solid var(--line);background:#111814;color:#a8b5ad;padding:34px 0;margin-top:24px}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer b,.footer a{color:#edf5f0}.footer p{font-size:12px;margin:4px 0}.growth-footer-links{display:flex;gap:12px;flex-wrap:wrap;max-width:460px}
.empty{padding:24px;border-radius:18px;background:#fff;border:1px dashed #d4ddd7;color:var(--muted)}
@media(max-width:1120px){.header-inner{flex-wrap:wrap;padding:10px 0}.header-inner .compact{margin-left:0;width:100%;max-width:none}.hero-grid,.feature-grid,.match-layout{grid-template-columns:1fr}.cards-grid,.int-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-side{display:grid;grid-template-columns:1fr 1fr}.sticky{position:static}.growth-kpis,.growth-kpis-player{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.nav{display:none}.hero-main{padding:32px}.hero-benefits,.trust-grid,.growth-meta,.growth-h2h,.growth-kpis,.growth-kpis-large,.growth-kpis-player{grid-template-columns:repeat(2,minmax(0,1fr))}.head-to-head{grid-template-columns:1fr 1fr!important}.pick-badge{grid-column:1/-1}.player-block.right{grid-column:2}}
@media(max-width:620px){.container{width:min(100% - 24px,1260px)}.site-header{position:relative}.header-inner{min-height:64px}.hero{padding-top:14px}.hero-main{padding:26px 20px;border-radius:22px}.hero h1{font-size:42px}.hero-copy,.lead{font-size:15px}.hero-benefits,.hero-side,.cards-grid,.int-pick-grid,.trust-grid,.growth-meta,.growth-h2h,.growth-kpis,.growth-kpis-large,.growth-kpis-player,.growth-form-grid{grid-template-columns:1fr}.search-box{flex-direction:column}.search-box input,.search-box button{width:100%}.section{padding:25px 0}.section-head{align-items:flex-start;flex-direction:column}.match-card{padding:17px;border-radius:20px}.players-row strong{font-size:15px}.player-avatar-sm{width:40px!important;height:40px!important}.head-to-head{grid-template-columns:1fr!important}.player-block.right{grid-column:auto}.match-hero{padding:20px!important;border-radius:22px!important}.match-hero h1{font-size:34px!important}.player-profile-hero{align-items:flex-start}.footer-inner{flex-direction:column}.growth-link-grid{grid-template-columns:1fr}}

/* Premium 8.1 visual bugfixes */
.player-avatar{
  position:relative!important;
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  border-radius:50%!important;
  overflow:hidden!important;
  isolation:isolate!important;
  color:#356149!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:center!important;
}
.player-avatar-fallback{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:inherit!important;
  background:linear-gradient(145deg,#f7faf8,#eaf2ed)!important;
  color:#356149!important;
  z-index:0!important;
}
.player-avatar img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center 18%!important;
  border-radius:inherit!important;
  z-index:1!important;
}
.player-avatar-xs{width:34px!important;height:34px!important;font-size:9px!important}
.player-avatar-sm{width:48px!important;height:48px!important;font-size:11px!important}
.player-avatar-lg{width:76px!important;height:76px!important;font-size:15px!important}
.player-avatar-xl{width:112px!important;height:112px!important;font-size:20px!important}

.player-identity{display:flex!important;align-items:center!important;gap:13px!important;min-width:0!important}
.player-identity>div{min-width:0!important}
.player-identity-right{justify-content:flex-end!important}
.player-identity-right>div{text-align:right!important}
.player-block{min-width:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:12px!important}
.player-block .auto-player-link{display:block!important;min-width:0!important;max-width:100%!important;font-size:20px!important;line-height:1.15!important;overflow-wrap:break-word!important;word-break:normal!important}
.player-block.right{align-items:stretch!important;text-align:right!important}
.player-block.right .free-bigprob{text-align:right!important}

.pick-badge{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:18px 16px!important;
  overflow:hidden!important;
  text-align:center!important;
}
.pick-badge small,.pick-badge strong,.pick-badge span{display:block!important;max-width:100%!important}
.pick-badge strong{font-size:17px!important;line-height:1.18!important;overflow-wrap:break-word!important;word-break:normal!important}
.pick-badge span{font-size:11px!important;line-height:1.35!important}
.head-to-head{grid-template-columns:minmax(0,1fr) minmax(180px,210px) minmax(0,1fr)!important}

/* Cards: keep doubles readable without turning names into a vertical column. */
.player-card-person{align-items:center!important}
.player-card-person>div{min-width:0!important;max-width:100%!important}
.players-row strong{font-size:16px!important;line-height:1.2!important;overflow-wrap:break-word!important;word-break:normal!important;hyphens:none!important}
.match-card{min-width:0!important}
.players-row{min-width:0!important}
.player-card-side{min-width:0!important;overflow:hidden!important}
.card-topline span{overflow-wrap:break-word!important}

/* Dark match hero avatars need a visible premium ring. */
.match-hero .player-avatar{border:1px solid rgba(255,255,255,.18)!important;background:#26342c!important;box-shadow:0 8px 22px rgba(0,0,0,.2)!important}
.match-hero .player-avatar-fallback{background:linear-gradient(145deg,#26342c,#1d2922)!important;color:#cce8d8!important}

/* Avoid collisions on unusually long team/doubles names. */
.match-hero h1{overflow-wrap:break-word!important;word-break:normal!important}
@media(max-width:1180px){
  .head-to-head{grid-template-columns:minmax(0,1fr) 180px minmax(0,1fr)!important}
  .player-avatar-lg{width:68px!important;height:68px!important}
  .player-block .auto-player-link{font-size:18px!important}
}
@media(max-width:900px){
  .head-to-head{grid-template-columns:1fr 1fr!important}
  .pick-badge{grid-column:1/-1!important;grid-row:2!important;min-height:104px!important}
  .player-block.right{grid-column:2!important}
}
@media(max-width:620px){
  .head-to-head{grid-template-columns:1fr!important}
  .pick-badge{grid-column:auto!important;grid-row:auto!important}
  .player-block.right{grid-column:auto!important}
  .player-avatar-sm{width:42px!important;height:42px!important}
  .player-avatar-lg{width:62px!important;height:62px!important}
  .players-row{grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr)!important;gap:7px!important}
  .versus{width:32px!important;height:32px!important}
  .players-row strong{font-size:14px!important}
}

/* Premium 8.3 UX / data clarity fixes */
.match-loading{
  grid-column:1/-1;
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  color:var(--muted);
  font-size:13px;
}
.match-loading span{width:18px;height:18px;border-radius:50%;border:2px solid #dce7e0;border-top-color:var(--accent);animation:tiq-spin .75s linear infinite}
.match-loading b{font-weight:750}
@keyframes tiq-spin{to{transform:rotate(360deg)}}

/* Do not show technical installer copy if an old index.html is briefly loaded before JS refreshes it. */
.cards-grid[data-prerendered="0"]>.empty:first-child{font-size:0;min-height:88px;display:flex;align-items:center;justify-content:center}
.cards-grid[data-prerendered="0"]>.empty:first-child:after{content:"Обновляем список матчей…";font-size:13px;color:var(--muted)}

/* Keep the premium overview compact instead of stretching a mostly empty white column. */
.hero-side{justify-content:flex-start!important;height:auto!important;min-height:0!important;align-self:start!important}
.hero-side .hero-quick{margin-top:12px}
.hero-grid{align-items:start!important}

/* Better doubles layout on list cards. */
.match-card.is-doubles .players-row{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}
.match-card.is-doubles .players-row strong{font-size:14px!important;line-height:1.16!important}
.match-card.is-doubles .player-avatar-sm{width:42px!important;height:42px!important}
.match-card.is-doubles .player-card-person{gap:8px!important}
.match-card.is-doubles .card-topline span:first-child{max-width:68%}

/* Generated match pages: stable alignment for singles and doubles. */
.match-hero.is-doubles .head-to-head{grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr)!important}
.match-hero.is-doubles .player-block .auto-player-link{font-size:17px!important;line-height:1.18!important}
.match-hero.is-doubles .player-avatar-lg{width:66px!important;height:66px!important}
.match-hero.is-doubles .pick-badge{padding:16px 13px!important}
.match-hero .status-stale{display:inline-flex;padding:4px 8px;margin-left:5px;border-radius:999px;background:rgba(231,193,94,.12);color:#e4c77b;font-size:11px;font-weight:800}

/* Side column should never overlap or visually detach from the main analytical column. */
.match-layout{align-items:start!important}
.match-layout>aside{min-width:0}
.sticky{top:94px!important;max-height:calc(100vh - 112px);overflow:auto;overscroll-behavior:contain}
.free-odds>div{gap:14px}
.free-odds span{min-width:0;overflow-wrap:break-word}
.free-odds b{flex:0 0 auto}

/* Prevent section headings and H2H names from forcing cards wider than their grid. */
.growth-form-grid>div,.growth-h2h>div,.growth-meta>div{min-width:0}
.growth-h2h span,.growth-form-grid b,.panel h2{overflow-wrap:break-word;word-break:normal}

@media(max-width:1120px){
  .hero-side{min-height:0}
  .sticky{max-height:none;overflow:visible}
}
@media(max-width:820px){
  .match-hero.is-doubles .head-to-head{grid-template-columns:1fr 1fr!important}
  .match-hero.is-doubles .pick-badge{grid-column:1/-1!important}
}
@media(max-width:620px){
  .match-card.is-doubles .player-avatar-sm{width:36px!important;height:36px!important}
  .match-card.is-doubles .players-row strong{font-size:12.5px!important}
  .match-hero.is-doubles .head-to-head{grid-template-columns:1fr!important}
  .match-hero.is-doubles .player-block.right{grid-column:auto!important}
  .match-hero.is-doubles .pick-badge{grid-column:auto!important}
}


/* Rankings: remove ambiguity between list position and source rank, and keep long notes tidy. */
.int-rank-note{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.35}
.int-inline-note{margin:.4rem 0 0}

/* Feature boxes should not stretch to the height of the tallest neighbor. */
.feature-box{height:auto}

@media(max-width:820px){
  .nav a.active,.nav a[aria-current="page"]{box-shadow:none}
}

/* ScoreTennis.ru 8.4 — current ATP/WTA ranking tables */
.official-ranking-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}
.official-ranking-meta>div{background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px;box-shadow:var(--shadow-sm)}
.official-ranking-meta b{display:block;font-size:19px;letter-spacing:-.035em;overflow-wrap:anywhere}.official-ranking-meta span{display:block;color:var(--muted);font-size:11px;margin-top:4px}
.int-ranking-row.official-ranking-row{display:grid;grid-template-columns:54px 48px minmax(210px,1fr) 110px 80px 90px 90px;gap:14px;align-items:center;padding:15px 20px;border-bottom:1px solid var(--line)}
.int-ranking-row.official-ranking-row:last-child{border-bottom:0}.int-ranking-row.official-ranking-row:hover{background:#fafcfb}
.int-ranking-row .int-rank-pos{font-size:17px;font-weight:900;color:#526158;text-align:center}.int-ranking-row .int-rank-name{min-width:0;display:grid;gap:2px}.int-ranking-row .int-rank-name b{overflow-wrap:break-word}.int-ranking-row .int-rank-name small,.int-rank-stat small{color:var(--muted);font-size:10px}.int-rank-stat{display:grid;gap:3px}.int-rank-stat b{font-size:15px}.rank-movement{color:#748078}.rank-movement.up{color:var(--accent-dark)}.rank-movement.down{color:#b65050}
.rankings-admin-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.rankings-admin-status>div{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px}.rankings-admin-status b{display:block;font-size:19px}.rankings-admin-status span{display:block;color:var(--muted);font-size:11px;margin-top:3px}
@media(max-width:980px){.int-ranking-row.official-ranking-row{grid-template-columns:46px 44px minmax(180px,1fr) 90px 70px 82px}.int-ranking-row.official-ranking-row .int-rank-stat:last-child{display:none}.official-ranking-meta{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.official-ranking-meta,.rankings-admin-status{grid-template-columns:1fr}.int-ranking-row.official-ranking-row{grid-template-columns:40px 40px minmax(0,1fr) 78px;gap:9px;padding:13px 12px}.int-ranking-row.official-ranking-row .int-rank-stat:nth-of-type(2),.int-ranking-row.official-ranking-row .int-rank-stat:nth-of-type(3),.int-ranking-row.official-ranking-row .int-rank-stat:last-child{display:none}.int-ranking-row.official-ranking-row .player-avatar-sm{width:40px!important;height:40px!important}}


/* API Budget 8.5 */
.budget-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.budget-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow-sm)}.budget-card span,.budget-card small{display:block;color:var(--muted)}.budget-card b{display:block;font-size:30px;letter-spacing:-.05em;margin:5px 0}.budget-check{display:flex!important;flex-direction:row!important;align-items:center;gap:9px}.budget-check input{width:auto!important;height:auto!important}@media(max-width:820px){.budget-grid{grid-template-columns:1fr}}

/* ScoreTennis.ru Rankings 8.6 */
.ranking-switch{display:grid;grid-template-columns:repeat(2,minmax(0,220px));gap:10px;margin:20px 0 22px}
.ranking-switch a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm);transition:.18s transform,.18s border-color,.18s background}
.ranking-switch a:hover{transform:translateY(-1px);border-color:#cddbd2}
.ranking-switch a.active{background:var(--premium);border-color:var(--premium);color:#fff}
.ranking-switch span{font-size:16px;font-weight:900}.ranking-switch small{font-size:11px;color:var(--muted)}.ranking-switch a.active small{color:rgba(255,255,255,.7)}
.ranking-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}
.ranking-overview-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow-sm);min-width:0}
.ranking-overview-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:4px 4px 14px}
.ranking-overview-head h2{font-size:28px;letter-spacing:-.045em;margin:5px 0 3px}.ranking-overview-head p{margin:0;color:var(--muted);font-size:12px}.ranking-overview-head>a{font-size:13px;font-weight:850;color:var(--accent-dark);white-space:nowrap}
.ranking-preview-list{display:grid;border-top:1px solid var(--line)}
.ranking-preview-row{display:grid;grid-template-columns:32px 42px minmax(0,1fr) 90px;gap:10px;align-items:center;padding:11px 4px;border-bottom:1px solid var(--line)}
.ranking-preview-row:last-child{border-bottom:0}.ranking-preview-pos{font-weight:900;color:#506057;text-align:center}.ranking-preview-name{display:grid;gap:2px;min-width:0}.ranking-preview-name b{overflow-wrap:anywhere}.ranking-preview-name small,.ranking-preview-points small{color:var(--muted);font-size:10px}.ranking-preview-points{text-align:right;display:grid;gap:1px}.ranking-preview-points b{font-size:14px}
.rank-photo-avatar{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#f5faf7,#eaf3ed);border:1px solid #dce8e0;box-shadow:0 5px 14px rgba(17,34,24,.06);flex:0 0 auto}
.rank-photo-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.rank-photo-fallback{font-size:11px;font-weight:900;color:#2d6849}
.ranking-meta-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ranking-table-head{display:grid;grid-template-columns:54px minmax(258px,1fr) 110px 80px 90px 90px;gap:14px;align-items:center;padding:0 20px 9px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.ranking-table-head span:nth-child(n+3){text-align:left}
.ranking-bottom-switch{display:flex;justify-content:flex-end;margin:14px 0}.ranking-bottom-switch a{display:inline-flex;padding:12px 16px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:800;color:var(--accent-dark)}
.int-ranking-row.official-ranking-row>.rank-photo-avatar{width:42px;height:42px}
@media(max-width:980px){.ranking-overview-grid{grid-template-columns:1fr}.ranking-meta-4{grid-template-columns:1fr 1fr}.ranking-table-head{display:none}}
@media(max-width:700px){.ranking-switch{grid-template-columns:1fr 1fr}.ranking-switch a{padding:12px}.ranking-switch small{display:none}.ranking-meta-4{grid-template-columns:1fr}.ranking-preview-row{grid-template-columns:28px 38px minmax(0,1fr) 76px}.rank-photo-avatar{width:38px;height:38px}.ranking-overview-card{padding:14px}.ranking-overview-head h2{font-size:23px}}

/* ===== ScoreTennis.ru 9.1 bugfixes ===== */
/* Doubles titles and team cards: keep long team names readable without taking over the screen. */
.match-hero.is-doubles h1{font-size:clamp(31px,3.7vw,50px)!important;line-height:1.03!important;max-width:1180px}
.match-hero.is-doubles .player-block{padding:16px!important}
.match-hero.is-doubles .player-identity{gap:12px!important}
.match-hero.is-doubles .player-block small{font-size:11px!important;letter-spacing:.01em}
.match-hero.is-doubles .free-bigprob{font-size:30px!important}
.match-hero.is-doubles .auto-player-link{overflow-wrap:anywhere!important}

/* Low-confidence / stale-state presentation. */
.status-stale{white-space:normal!important}
.int-summary b{overflow-wrap:anywhere}

/* Rankings: full table should use the same portraits as the overview after every sync. */
.official-ranking-row .rank-photo-avatar{flex:0 0 auto}
.official-ranking-row .rank-photo-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}

/* Home cards should keep long doubles teams compact. */
.match-card.is-doubles{min-width:0}
.match-card.is-doubles .player-card-side{overflow:visible!important}
.match-card.is-doubles .players-row strong{hyphens:auto}

@media(max-width:820px){
  .match-hero.is-doubles h1{font-size:clamp(30px,7vw,43px)!important}
}
@media(max-width:620px){
  .match-hero.is-doubles h1{font-size:31px!important}
}

/* =========================================================
   ScoreTennis.ru 9.2 — Compact Home
   Keep the first screen premium, but let matches appear above
   the fold on common 900–1080px desktop viewports.
   ========================================================= */
.page-home .hero{padding:18px 0 12px}
.page-home .hero-grid{grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:start!important}
.page-home .hero-main{padding:32px 36px 28px;border-radius:26px;min-height:0}
.page-home .hero-main:after{width:320px;height:320px;right:-90px;bottom:-120px}
.page-home .hero h1{font-size:clamp(36px,3.35vw,52px);line-height:1.01;letter-spacing:-.055em;margin:12px 0 12px;max-width:900px}
.page-home .hero-copy{font-size:15px;line-height:1.55;max-width:820px;margin:0}
.page-home .search-box{margin-top:17px;max-width:700px;gap:9px}
.page-home .search-box input,.page-home .search-box button{height:50px;border-radius:14px}
.page-home .search-box button{padding-left:21px;padding-right:21px}
.page-home .search-examples{margin-top:10px;font-size:12px}
/* These three boxes duplicated information already available below.
   Keep them in the DOM for semantics, but remove the visual bulk. */
.page-home .hero-benefits{display:none}
.page-home .hero-side{padding:18px;border-radius:26px;gap:9px;justify-content:flex-start!important}
.page-home .hero-side h3{margin:0 0 4px;font-size:9px}
.page-home .hero-stat{padding:10px 0}
.page-home .hero-stat b{font-size:27px;margin-bottom:0}
.page-home .hero-stat span{font-size:12px;line-height:1.35}
.page-home .hero-quick{gap:6px;margin-top:6px!important}
.page-home .hero-quick a{padding:10px 11px;border-radius:12px;font-size:12px;line-height:1.25}
.page-home .section{padding-top:24px;padding-bottom:24px}
.page-home .section-head{margin-bottom:14px}
.page-home .section h2{font-size:30px;margin-top:6px;margin-bottom:4px}
.page-home .section-head p{font-size:14px}

@media(max-width:1120px){
  .page-home .hero-grid{grid-template-columns:1fr}
  .page-home .hero-side{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);align-items:start}
  .page-home .hero-side>div:first-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .page-home .hero-side h3{grid-column:1/-1}
  .page-home .hero-stat{border:1px solid var(--line);border-radius:14px;padding:12px;border-bottom:1px solid var(--line)!important}
}
@media(max-width:820px){
  .page-home .hero-main{padding:28px 24px}
  .page-home .hero h1{font-size:clamp(36px,8vw,48px)}
  .page-home .hero-side{grid-template-columns:1fr}
  .page-home .hero-side>div:first-child{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:620px){
  .page-home .hero{padding-top:10px}
  .page-home .hero-main{padding:24px 18px}
  .page-home .hero h1{font-size:36px;line-height:1.02}
  .page-home .hero-copy{font-size:14px}
  .page-home .hero-side>div:first-child{grid-template-columns:1fr}
  .page-home .section{padding-top:20px;padding-bottom:20px}
}

/* Home Gap Fix 9.2.1
   Keep both hero columns equal-height on desktop and reduce the spacer
   before the first matches section. */
.page-home .hero{padding-bottom:0!important}
.page-home .hero + .section{padding-top:12px!important}

@media(min-width:1121px){
  .page-home .hero-grid{align-items:stretch!important}
  .page-home .hero-main,
  .page-home .hero-side{height:100%!important;align-self:stretch!important}
  .page-home .hero-side{justify-content:space-between!important}
}

@media(max-width:1120px){
  .page-home .hero + .section{padding-top:16px!important}
}

@media(max-width:620px){
  .page-home .hero{padding-bottom:0!important}
  .page-home .hero + .section{padding-top:14px!important}
}


/* ScoreTennis.ru Migration 10.0 */
.brand{font-size:20px;gap:10px}.brand-tld{color:var(--accent-strong);font-weight:850}.header-inner{gap:20px}
@media(max-width:1280px) and (min-width:1121px){.brand{font-size:18px}.nav a{padding:9px 8px;font-size:12px}.header-inner{gap:14px}}

/* LIVE CENTER 10.1 */
.nav-live{display:inline-flex!important;align-items:center;gap:7px}
.nav-live span,.live-dot-inline{display:inline-block;width:7px;height:7px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.12)}
.nav-live.active,.nav-live[aria-current="page"]{background:#121915!important;color:#fff!important}
.quick-live{display:flex!important;align-items:center;gap:10px}
.live-home-section{padding-top:18px;padding-bottom:18px}
.live-home-section[hidden]{display:none!important}
.live-section-head{align-items:center;margin-bottom:14px}
.live-section-head h2{margin-top:10px}
.live-pill{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#fff1f1;border:1px solid #ffd1d1;color:#c92f2f;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.live-pill i{display:block;width:7px;height:7px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.12);animation:scoreLivePulse 1.5s ease-in-out infinite}
.live-pill-large{padding:8px 12px;font-size:12px}
.live-pill-mini{padding:5px 8px;font-size:9px;margin-right:7px;vertical-align:middle}
@keyframes scoreLivePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.82)}}
.live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.live-match-card{background:linear-gradient(180deg,#fff,#fbfcfb);border:1px solid #e1e8e3;border-top:3px solid #ef4444;border-radius:22px;padding:18px;box-shadow:0 12px 34px rgba(16,30,22,.07)}
.live-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#7b877f;font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.live-card-top>span:last-child{text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.live-card-players{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center;margin:18px 0}
.live-card-players>div{display:flex;align-items:center;gap:10px;min-width:0}
.live-card-players>div:last-child{justify-content:flex-end;text-align:right}
.live-card-players b{font-size:17px;line-height:1.16;letter-spacing:-.025em;overflow-wrap:anywhere}
.live-score{display:inline-flex;align-items:center;justify-content:center;min-width:66px;height:40px;padding:0 10px;border-radius:12px;background:#111814;color:#fff;font-size:17px;font-weight:900;font-variant-numeric:tabular-nums}
.live-score-wait{font-size:11px;text-transform:uppercase;letter-spacing:.06em;background:#eff3f0;color:#65716a}
.live-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid #e7ece8;font-size:13px;color:#78837c}
.live-card-bottom a{color:#0f8b51;font-weight:800}
.match-card.is-live{border-top:3px solid #ef4444}
.live-page-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;margin-bottom:18px}
.live-page-head .page-title{margin-top:12px;margin-bottom:12px}
.live-refresh-meta{min-width:210px;padding:20px;border:1px solid #e3e9e5;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(16,30,22,.06)}
.live-refresh-meta b{display:block;font-size:34px;letter-spacing:-.05em}.live-refresh-meta span,.live-refresh-meta small{display:block;color:#76817a}.live-refresh-meta small{margin-top:10px;font-size:12px}
.live-notice{margin:0 0 18px;padding:13px 15px;border-radius:14px;background:#f3f7f4;border:1px solid #e1e9e3;color:#647069;font-size:13px}
.live-empty{grid-column:1/-1}
@media(max-width:1000px){.live-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.live-grid{grid-template-columns:1fr}.live-page-head{flex-direction:column}.live-refresh-meta{width:100%}.live-card-players b{font-size:15px}.live-score{min-width:54px;height:36px}.nav-live span{display:none}}

/* ScoreTennis.ru LIVE SCORE 10.2 */
.live-score-strip{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 12px;border-radius:14px;background:#f6f9f7;border:1px solid #e2e9e4;color:#5f6c64;margin:10px 0 2px;min-height:42px}
.live-score-strip-card{margin-top:13px;margin-bottom:3px}
.live-score-strip>span:not(.live-pill){display:inline-flex;align-items:baseline;gap:5px;padding-right:8px;border-right:1px solid #dfe6e1}
.live-score-strip>span:last-child{border-right:0;padding-right:0}
.live-score-strip small{font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:#8a958e;font-weight:800}
.live-score-strip b{font-size:15px;line-height:1;font-variant-numeric:tabular-nums;color:#18221c}
.live-score-pending{font-size:12px!important;color:#79857e!important;border-right:0!important}
.match-card.is-live .live-score-strip{background:#fff8f8;border-color:#f4d8d8}
.match-card.is-live .live-score-strip b{color:#ba2b2b}

.match-live-board{margin:18px 0 4px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11)}
.match-live-board-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.match-live-board-head small{color:#9eb0a5;font-size:11px}
.match-live-board-grid{display:grid;grid-template-columns:minmax(160px,1fr) repeat(3,72px);gap:0;align-items:center;border-radius:14px;overflow:hidden;background:rgba(7,12,9,.18)}
.match-live-board-grid>*{min-width:0;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}
.match-live-board-grid>*:nth-last-child(-n+4){border-bottom:0}
.match-live-board-grid .mlb-head{padding-top:8px;padding-bottom:8px;color:#8fa197;font-size:9px;text-transform:uppercase;letter-spacing:.08em;text-align:center;font-weight:800}
.match-live-board-grid strong{text-align:center;color:#fff;font-size:18px;font-variant-numeric:tabular-nums}
.mlb-player{display:flex;align-items:center;gap:8px;color:#fff;overflow:hidden}
.mlb-player b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}
.server-dot{display:inline-block;flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#d8f05e;box-shadow:0 0 0 4px rgba(216,240,94,.12)}
.match-live-board.is-live-stale{opacity:.72}
.match-live-board.is-live-stale .live-pill{filter:grayscale(.5)}

.live-match-card .live-score-strip{background:#fff8f8;border-color:#f1dddd}
.live-match-card .live-score-strip b{color:#b92b2b}

@media(max-width:760px){
  .match-live-board-grid{grid-template-columns:minmax(110px,1fr) repeat(3,54px)}
  .match-live-board-grid>*{padding:9px 7px}
  .match-live-board-grid strong{font-size:16px}
  .mlb-player b{font-size:12px}
  .live-score-strip{gap:6px;padding:9px 10px}
}
@media(max-width:480px){
  .match-live-board{padding:12px}
  .match-live-board-head{align-items:flex-start;flex-direction:column;gap:7px}
  .match-live-board-grid{grid-template-columns:minmax(92px,1fr) repeat(3,46px)}
  .match-live-board-grid .mlb-head{font-size:8px}
  .match-live-board-grid strong{font-size:15px}
  .mlb-player b{font-size:11px}
  .live-score-strip>span:not(.live-pill){padding-right:5px}
  .live-score-strip small{font-size:8px}
  .live-score-strip b{font-size:13px}
}
.auto-list-row.is-live{background:linear-gradient(90deg,#fff,#fffafa)}
.auto-row-live-score{display:inline-flex!important;width:auto!important;margin:7px 0 0!important;padding:6px 8px!important;min-height:0!important}
.auto-row-live-score .live-pill{margin:0!important}
.auto-row-live-score>span:not(.live-pill){padding-right:6px!important}
.auto-row-live-score small{font-size:8px!important}
.auto-row-live-score b{font-size:12px!important}

.live-match-card .live-score-strip .live-pill,.auto-row-live-score .live-pill{display:none!important}

/* ScoreTennis.ru 10.3 — compact premium live match */
.match-hero{padding:22px 24px!important;border-radius:24px!important;margin-bottom:16px!important;box-shadow:0 18px 48px rgba(18,31,23,.14)!important}
.match-hero h1{font-size:clamp(30px,3.45vw,46px)!important;line-height:1.02!important;letter-spacing:-.047em!important;margin:12px 0 7px!important;max-width:1180px}
.match-hero>p{margin:0 0 8px!important;font-size:14px!important}
.match-kicker{font-size:10px!important;letter-spacing:.06em!important}
.match-hero.is-doubles h1{font-size:clamp(28px,3vw,42px)!important;line-height:1.04!important}
.match-hero.is-live-match{background:linear-gradient(145deg,#101713,#17221b)!important}
.match-hero.is-live-match:before{content:"";display:block;height:2px;border-radius:999px;background:linear-gradient(90deg,#ed6262 0 8%,#75d8a0 8% 100%);margin:-22px -24px 18px}

.match-live-board{margin:12px 0 14px!important;padding:10px 12px!important;border-radius:16px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.1)!important;transition:border-color .2s ease,background .2s ease}
.match-live-board-head{margin-bottom:7px!important;min-height:26px!important}
.match-live-board-head small{font-size:10px!important;color:#8fa097!important}
.match-live-board-grid{grid-template-columns:minmax(150px,1fr) repeat(3,58px)!important;border-radius:12px!important;background:rgba(5,10,7,.23)!important}
.match-live-board-grid>*{padding:7px 10px!important}
.match-live-board-grid .mlb-head{font-size:8px!important;padding-top:6px!important;padding-bottom:6px!important}
.match-live-board-grid strong{font-size:17px!important;line-height:1!important}
.mlb-player b{font-size:13px!important}
.live-pill{font-size:10px!important;padding:6px 9px!important;letter-spacing:.05em!important}
.server-dot{width:7px!important;height:7px!important}

.head-to-head{grid-template-columns:minmax(0,1fr) 168px minmax(0,1fr)!important;gap:12px!important;margin:14px 0 10px!important}
.player-block{padding:13px 14px!important;border-radius:17px!important;gap:9px!important;min-height:118px!important}
.player-block .player-avatar-lg{width:54px!important;height:54px!important}
.player-identity{gap:11px!important}
.player-block .auto-player-link{font-size:18px!important;line-height:1.12!important}
.player-block small{font-size:10px!important}
.free-bigprob{font-size:27px!important;line-height:1!important}
.pick-badge{border-radius:17px!important;padding:13px 10px!important;min-height:118px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.pick-badge small{font-size:9px!important}
.pick-badge strong{font-size:15px!important;line-height:1.18!important;margin:5px 0 3px!important}
.pick-badge span{font-size:10px!important}
.match-hero .prob-wrap{margin-top:7px!important}
.match-hero .prob-labels{font-size:10px!important;margin-bottom:5px!important}
.match-hero .prob-bar{height:6px!important}

/* Score changes are visible but not distracting. */
.score-changed{animation:scoreTennisLiveFlash .9s ease}
@keyframes scoreTennisLiveFlash{0%{background-color:rgba(117,216,160,.22);border-color:rgba(117,216,160,.55)}100%{background-color:rgba(255,255,255,.045);border-color:rgba(255,255,255,.1)}}
.match-card .score-changed,.live-match-card .score-changed{animation:scoreTennisCardFlash .9s ease}
@keyframes scoreTennisCardFlash{0%{background:#eafff1;border-color:#b7e7c9}100%{background:#fff8f8;border-color:#f4d8d8}}

/* Compact live cards */
.live-score-strip{padding:7px 9px!important;min-height:34px!important;border-radius:11px!important;gap:6px!important}
.live-score-strip-card{margin-top:9px!important}
.live-score-strip small{font-size:8px!important}
.live-score-strip b{font-size:13px!important}
.live-match-card{border-radius:18px!important;padding:16px!important}

@media(max-width:900px){
  .match-hero h1{font-size:clamp(29px,5.2vw,40px)!important}
  .head-to-head{grid-template-columns:1fr 1fr!important}
  .pick-badge{grid-column:1/-1!important;grid-row:2!important;min-height:84px!important}
  .player-block.right{grid-column:2!important}
}
@media(max-width:620px){
  .match-hero{padding:17px!important;border-radius:19px!important}
  .match-hero.is-live-match:before{margin:-17px -17px 14px}
  .match-hero h1,.match-hero.is-doubles h1{font-size:29px!important;line-height:1.05!important}
  .match-live-board{padding:9px!important}
  .match-live-board-grid{grid-template-columns:minmax(86px,1fr) repeat(3,43px)!important}
  .match-live-board-grid>*{padding:7px 5px!important}
  .match-live-board-grid strong{font-size:14px!important}
  .mlb-player b{font-size:10px!important}
  .head-to-head{grid-template-columns:1fr!important;margin-top:10px!important}
  .player-block.right,.pick-badge{grid-column:auto!important;grid-row:auto!important}
  .player-block{min-height:100px!important}
  .pick-badge{min-height:78px!important}
}

/* ScoreTennis.ru 10.4 — LIVE scoreboard clarity + compact premium fixes */
.match-hero.is-live-match:before{display:none!important}
.match-hero.is-live-match{padding-top:20px!important;background:linear-gradient(145deg,#101713,#17211a)!important}
.match-hero.is-live-match h1{font-size:clamp(28px,3.05vw,42px)!important;line-height:1.02!important;margin-top:10px!important}
.match-live-board{margin:10px 0 12px!important;padding:10px!important;border-radius:15px!important;background:rgba(255,255,255,.04)!important;overflow:hidden!important}
.match-live-board-head{margin:0 0 8px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
.match-live-board-head>div{display:flex;align-items:center;gap:9px;min-width:0}
.live-set-summary{display:inline-flex;align-items:center;gap:4px;color:#98aa9f;font-size:10px;white-space:nowrap}
.live-set-summary b{color:#dce9e1;font-size:11px;font-variant-numeric:tabular-nums}
.match-live-board-grid{overflow:hidden!important;border-radius:11px!important;background:rgba(4,9,6,.22)!important}
.match-live-board-grid .mlb-head{white-space:nowrap!important}
.match-live-board-grid .mlb-head.is-tb,.match-live-board-grid strong.is-tb{color:#f1cf79!important}
.match-live-board-grid strong{font-variant-numeric:tabular-nums!important}
.mlb-player b{white-space:normal!important;line-height:1.15!important}
.live-score-strip .live-tb small,.live-score-strip .live-tb b{color:#9a6d00!important}
.match-card.is-live .live-score-strip .live-tb b,.live-match-card .live-score-strip .live-tb b{color:#9a6d00!important}
.match-hero.is-live-match .head-to-head{margin-top:14px!important}
.match-hero.is-live-match .player-block{padding:14px 16px!important}
.match-hero.is-live-match .pick-badge{padding:14px 12px!important}
.match-hero.is-live-match .free-bigprob{font-size:29px!important}

@media(max-width:760px){
  .match-live-board{overflow-x:auto!important;-webkit-overflow-scrolling:touch}
  .match-live-board-head{position:sticky;left:0;min-width:100%;background:linear-gradient(90deg,#17211a 80%,rgba(23,33,26,0));z-index:2;padding-bottom:2px}
  .match-live-board-grid{width:max-content!important;max-width:none!important}
  .match-hero.is-live-match h1{font-size:clamp(27px,8vw,36px)!important}
}


/* ScoreTennis.ru 10.4.1 — home/link recovery */
.match-card[data-fast-match]{cursor:pointer}
.match-card .card-link,.live-match-card a,.nav a,.hero-quick a,.growth-link-grid a{position:relative;z-index:2;pointer-events:auto}
.home-retry{display:flex!important;align-items:center;gap:12px;flex-wrap:wrap;text-align:left!important}
.home-retry b{width:100%}
.home-retry button{border:0;border-radius:12px;background:#102017;color:#fff;padding:10px 14px;font:inherit;font-weight:800;cursor:pointer}
.home-retry a{font-weight:800;color:#0d8750}
.match-loading{min-height:110px!important}


/* =========================================================
   ScoreTennis.ru 11.2 — LIVE match board repair
   Fixes dynamic 4+ score columns, removes desktop truncation,
   makes stale LIVE data explicit and reduces visual bulk.
   ========================================================= */
.match-hero.is-live-match h1{font-size:clamp(27px,2.72vw,39px)!important;line-height:1.04!important;letter-spacing:-.042em!important;max-width:1120px!important}
.match-hero.is-live-match.is-doubles h1{font-size:clamp(26px,2.58vw,37px)!important}
.match-live-board{margin:10px 0 12px!important;padding:10px 11px!important;overflow:hidden!important}
.match-live-board-head{min-height:28px!important;margin-bottom:8px!important}
.match-live-board-head>div{flex-wrap:wrap!important;row-gap:5px!important}
.live-set-summary{gap:5px!important}
.live-current-set{color:#81958a!important;font-size:10px!important;font-weight:700!important;white-space:nowrap!important}
.live-refresh-age{transition:color .2s ease!important}
.live-refresh-age.is-stale{color:#e8c56f!important;font-weight:750!important}
.match-live-board.is-live-stale{opacity:1!important;border-color:rgba(232,197,111,.34)!important;background:rgba(232,197,111,.045)!important}
.match-live-board.is-live-stale .live-pill{filter:none!important}

/* The number of score columns changes during a match. The JS/PHP renderer
   supplies the exact grid inline with !important; these rules only style it. */
.match-live-board-grid{width:100%!important;max-width:100%!important;border-radius:11px!important;background:rgba(3,8,5,.2)!important}
.match-live-board-grid>*{min-width:0!important;min-height:34px!important;padding:7px 9px!important;border-bottom:1px solid rgba(255,255,255,.065)!important}
.match-live-board-grid .mlb-head{justify-content:center!important;text-align:center!important;padding-top:6px!important;padding-bottom:6px!important;font-size:8px!important}
.match-live-board-grid strong{display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;line-height:1!important;font-variant-numeric:tabular-nums!important}
.mlb-player{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;overflow:visible!important;color:#fff!important}
.mlb-player b{display:block!important;min-width:0!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:normal!important;word-break:normal!important;line-height:1.17!important;font-size:13px!important}
.match-live-board-grid .mlb-head.is-tb,.match-live-board-grid strong.is-tb{color:#f0cf76!important;background:rgba(240,207,118,.035)!important}

.match-hero.is-live-match .pick-badge{background:linear-gradient(180deg,#e4f1e8,#dbeadf)!important;box-shadow:inset 0 0 0 1px rgba(18,55,35,.06)!important}
.match-hero.is-live-match .pick-badge strong{color:#15231a!important}
.match-hero.is-live-match .pick-badge span{color:#66796d!important}

@media(max-width:760px){
  .match-live-board{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .match-live-board-head{position:sticky!important;left:0!important;z-index:2!important;min-width:100%!important;padding-right:2px!important}
  .match-live-board-grid{width:max-content!important;max-width:none!important}
  .match-hero.is-live-match h1,.match-hero.is-live-match.is-doubles h1{font-size:clamp(26px,7.5vw,34px)!important}
}
@media(max-width:480px){
  .match-live-board-head{align-items:flex-start!important;flex-direction:column!important;gap:6px!important}
  .match-live-board-head>div{width:100%!important}
  .live-refresh-age{white-space:normal!important;line-height:1.3!important}
}

html,body,body *,button,input,select,textarea,optgroup,option,code,pre,kbd,samp,svg text{font-family:"Roboto",Arial,sans-serif!important}
