.Header-module__Af2_WG__header{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(16px);z-index:100;background:#0a0a0ccc;width:100%;position:sticky;top:0}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__Af2_WG__logoContainer{cursor:pointer;align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__logoIcon{background:#00e6761a;border:1px solid #00e67633;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__Af2_WG__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Header-module__Af2_WG__accent{color:var(--accent-green)}.Header-module__Af2_WG__nav{gap:2rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.Header-module__Af2_WG__navLink:hover,.Header-module__Af2_WG__navLink.Header-module__Af2_WG__active{color:var(--text-primary)}@media (max-width:768px){.Header-module__Af2_WG__nav{display:none}}
.PredictionCard-module__G9dn0a__card{cursor:pointer;opacity:0;flex-direction:column;gap:1.5rem;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.PredictionCard-module__G9dn0a__card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 10px 30px #0006}.PredictionCard-module__G9dn0a__header{text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.PredictionCard-module__G9dn0a__league{color:var(--text-secondary);background:var(--bg-secondary);border-radius:4px;padding:.25rem .5rem}.PredictionCard-module__G9dn0a__time{color:var(--text-secondary)}.PredictionCard-module__G9dn0a__teams{justify-content:space-between;align-items:center;display:flex}.PredictionCard-module__G9dn0a__team{flex:1;align-items:center;gap:.75rem;display:flex}.PredictionCard-module__G9dn0a__team:last-child{text-align:right;justify-content:flex-end}.PredictionCard-module__G9dn0a__teamName{font-size:1.125rem;font-weight:600}.PredictionCard-module__G9dn0a__vs{color:var(--text-secondary);padding:0 1rem;font-size:.8rem;font-weight:700}.PredictionCard-module__G9dn0a__divider{background:var(--border-color);width:100%;height:1px}.PredictionCard-module__G9dn0a__eventsContainer{flex-direction:column;gap:1.5rem;display:flex}.PredictionCard-module__G9dn0a__eventRow{border-bottom:1px dashed #ffffff1a;flex-direction:column;gap:.8rem;padding-bottom:1.2rem;display:flex}.PredictionCard-module__G9dn0a__eventRow:last-child{border-bottom:none;padding-bottom:0}.PredictionCard-module__G9dn0a__eventHeader{justify-content:space-between;align-items:center;display:flex}.PredictionCard-module__G9dn0a__marketLabel{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:700}.PredictionCard-module__G9dn0a__predictionValue{color:var(--text-primary);font-size:1.2rem;font-weight:800}.PredictionCard-module__G9dn0a__metrics{justify-content:space-between;align-items:center;display:flex}.PredictionCard-module__G9dn0a__metric{flex:1}.PredictionCard-module__G9dn0a__confidenceWrapper{align-items:center;gap:1rem;display:flex}.PredictionCard-module__G9dn0a__progressBar{background:#ffffff1a;border-radius:4px;flex:1;max-width:150px;height:6px;overflow:hidden}.PredictionCard-module__G9dn0a__progressFill{border-radius:4px;height:100%;transition:width 1s ease-out}.PredictionCard-module__G9dn0a__metricValue{font-size:1rem;font-weight:700}.PredictionCard-module__G9dn0a__oddsBox{background:#ffffff0d;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .8rem;display:flex}.PredictionCard-module__G9dn0a__oddsLabel{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}.PredictionCard-module__G9dn0a__oddsValue{color:var(--text-primary);font-size:1.1rem;font-weight:800}
.PricingModal-module__M9gMNG__overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.PricingModal-module__M9gMNG__modal{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:24px;width:100%;max-width:900px;padding:3rem;box-shadow:0 20px 40px #00000080}.PricingModal-module__M9gMNG__title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.PricingModal-module__M9gMNG__subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem}.PricingModal-module__M9gMNG__cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.PricingModal-module__M9gMNG__card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;padding:2rem;transition:transform .2s;display:flex;position:relative}.PricingModal-module__M9gMNG__card:hover{border-color:var(--accent-green);transform:translateY(-5px)}.PricingModal-module__M9gMNG__popular{border-color:var(--accent-green);box-shadow:0 0 20px #00e6761a}.PricingModal-module__M9gMNG__popularBadge{background:var(--accent-green);color:#000;border-radius:20px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.PricingModal-module__M9gMNG__planName{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.PricingModal-module__M9gMNG__price{color:var(--accent-green);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.PricingModal-module__M9gMNG__currency{color:var(--text-primary);font-size:1.25rem}.PricingModal-module__M9gMNG__features{text-align:left;flex:1;margin-bottom:2rem;list-style:none}.PricingModal-module__M9gMNG__features li{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.PricingModal-module__M9gMNG__features li:before{content:"✓";color:var(--accent-green);font-weight:700}.PricingModal-module__M9gMNG__button{background:var(--text-primary);color:var(--bg-primary);cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-weight:700;transition:background .2s}.PricingModal-module__M9gMNG__button:hover{background:var(--text-secondary)}.PricingModal-module__M9gMNG__button.PricingModal-module__M9gMNG__primary{background:var(--accent-green);color:#000}.PricingModal-module__M9gMNG__button.PricingModal-module__M9gMNG__primary:hover{background:#00c853}.PricingModal-module__M9gMNG__button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.PricingModal-module__M9gMNG__cards{grid-template-columns:1fr}.PricingModal-module__M9gMNG__modal{padding:2rem}}.PricingModal-module__M9gMNG__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:5px 10px;font-size:2rem;line-height:1;transition:color .2s;position:absolute;top:15px;right:15px}.PricingModal-module__M9gMNG__closeButton:hover{color:#fff}
.Admin-module__4ORDUa__page{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.Admin-module__4ORDUa__main{flex-direction:column;flex:1;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.Admin-module__4ORDUa__header{flex-direction:column;gap:.5rem;display:flex}.Admin-module__4ORDUa__title{letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.Admin-module__4ORDUa__subtitle{color:var(--text-secondary);font-size:1.1rem}.Admin-module__4ORDUa__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.Admin-module__4ORDUa__metricCard{border-left:4px solid var(--accent-primary);flex-direction:column;gap:1rem;padding:2rem;display:flex}.Admin-module__4ORDUa__metricCard h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.9rem}.Admin-module__4ORDUa__metricValue{color:var(--text-primary);font-size:3rem;font-weight:800}.Admin-module__4ORDUa__tablesContainer{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:900px){.Admin-module__4ORDUa__tablesContainer{grid-template-columns:1fr}}.Admin-module__4ORDUa__tableWrapper{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.Admin-module__4ORDUa__tableHeader h3{font-size:1.25rem;font-weight:700}.Admin-module__4ORDUa__table{border-collapse:collapse;text-align:left;width:100%}.Admin-module__4ORDUa__table th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);border-bottom:1px solid #ffffff1a;padding:1rem;font-size:.8rem}.Admin-module__4ORDUa__table td{border-bottom:1px solid #ffffff0d;padding:1rem;font-size:.95rem}.Admin-module__4ORDUa__table tbody tr:last-child td{border-bottom:none}.Admin-module__4ORDUa__money{color:var(--accent-green);font-weight:700}.Admin-module__4ORDUa__badgeActive{color:#00e676;text-transform:uppercase;background:#00c85326;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Admin-module__4ORDUa__badgeInactive{color:var(--text-secondary);text-transform:uppercase;background:#ffffff1a;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Admin-module__4ORDUa__planBadge{color:#90caf9;text-transform:uppercase;letter-spacing:.05em;background:#90caf926;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Admin-module__4ORDUa__emptyState{text-align:center;color:var(--text-secondary);font-style:italic;padding:2rem!important}.Admin-module__4ORDUa__loaderContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100vh;display:flex}.Admin-module__4ORDUa__loader{border:4px solid #ffffff1a;border-left-color:var(--accent-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite Admin-module__4ORDUa__spin}@keyframes Admin-module__4ORDUa__spin{to{transform:rotate(360deg)}}
.Home-module__g21JLG__page{flex-direction:column;min-height:100vh;display:flex}.Home-module__g21JLG__main{flex-direction:column;flex:1;gap:5rem;width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex}.Home-module__g21JLG__heroSection{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.Home-module__g21JLG__heroBadge{color:var(--accent-green);letter-spacing:.05em;background:#00e6761a;border:1px solid #00e67633;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex}.Home-module__g21JLG__liveIndicator{background-color:var(--accent-green);width:8px;height:8px;box-shadow:0 0 10px var(--accent-green);border-radius:50%;animation:2s infinite Home-module__g21JLG__pulse}@keyframes Home-module__g21JLG__pulse{0%{transform:scale(.95);box-shadow:0 0 #00e676b3}70%{transform:scale(1);box-shadow:0 0 0 10px #00e67600}to{transform:scale(.95);box-shadow:0 0 #00e67600}}.Home-module__g21JLG__title{letter-spacing:-.03em;font-size:4.5rem;font-weight:800;line-height:1.1}.Home-module__g21JLG__ctaButton{background:var(--accent-green);color:#000;cursor:pointer;border:none;border-radius:30px;margin-top:2rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #00e6764d}.Home-module__g21JLG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00e67666}.Home-module__g21JLG__lockOverlay{text-align:center;z-index:10;border:1px solid var(--border-color);background:#0a0a0ad9;border-radius:24px;width:90%;max-width:500px;padding:3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 40px #0009}.Home-module__g21JLG__lockOverlay h3{margin-bottom:1rem;font-size:1.8rem;font-weight:800}.Home-module__g21JLG__lockOverlay p{color:var(--text-secondary);margin-bottom:2rem}.Home-module__g21JLG__subtitle{color:var(--text-secondary);max-width:600px;font-size:1.25rem;line-height:1.6}.Home-module__g21JLG__contentSection{flex-direction:column;gap:2rem;display:flex}.Home-module__g21JLG__sectionHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;padding-bottom:1rem;display:flex}.Home-module__g21JLG__sectionHeader h2{font-size:1.5rem;font-weight:600}.Home-module__g21JLG__date{color:var(--text-secondary);font-size:.9rem}.Home-module__g21JLG__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.Home-module__g21JLG__loaderContainer{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:5rem 0;display:flex}.Home-module__g21JLG__loader{border:3px solid var(--bg-tertiary);border-bottom-color:var(--accent-green);box-sizing:border-box;border-radius:50%;width:48px;height:48px;animation:1s linear infinite Home-module__g21JLG__rotation;display:inline-block}@keyframes Home-module__g21JLG__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Home-module__g21JLG__title{font-size:3rem}.Home-module__g21JLG__grid{grid-template-columns:1fr}}
.Landing-module__lTnIja__page{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.Landing-module__lTnIja__topBanner{background:var(--accent-green);color:#000;text-align:center;z-index:100;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex}.Landing-module__lTnIja__pulseDot{background-color:#ff3b30;border-radius:50%;width:8px;height:8px;animation:1.5s infinite Landing-module__lTnIja__pulse}@keyframes Landing-module__lTnIja__pulse{0%{transform:scale(.95);box-shadow:0 0 #ff3b30b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ff3b3000}to{transform:scale(.95);box-shadow:0 0 #ff3b3000}}.Landing-module__lTnIja__main{flex-direction:column;flex:1;padding-top:40px;display:flex}.Landing-module__lTnIja__hero{text-align:center;max-width:1000px;margin:0 auto;padding:6rem 2rem 4rem}.Landing-module__lTnIja__heroBadge{color:var(--accent-green);background:#00e6761a;border:1px solid #00e67633;border-radius:30px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block}.Landing-module__lTnIja__heroTitle{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Landing-module__lTnIja__heroSubtitle{color:var(--text-secondary);max-width:750px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.Landing-module__lTnIja__ctaContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.Landing-module__lTnIja__primaryCta{background:var(--accent-green);color:#000;cursor:pointer;border:none;border-radius:40px;padding:1.25rem 3rem;font-size:1.2rem;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #00e6764d}.Landing-module__lTnIja__primaryCta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00e67666}.Landing-module__lTnIja__secondaryCta{color:var(--accent-green);border:2px solid var(--accent-green);cursor:pointer;background:0 0;border-radius:40px;margin-top:2rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .2s}.Landing-module__lTnIja__secondaryCta:hover{background:#00e6761a;transform:translateY(-2px)}.Landing-module__lTnIja__ctaSubtext{color:var(--text-secondary);font-size:.95rem;font-weight:600}.Landing-module__lTnIja__sectionHeader{text-align:center;margin-bottom:4rem}.Landing-module__lTnIja__sectionHeader h2{font-size:2.5rem;font-weight:800}.Landing-module__lTnIja__features{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:5rem 2rem}.Landing-module__lTnIja__featureGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Landing-module__lTnIja__featureCard{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:20px;padding:3rem 2rem;transition:transform .2s}.Landing-module__lTnIja__featureCard:hover{border-color:var(--accent-green);transform:translateY(-5px)}.Landing-module__lTnIja__featureIcon{margin-bottom:1.5rem;font-size:3rem}.Landing-module__lTnIja__featureCard h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Landing-module__lTnIja__featureCard p{color:var(--text-secondary);line-height:1.6}.Landing-module__lTnIja__proof{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.Landing-module__lTnIja__proof h2{margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Landing-module__lTnIja__statGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Landing-module__lTnIja__stat h4{color:var(--accent-green);margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.Landing-module__lTnIja__stat p{color:var(--text-secondary);font-size:1.1rem;font-weight:500}.Landing-module__lTnIja__whySection{background:var(--bg-secondary);border-top:1px solid var(--border-color);justify-content:center;padding:6rem 2rem;display:flex}.Landing-module__lTnIja__whyContent{width:100%;max-width:800px}.Landing-module__lTnIja__whyContent h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.Landing-module__lTnIja__whyList{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.Landing-module__lTnIja__whyList li{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;font-size:1.2rem;display:flex}.Landing-module__lTnIja__check{color:var(--accent-green);font-size:1.5rem;font-weight:800}.Landing-module__lTnIja__testimonials{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.Landing-module__lTnIja__testimonials h2{margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Landing-module__lTnIja__testimonialGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Landing-module__lTnIja__testimonialCard{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:left;border-radius:16px;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex}.Landing-module__lTnIja__testimonialCard p{color:var(--text-primary);margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.Landing-module__lTnIja__author{color:var(--accent-green);font-weight:700}.Landing-module__lTnIja__faq{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:6rem 2rem}.Landing-module__lTnIja__faq h2{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Landing-module__lTnIja__faqGrid{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.Landing-module__lTnIja__faqItem{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.Landing-module__lTnIja__faqItem h3{color:var(--accent-green);margin-bottom:1rem;font-size:1.3rem}.Landing-module__lTnIja__faqItem p{color:var(--text-secondary);line-height:1.6}.Landing-module__lTnIja__pricingSection{max-width:1200px;margin:0 auto;padding:6rem 2rem}.Landing-module__lTnIja__pricingGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.Landing-module__lTnIja__pricingCard{background:var(--bg-secondary);border:1px solid var(--border-color);text-align:center;border-radius:20px;flex-direction:column;padding:3rem 2rem;display:flex;position:relative}.Landing-module__lTnIja__pricingPopular{border-color:var(--accent-green);transform:scale(1.05);box-shadow:0 10px 30px #00e67626}.Landing-module__lTnIja__popularTag{background:var(--accent-green);color:#000;border-radius:20px;padding:.5rem 1.5rem;font-size:.8rem;font-weight:800;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.Landing-module__lTnIja__pricingCard h3{margin-bottom:1rem;font-size:1.5rem}.Landing-module__lTnIja__pricingPrice{color:var(--accent-green);margin-bottom:2rem;font-size:3.5rem;font-weight:800}.Landing-module__lTnIja__pricingPrice span{vertical-align:super;font-size:1.5rem}.Landing-module__lTnIja__pricingFeatures{text-align:left;flex-grow:1;margin-bottom:3rem;padding:0;list-style:none}.Landing-module__lTnIja__pricingFeatures li{color:var(--text-secondary);margin-bottom:1rem}.Landing-module__lTnIja__pricingBtn{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);cursor:pointer;border-radius:12px;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .2s}.Landing-module__lTnIja__pricingBtn:hover{background:var(--border-color)}.Landing-module__lTnIja__pricingBtnPrimary{background:var(--accent-green);color:#000;border:none}.Landing-module__lTnIja__pricingBtnPrimary:hover{background:#00c853;transform:translateY(-2px)}.Landing-module__lTnIja__bottomCta{text-align:center;background:linear-gradient(180deg, var(--bg-primary) 0%, #00e67614 100%);border-top:1px solid var(--border-color);padding:8rem 2rem}.Landing-module__lTnIja__bottomCta h2{margin-bottom:1rem;font-size:3rem;font-weight:800}.Landing-module__lTnIja__urgencyText{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.Landing-module__lTnIja__ctaSubtextBottom{color:var(--text-secondary);margin-top:1.5rem;font-size:.95rem}@media (max-width:900px){.Landing-module__lTnIja__heroTitle{font-size:3rem}.Landing-module__lTnIja__featureGrid,.Landing-module__lTnIja__statGrid,.Landing-module__lTnIja__testimonialGrid,.Landing-module__lTnIja__pricingGrid{grid-template-columns:1fr}.Landing-module__lTnIja__statGrid{grid-template-columns:repeat(2,1fr)}}
