:root{font-family:Outfit,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}*:focus{outline:none}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}#root{min-height:100vh}.round-page{position:relative;width:100%}.round-content{transition:filter .3s ease}.round-content--blur{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none}.round-body{padding:12px 0 8px}.round-hero-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;box-sizing:border-box;padding:1px 16px;background-color:#050306;box-shadow:0 -4px 12px #00000040,0 4px 12px #00000040}.round-sync-row{display:flex;align-items:center;justify-content:center;margin-top:12px;margin-bottom:12px;padding:0 16px}.round-sync-text{font-size:22px;font-weight:500;color:#000;font-style:italic;font-family:Outfit,system-ui,sans-serif}.round-sync-gap{display:inline-block;width:2px;flex-shrink:0}.round-sync-gap--5{width:5px}.round-sync-error{font-size:22px;font-weight:500;font-style:italic;font-family:Outfit,system-ui,sans-serif;color:#d73635;animation:round-sync-error-blink 1s ease-in-out infinite}@keyframes round-sync-error-blink{0%,to{opacity:1}50%{opacity:.25}}.round-sync-dots{display:inline-flex;align-items:baseline;gap:1px;margin-left:2px}.round-sync-dot{opacity:0;font-size:23px;font-weight:500;color:#000;font-style:italic}.round-sync-dot:nth-child(1){animation:round-sync-dot-1 2.5s steps(1,end) infinite}.round-sync-dot:nth-child(2){animation:round-sync-dot-2 2.5s steps(1,end) infinite}.round-sync-dot:nth-child(3){animation:round-sync-dot-3 2.5s steps(1,end) infinite}.round-sync-dot:nth-child(4){animation:round-sync-dot-4 2.5s steps(1,end) infinite}.round-sync-dot:nth-child(5){animation:round-sync-dot-5 2.5s steps(1,end) infinite}@keyframes round-sync-dot-1{0%,99%{opacity:1}to{opacity:0}}@keyframes round-sync-dot-2{0%,19%{opacity:0}20%,99%{opacity:1}to{opacity:0}}@keyframes round-sync-dot-3{0%,39%{opacity:0}40%,99%{opacity:1}to{opacity:0}}@keyframes round-sync-dot-4{0%,59%{opacity:0}60%,99%{opacity:1}to{opacity:0}}@keyframes round-sync-dot-5{0%,79%{opacity:0}80%,99%{opacity:1}to{opacity:0}}.round-prediction-wrap{position:relative;width:320px;height:320px;margin-top:30px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;overflow:visible}@media(max-width:767px){.round-prediction-wrap{width:min(280px,calc(100vw - 48px));height:min(280px,calc(100vw - 48px))}}.round-prediction-ring{position:absolute;inset:-12px;border:5px solid #d4af37;border-radius:50%;animation:round-prediction-ring-rotate 2.5s ease-in-out infinite;pointer-events:none}.round-prediction-ring-diamond{position:absolute;width:22px;height:22px;object-fit:contain;display:block;z-index:2;pointer-events:none}.round-prediction-ring-diamond--top{top:0;left:50%;transform:translate(-50%,-50%)}.round-prediction-ring-diamond--right{right:0;top:50%;transform:translate(50%,-50%)}.round-prediction-ring-diamond--bottom{bottom:0;left:50%;transform:translate(-50%,50%)}.round-prediction-ring-diamond--left{left:0;top:50%;transform:translate(-50%,-50%)}@media(max-width:767px){.round-prediction-ring-diamond{width:22px;height:22px}}@keyframes round-prediction-ring-rotate{0%,to{transform:rotate(0)}50%{transform:rotate(360deg)}}.round-prediction-box{position:relative;width:100%;height:100%;border-radius:50%;margin:0;background-color:#f654fe;border:1px solid #050306;box-shadow:0 0 20px #0000004d,0 0 40px #00000026;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;z-index:1}.round-prediction-box-brand{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:5px;z-index:1}.round-prediction-box-brand-logo{width:10px;height:10px;object-fit:contain;flex-shrink:0;animation:round-prediction-box-brand-logo-pulse 2.5s ease-in-out infinite}@keyframes round-prediction-box-brand-logo-pulse{0%,to{width:10px;height:10px;min-width:10px;min-height:10px}50%{width:35px;height:35px;min-width:35px;min-height:35px}}.round-prediction-box-brand-text{font-size:18px;font-weight:600;color:#000;font-family:Outfit,system-ui,sans-serif}.round-prediction-box--loading{background-color:#9ca3af}.round-prediction-box-spinner{width:48px;height:48px;flex-shrink:0;border:4px solid rgba(0,0,0,.15);border-top-color:#fff;border-radius:50%;animation:round-prediction-box-spin .9s linear infinite}@keyframes round-prediction-box-spin{to{transform:rotate(360deg)}}.round-prediction-box-value-wrap{position:relative;display:inline-block}.round-prediction-box-value{color:#2a3acb;font-weight:700;font-size:clamp(35px,12vw,50px);font-family:Outfit,system-ui,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.5),0 5px 8px rgba(0,0,0,.5);animation:round-value-blink 2.7s steps(1,end) infinite}.round-prediction-box-value-dot{position:absolute;left:100%;top:0;margin-left:6px;width:10px;height:10px;object-fit:contain;flex-shrink:0;animation:round-prediction-box-value-dot-pulse 1.2s ease-in-out infinite}@keyframes round-prediction-box-value-dot-pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes round-value-blink{0%,74%{opacity:1}75%,to{opacity:0}}.round-prediction-box-progress{position:absolute;bottom:38px;left:24px;right:24px;height:8px;z-index:1}.round-prediction-box-progress-track{width:100%;height:100%;background:#00000040;border-radius:4px;overflow:hidden}.round-prediction-box-progress-fill{height:100%;background:#050306;border-radius:4px;transition:width .2s ease}.round-prediction-box-timer{position:absolute;bottom:10px;left:24px;right:24px;text-align:center;font-size:20px;font-weight:600;color:#000;font-family:Courier New,Consolas,Liberation Mono,monospace;z-index:1}.round-prediction-disclaimers{width:100%;max-width:360px;margin:12px auto 8px;padding:0 16px;display:flex;flex-direction:column;gap:4px}.round-prediction-disclaimer{margin:0;font-size:18px;font-weight:400;color:#000;font-style:italic;font-family:Outfit,system-ui,sans-serif}.round-hero-row .round-hero-img,.round-hero-row .round-logo1-img{width:50px;height:50px;object-fit:contain;display:block;flex-shrink:0}@media(min-width:768px){.round-prediction-wrap{width:440px;height:440px;margin-top:40px}.round-prediction-ring{inset:-14px;border-width:6px}.round-prediction-ring-diamond{width:32px;height:32px}.round-prediction-box-brand{top:20px;left:20px}.round-prediction-box-brand-text{font-size:22px}.round-prediction-box-spinner{width:64px;height:64px;border-width:5px}.round-prediction-box-value{font-size:clamp(42px,6vw,58px)}.round-prediction-box-progress{bottom:52px;left:32px;right:32px;height:10px}.round-prediction-box-timer{bottom:16px;left:32px;right:32px;font-size:24px}.round-prediction-disclaimers{max-width:480px}.round-hero-row{padding-left:24px;padding-right:24px}}@media(min-width:1024px){.round-hero-row{padding-left:32px;padding-right:32px}}.round-loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;z-index:10}.round-loading-card{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 40px;background:#dedadaf5;border-radius:12px;box-shadow:0 12px 40px #00000026;min-width:280px}.round-loading-title{display:flex;align-items:baseline;font-size:22px;font-weight:600;font-family:Outfit,system-ui,sans-serif;letter-spacing:.02em}.round-loading-word{opacity:0;animation:round-loading-fade-in .5s ease forwards}.round-loading-nextcast{color:#2decf7;animation-delay:.15s}.round-loading-space{display:inline-block;width:4px;opacity:0;animation:round-loading-fade-in .3s ease .4s forwards}.round-loading-ai{color:#1e34db;animation-delay:.45s}@keyframes round-loading-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.round-loading-progress-wrap{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.round-loading-progress-bar{height:100%;background:linear-gradient(90deg,#2decf7,#1e34db);border-radius:4px;transition:width .15s ease}.round-loading-status{display:flex;align-items:center;flex-wrap:wrap;font-size:16px;font-weight:500;color:#111;font-family:Outfit,system-ui,sans-serif}.round-loading-label{color:#111}.round-loading-gap{display:inline-block;width:3px}.round-loading-dots{display:inline-flex;align-items:baseline;gap:0 2px}.round-loading-dot{opacity:0;animation:round-loading-dot .9s ease-in-out infinite}.round-loading-dot:nth-child(1){animation-delay:0s}.round-loading-dot:nth-child(2){animation-delay:.3s}.round-loading-dot:nth-child(3){animation-delay:.6s}@keyframes round-loading-dot{0%,25%{opacity:0}30%,90%{opacity:1}95%,to{opacity:0}}.round-loading-percent{color:#1e34db;font-weight:600}.shpackages-page{width:100%;min-height:100vh;flex:1}.shpackages-body{width:100%;min-height:100%;text-align:center}.shpackages-payment-cancelled{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 16px;padding:12px 16px;max-width:480px;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;font-size:14px;color:#92400e}.shpackages-payment-cancelled p{margin:0;flex:1}.shpackages-payment-cancelled-dismiss{flex-shrink:0;width:28px;height:28px;padding:0;border:none;background:transparent;font-size:20px;line-height:1;color:#92400e;cursor:pointer;border-radius:4px}.shpackages-payment-cancelled-dismiss:hover{background:#0000000f}.shpackages-heading{margin:0;font-size:22px;font-weight:700;color:#000;font-family:Outfit,system-ui,sans-serif}@media(min-width:768px){.shpackages-heading{font-size:34px}}.shpackages-subheading{margin:1px 0 0;font-size:18px;font-weight:500;color:#000;font-family:Outfit,system-ui,sans-serif}.shpackages-tier-cards{display:flex;flex-wrap:wrap;gap:50px;justify-content:center;margin-top:24px;padding:0 16px}.shpackages-container{margin-left:0;margin-right:0;width:300px;min-height:120px;padding:20px;background-color:#b98a3e73;box-sizing:border-box;box-shadow:0 4px 12px #00000026}.shpackages-container--silver{background-color:#d3d5d5}.shpackages-container--gold{background-color:#fcf49f}.shpackages-container--platinum{background-color:#9f9f9f}.shpackages-container--diamond{background-color:#80acf1}.tier-container{width:100%;border-radius:8px;box-shadow:0 4px 16px #b98a3e80;overflow:hidden}.tier-header{height:50px;background-color:#b37f16;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.tier-title{font-size:20px;font-weight:700;color:#000;font-family:Outfit,system-ui,sans-serif;line-height:1.2}.tier-subtitle{font-size:16px;font-weight:500;color:#000;font-family:Outfit,system-ui,sans-serif;line-height:1.2}.tier-body{background-color:#f0f0f0;padding:16px}.tier-row.tier-row--image{width:170px;height:130px;margin:0 auto;background-color:transparent;display:flex;align-items:center;justify-content:center;padding:1px;box-sizing:border-box;box-shadow:0 2px 8px #0000001f}.tier-img{width:100%;height:100%;object-fit:contain;display:block}.tier-detail-rows{display:flex;flex-direction:column;gap:4px;margin-top:30px}.tier-detail-row{display:flex;align-items:center;justify-content:space-between;width:100%}.tier-detail-label{font-size:16px;font-weight:600;color:#000;font-family:Outfit,system-ui,sans-serif}.tier-detail-value{font-size:16px;font-weight:400;color:#000;font-family:Outfit,system-ui,sans-serif}.tier-detail-stars{display:flex;align-items:center;gap:1px}.tier-star{width:15px;height:15px;display:block;object-fit:contain}.tier-buy-btn{margin-top:30px;width:100%;height:30px;padding:0 12px;background-color:#1c84fe;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box}.tier-buy-text{font-size:15px;font-weight:400;color:#fff;font-family:Outfit,system-ui,sans-serif}.tier-buy-gap{display:inline-block;width:5px;flex-shrink:0}.tier-buy-price{font-size:18px;font-weight:700;color:#fff;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;padding:16px;box-sizing:border-box}.shpackages-payment-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:100%;box-shadow:0 12px 40px #0003}.shpackages-payment-modal-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#000;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-modal-tier{margin:0 0 16px;font-size:16px;color:#333;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-methods{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.shpackages-payment-method{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:border-color .15s,background-color .15s}.shpackages-payment-method:hover{border-color:#b0b0b0}.shpackages-payment-method--selected{border-color:#1c84fe;background-color:#1c84fe0f}.shpackages-payment-method input[type=radio]{margin:0;accent-color:#1C84FE}.shpackages-payment-method-label{font-size:16px;font-weight:600;color:#000;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-method-desc{font-size:13px;color:#666;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#000;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-input{width:100%;padding:10px 12px;margin-bottom:16px;font-size:16px;font-family:Outfit,system-ui,sans-serif;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.shpackages-payment-error{margin:-8px 0 12px;font-size:14px;color:#c00;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-actions{display:flex;gap:12px;justify-content:flex-end}.shpackages-payment-btn{padding:10px 18px;font-size:15px;font-weight:500;font-family:Outfit,system-ui,sans-serif;border-radius:6px;cursor:pointer;-webkit-tap-highlight-color:transparent}.shpackages-payment-btn--secondary{background:#f0f0f0;color:#333;border:1px solid #ccc}.shpackages-payment-btn--primary{background:#1c84fe;color:#fff;border:none}.shpackages-payment-btn:disabled{opacity:.7;cursor:not-allowed}.shpackages-payment-crypto-note{margin:0 0 14px;font-size:14px;color:#555;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-crypto-amount{margin-bottom:16px;padding:12px 14px;background:#f5f5f5;border-radius:8px;display:flex;align-items:baseline;gap:8px}.shpackages-payment-crypto-value{font-size:18px;font-weight:700;color:#000;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-crypto-currency{font-size:14px;font-weight:600;color:#666;font-family:Outfit,system-ui,sans-serif}.shpackages-payment-crypto-address-wrap{display:flex;gap:8px;margin-bottom:20px}.shpackages-payment-crypto-address{flex:1;font-family:ui-monospace,monospace;font-size:13px}.myaccess-page{width:100%;min-height:100vh;flex:1}.myaccess-body{width:100%;min-height:100%;text-align:center;padding-top:5px;padding-left:16px;padding-right:16px;box-sizing:border-box}.myaccess-title{margin:0;font-size:22px;font-weight:600;color:#000;text-decoration:underline;font-family:Outfit,system-ui,sans-serif}@media(min-width:768px){.myaccess-title{font-size:34px}}.myaccess-notice{margin:10px 0 0;font-size:22px;font-weight:500;color:#000;font-family:Outfit,system-ui,sans-serif}.myaccess-para{margin:2px 0 0;font-size:20px;font-weight:400;color:#000;font-family:Outfit,system-ui,sans-serif}.myaccess-para--first{margin-top:5px}.myaccess-box{margin-top:10px;padding:20px 16px;background-color:#d9d9d9;text-align:center;box-sizing:border-box}.myaccess-box-title{margin:0;font-size:20px;font-weight:600;color:#d73635;font-family:Outfit,system-ui,sans-serif}.myaccess-box-para{margin:2px 0 0;font-size:18px;font-weight:400;color:#000;font-family:Outfit,system-ui,sans-serif}.myaccess-packages-link{font-size:inherit;font-weight:inherit;font-family:inherit;color:#233cf1;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.myaccess-tiers-wrap{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:24px}.myaccess-tier-wrap{display:flex;justify-content:center}.myaccess-tier-wrap .shpackages-container{margin-left:auto;margin-right:auto}.tier-buy-btn--redeem{font-size:16px;font-weight:600;color:#fff}.history-page{width:100%;min-height:100%;flex:1}.history-body{width:100%;max-width:720px;margin:0 auto;padding:24px 16px 32px;box-sizing:border-box}.history-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.history-refresh-btn{padding:8px 16px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(145deg,#2c3e49,#1a2830);border:none;border-radius:8px;cursor:pointer;white-space:nowrap}.history-refresh-btn:hover:not(:disabled){filter:brightness(1.1)}.history-refresh-btn:disabled{opacity:.7;cursor:not-allowed}.history-title{margin:0;font-size:22px;font-weight:700;color:#000;font-family:Outfit,system-ui,sans-serif}@media(min-width:768px){.history-title{font-size:34px}}.history-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.history-stat-card{background:linear-gradient(145deg,#2c3e49,#1a2830);border-radius:12px;padding:20px;color:#fff;box-shadow:0 4px 12px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.history-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.history-stat-value{font-size:28px;font-weight:700;font-family:Outfit,system-ui,sans-serif;letter-spacing:.02em;margin-bottom:6px}.history-stat-value--peak{font-size:24px}.history-stat-label{margin:0 0 8px;font-size:14px;font-weight:600;font-family:Outfit,system-ui,sans-serif;opacity:.95}.history-stat-desc{margin:0;font-size:12px;font-weight:400;font-family:Outfit,system-ui,sans-serif;opacity:.85;line-height:1.4}.history-accordion{display:flex;flex-direction:column;gap:8px}.history-accordion-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.history-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;font-size:16px;font-weight:600;font-family:Outfit,system-ui,sans-serif;color:#1f2937;background:#f9fafb;border:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;outline:none;transition:background .2s ease}.history-accordion-trigger:hover{background:#f3f4f6}.history-accordion-trigger--open{background:#eef2ff;color:#2336d2}.history-accordion-title{flex:1}.history-accordion-icon{display:inline-block;width:20px;height:20px;margin-left:8px;flex-shrink:0;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(45deg);transition:transform .2s ease}.history-accordion-trigger--open .history-accordion-icon{transform:rotate(-135deg)}.history-accordion-panel{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.history-accordion-panel--open{max-height:420px;transition:max-height .3s ease-in}.history-empty{margin:0;padding:20px 18px;font-size:14px;color:#6b7280;font-family:Outfit,system-ui,sans-serif;line-height:1.5}.history-table-wrap{padding:12px 18px 16px;border-top:1px solid #e5e7eb;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch}.history-table{width:100%;min-width:520px;border-collapse:collapse;font-size:14px;font-family:Outfit,system-ui,sans-serif}.history-table th,.history-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #e5e7eb}.history-table th{font-weight:600;color:#374151;background:#f9fafb;white-space:nowrap}.history-table td{color:#1f2937}.history-table tbody tr:hover{background:#f9fafb}.history-table-mono{font-family:ui-monospace,monospace;font-size:13px;color:#4b5563}.history-table-status{display:inline-block;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:600}.history-table-status--successful,.history-table-status--redeemed,.history-table-status--active{background:#d1fae5;color:#065f46}.history-table-status--pending{background:#fef3c7;color:#92400e}.history-table-status--failed{background:#fee2e2;color:#991b1b}.history-accordion-list{margin:0;padding:12px 18px 16px;list-style:none;border-top:1px solid #e5e7eb;background:#fff}.history-accordion-list li{padding:8px 0;font-size:14px;font-family:Outfit,system-ui,sans-serif;color:#374151;border-bottom:1px solid #f3f4f6}.history-accordion-list li:last-child{border-bottom:none}.history-accordion-list-label{font-weight:500;color:#1f2937}.history-accordion-list-meta{font-weight:400;color:#6b7280;font-size:13px}@media(max-width:600px){.history-body{padding:20px 12px 28px}.history-title{font-size:22px;margin-bottom:20px}.history-stats{grid-template-columns:1fr;gap:12px;margin-bottom:24px}.history-stat-card{padding:16px}.history-stat-value{font-size:24px}.history-stat-value--peak{font-size:20px}.history-stat-desc{font-size:11px}.history-accordion-trigger{padding:14px 16px;font-size:15px}.history-accordion-list{padding:10px 16px 14px}.history-accordion-list li{padding:6px 0;font-size:13px}.history-table-wrap{padding:10px 14px 14px}.history-table th,.history-table td{padding:8px 10px;font-size:13px}.history-table-mono{font-size:12px}}.profile-page{width:100%;min-height:100%;flex:1}.profile-body{width:100%;max-width:640px;margin:0 auto;padding:32px 16px 48px;box-sizing:border-box}.profile-loading{text-align:center;padding:48px 16px;font-size:16px;color:#555;font-family:Outfit,system-ui,sans-serif}.profile-hero{text-align:center;margin-bottom:32px}.profile-avatar{width:88px;height:88px;border-radius:50%;background:linear-gradient(145deg,#2c3e49,#1a2830);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 16px #00000026;border:3px solid rgba(255,255,255,.2)}.profile-avatar-initial{font-size:36px;font-weight:700;color:#fff;font-family:Outfit,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.02em}.profile-avatar--empty{background:linear-gradient(145deg,#4a5568,#2d3748)}.profile-title{margin:0 0 6px;font-size:26px;font-weight:700;color:#000;font-family:Outfit,system-ui,sans-serif}@media(min-width:768px){.profile-title{font-size:32px}}.profile-subtitle{margin:0;font-size:14px;color:#555;font-family:Outfit,system-ui,sans-serif}.profile-section{margin-bottom:24px}.profile-section-title{margin:0 0 12px;font-size:14px;font-weight:600;color:#333;font-family:Outfit,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.04em}.profile-card{background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.06)}.profile-card--empty{text-align:center;padding:40px 24px}.profile-empty-text,.profile-empty-inline{margin:0;font-size:15px;color:#666;font-family:Outfit,system-ui,sans-serif}.profile-empty-inline{padding:8px 0}.profile-dl{margin:0;display:grid;gap:0}.profile-dl-row{display:grid;grid-template-columns:1fr 1.2fr;gap:12px;align-items:baseline;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-dl-row:last-child{border-bottom:none;padding-bottom:0}.profile-dl-row:first-child{padding-top:0}.profile-dt{margin:0;font-size:13px;font-weight:600;color:#555;font-family:Outfit,system-ui,sans-serif}.profile-dd{margin:0;font-size:14px;color:#111;font-family:Outfit,system-ui,sans-serif;word-break:break-word}.profile-dd--mono{font-family:ui-monospace,monospace;font-size:13px;word-break:break-all}.profile-sign-out{display:block;width:100%;max-width:200px;margin:0 auto;padding:12px 24px;font-size:15px;font-weight:600;font-family:Outfit,system-ui,sans-serif;color:#fff;background:linear-gradient(145deg,#2c3e49,#1a2830);border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:opacity .2s ease,transform .2s ease}.profile-sign-out:hover{opacity:.9;transform:translateY(-1px)}.profile-sign-out:active{transform:translateY(0)}@media(max-width:480px){.profile-dl-row{grid-template-columns:1fr;gap:4px}}.affiliate-page{width:100%;min-height:100%;flex:1}.affiliate-body{width:100%;padding:24px 16px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center}.affiliate-heading{margin:0;font-size:22px;font-weight:500;color:#2c3e49;font-family:Outfit,system-ui,sans-serif}.affiliate-subheading{margin:1px 0 0;font-size:22px;font-weight:500;color:#0c55b5;text-decoration:underline;font-family:Outfit,system-ui,sans-serif}.affiliate-description{margin:30px 0 0;font-size:20px;font-weight:400;color:#000;font-family:Outfit,system-ui,sans-serif;max-width:640px;line-height:1.5}.affiliate-cta-btn{margin-top:30px;height:40px;padding:0 20px;background-color:#709fe5;border:none;border-radius:20px;font-size:18px;font-weight:600;color:#fff;font-family:Outfit,system-ui,sans-serif;cursor:pointer;-webkit-tap-highlight-color:transparent}.affiliate-registered-row{margin-top:30px;width:100%;max-width:640px;display:flex;justify-content:flex-end;align-items:center;gap:5px}.affiliate-registered-text{font-size:18px;font-weight:400;color:#000;font-family:Outfit,system-ui,sans-serif}.affiliate-dashboard-link{font-size:18px;font-weight:400;color:#00f;text-decoration:underline;font-family:Outfit,system-ui,sans-serif;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}@media(min-width:768px){.affiliate-heading,.affiliate-subheading{font-size:34px}}.affiliate-dashboard-page{width:100%;min-height:100%;flex:1}.affiliate-dashboard-body{width:100%;padding:24px 16px;box-sizing:border-box}.affiliate-dashboard-title{margin:0;font-size:22px;font-weight:600;color:#000;text-decoration:underline;font-family:Outfit,system-ui,sans-serif;text-align:center}@media(min-width:768px){.affiliate-dashboard-title{font-size:34px}}.affiliate-dashboard-get-link{margin-top:1px;background-color:#d070fe;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:20px 16px 24px;box-sizing:border-box}.affiliate-dashboard-get-link-heading{margin:0;font-size:20px;font-weight:600;color:#000;font-family:Outfit,system-ui,sans-serif}@media(min-width:768px){.affiliate-dashboard-get-link-heading{font-size:28px}}.affiliate-dashboard-coupon-box{margin-top:10px;background-color:#d94dfe;border-radius:8px;padding:20px 16px 24px;box-sizing:border-box}.affiliate-dashboard-coupon-heading{margin:0;font-size:22px;font-weight:500;color:#fff;font-family:Outfit,system-ui,sans-serif;text-align:left}@media(min-width:768px){.affiliate-dashboard-coupon-heading{font-size:28px}}.affiliate-dashboard-label{margin:30px 0 0;font-size:20px;font-weight:500;color:#fff;font-family:Outfit,system-ui,sans-serif;text-align:left}.affiliate-dashboard-label--link{margin-top:10px}.affiliate-dashboard-field-row{margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.affiliate-dashboard-field{flex:1;min-width:0;background-color:#2c3e49;border:1px solid #fff;border-radius:8px;padding:12px 14px;box-sizing:border-box}.affiliate-dashboard-field-placeholder{font-size:16px;font-weight:400;color:#ffffff80;font-family:Outfit,system-ui,sans-serif}.affiliate-dashboard-field-value{font-size:16px;font-weight:400;color:#fff;font-family:Outfit,system-ui,sans-serif}.affiliate-dashboard-copy-btn{flex-shrink:0;padding:8px;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.affiliate-dashboard-copy-icon{display:block;width:24px;height:24px}@media(max-width:767px){.affiliate-dashboard-field-row{flex-direction:column;align-items:stretch}.affiliate-dashboard-field-row .affiliate-dashboard-copy-btn{align-self:flex-end}}.affiliate-dashboard-note{margin:10px 0 0;font-size:20px;font-weight:400;color:#eee70f;font-family:Outfit,system-ui,sans-serif;text-align:left}.affiliate-dashboard-rewards-box{margin-top:10px;background-color:#d94dfe;border-radius:8px;padding:20px;box-sizing:border-box;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.affiliate-dashboard-reward-icon{width:40px;height:40px;flex-shrink:0;object-fit:contain}@media(min-width:768px){.affiliate-dashboard-reward-icon{width:56px;height:56px}}.affiliate-dashboard-rewards-label{font-size:20px;font-weight:500;color:#fff;font-family:Outfit,system-ui,sans-serif}.affiliate-dashboard-rewards-value{margin-left:auto;font-size:24px;font-weight:500;color:#fff;font-family:Outfit,system-ui,sans-serif}.bottom-bar{width:100vw;position:relative;left:50%;margin-left:-50vw;height:30px;background-color:#2c3f48;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.bottom-bar-text{font-size:18px;font-weight:700;color:#fff;font-family:Outfit,system-ui,sans-serif}.bottom-partners{width:100vw;position:relative;left:50%;margin-left:-50vw;margin-top:5px;min-height:56px;padding:12px 16px;background-color:#f4f5f0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.bottom-partners-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px 24px}.bottom-partners-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.bottom-partners-img{width:30px;height:30px;display:block;object-fit:contain;flex-shrink:0}.bottom-partners-name{font-size:16px;font-weight:400;color:#2c3e4a;font-family:Outfit,system-ui,sans-serif;text-align:center;white-space:nowrap;line-height:1.2}@media(max-width:480px){.bottom-partners{min-height:72px;padding:14px 12px}.bottom-partners-row{gap:12px 20px}.bottom-partners-name{font-size:14px}}@media(max-width:360px){.bottom-partners{min-height:80px;padding:12px 8px}.bottom-partners-row{gap:10px 16px}.bottom-partners-name{font-size:13px}}.bottom-footer{width:100vw;position:relative;left:50%;margin-left:-50vw;background-color:#2c3e49;padding:30px 16px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center}.bottom-footer-email-row{display:flex;justify-content:center;align-items:center;width:100%}.bottom-footer-email-wrap{display:inline-block;background-color:#f52000;padding:8px;border-radius:2px}.bottom-footer-email{font-size:22px;font-weight:500;color:#fff;font-family:Outfit,system-ui,sans-serif;text-decoration:none;white-space:nowrap}.bottom-footer-phones-row{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:15px;width:100%}.bottom-footer-phone{font-size:15px;font-weight:600;color:#fff;font-family:Outfit,system-ui,sans-serif;white-space:nowrap}.bottom-footer-divider{width:.5px;height:10px;background-color:#fff;flex-shrink:0}.bottom-footer-availability{margin-top:50px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.bottom-footer-availability-line{margin:0;font-size:11px;font-weight:400;color:#fff;font-family:Outfit,system-ui,sans-serif}.bottom-footer-availability-line--offset{margin-top:2px}.bottom-footer-social-row{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:15px;width:100%}.bottom-footer-social-icon{width:40px;height:40px;display:block;object-fit:contain;flex-shrink:0}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:linear-gradient(160deg,#0f172a,#1e293b,#0f172a);box-sizing:border-box}.auth-card{width:100%;max-width:440px;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000059;overflow:hidden}.auth-card-header{padding:28px 28px 20px;text-align:center;border-bottom:1px solid #e5e7eb}.auth-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:6px}.auth-header-logo{width:36px;height:36px;object-fit:contain;display:block}.auth-header-title{display:flex;align-items:baseline;font-size:18px;font-weight:600;font-family:Outfit,system-ui,sans-serif;letter-spacing:.02em}.auth-title-nextcast{color:#2decf7}.auth-title-space{display:inline-block;width:2px}.auth-title-ai{color:#1e34db}.auth-card-title{margin:0;font-size:18px;font-weight:600;color:#374151;font-family:Outfit,system-ui,sans-serif}.auth-card-body{padding:24px 28px 28px}.auth-form-group{margin-bottom:18px}.auth-label{display:block;margin-bottom:6px;font-size:14px;font-weight:600;color:#374151;font-family:Outfit,system-ui,sans-serif}.auth-input{width:100%;padding:12px 14px;font-size:16px;font-family:Outfit,system-ui,sans-serif;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.auth-input-wrap{position:relative}.auth-input-wrap .auth-input{padding-right:44px}.auth-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.auth-password-toggle:hover{color:#374151}.auth-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.auth-input::placeholder{color:#9ca3af}.auth-input--error{border-color:#dc2626}.auth-hint{margin-top:4px;font-size:12px;color:#6b7280;font-family:Outfit,system-ui,sans-serif}.auth-error{margin-top:6px;font-size:13px;color:#dc2626;font-family:Outfit,system-ui,sans-serif}.auth-country-wrap,.auth-country-input-wrap{position:relative}.auth-country-list{position:absolute;left:0;right:0;top:100%;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px #0000001a;z-index:10;list-style:none;padding:6px 0;margin:4px 0 0}.auth-country-option{padding:10px 14px;font-size:15px;font-family:Outfit,system-ui,sans-serif;color:#374151;cursor:pointer;transition:background .15s}.auth-country-option:hover,.auth-country-option--highlight{background:#eff6ff;color:#1d4ed8}.auth-terms{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px}.auth-checkbox{margin:3px 0 0;width:18px;height:18px;accent-color:#2563eb;flex-shrink:0}.auth-terms-text{margin:0;font-size:14px;color:#4b5563;font-family:Outfit,system-ui,sans-serif;line-height:1.5}.auth-terms-link{color:#2563eb;text-decoration:none;font-weight:500;background:none;border:none;padding:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.auth-terms-link:hover{text-decoration:underline}.auth-remember{display:flex;align-items:center;gap:10px;margin-bottom:18px}.auth-remember-text{margin:0;font-size:14px;color:#4b5563;font-family:Outfit,system-ui,sans-serif;cursor:pointer}.auth-policy-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.auth-policy-modal-backdrop{position:absolute;inset:0;background:#00000080;cursor:pointer}.auth-policy-popup{position:relative;width:100%;max-width:480px;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000059;display:flex;flex-direction:column;overflow:hidden}.auth-policy-popup-header{margin:0;padding:16px 20px;font-size:14px;font-weight:700;letter-spacing:.05em;color:#111827;font-family:Outfit,system-ui,sans-serif;background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-shrink:0}.auth-policy-popup-body{height:150px;overflow-y:auto;padding:16px 20px;font-size:14px;line-height:1.6;color:#374151;font-family:Outfit,system-ui,sans-serif;-webkit-overflow-scrolling:touch;white-space:pre-line}.auth-policy-popup-close{flex-shrink:0;margin:12px 20px 16px;padding:10px 16px;font-size:14px;font-weight:600;font-family:Outfit,system-ui,sans-serif;color:#374151;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;-webkit-tap-highlight-color:transparent}.auth-policy-popup-close:hover{background:#e2e8f0}.auth-payment-methods{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.auth-payment-method{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s}.auth-payment-method:hover{border-color:#bfdbfe;background:#f8fafc}.auth-payment-method--selected{border-color:#2563eb;background:#eff6ff}.auth-payment-method input{margin:0;accent-color:#2563eb}.auth-payment-method-label{font-size:15px;font-weight:600;color:#111827;font-family:Outfit,system-ui,sans-serif}.auth-payment-method-desc{font-size:13px;color:#6b7280;font-family:Outfit,system-ui,sans-serif;margin-left:auto}.auth-submit{width:100%;padding:14px 20px;font-size:16px;font-weight:600;font-family:Outfit,system-ui,sans-serif;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;cursor:pointer;transition:opacity .2s,transform .05s;-webkit-tap-highlight-color:transparent}.auth-submit:hover:not(:disabled){opacity:.95}.auth-submit:active:not(:disabled){transform:scale(.99)}.auth-submit:disabled,.auth-submit--faded{opacity:.5;cursor:not-allowed}.auth-divider{margin:22px 0;text-align:center;font-size:13px;color:#9ca3af;font-family:Outfit,system-ui,sans-serif}.auth-footer-link{display:block;text-align:center;font-size:15px;font-weight:500;color:#2563eb;font-family:Outfit,system-ui,sans-serif;text-decoration:none;margin-top:8px}.auth-footer-link:hover{text-decoration:underline}.auth-success-box{padding:20px;background:#d1fae5;border:1px solid #6ee7b7;border-radius:10px;margin-bottom:20px;text-align:center}.auth-success-title{margin:0 0 6px;font-size:16px;font-weight:600;color:#065f46;font-family:Outfit,system-ui,sans-serif}.auth-success-text{margin:0;font-size:14px;color:#047857;font-family:Outfit,system-ui,sans-serif}@media(max-width:480px){.auth-card{border-radius:12px}.auth-card-header,.auth-card-body{padding-left:20px;padding-right:20px}}.app{--header-title-font-size: 18px}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;overflow-x:hidden}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:56px;padding:0 16px;background-color:#b37f16;flex-shrink:0}.sub-header{position:sticky;top:56px;z-index:99;display:flex;align-items:center;justify-content:center;height:35px;padding:0 16px;background-color:#050306;flex-shrink:0;gap:5px}.sub-header-logo{height:100%;width:auto;max-height:25px;object-fit:contain;display:block;flex-shrink:0}.sub-header-banner-wrap{overflow:hidden;min-height:1.4em;display:flex;align-items:center;justify-content:center;max-width:calc(100vw - 120px)}.sub-header-banner{font-size:18px;font-weight:500;color:#fd60fe;font-style:italic;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .45s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.sub-header-banner--exit{transform:translateY(-10px);opacity:0}.sub-header-banner--enter{transform:translateY(10px);opacity:0}.sub-header-banner:not(.sub-header-banner--exit):not(.sub-header-banner--enter){transform:translateY(0);opacity:1}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent}.hamburger-line{display:block;width:22px;height:2px;background-color:#fff;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.header-title{display:flex;align-items:baseline;font-size:var(--header-title-font-size);font-weight:600;font-family:Outfit,system-ui,sans-serif;letter-spacing:.02em}.title-nextcast{color:#2decf7}.title-space{display:inline-block;width:2px}.title-ai{color:#1e34db}.header-logo-wrap{display:flex;align-items:center;justify-content:flex-end;min-width:44px;padding:0;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.header-logo-wrap:focus{outline:none}.header-logo-wrap--disabled,.header-logo-wrap:disabled{cursor:not-allowed;pointer-events:none}.header-logo{height:40px;width:auto;object-fit:contain;display:block}.sidebar-overlay{position:fixed;inset:0;z-index:199;background:#0006;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.sidebar-overlay--open{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;left:0;z-index:200;width:min(280px,85vw);max-width:200px;height:100vh;background-color:#1f1b57;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;padding:16px;box-shadow:4px 0 24px #00000026}.sidebar--open{transform:translate(0)}.sidebar-close{align-self:flex-start;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;margin-bottom:16px}.sidebar-close-logo{width:auto;height:32px;object-fit:contain;display:block}.sidebar-nav{flex:1;padding-top:8px}.sidebar-nav-list{list-style:none;margin:0;padding:0}.sidebar-nav-item{display:block;width:100%;padding:12px 0;border:none;background:none;color:#ffffff80;font-size:16px;font-weight:500;font-family:Outfit,system-ui,sans-serif;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .15s ease,background-color .15s ease}.sidebar-nav-item--active{color:#fff}.sidebar-nav-item:hover{color:#fff;background-color:#ffffff14}.sidebar-nav-item-label--myaccess{position:relative;display:inline-block}.sidebar-nav-dot{position:absolute;top:0;right:15;width:7px;height:7px;background-color:#e00;border-radius:50%;transform:translate(50%,-50%)}.sidebar-nav-packages-btn{display:flex;align-items:center;gap:2px;width:100%;text-align:left}.sidebar-nav-packages-btn .sidebar-nav-sporty-hero{color:inherit}.sidebar-nav-sporty-hero{font-size:16px;font-weight:500;font-family:Outfit,system-ui,sans-serif}.sidebar-nav-packages-box{display:inline-block;margin-left:2px;padding:1px 2px;line-height:1.2;background-color:#b37f16;border:1px solid #2336d2;color:#2beef8;font-size:10px;font-weight:500;font-style:italic;font-family:Outfit,system-ui,sans-serif}.sidebar-footer{padding-top:16px;margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:#fff;font-size:14px;font-family:Outfit,system-ui,sans-serif}.sidebar-footer-row{display:block;width:100%}.sidebar-footer-link{display:block;width:100%;padding:0;border:none;background:none;color:#fff;font-size:14px;font-family:Outfit,system-ui,sans-serif;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.sidebar-footer-link:hover{text-decoration:underline}.sidebar-footer-copyright{color:#fff}.sidebar-footer-space{display:inline-block;width:2px}.sidebar-footer-text,.sidebar-footer-copy{color:#fff}.main{flex:1;width:100%;max-width:100%;padding:24px 16px;background-color:#fff}.main--round{padding-top:0;padding-left:0;padding-right:0}.main--shpackages{padding:0;background-color:transparent}.bottom-before-shpackages,.bottom-before-history,.bottom-before-myaccess,.bottom-before-profile{margin-top:50px}.bottom-before-affiliate{margin-top:30px}.main--myaccess{padding:0;background-color:transparent}.main--uround{padding-top:0;padding-left:0;padding-right:0;background-color:transparent}.round-page-wrapper{transition:filter .3s ease}.round-page-wrapper--blur{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none}.main-inner{width:100%;max-width:1280px;margin:0 auto}.brand-section{margin-top:10px;display:flex;flex-direction:column;align-items:flex-start;width:100%}.brand-logo{width:auto;height:auto;max-width:100%;display:block}.welcome-line{margin:3px 0 0;padding:0;display:flex;flex-wrap:wrap;align-items:baseline;font-family:Outfit,system-ui,sans-serif;letter-spacing:.02em}.welcome-word{color:#000;font-size:22px;font-weight:700;margin-right:.35em}.welcome-to{color:#000;font-size:16px;font-weight:400;margin-right:.35em}.welcome-line .title-nextcast,.welcome-line .title-ai{font-size:var(--header-title-font-size);font-weight:600}.powered-by{margin:2px 0 0;padding:0;font-size:16px;font-weight:400;color:#000;line-height:1.4;max-width:42em}.powered-by-ai{font-weight:600}.prediction-context-container{margin-top:24px;width:100%;background-color:#2e3647;box-shadow:0 -8px 24px #0003,0 8px 24px #0003;padding:24px;border-radius:4px;font-family:Outfit,system-ui,sans-serif;color:#fff}.prediction-context-row.prediction-context-current{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.prediction-context-text{flex:1;min-width:200px}.prediction-context-heading{margin:0 0 12px;font-size:18px;font-weight:700;color:#fff;text-align:left}.prediction-context-para{margin:0;font-size:16px;font-weight:400;color:#fff;line-height:1.5;text-align:left}.prediction-context-hero{flex-shrink:0;width:auto;max-width:180px;max-height:120px;object-fit:contain;display:block}.prediction-context-upcoming-title{margin-bottom:16px;text-align:left;font-size:18px;font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase}.prediction-context-games-row{display:flex;flex-direction:column;align-items:center;gap:24px}.prediction-context-game{display:flex;flex-direction:column;align-items:center;width:100%}.prediction-context-game-img{width:200px;height:120px;object-fit:contain;display:block}.prediction-context-game-name{margin-top:8px;font-size:16px;font-weight:400;color:#fff;letter-spacing:.04em;text-transform:uppercase;text-align:center}.insights-image{display:block;width:auto;max-width:100%;height:auto;margin-top:16px}.insights-heading{margin:12px 0 0;padding-left:1.1em;position:relative;font-family:Outfit,system-ui,sans-serif;font-size:18px;font-weight:600;color:#000;text-align:left}.insights-heading:before{content:"• ";position:absolute;left:0}.insights-text{margin:6px 0 0;padding:0;font-size:16px;font-weight:400;color:#000;line-height:1.4;max-width:42em;text-align:left}.nextcast-intro{margin:12px 0 0;padding:0;font-size:16px;font-weight:400;color:#000;line-height:1.4;max-width:42em;text-align:left}.nextcast-intro .title-nextcast,.nextcast-intro .title-ai{font-size:var(--header-title-font-size);font-weight:600;font-family:Outfit,system-ui,sans-serif;letter-spacing:.02em}.body-text{margin:12px 0 0;padding:0;font-size:16px;font-weight:400;color:#000;line-height:1.4;max-width:42em;text-align:left}.body-text .title-nextcast,.body-text .title-ai{font-size:var(--header-title-font-size);font-weight:600;font-family:Outfit,system-ui,sans-serif;letter-spacing:.02em}@media(min-width:768px){.header{min-height:64px;padding:0 24px}.sub-header{top:64px;padding:0 24px}.hamburger{width:48px;height:48px}.hamburger-line{width:24px;height:2.5px}.header-logo{height:42px}.main{padding:32px 24px}.main--round,.main--uround{padding-top:0;padding-left:0;padding-right:0}}@media(min-width:1024px){.header{padding:0 32px}.main{padding:40px 32px}.main--round,.main--uround{padding-top:0;padding-left:0;padding-right:0}}@supports (padding: env(safe-area-inset-top)){.header{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.sidebar{padding-left:max(16px,env(safe-area-inset-left))}.main{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.main--round,.main--uround{padding-top:0;padding-left:0;padding-right:0}@media(min-width:768px){.header,.main{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}.main--round,.main--uround{padding-top:0;padding-left:0;padding-right:0}}}
