/* CTR_BETTING_AI_REPORT_SITE_V2 */
:root{
  --crr-bg:#f4f2ed;
  --crr-card:#fff;
  --crr-soft:#f7f6f2;
  --crr-ink:#111418;
  --crr-muted:#66707a;
  --crr-line:#d9dde1;
  --crr-black:#090d12;
  --crr-accent:#b9ff3b;
  --crr-blue:#315bff;
  --crr-shadow:0 18px 48px rgba(15,18,22,.08)
}
html{background:var(--crr-bg)!important}
body.cr-betting-ai-report-page{
  margin:0!important;
  min-height:100vh;
  background:
    radial-gradient(circle at 12% 7%,rgba(185,255,59,.10),transparent 25rem),
    linear-gradient(180deg,#f8f6f1 0,var(--crr-bg) 38rem)!important;
  color:var(--crr-ink)!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  line-height:1.62
}
body.cr-betting-ai-report-page *{box-sizing:border-box}
body.cr-betting-ai-report-page>.theme-toggle{display:none!important}
body.cr-betting-ai-report-page .cru21-header{
  position:sticky!important;
  top:0!important;
  z-index:2000!important
}
body.cr-betting-ai-report-page .crr-main{
  width:min(1120px,calc(100% - 32px));
  margin:0 auto;
  padding:34px 0 80px
}
body.cr-betting-ai-report-page .crr-main h1,
body.cr-betting-ai-report-page .crr-main h2,
body.cr-betting-ai-report-page .crr-main h3{
  font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;
  color:var(--crr-ink)!important
}
body.cr-betting-ai-report-page .crr-hero{
  position:relative;
  overflow:hidden;
  margin:0 0 22px;
  padding:clamp(28px,5vw,54px);
  border:1px solid #20242a;
  border-radius:28px;
  background:
    linear-gradient(95deg,rgba(5,8,12,.96),rgba(8,13,19,.78)),
    radial-gradient(circle at 79% 46%,rgba(38,154,204,.20),transparent 33rem),
    #080c11;
  color:#fff;
  box-shadow:var(--crr-shadow)
}
body.cr-betting-ai-report-page .crr-hero:after{
  content:"REPORT";
  position:absolute;
  right:-20px;
  bottom:-38px;
  color:rgba(255,255,255,.035);
  font-size:clamp(80px,15vw,180px);
  font-weight:900;
  line-height:.9;
  letter-spacing:-.07em;
  pointer-events:none
}
body.cr-betting-ai-report-page .crr-hero>*{position:relative;z-index:1}
body.cr-betting-ai-report-page .crr-back{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  margin:0 0 22px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#fff!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none!important
}
body.cr-betting-ai-report-page .crr-kicker{
  margin:0 0 12px;
  color:var(--crr-accent)!important;
  font-size:12px;
  font-weight:850;
  letter-spacing:.10em;
  text-transform:uppercase
}
body.cr-betting-ai-report-page .crr-hero h1{
  max-width:900px;
  margin:0 0 17px!important;
  color:#fff!important;
  font-size:clamp(38px,6vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important
}
body.cr-betting-ai-report-page .crr-lead{
  max-width:850px;
  margin:0!important;
  color:#d2d8de!important;
  font-size:clamp(16px,1.7vw,20px)!important;
  line-height:1.55
}
body.cr-betting-ai-report-page .crr-confidence{
  margin:0 0 22px;
  padding:18px 20px;
  border:1px solid rgba(49,91,255,.20);
  border-left:5px solid var(--crr-blue);
  border-radius:14px;
  background:#f2f5ff;
  color:#263047
}
body.cr-betting-ai-report-page .crr-section{
  margin:18px 0;
  padding:clamp(20px,3vw,30px);
  border:1px solid var(--crr-line);
  border-radius:19px;
  background:var(--crr-card);
  color:var(--crr-ink);
  box-shadow:0 10px 28px rgba(18,22,27,.045)
}
body.cr-betting-ai-report-page .crr-section h2{
  margin:0 0 18px!important;
  font-size:clamp(24px,3vw,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important
}
body.cr-betting-ai-report-page .crr-section p,
body.cr-betting-ai-report-page .crr-section li{color:var(--crr-muted)}
body.cr-betting-ai-report-page .crr-section strong,
body.cr-betting-ai-report-page .crr-section b{color:var(--crr-ink)}
body.cr-betting-ai-report-page .crr-snapshot-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px
}
body.cr-betting-ai-report-page .crr-metric{
  min-width:0;
  padding:15px;
  border:1px solid var(--crr-line);
  border-radius:13px;
  background:var(--crr-soft)
}
body.cr-betting-ai-report-page .crr-metric span{
  display:block;
  color:var(--crr-muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase
}
body.cr-betting-ai-report-page .crr-metric strong{
  display:block;
  margin-top:5px;
  color:var(--crr-ink);
  font-size:18px;
  font-weight:850;
  overflow-wrap:anywhere
}
body.cr-betting-ai-report-page .crr-table-wrap{
  width:100%;
  overflow-x:auto;
  border:1px solid var(--crr-line);
  border-radius:14px
}
body.cr-betting-ai-report-page table{
  width:100%;
  min-width:680px;
  border-collapse:collapse;
  background:#fff;
  color:var(--crr-ink)
}
body.cr-betting-ai-report-page th,
body.cr-betting-ai-report-page td{
  padding:13px 14px;
  border-bottom:1px solid var(--crr-line);
  text-align:left
}
body.cr-betting-ai-report-page th{
  background:#11151a;
  color:#fff;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase
}
body.cr-betting-ai-report-page tbody tr:nth-child(even) td{background:#f8f8f6}
body.cr-betting-ai-report-page .crr-checklist,
body.cr-betting-ai-report-page .crr-related{margin:0;padding:0;list-style:none}
body.cr-betting-ai-report-page .crr-checklist li{
  position:relative;
  margin:9px 0;
  padding:12px 14px 12px 42px;
  border:1px solid var(--crr-line);
  border-radius:12px;
  background:var(--crr-soft)
}
body.cr-betting-ai-report-page .crr-checklist li:before{
  content:"✓";
  position:absolute;
  left:14px;
  top:12px;
  color:#2d56e9;
  font-weight:900
}
body.cr-betting-ai-report-page .crr-related{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px
}
body.cr-betting-ai-report-page .crr-related a{
  display:flex;
  min-height:50px;
  align-items:center;
  padding:11px 13px;
  border:1px solid var(--crr-line);
  border-radius:12px;
  background:var(--crr-soft);
  color:var(--crr-ink)!important;
  font-weight:750;
  text-decoration:none!important
}
body.cr-betting-ai-report-page .crr-related a:hover{
  border-color:#9aa2ab;
  background:#fff
}
body.cr-betting-ai-report-page .crr-responsible{
  margin:22px 0 0;
  padding:17px 19px;
  border-left:5px solid #11151a;
  border-radius:12px;
  background:#ebeae5;
  color:#3f464d
}
body.cr-betting-ai-report-page .crr-footer{
  margin-top:46px;
  border-top:1px solid #202c39;
  background:#081523;
  color:#fff
}
body.cr-betting-ai-report-page .crr-footer-inner{
  width:min(1120px,calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:28px;
  padding:38px 0 44px
}
body.cr-betting-ai-report-page .crr-footer strong{
  display:block;
  margin-bottom:9px;
  color:#fff
}
body.cr-betting-ai-report-page .crr-footer p,
body.cr-betting-ai-report-page .crr-footer a{
  display:block;
  margin:6px 0;
  color:#9eacba;
  font-size:14px;
  text-decoration:none
}
body.cr-betting-ai-report-page .crr-footer a:hover{color:#fff}
@media(max-width:820px){
  body.cr-betting-ai-report-page .crr-snapshot-grid,
  body.cr-betting-ai-report-page .crr-related{grid-template-columns:1fr}
  body.cr-betting-ai-report-page .crr-footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  body.cr-betting-ai-report-page .crr-main{
    width:min(100% - 20px,1120px);
    padding-top:18px
  }
  body.cr-betting-ai-report-page .crr-hero{
    padding:27px 20px;
    border-radius:20px
  }
  body.cr-betting-ai-report-page .crr-hero h1{
    font-size:clamp(36px,12vw,54px)!important
  }
  body.cr-betting-ai-report-page .crr-section{
    padding:18px;
    border-radius:16px
  }
  body.cr-betting-ai-report-page .crr-footer-inner{
    width:min(100% - 28px,1120px);
    grid-template-columns:1fr;
    gap:18px
  }
}
