@keyframes fadeInSoft{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeInSoft 1.5s ease}@keyframes textReveal{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur(0)}}.animate-text{animation:textReveal .8s ease forwards}:root{--hero-bg-main:var(--bg-main);--hero-gradient-start:var(--bg-secondary);--hero-gradient-mid:var(--bg-main);--hero-gradient-end:var(--bg-tab);--hero-accent-blue:#EAEAEA;--hero-accent-cyan:#F2F2F2;--hero-accent-purple:rgba(255,255,255,0.14);--hero-overlay-dark:rgba(255,255,255,0.78);--hero-overlay-mid:rgba(255,255,255,0.32);--hero-card-bg:var(--bg-card);--hero-card-border:var(--border-primary);--hero-card-hover:var(--hover-bg);--hero-line-opacity:0.06;--hero-line-color:var(--text-primary);--hover-border-color:rgba(22,163,74,0.22);--hero-active-bg:rgba(22,163,74,0.10);--hero-active-border:var(--text-secondary);--hero-active-glow:0 0 0 1px rgba(22,163,74,0.25),0 6px 24px rgba(22,163,74,0.14);--hero-active-progress:var(--text-secondary);--odds-section-bg:var(--bg-card);--odds-section-border:var(--border-primary);--odds-label-color:var(--text-muted);--odds-value-color:var(--text-primary);--odds-header-accent:var(--text-secondary)}.dark{--hero-bg-main:var(--bg-main);--hero-gradient-start:var(--bg-secondary);--hero-gradient-mid:var(--bg-main);--hero-gradient-end:var(--bg-primary);--hero-accent-blue:#232323;--hero-accent-cyan:#343434;--hero-accent-purple:#111111;--hero-overlay-dark:rgba(5,10,20,0.92);--hero-overlay-mid:rgba(5,10,20,0.48);--hero-card-bg:var(--bg-card);--hero-card-border:var(--border-primary);--hero-card-hover:var(--hover-bg);--hero-line-opacity:0.05;--hero-line-color:var(--text-primary);--hover-border-color:rgba(246,211,101,0.22);--hero-active-bg:rgba(246,211,101,0.14);--hero-active-border:var(--text-secondary);--hero-active-glow:0 0 0 1px rgba(246,211,101,0.28),0 6px 28px rgba(214,168,40,0.22);--hero-active-progress:var(--text-secondary);--odds-section-bg:var(--bg-card);--odds-section-border:var(--border-primary);--odds-label-color:var(--text-muted);--odds-value-color:var(--text-primary);--odds-header-accent:var(--text-secondary)}.hero-section{position:relative;width:100%;max-width:100%;border-radius:24px;overflow-x:hidden;overflow-y:visible;background:var(--hero-bg-main);border:1px solid var(--border-primary);transition:all .3s ease}@media (max-width:420px){.hero-section{border-radius:18px}}.hero-field-bg{position:absolute;inset:0;background:radial-gradient(circle at top left,var(--hero-accent-blue),transparent 34%),radial-gradient(circle at top right,var(--hero-accent-cyan),transparent 28%),radial-gradient(circle at bottom center,var(--hero-accent-purple),transparent 34%),linear-gradient(135deg,var(--hero-gradient-start) 0,var(--hero-gradient-mid) 45%,var(--hero-gradient-end) 100%);z-index:0}.hero-field-lines{position:absolute;inset:0;overflow:hidden;opacity:var(--hero-line-opacity);z-index:1;color:var(--hero-line-color)}.hero-field-lines svg *{stroke:currentColor!important}.hero-field-lines svg [fill=white],.hero-field-lines svg circle{fill:currentColor!important}.hero-field-lines svg{width:100%;height:100%}.hero-featured-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to top,var(--hero-overlay-dark) 0,var(--hero-overlay-mid) 50%,transparent 100%)}.hero-odds-strip{width:100%;overflow:hidden;border-radius:14px;background:var(--hero-card-bg);border:1px solid var(--hero-card-border);backdrop-filter:blur(10px)}.hero-odds-item,.hero-odds-strip{display:flex;align-items:center;min-width:0}.hero-odds-item{flex-direction:column;justify-content:center;flex:1;gap:2px;padding:8px 5px}.hero-odds-label{font-size:8px;font-weight:600;opacity:.5;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;color:var(--text-muted)}.hero-odds-value{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:var(--text-primary)}.hero-odds-divider{width:1px;height:30px;background:var(--hero-card-border);flex-shrink:0}.hero-tip-panel{min-width:0;overflow:hidden}.hero-tip-scroll{scrollbar-width:thin;scrollbar-color:var(--hero-card-border) transparent;min-width:0}.hero-tip-scroll::-webkit-scrollbar{width:3px}.hero-tip-scroll::-webkit-scrollbar-track{background:transparent}.hero-tip-scroll::-webkit-scrollbar-thumb{background:var(--hero-card-border);border-radius:999px}.hero-tip-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:var(--hero-active-bg);border:1px solid var(--hero-active-border);flex-shrink:0}.hero-carousel-card{scroll-snap-align:start}.hero-carousel-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:transparent;transition:background .2s ease}.hero-carousel-card--active:before{background:var(--hero-active-progress);animation:progressBar 8s linear forwards}.hero-carousel-card--active:after{content:"";position:absolute;top:0;left:10%;right:10%;height:12px;background:var(--hero-active-progress);opacity:.18;filter:blur(6px);pointer-events:none}.hero-carousel-card--active{background:var(--hero-active-bg)}@media (max-width:768px){.hero-odds-strip,.hero-tip-panel{backdrop-filter:none}}.hero-odds-all{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.hero-odds-section{display:flex;flex-direction:column;gap:6px;padding:10px 10px 12px;border-radius:14px;background:var(--odds-section-bg);border:1px solid var(--odds-section-border);backdrop-filter:blur(8px);transition:border-color .2s ease}.hero-odds-section-label{display:flex;align-items:center;gap:4px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--odds-header-accent);padding-bottom:6px;border-bottom:1px solid var(--odds-section-border);white-space:nowrap}.hero-odds-section-label:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--odds-header-accent);flex-shrink:0}.hero-odds-rows{display:flex;flex-direction:column;gap:4px}.hero-odds-row{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0}.hero-odds-row-label{font-size:9px;font-weight:600;color:var(--odds-label-color);white-space:nowrap;flex-shrink:0}.hero-odds-row-value{font-size:12px;font-weight:800;color:var(--odds-value-color);white-space:nowrap;letter-spacing:-.01em;text-align:right;min-width:0;overflow:hidden;text-overflow:ellipsis}.hero-odds-row-value--highlight{color:var(--odds-header-accent)}@media (max-width:380px){.hero-odds-all{grid-template-columns:1fr;gap:6px}.hero-odds-row-value{font-size:10px}.hero-odds-row-label,.hero-odds-section-label{font-size:9px}.hero-odds-label{font-size:7px}.hero-odds-value{font-size:11px}}@media (min-width:381px) and (max-width:520px){.hero-odds-row-value{font-size:11px}.hero-odds-row-label,.hero-odds-section-label{font-size:10px}.hero-odds-label{font-size:7.5px}.hero-odds-value{font-size:11px}}@media (min-width:521px) and (max-width:768px){.hero-odds-row-value{font-size:12px}.hero-odds-row-label,.hero-odds-section-label{font-size:11px}.hero-odds-label{font-size:8px}.hero-odds-value{font-size:12px}}@media (min-width:769px){.hero-odds-row-value{font-size:13px}.hero-odds-row-label,.hero-odds-section-label{font-size:12px}.hero-odds-label{font-size:8.5px}.hero-odds-value{font-size:13px}}