/* ScoreTennis.ru 11.1 — wide + LIVE recovery UI layer.
   Loaded last on every public page. No external fonts or assets. */
:root{
  --st-bg:#f6f8f6;
  --st-card:#fff;
  --st-card-2:#fbfcfb;
  --st-ink:#0d1511;
  --st-soft:#526159;
  --st-muted:#7c8981;
  --st-line:#e2e8e4;
  --st-line-strong:#d5ded8;
  --st-green:#138a52;
  --st-green-2:#0b6e40;
  --st-green-soft:#e9f6ee;
  --st-dark:#0e1712;
  --st-dark-2:#17221b;
  --st-live:#e94c4c;
  --st-radius:18px;
  --st-radius-lg:24px;
  --st-shadow:0 12px 36px rgba(14,27,18,.055);
  --st-shadow-lg:0 24px 70px rgba(14,27,18,.09);
}
html{background:var(--st-bg)!important;scroll-padding-top:82px}
body{background:var(--st-bg)!important;color:var(--st-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:16px!important;line-height:1.5!important}
.container{width:min(1260px,calc(100% - 48px))!important}
a,button,input{transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(19,138,82,.18)!important;outline-offset:2px!important}
.demo-banner,.free-banner{display:none!important}

/* Header */
.site-header{position:sticky!important;top:0!important;z-index:100!important;background:rgba(250,251,250,.94)!important;border-bottom:1px solid rgba(22,40,29,.08)!important;backdrop-filter:blur(14px) saturate(130%)!important}
.header-inner{min-height:68px!important;gap:18px!important;flex-wrap:nowrap!important}
.brand{font-size:20px!important;gap:9px!important;letter-spacing:-.04em!important}
.brand-mark{width:36px!important;height:36px!important;border-radius:12px!important;background:var(--st-dark)!important;color:#d9f7e5!important;box-shadow:none!important}
.brand-tld{color:#6c7a72!important;font-weight:800!important}
.nav{display:flex!important;align-items:center!important;gap:2px!important;flex-wrap:nowrap!important;min-width:0!important}
.nav a{padding:8px 9px!important;border-radius:10px!important;color:#536058!important;font-size:12.5px!important;font-weight:750!important;white-space:nowrap!important}
.nav a:hover{background:#eef2ef!important;color:var(--st-ink)!important}
.nav a.active,.nav a[aria-current="page"]{background:var(--st-dark)!important;color:#fff!important;box-shadow:none!important}
.nav-live{display:inline-flex!important;align-items:center!important;gap:6px!important}
.nav-live>span,.live-dot-inline{width:7px!important;height:7px!important;border-radius:50%!important;background:var(--st-live)!important;box-shadow:0 0 0 4px rgba(233,76,76,.12)!important;flex:none!important}
.header-inner .search-box.compact{max-width:300px!important;margin-left:auto!important;gap:8px!important}
.search-box.compact input,.search-box.compact button{height:42px!important;border-radius:12px!important}
.search-box.compact button{padding:0 16px!important;background:var(--st-green)!important}

/* Homepage hero — compact and task-focused */
.hero{padding:20px 0 10px!important}
.hero-grid{grid-template-columns:minmax(0,1.6fr) 300px!important;gap:14px!important;align-items:stretch!important}
.hero-main,.hero-side{border-radius:22px!important;box-shadow:var(--st-shadow)!important}
.hero-main{padding:30px 34px!important;min-height:0!important;background:linear-gradient(145deg,#0e1712 0%,#142119 70%,#193020 100%)!important}
.hero-main:after{width:300px!important;height:300px!important;right:-80px!important;bottom:-120px!important;opacity:.8!important}
.hero h1{font-size:clamp(34px,4.1vw,52px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin:12px 0 12px!important;max-width:830px!important}
.hero h1 span{color:#9edbb8!important}
.hero-copy{font-size:14px!important;line-height:1.55!important;max-width:780px!important;margin:0!important}
.hero-main .search-box{margin-top:18px!important;max-width:780px!important;gap:8px!important}
.hero-main .search-box input,.hero-main .search-box button{height:50px!important;border-radius:13px!important}
.hero-main .search-box button{padding:0 20px!important;white-space:nowrap!important}
.search-examples{margin-top:10px!important;font-size:12px!important}
.hero-benefits{display:none!important}
.hero-side{padding:18px!important;border-color:var(--st-line)!important;gap:12px!important}
.hero-side h3{font-size:9px!important;margin-bottom:6px!important}
.hero-stat{padding:12px 0!important}
.hero-stat b{font-size:28px!important;margin-bottom:0!important}
.hero-stat span{font-size:11.5px!important;line-height:1.4!important}
.hero-quick{gap:6px!important}
.hero-quick a{padding:10px 11px!important;border-radius:12px!important;font-size:11.5px!important;background:#fafcfa!important}

/* Section rhythm */
.section{padding:26px 0!important}
.hero + .section{padding-top:22px!important}
.section-head{margin-bottom:15px!important;align-items:end!important}
.section h2,.article h2{font-size:clamp(25px,2.8vw,31px)!important;line-height:1.08!important;margin:5px 0 4px!important}
.section-head p{font-size:13px!important}
.eyebrow{font-size:9px!important;letter-spacing:.16em!important}
.page-top{padding-top:28px!important}
.page-title{font-size:clamp(34px,4.6vw,54px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin:10px 0 10px!important}
.lead{font-size:15px!important;line-height:1.6!important;max-width:850px!important}
.breadcrumbs{font-size:11px!important;color:var(--st-muted)!important;margin-bottom:14px!important;overflow-wrap:anywhere!important}

/* Match cards */
.cards-grid{gap:14px!important}
.match-card{border-radius:20px!important;padding:17px!important;border:1px solid var(--st-line)!important;box-shadow:var(--st-shadow)!important;min-height:0!important;cursor:pointer!important;background:var(--st-card)!important}
.match-card:hover{transform:translateY(-2px)!important;border-color:#ccd8d1!important;box-shadow:0 16px 40px rgba(14,27,18,.08)!important}
.card-topline{margin-bottom:14px!important;font-size:9.5px!important}
.players-row{min-height:62px!important;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)!important;gap:8px!important}
.players-row strong{font-size:15px!important;line-height:1.18!important}
.players-row small{font-size:10.5px!important;margin-top:3px!important}
.versus{width:34px!important;height:34px!important;font-size:8px!important}
.player-avatar-sm{width:42px!important;height:42px!important;font-size:10px!important}
.prob-wrap{margin:14px 0 7px!important}
.prob-bar{height:6px!important}
.prob-labels{font-size:11px!important;margin-bottom:5px!important}
.pick-line{font-size:11px!important;min-height:32px!important;padding-top:8px!important}
.card-link{margin-top:8px!important;padding-top:11px!important;font-size:11.5px!important}
.match-card.is-live{border-color:rgba(233,76,76,.28)!important}
.match-card.is-live:before{opacity:1!important;background:linear-gradient(90deg,var(--st-live),#f6a1a1)!important}

/* LIVE blocks */
.live-home-section{padding-top:12px!important;padding-bottom:18px!important}
.live-section-head{align-items:center!important}
.live-pill{display:inline-flex!important;align-items:center!important;gap:6px!important;border-radius:999px!important;background:#fff2f2!important;border:1px solid #ffd5d5!important;color:#bb3434!important;font-size:10px!important;font-weight:900!important;letter-spacing:.04em!important;padding:5px 8px!important}
.live-pill i{width:7px!important;height:7px!important;border-radius:50%!important;background:var(--st-live)!important;box-shadow:0 0 0 4px rgba(233,76,76,.10)!important}
.live-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
.live-match-card{border:1px solid #f0dcdc!important;background:#fff!important;border-radius:18px!important;padding:15px!important;box-shadow:var(--st-shadow)!important}
.live-card-top,.live-card-bottom{display:flex!important;justify-content:space-between!important;gap:10px!important;align-items:center!important;font-size:10px!important;color:var(--st-muted)!important}
.live-card-players{display:grid!important;grid-template-columns:1fr 28px 1fr!important;gap:7px!important;align-items:center!important;margin:12px 0!important}
.live-card-players>div{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important}
.live-card-players>div:last-child{justify-content:flex-end!important;text-align:right!important}
.live-card-players b{font-size:13px!important;line-height:1.15!important;overflow-wrap:anywhere!important}
.live-score-strip{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important;margin:10px 0!important;padding:8px 10px!important;border-radius:12px!important;background:#f7faf8!important;border:1px solid var(--st-line)!important}
.live-score-strip>span:not(.live-pill){display:flex!important;gap:5px!important;align-items:baseline!important}
.live-score-strip small{font-size:9px!important;color:var(--st-muted)!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.live-score-strip b{font-size:13px!important}
.live-score-pending{font-size:10.5px!important;color:var(--st-muted)!important}

/* Match page */
.match-hero{border-radius:24px!important;padding:24px 26px!important;margin-bottom:14px!important;box-shadow:var(--st-shadow-lg)!important}
.match-hero h1{font-size:clamp(30px,4vw,48px)!important;line-height:1.02!important;margin:10px 0 6px!important;max-width:1080px!important}
.match-hero.is-doubles h1{font-size:clamp(27px,3.4vw,42px)!important;line-height:1.05!important}
.match-hero>p{font-size:13px!important;margin:0 0 10px!important}
.match-kicker{font-size:10px!important}
.head-to-head{grid-template-columns:minmax(0,1fr) 170px minmax(0,1fr)!important;gap:10px!important;margin:16px 0 12px!important}
.player-block{border-radius:16px!important;padding:14px!important;min-height:116px!important;gap:8px!important}
.player-block .auto-player-link{font-size:17px!important;line-height:1.16!important}
.player-block small{font-size:10px!important}
.player-avatar-lg{width:58px!important;height:58px!important;font-size:12px!important}
.free-bigprob{font-size:27px!important}
.pick-badge{border-radius:16px!important;padding:14px 10px!important;min-height:116px!important}
.pick-badge small{font-size:9px!important;letter-spacing:.08em!important}
.pick-badge strong{font-size:15px!important;line-height:1.18!important}
.pick-badge span{font-size:9.5px!important}
.match-hero .prob-wrap{margin:10px 0 0!important}
.match-layout{grid-template-columns:minmax(0,1fr) 300px!important;gap:14px!important}
.panel{border-radius:18px!important;padding:20px!important;margin-bottom:14px!important;box-shadow:var(--st-shadow)!important}
.panel h2{font-size:24px!important;line-height:1.1!important;margin:6px 0 12px!important}
.sticky{top:84px!important}

/* Live scoreboard on match page */
.match-live-board{margin:13px 0 12px!important;padding:12px!important;border-radius:16px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.09)!important;overflow-x:auto!important}
.match-live-board-head{display:flex!important;justify-content:space-between!important;gap:12px!important;align-items:center!important;margin-bottom:8px!important}
.match-live-board-head>div{display:flex!important;align-items:center!important;gap:8px!important}
.match-live-board-head small{color:#8fa096!important;font-size:9.5px!important;white-space:nowrap!important}
.live-set-summary{font-size:10px!important;color:#a8b7ae!important}
.match-live-board-grid{display:grid!important;align-items:center!important;gap:0!important;border-radius:12px!important;overflow:hidden!important;background:rgba(0,0,0,.12)!important}
.match-live-board-grid>*{min-height:38px!important;display:flex!important;align-items:center!important;padding:7px 9px!important;border-bottom:1px solid rgba(255,255,255,.07)!important}
.match-live-board-grid .mlb-head{font-size:8px!important;text-transform:uppercase!important;letter-spacing:.07em!important;color:#8ea097!important;justify-content:center!important}
.match-live-board-grid .mlb-player{font-size:12px!important;gap:7px!important;color:#f5f8f6!important;min-width:0!important}
.match-live-board-grid strong{font-size:14px!important;justify-content:center!important;color:#fff!important}
.server-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#c7ee54!important;box-shadow:0 0 0 4px rgba(199,238,84,.10)!important;flex:none!important}
.score-changed strong{animation:stScoreFlash .75s ease}
@keyframes stScoreFlash{0%{background:rgba(126,226,169,.28)}100%{background:transparent}}

/* Data / KPI cards */
.growth-kpis,.int-summary,.int-coverage{gap:8px!important}
.growth-kpis>div,.int-summary>div,.int-coverage>div,.official-ranking-meta>div{border-radius:14px!important;padding:14px!important;box-shadow:none!important;background:#fff!important;border:1px solid var(--st-line)!important}
.growth-kpis b,.int-summary b,.int-coverage b,.official-ranking-meta b{font-size:20px!important}
.growth-kpis span,.int-summary span,.int-coverage span,.official-ranking-meta span{font-size:10px!important}

/* Lists and rankings */
.int-ranking-list{border-radius:18px!important;box-shadow:var(--st-shadow)!important;border-color:var(--st-line)!important}
.int-ranking-row{min-height:68px!important;padding:10px 14px!important;border-bottom-color:var(--st-line)!important}
.int-ranking-row:hover{background:#f8faf8!important}
.int-rank-pos{width:28px!important;height:28px!important;border-radius:9px!important}
.int-rank-name b{font-size:14px!important}
.int-rank-name small,.int-ranking-row>span>small{font-size:9.5px!important}
.official-ranking-meta{gap:10px!important;margin:14px 0!important}
.ranking-table-head{font-size:9px!important;color:var(--st-muted)!important}
.rank-switch,.int-filterbar{box-shadow:none!important}

/* Best predictions */
.int-pick-grid{gap:12px!important}
.int-pick-card{border-radius:18px!important;padding:15px!important;box-shadow:var(--st-shadow)!important}
.int-pick-main{border-radius:13px!important;padding:11px!important}
.int-score b{font-size:26px!important}

/* Utility boxes and footer */
.feature-grid{gap:14px!important}
.feature-box,.trust-grid>div{border-radius:18px!important;padding:20px!important;box-shadow:var(--st-shadow)!important}
.feature-box h3{font-size:21px!important}
.growth-link-grid{gap:7px!important}
.growth-link-grid a{padding:11px 12px!important;border-radius:11px!important;font-size:11.5px!important}
.trust-grid{gap:12px!important}
.footer{margin-top:18px!important;padding:28px 0!important}
.footer-inner{gap:22px!important}
.footer p,.footer a{font-size:11px!important}

/* Empty/loading states */
.empty,.match-loading{border-radius:16px!important;padding:20px!important;min-height:92px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;text-align:center!important}
.match-loading span{width:16px!important;height:16px!important;border:2px solid #d6e0d9!important;border-top-color:var(--st-green)!important;border-radius:50%!important;animation:stSpin .7s linear infinite!important}
@keyframes stSpin{to{transform:rotate(360deg)}}
.home-retry{flex-wrap:wrap!important}
.home-retry button{border:0!important;border-radius:10px!important;background:var(--st-dark)!important;color:#fff!important;padding:8px 11px!important;font-weight:800!important}

/* Admin pages inherit the same compact system */
.admin-card,.prod-status{border-radius:16px!important;box-shadow:var(--st-shadow)!important}
.prod-status-grid{gap:8px!important}
.prod-actions a,.prod-actions button,.admin-card button{border-radius:10px!important;background:var(--st-dark)!important}

/* Mobile/tablet */
@media(max-width:1080px){
  .header-inner{flex-wrap:wrap!important;padding:8px 0!important;gap:8px 14px!important}
  .brand{order:1!important}.header-inner .compact{order:2!important;width:auto!important;max-width:360px!important;margin-left:auto!important}.nav{order:3!important;width:100%!important;overflow-x:auto!important;padding-bottom:2px!important;scrollbar-width:none!important}.nav::-webkit-scrollbar{display:none!important}
  .hero-grid{grid-template-columns:1fr!important}.hero-side{display:grid!important;grid-template-columns:1fr 1fr!important}.hero-stat{padding:8px 0!important}
  .cards-grid,.live-grid,.int-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .match-layout{grid-template-columns:1fr!important}.sticky{position:static!important}
}
@media(max-width:760px){
  .container{width:min(100% - 24px,1260px)!important}
  .site-header{position:sticky!important}
  .header-inner{min-height:60px!important}
  .brand{font-size:18px!important}.brand-mark{width:34px!important;height:34px!important}
  .header-inner .compact{width:100%!important;max-width:none!important;order:3!important}.nav{order:2!important;width:calc(100% - 145px)!important;margin-left:auto!important}.search-box.compact input,.search-box.compact button{height:40px!important}
  .hero{padding-top:12px!important}.hero-main{padding:24px 20px!important;border-radius:18px!important}.hero h1{font-size:36px!important}.hero-copy{font-size:13px!important}.hero-main .search-box{flex-direction:row!important}.hero-main .search-box input,.hero-main .search-box button{height:46px!important}.hero-main .search-box button{width:auto!important}
  .hero-side{grid-template-columns:1fr!important;border-radius:18px!important}.hero-side>div:first-child{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.hero-side h3{grid-column:1/-1!important}.hero-stat{border:1px solid var(--st-line)!important;border-radius:12px!important;padding:10px!important}.hero-stat b{font-size:21px!important}.hero-stat span{font-size:9.5px!important}
  .section{padding:20px 0!important}.section-head{align-items:flex-start!important;flex-direction:column!important;gap:6px!important}
  .cards-grid,.live-grid,.int-pick-grid,.trust-grid{grid-template-columns:1fr!important}
  .match-hero{padding:18px!important;border-radius:18px!important}.match-hero h1,.match-hero.is-doubles h1{font-size:30px!important}.head-to-head{grid-template-columns:1fr 1fr!important}.pick-badge{grid-column:1/-1!important;min-height:90px!important}.player-block{min-height:108px!important}.player-block.right{grid-column:auto!important}.player-avatar-lg{width:48px!important;height:48px!important}.player-block .auto-player-link{font-size:15px!important}
  .growth-kpis,.growth-kpis-large,.growth-kpis-player,.growth-meta,.growth-h2h,.growth-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .feature-grid{grid-template-columns:1fr!important}
  .footer-inner{flex-direction:column!important}
}
@media(max-width:520px){
  .brand-tld{display:none!important}.nav{width:calc(100% - 72px)!important}.nav a{padding:7px 8px!important;font-size:11.5px!important}
  .header-inner .compact{display:flex!important;width:100%!important;max-width:none!important}
  .hero-main{padding:20px 17px!important}.hero h1{font-size:31px!important;line-height:1.04!important}.hero-main .search-box{flex-direction:column!important}.hero-main .search-box button{width:100%!important}.hero-side>div:first-child{grid-template-columns:1fr!important}.hero-stat{display:flex!important;justify-content:space-between!important;align-items:center!important}.hero-stat span{max-width:65%!important;text-align:right!important}
  .page-title{font-size:34px!important}.match-hero h1,.match-hero.is-doubles h1{font-size:27px!important}.head-to-head{grid-template-columns:1fr!important}.player-block.right{grid-column:auto!important}.pick-badge{grid-column:auto!important}.growth-kpis,.growth-kpis-large,.growth-kpis-player,.growth-meta,.growth-h2h,.growth-form-grid{grid-template-columns:1fr!important}
  .match-live-board-grid{min-width:440px!important}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* 11.1: wide layout + LIVE recovery */
.nav-live{display:inline-flex!important;align-items:center!important;gap:6px!important}
.nav-live>span{display:inline-block!important;width:7px!important;height:7px!important;border-radius:50%!important;background:var(--st-live)!important;box-shadow:0 0 0 4px rgba(233,76,76,.12)!important;flex:none!important}
@media(max-width:1080px){.container{width:min(1260px,calc(100% - 32px))!important}}
@media(max-width:760px){.container{width:min(100% - 24px,1260px)!important}}

/* ============================================================
   ScoreTennis.ru 12.0 — Forecast Core
   Prediction-first product layer. Loaded last.
   ============================================================ */
.forecast-home .hero{padding-top:32px!important}
.forecast-hero .hero-main{background:linear-gradient(140deg,#0d1711 0%,#13261b 100%)!important}
.forecast-hero .hero-main h1{max-width:880px!important}
.forecast-hero .hero-main h1 span{color:#b8e9c9!important}
.forecast-hero .hero-copy{max-width:830px!important;color:#c1cec6!important}
.forecast-hero-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:22px 0 14px!important}
.forecast-primary-cta,.forecast-secondary-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:0 16px!important;border-radius:12px!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important}
.forecast-primary-cta{background:#e9f8ee!important;color:#0d1711!important}
.forecast-primary-cta:hover{background:#fff!important;transform:translateY(-1px)!important}
.forecast-secondary-cta{border:1px solid rgba(255,255,255,.16)!important;color:#eef7f1!important;background:rgba(255,255,255,.055)!important}
.forecast-principles{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:12px!important}
.forecast-principles span{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:5px 10px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:999px!important;color:#aebdb4!important;font-size:10.5px!important;font-weight:700!important}
.forecast-hero-proof h3{margin:7px 0 10px!important;font-size:20px!important;line-height:1.2!important}
.home-model-kpis{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
.forecast-hero-proof .hero-stat{display:grid!important;grid-template-columns:minmax(72px,auto) 1fr!important;align-items:center!important;gap:12px!important;border-top:1px solid var(--st-line)!important;padding:11px 0!important}
.forecast-hero-proof .hero-stat b{font-size:27px!important;line-height:1!important;color:var(--st-green)!important}
.forecast-hero-proof .hero-stat span{font-size:10.5px!important;color:var(--st-soft)!important}
.forecast-section-head{margin-bottom:12px!important}
.forecast-filter-bar{display:flex!important;gap:7px!important;overflow-x:auto!important;padding:2px 0 12px!important;scrollbar-width:none!important}
.forecast-filter-bar::-webkit-scrollbar{display:none!important}
.forecast-filter{flex:none!important;border:1px solid var(--st-line)!important;background:#fff!important;color:var(--st-soft)!important;border-radius:999px!important;padding:8px 12px!important;font:inherit!important;font-size:11px!important;font-weight:800!important;cursor:pointer!important}
.forecast-filter:hover{border-color:#b8cabe!important;color:var(--st-ink)!important}
.forecast-filter.active{background:var(--st-dark)!important;color:#fff!important;border-color:var(--st-dark)!important}
.forecast-best-grid{min-height:160px!important}
.forecast-match-card[hidden]{display:none!important}
.forecast-match-card{position:relative!important}
.prediction-card-flag{display:grid!important;gap:2px!important;margin-top:13px!important;padding:11px 12px!important;border-radius:13px!important;background:var(--st-green-soft)!important;border:1px solid #d5ebdd!important}
.prediction-card-flag small{font-size:8px!important;letter-spacing:.1em!important;font-weight:900!important;color:var(--st-green-2)!important}
.prediction-card-flag b{font-size:13px!important;line-height:1.25!important;color:var(--st-ink)!important}
.prediction-card-flag span{font-size:9.5px!important;color:var(--st-soft)!important}
.prediction-card-flag.is-neutral{background:#f4f6f4!important;border-color:var(--st-line)!important}
.prediction-card-flag.is-neutral small{color:var(--st-muted)!important}
.forecast-match-card .card-link{margin-top:10px!important}
.live-secondary-home{margin-top:4px!important;padding-top:14px!important;border-top:1px solid var(--st-line)!important}
.live-secondary-home .live-section-head h2{display:flex!important;align-items:center!important;gap:8px!important}
.live-secondary-home .live-pill{font-size:9px!important}
.forecast-feature-grid .feature-box{min-height:240px!important}

/* Match page: forecast is primary; live score is deliberately quieter. */
.forecast-first{position:relative!important}
.forecast-lock-line{display:flex!important;flex-wrap:wrap!important;gap:7px 12px!important;margin:8px 0 0!important;color:#99aa9f!important;font-size:10px!important}
.forecast-pick-badge{box-shadow:0 8px 26px rgba(19,138,82,.08)!important}
.live-secondary{margin-top:13px!important;padding-top:11px!important;border-top:1px solid rgba(255,255,255,.08)!important}
.live-secondary-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:5px!important;color:#94a49a!important;font-size:9.5px!important}
.live-secondary-title b{color:#c1d0c6!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.forecast-answer{border-top:3px solid var(--st-green)!important}
.forecast-result-box{margin-top:14px!important;padding:12px 14px!important;border-radius:13px!important;background:#f6f8f6!important;border:1px solid var(--st-line)!important}
.forecast-verdict{display:inline-flex!important;align-items:center!important;padding:5px 9px!important;border-radius:999px!important;font-size:10px!important;font-weight:900!important}
.forecast-verdict.ok{background:#e6f6ec!important;color:#087342!important}
.forecast-verdict.bad{background:#fff0f0!important;color:#ad3838!important}
.forecast-verdict.neutral{background:#eff2ef!important;color:#66736b!important}
.forecast-passport-grid{display:grid!important;gap:0!important;margin:10px 0!important}
.forecast-passport-grid>div{display:flex!important;justify-content:space-between!important;gap:12px!important;padding:9px 0!important;border-bottom:1px solid var(--st-line)!important}
.forecast-passport-grid span{font-size:9.5px!important;color:var(--st-muted)!important}
.forecast-passport-grid b{font-size:10.5px!important;text-align:right!important}

/* Public model statistics */
.forecast-kpis{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.stats-grid-12{display:grid!important;grid-template-columns:1.35fr .85fr!important;gap:14px!important;margin:14px 0!important}
.calibration-list,.model-metric-list{display:grid!important;gap:7px!important;margin-top:12px!important}
.calibration-row{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:8px!important;align-items:center!important;padding:11px 12px!important;border:1px solid var(--st-line)!important;border-radius:12px!important;background:#fbfcfb!important}
.calibration-row>div{display:grid!important;gap:2px!important}
.calibration-row b,.calibration-row strong{font-size:12px!important}
.calibration-row span,.calibration-row small{font-size:9px!important;color:var(--st-muted)!important}
.model-metric-row{display:grid!important;grid-template-columns:1fr auto auto!important;gap:10px!important;align-items:center!important;padding:11px 12px!important;border:1px solid var(--st-line)!important;border-radius:12px!important;background:#fbfcfb!important}
.model-metric-row b,.model-metric-row strong{font-size:12px!important}
.model-metric-row span{font-size:9.5px!important;color:var(--st-muted)!important}
.methodology-12 .panel{margin-top:14px!important}
.methodology-12 .growth-meta>div b{line-height:1.25!important}

@media(max-width:1080px){
  .forecast-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .stats-grid-12{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  .forecast-hero-actions{display:grid!important;grid-template-columns:1fr!important}
  .forecast-primary-cta,.forecast-secondary-cta{width:100%!important}
  .forecast-principles{gap:5px!important}
  .forecast-principles span{font-size:9px!important}
  .forecast-hero-proof .hero-stat{display:grid!important;grid-template-columns:75px 1fr!important;padding:9px 10px!important}
  .forecast-hero-proof .hero-stat b{font-size:22px!important}
  .forecast-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .calibration-row{grid-template-columns:1fr 1fr!important}
  .calibration-row>div:first-child{grid-column:1/-1!important}
  .live-secondary-title{align-items:flex-start!important;flex-direction:column!important}
}
@media(max-width:520px){
  .forecast-filter{padding:7px 10px!important;font-size:10px!important}
  .forecast-kpis{grid-template-columns:1fr!important}
  .model-metric-row{grid-template-columns:1fr auto!important}
  .model-metric-row span{grid-column:1/-1!important}
}


/* ============================================================
   ScoreTennis.ru 12.1 — Trust & Focus
   Strong forecasts first; prematch and LIVE are separate products.
   ============================================================ */
.forecast-hero .hero-main h1{font-size:clamp(40px,4.2vw,58px)!important;line-height:1.01!important;max-width:900px!important}
.forecast-hero .hero-copy{font-size:14px!important;line-height:1.6!important;max-width:800px!important}
.forecast-hero-proof .model-proof-pending h3,.forecast-hero-proof .model-proof-ready h3{font-size:21px!important;line-height:1.18!important;margin:8px 0 10px!important}
.forecast-hero-proof .model-proof-pending p{margin:0!important;color:var(--st-soft)!important;font-size:11px!important;line-height:1.55!important}
.model-proof-progress{display:grid!important;gap:7px!important;margin-top:14px!important}
.model-proof-progress>span{display:block!important;height:7px!important;border-radius:999px!important;overflow:hidden!important;background:#e8eeea!important}
.model-proof-progress>span>i{display:block!important;height:100%!important;width:0;border-radius:inherit!important;background:var(--st-green)!important;transition:width .35s ease!important}
.model-proof-progress small{font-size:9.5px!important;color:var(--st-muted)!important}
.model-proof-pending[hidden],.model-proof-ready[hidden],.model-proof-progress[hidden]{display:none!important}

.forecast-best-grid.has-one{grid-template-columns:minmax(0,820px)!important}
.forecast-best-grid.has-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:1040px!important}
.forecast-best-grid>.forecast-best-empty{grid-column:1/-1!important}
.forecast-best-empty,.prematch-empty{display:grid!important;gap:6px!important;justify-items:start!important;padding:20px 22px!important;border:1px solid var(--st-line)!important;border-radius:18px!important;background:#fbfcfb!important;color:var(--st-soft)!important}
.forecast-best-empty b,.prematch-empty b{font-size:15px!important;color:var(--st-ink)!important}
.forecast-best-empty span,.prematch-empty span{font-size:11px!important;line-height:1.5!important}
.forecast-best-empty a,.prematch-empty a{margin-top:4px!important;font-size:11px!important;font-weight:850!important;color:var(--st-green-2)!important}

.forecast-card-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:4px 0 9px!important;color:var(--st-muted)!important;font-size:9px!important;text-transform:lowercase!important}
.forecast-match-card.is-neutral-forecast{background:#fbfcfb!important;box-shadow:none!important;border-color:#e2e8e4!important}
.forecast-match-card.is-neutral-forecast:hover{box-shadow:0 10px 28px rgba(14,27,18,.055)!important}
.forecast-match-card.is-neutral-forecast .prob-left{opacity:.55!important}
.forecast-match-card.is-neutral-forecast .prediction-card-flag{background:#f4f6f4!important}
.prediction-card-flag.is-neutral b{font-size:12px!important;color:#4f5c54!important}
.prediction-card-flag.is-neutral span{color:#8a958e!important}
.prematch-home-section .forecast-match-card:not(.is-neutral-forecast){border-color:#d6e4da!important}

.live-forecast-memory{display:grid!important;gap:2px!important;margin-top:9px!important;padding:10px 11px!important;border-radius:12px!important;background:#f5f8f6!important;border:1px solid var(--st-line)!important}
.live-forecast-memory small{font-size:8px!important;font-weight:900!important;letter-spacing:.1em!important;color:var(--st-green-2)!important}
.live-forecast-memory b{font-size:11.5px!important;line-height:1.25!important;color:var(--st-ink)!important}
.live-forecast-memory span{font-size:9px!important;color:var(--st-muted)!important}
.live-secondary-home{padding-top:24px!important;margin-top:16px!important}

.model-stats-collecting{display:grid!important;gap:12px!important;margin:16px 0!important;padding:22px!important;border:1px solid var(--st-line)!important;border-radius:18px!important;background:#fbfcfb!important}
.model-stats-collecting h2{margin:0!important;font-size:24px!important}
.model-stats-collecting p{margin:0!important;max-width:760px!important;color:var(--st-soft)!important}
.model-stats-collecting .model-proof-progress{max-width:520px!important}

@media(max-width:1080px){
  .forecast-best-grid.has-one,.forecast-best-grid.has-two{max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .forecast-best-grid.has-one{grid-template-columns:minmax(0,1fr)!important}
}
@media(max-width:760px){
  .forecast-hero .hero-main h1{font-size:36px!important}
  .forecast-hero .hero-copy{font-size:12.5px!important}
  .forecast-best-grid.has-two{grid-template-columns:1fr!important}
  .forecast-card-meta{font-size:8.5px!important}
  .forecast-best-empty,.prematch-empty{padding:16px!important}
}
