*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{min-height:100dvh;line-height:1.6;font-family:'Segoe UI',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#e8edf2;background:#1A2633}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
ul[role="list"],ol[role="list"]{list-style:none}
h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.2}
p,li,figcaption{text-wrap:pretty}
a{color:inherit;text-decoration:none}
button{cursor:pointer;background:none;border:none}
::selection{background:rgba(33,150,243,0.25);color:#e8edf2}
:focus-visible{outline:2px solid #2196F3;outline-offset:3px;border-radius:3px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}
.pg-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
header{background:#FADA72;position:sticky;top:0;z-index:100}
.hd-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 10px}
.hd-logo-img{display:block;width:150px;height:48px;object-fit:contain}
.hd-burger{display:flex;flex-direction:column;justify-content:center;padding:8px;background:none;border:none;cursor:pointer}
.hd-burger span{display:block;width:24px;height:2px;background:#1A2633;margin:3px 0;transition:transform 180ms ease,opacity 180ms ease}
.hd-desk{display:none}
.hd-mobile-menu{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#FADA72;z-index:200;overflow-y:auto}
.hd-mobile-menu.mm-open{display:flex}
.mm-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 10px}
.mm-bar img{width:150px;height:48px;object-fit:contain}
.mm-close{font-size:1.8rem;line-height:1;color:#1A2633;background:none;border:none;cursor:pointer;padding:4px 8px}
.mm-nav{list-style:none;padding:10px 10px;display:flex;flex-direction:column}
.mm-item{display:flex;align-items:center;flex-wrap:wrap;border-bottom:1px solid rgba(26,38,51,0.12)}
.mm-item a,.mm-item span,.mm-active{display:inline-flex;align-items:center;padding:12px 0;font-size:1rem;color:#1A2633;font-weight:600;text-decoration:none}
.mm-arrow{display:inline-flex;align-items:center;padding-left:6px !important;cursor:pointer;color:#1A2633;font-size:0.75rem;padding:10px 6px}
.mm-sub{display:none;width:100%;flex-direction:column;padding-left:16px;list-style:none}
.mm-sub.mm-sub-open{display:flex}
.mm-sub li a{display:block;padding:10px 0;color:#1A2633;font-size:0.9rem;text-decoration:none}
.mm-auth{display:flex;padding:16px 10px;gap:10px}
.btn-login{flex:1;text-align:center;padding:10px;border:2px solid #2196F3;border-radius:6px;color:#2196F3;font-weight:700;font-size:0.95rem;transition:background 180ms,color 180ms}
.btn-login:hover{background:#2196F3;color:#fff}
.btn-signup{flex:1;text-align:center;padding:10px;background:#2196F3;border:2px solid #2196F3;border-radius:6px;color:#fff;font-weight:700;font-size:0.95rem;transition:background 180ms,border-color 180ms}
.btn-signup:hover{background:#1565C0;border-color:#1565C0}
@media(min-width:1081px){
.hd-bar{display:none}
.hd-mobile-menu{display:none!important}
.hd-desk{display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:#FADA72}
.hd-logo-desk{display:block;width:150px;height:48px;object-fit:contain;flex-shrink:0}
.desk-nav-list{display:flex;align-items:center;list-style:none;gap:0}
.desk-item{display:flex;align-items:center;position:relative}
.desk-item > a,.desk-active{display:inline-flex;align-items:center;padding:16px 14px;color:#1A2633;font-weight:600;font-size:0.95rem;white-space:nowrap;text-decoration:none}
.desk-item > a:hover{color:#0E1924}
.desk-active{padding:16px 14px;font-weight:600;font-size:0.95rem;color:#0E1924}
.desk-arrow{display:inline-flex;align-items:center;padding-left:2px;color:#1A2633;font-size:0.7rem;cursor:default;transition:transform 200ms}
.desk-has-sub:hover .desk-arrow{transform:rotate(180deg)}
.desk-sub-list{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#FADA72;list-style:none;z-index:300;box-shadow:0 4px 12px rgba(0,0,0,0.12)}
.desk-has-sub:hover .desk-sub-list{display:block}
.desk-sub-list li a{display:block;padding:8px 14px;color:#1A2633;font-size:0.9rem;white-space:nowrap;font-weight:500;text-decoration:none}
.desk-sub-list li a:hover{background:rgba(26,38,51,0.1)}
.hd-auth{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hd-auth .btn-login{flex:none;padding:8px 18px}
.hd-auth .btn-signup{flex:none;padding:8px 18px}
}
.cta-primary{display:inline-block;padding:12px 28px;background:#2196F3;color:#fff;font-weight:700;border-radius:6px;font-size:0.95rem;text-decoration:none;text-align:center;transition:background 180ms;border:2px solid #2196F3}
.cta-primary:hover{background:#1565C0;border-color:#1565C0}
.cta-center{text-align:center;margin-top:28px}
.spt-hero{position:relative;overflow:hidden;padding:48px 0}
.spt-hero-bg{position:absolute;inset:0;background:repeating-linear-gradient(30deg,rgba(250,218,114,0.03) 0,rgba(250,218,114,0.03) 1px,transparent 1px,transparent 30px),repeating-linear-gradient(-30deg,rgba(33,150,243,0.03) 0,rgba(33,150,243,0.03) 1px,transparent 1px,transparent 30px);z-index:0}
.spt-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.spt-hero-text{flex:1;min-width:260px}
.spt-hero-text h1{font-size:clamp(1.6rem,1rem + 2.5vw,2.8rem);color:#FADA72;font-weight:800;margin-bottom:16px}
.spt-hero-lead{color:#c8d4e0;margin-bottom:24px}
.spt-cta-left{text-align:left}
.spt-hero-svg{width:40%;max-width:320px;min-width:180px;flex-shrink:0}
@media(max-width:1080px){
.spt-hero-svg{width:100%;max-width:260px;margin:0 auto}
.spt-hero-inner{flex-direction:column}
.spt-cta-left{text-align:center}
}
.spt-markets-sect{padding:48px 0;background:#16202d}
.spt-markets-sect h2{font-size:clamp(1.25rem,1rem + 1vw,1.75rem);color:#FADA72;margin-bottom:14px}
.spt-markets-sect p{color:#c8d4e0;margin-bottom:14px}
.spt-sports-sect{padding:48px 0}
.spt-sports-sect h2{font-size:clamp(1.25rem,1rem + 1vw,1.75rem);color:#FADA72;margin-bottom:14px}
.spt-sports-sect p{color:#c8d4e0;margin-bottom:16px}
.sports-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media(min-width:481px) and (max-width:768px){.sports-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:769px) and (max-width:968px){.sports-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:969px){.sports-grid{grid-template-columns:repeat(4,1fr)}}
.sp-card{background:rgba(255,255,255,0.05);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.15);transition:box-shadow 180ms,transform 180ms;display:flex;flex-direction:column}
.sp-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.28);transform:translateY(-2px)}
.sp-card img{width:100%;object-fit:cover}
.sp-card-body{padding:12px 14px 16px;display:flex;flex-direction:column;gap:6px;flex:1}
.sp-card-title{color:#FADA72;font-weight:700;font-size:1rem}
.sp-card-desc{color:#c8d4e0;font-size:0.82rem;flex:1}
.sp-card-link{display:block;margin-top:10px;padding:8px 10px;background:#2196F3;color:#fff;font-weight:700;border-radius:5px;font-size:0.82rem;text-align:center;text-decoration:none;transition:background 180ms}
.sp-card-link:hover{background:#1565C0}
.spt-live-sect{padding:48px 0;background:#16202d}
.spt-live-sect h2{font-size:clamp(1.25rem,1rem + 1vw,1.75rem);color:#FADA72;margin-bottom:14px}
.spt-live-sect p{color:#c8d4e0;margin-bottom:14px}
.spt-howto-sect{padding:48px 0}
.spt-howto-sect h2{font-size:clamp(1.25rem,1rem + 1vw,1.75rem);color:#FADA72;margin-bottom:14px}
.spt-howto-sect p{color:#c8d4e0;margin-bottom:16px}
.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:8px}
@media(min-width:769px){.steps-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:480px){.steps-grid{grid-template-columns:1fr}}
.step-card{background:rgba(255,255,255,0.05);border-radius:8px;padding:18px 16px;box-shadow:0 2px 8px rgba(0,0,0,0.15)}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2196F3;color:#fff;font-weight:800;font-size:0.95rem;border-radius:50%;margin-bottom:10px}
.step-title{color:#FADA72;font-weight:700;font-size:0.92rem;margin-bottom:6px}
.step-desc{color:#c8d4e0;font-size:0.82rem}
footer{background:#0E1924;padding:40px 0 20px}
.ft-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.ft-nav{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;margin-bottom:28px}
.ft-nav a{color:#8fa8c0;font-size:0.85rem;text-decoration:none;transition:color 180ms}
.ft-nav a:hover{color:#FADA72}
.ft-logos-block{margin-bottom:24px}
.ft-logos-label{font-size:0.75rem;color:#8fa8c0;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:10px;text-align:center}
.ft-logos-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}
.ft-logos-row img{object-fit:contain;filter:brightness(0.7);transition:filter 180ms}
.ft-logos-row img:hover{filter:brightness(1)}
.ft-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;display:flex;flex-direction:column;gap:16px;align-items:center;margin-top:8px}
@media(min-width:768px){.ft-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start}}
.ft-disclaimer{font-size:0.78rem;color:#5a7a9a;line-height:1.5}
.ft-trust{display:flex;align-items:center;gap:12px;flex-shrink:0}
.ft-trust img{object-fit:contain}
@media(max-width:480px){
.spt-hero-text h1{font-size:1.5rem}
.sports-grid{grid-template-columns:1fr}
}
@media(max-width:320px){
.mm-nav,.mm-auth{padding:8px}
.hd-logo-img,.mm-bar img{width:120px;height:38px}
}