:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,rgba(99,102,241,.08),transparent 32rem),#f8fafc;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.topbar{height:72px;padding:0 max(24px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:30;background:#f8fafce0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #e2e8f0}.brand{display:flex;gap:10px;align-items:center}.brand-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#fff;background:#0f172a}.brand strong,.brand span{display:block}.brand strong{font-size:17px;line-height:1}.brand span{font-size:9px;letter-spacing:.22em;color:#64748b;margin-top:4px}.desktop-nav{display:flex;gap:28px;color:#475569;font-size:14px;font-weight:650}.desktop-nav a.active{color:#0f172a}.top-actions{display:flex;gap:8px;align-items:center}.icon-button,.login-button{border:1px solid #e2e8f0;background:#fff;min-height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;cursor:pointer}.icon-button{width:40px;padding:0}.page{width:min(1200px,calc(100% - 32px));margin:0 auto;padding:40px 0 100px}.hero{min-height:280px;border-radius:30px;padding:48px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-120px;top:-160px;background:radial-gradient(circle,rgba(99,102,241,.7),transparent 70%)}.hero h1{font-size:clamp(32px,5vw,58px);max-width:760px;line-height:1.02;margin:14px 0 18px;letter-spacing:-.045em}.hero p{max-width:680px;color:#cbd5e1;font-size:17px;line-height:1.6}.hero-stat{min-width:170px;position:relative;z-index:2;padding:24px;border-radius:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-stat strong,.hero-stat span{display:block}.hero-stat strong{margin-top:14px;font-size:22px}.hero-stat span{color:#a5b4fc}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:800;color:#6366f1}.hero .eyebrow{color:#a5b4fc}.toolbar{margin-top:30px;display:flex;gap:16px}.search-box{flex:1;min-height:48px;display:flex;gap:10px;align-items:center;padding:0 16px;background:#fff;border:1px solid #e2e8f0;border-radius:14px}.search-box input{flex:1;border:0;outline:0;background:transparent}.category-scroll{display:flex;overflow-x:auto;gap:8px;padding:18px 0 24px;scrollbar-width:none}.category-scroll button{white-space:nowrap;border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:9px 15px;color:#475569;cursor:pointer}.category-scroll button.active-chip{color:#fff;background:#0f172a;border-color:#0f172a}.market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.market-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px;transition:.2s ease}.market-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0f172a14}.market-card-top{display:flex;align-items:center;gap:7px;color:#64748b;font-size:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.market-card h3{min-height:76px;line-height:1.35;margin:18px 0}.probability-panel{border-radius:14px;background:#f8fafc;overflow:hidden}.probability-row{display:flex;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e2e8f0}.probability-row:last-child{border-bottom:0}.probability-row strong{color:#4f46e5}.market-footer{padding-top:18px;display:flex;justify-content:space-between;color:#64748b;font-size:12px}.market-footer span{display:inline-flex;align-items:center;gap:5px}.auth-page{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:32px 16px 100px}.auth-card{width:min(430px,100%);padding:34px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 24px 60px #0f172a14}.auth-card h1{margin:8px 0 28px}.auth-card label,.trade-card label{display:grid;gap:7px;margin-bottom:16px;font-size:13px;font-weight:650}.auth-card input,.trade-card input{width:100%;height:46px;border:1px solid #cbd5e1;border-radius:12px;padding:0 13px;outline:0}.auth-card input:focus,.trade-card input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.primary-button,.secondary-button{width:100%;min-height:46px;border-radius:12px;border:0;font-weight:750;cursor:pointer}.primary-button{background:#0f172a;color:#fff}.secondary-button{background:#eef2ff;color:#4338ca}.auth-switch{text-align:center;color:#64748b;font-size:13px;margin-top:18px}.auth-switch a{color:#4f46e5;font-weight:700}.error-box,.success-box{padding:12px 14px;border-radius:12px;margin:12px 0;font-size:13px}.error-box{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.success-box{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.back-link{display:inline-block;margin-bottom:20px;color:#64748b;font-size:14px}.market-detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.7fr);gap:32px}.market-main h1{font-size:clamp(30px,5vw,50px);line-height:1.08;letter-spacing:-.035em;margin:12px 0 18px}.market-description,.lead{color:#64748b;line-height:1.7}.big-probabilities{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.outcome{border:2px solid #e2e8f0;background:#fff;border-radius:18px;min-height:110px;padding:18px;text-align:left;cursor:pointer}.outcome span,.outcome strong{display:block}.outcome span{color:#64748b}.outcome strong{font-size:34px;margin-top:8px}.outcome.selected{border-color:#6366f1;background:#eef2ff}.rules-card,.trade-card,.wallet-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px}.rules-card p{color:#64748b;line-height:1.7}.trade-card{position:sticky;top:96px;align-self:start}.trade-card h2{margin:8px 0 24px}.quote-box{margin-top:16px;display:grid;gap:12px}.quote-box>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e2e8f0}.wallet-card{margin-top:20px;display:grid;gap:6px}.wallet-card strong{font-size:clamp(30px,5vw,48px)}.wallet-card small{color:#64748b}.section-title{margin-top:38px}.data-list,.ranking-list{display:grid;gap:10px}.data-card,.ranking-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.data-card strong,.data-card span,.rank-user strong,.rank-user span,.rank-score strong,.rank-score span{display:block}.data-card span,.rank-user span,.rank-score span{color:#64748b;font-size:12px;margin-top:4px}.data-numbers,.rank-score{text-align:right}.ranking-card{justify-content:flex-start;gap:14px}.rank-number{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f1f5f9;font-weight:800}.rank-user{flex:1}.rank-score strong{font-size:22px}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.profile-stats>div{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px}.profile-stats span,.profile-stats strong{display:block}.profile-stats span{color:#64748b;font-size:12px}.profile-stats strong{font-size:28px;margin-top:5px}.empty-state{padding:40px 20px;text-align:center;color:#64748b;border:1px dashed #cbd5e1;border-radius:16px}.mobile-nav{display:none}@media(max-width:900px){.desktop-nav{display:none}.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-detail-grid{grid-template-columns:1fr}.trade-card{position:static}.profile-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.topbar{height:62px;padding:env(safe-area-inset-top) 16px 0}.brand-icon{width:36px;height:36px}.login-button{font-size:13px}.page{width:min(100% - 24px,1200px);padding-top:22px;padding-bottom:110px}.hero{min-height:auto;padding:28px 22px;border-radius:22px}.hero h1{font-size:34px}.hero p{font-size:15px}.hero-stat{display:none}.market-grid{grid-template-columns:1fr}.market-card h3{min-height:auto}.big-probabilities{grid-template-columns:1fr 1fr}.outcome{min-height:96px;padding:15px}.outcome strong{font-size:28px}.auth-card{padding:26px 20px;border-radius:20px}.profile-stats{grid-template-columns:1fr 1fr}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:40;background:#0f172af5;border-radius:18px;padding:7px;box-shadow:0 18px 50px #0f172a4d}.mobile-nav a{min-height:52px;color:#94a3b8;display:grid;justify-items:center;align-content:center;gap:3px;font-size:10px;border-radius:12px}.mobile-nav a.active{color:#fff;background:#ffffff1a}}.position-banner{margin:18px 0;padding:16px 18px;border-radius:16px;background:#ecfdf5;border:1px solid #a7f3d0;display:flex;align-items:center;justify-content:space-between;gap:16px}.position-banner span{color:#047857;font-size:13px}.position-banner strong{color:#065f46}.forecast-card{margin:24px 0;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:20px}.forecast-card h3{margin:8px 0}.forecast-card p{color:#64748b;line-height:1.6;font-size:14px}.forecast-value{font-size:44px;font-weight:850;letter-spacing:-.04em;margin:20px 0 6px;color:#4338ca}.forecast-slider{width:100%;margin:12px 0 22px;accent-color:#4f46e5}.trade-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.buy-button,.sell-button,.danger-button{min-height:46px;border:0;border-radius:12px;font-weight:800;cursor:pointer}.buy-button{color:#065f46;background:#d1fae5}.sell-button{color:#991b1b;background:#fee2e2}.sell-button:disabled{opacity:.4;cursor:not-allowed}.danger-button{width:100%;color:#fff;background:#b91c1c}.info-box{margin-top:14px;padding:12px 14px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:13px}.admin-fab{position:fixed;right:18px;bottom:20px;width:46px;height:46px;border-radius:50%;background:#0f172a;color:#fff;display:grid;place-items:center;box-shadow:0 14px 35px #0f172a47;z-index:45}.admin-form{margin-top:26px;padding:26px;border:1px solid #e2e8f0;border-radius:22px;background:#fff}.admin-form h2{margin-top:0}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-form label{display:grid;gap:7px;margin-bottom:14px;font-size:13px;font-weight:650}.admin-form input,.admin-form select,.admin-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:11px 13px;background:#fff;color:#0f172a;font:inherit;outline:none}.admin-form textarea{min-height:100px;resize:vertical}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.checkbox-label{display:flex!important;grid-template-columns:auto 1fr;align-items:center;justify-content:flex-start}.checkbox-label input{width:18px;height:18px}.admin-market-list{display:grid;gap:12px}.admin-market-card{display:flex;align-items:center;gap:20px;justify-content:space-between;padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:17px}.admin-market-main{min-width:0;display:grid;gap:5px}.admin-market-main strong{line-height:1.35}.admin-market-main small{color:#64748b}.admin-status{width:max-content;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:850;letter-spacing:.06em}.status-open{background:#dcfce7;color:#166534}.status-closed{background:#fef3c7;color:#92400e}.status-resolved{background:#e0e7ff;color:#3730a3}.admin-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.admin-actions button{min-height:36px;border-radius:10px;border:1px solid #cbd5e1;padding:0 11px;background:#fff;cursor:pointer;font-weight:700;font-size:12px}.admin-actions .resolve-button{color:#fff;background:#0f172a;border-color:#0f172a}@media(max-width:720px){.admin-form{padding:20px 16px}.admin-form-grid{grid-template-columns:1fr;gap:0}.admin-market-card{display:grid;gap:14px}.admin-actions{justify-content:flex-start}.position-banner{align-items:flex-start;flex-direction:column;gap:5px}.admin-fab{right:16px;bottom:82px}}body{background:radial-gradient(circle at 8% 5%,rgba(250,204,21,.14),transparent 25rem),radial-gradient(circle at 92% 7%,rgba(236,72,153,.11),transparent 27rem),radial-gradient(circle at 45% 35%,rgba(59,130,246,.08),transparent 34rem),#f8fafc}.prediction-hero{background:radial-gradient(circle at 85% 20%,rgba(250,204,21,.4),transparent 20rem),radial-gradient(circle at 68% 85%,rgba(236,72,153,.33),transparent 22rem),linear-gradient(125deg,#111827,#312e81 48%,#7c3aed);box-shadow:0 28px 70px #4c1d9533}.prediction-hero:after{background:radial-gradient(circle,rgba(255,255,255,.2),transparent 68%)}.hero-live-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);color:#fff;font-size:11px;font-weight:750;margin-bottom:14px}.live-pulse{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 5px #4ade801f}.hero-numbers{display:flex;gap:12px;margin-top:28px}.hero-numbers>div{min-width:105px;padding:13px 15px;border-radius:16px;background:#ffffff17;border:1px solid rgba(255,255,255,.11)}.hero-numbers strong,.hero-numbers span{display:block}.hero-numbers strong{font-size:23px}.hero-numbers span{color:#cbd5e1;font-size:11px;margin-top:2px}.hero-forecast{position:relative;z-index:2;width:220px;padding:27px;border-radius:26px;background:linear-gradient(145deg,#ffffff2e,#ffffff12);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.hero-forecast span,.hero-forecast strong,.hero-forecast small{display:block}.hero-forecast span{margin-top:18px;color:#fde68a;font-size:10px;font-weight:800;letter-spacing:.12em}.hero-forecast strong{margin-top:5px;font-size:28px}.hero-forecast small{color:#ddd6fe;margin-top:5px;line-height:1.5}.featured-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.featured-strip>div{padding:17px;border-radius:18px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;background:#fff;border:1px solid #e2e8f0}.featured-strip>div:nth-child(1){background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-color:#bbf7d0}.featured-strip>div:nth-child(2){background:linear-gradient(135deg,#fff7ed,#fefce8);border-color:#fed7aa}.featured-strip>div:nth-child(3){background:linear-gradient(135deg,#eff6ff,#eef2ff);border-color:#bfdbfe}.featured-strip svg{grid-row:1 / 3;align-self:center}.featured-strip span{color:#64748b;font-size:11px}.featured-strip strong{font-size:14px}.market-card{position:relative;overflow:hidden;border-width:1px}.market-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:#cbd5e1}.market-esportes:before{background:linear-gradient(90deg,#22c55e,#16a34a)}.market-piaui:before{background:linear-gradient(90deg,#f59e0b,#ef4444)}.market-brasil:before{background:linear-gradient(90deg,#22c55e,#facc15,#3b82f6)}.market-economia:before{background:linear-gradient(90deg,#2563eb,#7c3aed)}.market-tecnologia:before{background:linear-gradient(90deg,#06b6d4,#8b5cf6)}.market-esportes{background:linear-gradient(180deg,#fff,#f5fff8)}.market-piaui{background:linear-gradient(180deg,#fff,#fffaf0)}.market-brasil{background:linear-gradient(180deg,#fff,#f7fff7)}.market-economia{background:linear-gradient(180deg,#fff,#f7f9ff)}.market-tecnologia{background:linear-gradient(180deg,#fff,#faf7ff)}.category-badge{display:inline-flex;align-items:center;gap:5px;width:max-content;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800}.badge-esportes{color:#166534;background:#dcfce7}.badge-piaui{color:#9a3412;background:#ffedd5}.badge-brasil{color:#166534;background:#fef9c3}.badge-economia{color:#3730a3;background:#e0e7ff}.badge-tecnologia{color:#6b21a8;background:#f3e8ff}.market-card-top{justify-content:space-between}.open-label{display:flex;align-items:center;gap:5px;color:#64748b;font-size:10px}.colorful-chips button{font-weight:650;transition:.18s ease}.colorful-chips button:hover{transform:translateY(-1px)}.colorful-chips .sports-chip{border-color:#bbf7d0}.colorful-chips .piaui-chip{border-color:#fed7aa}.colorful-chips .brasil-chip{border-color:#fde68a}.colorful-chips .economy-chip{border-color:#c7d2fe}.colorful-chips .tech-chip{border-color:#e9d5ff}.big-probabilities{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.probability-row strong{font-size:18px}@media(max-width:760px){.featured-strip{grid-template-columns:1fr}.hero-numbers{gap:7px}.hero-numbers>div{min-width:0;flex:1;padding:11px}.hero-numbers strong{font-size:20px}.hero-forecast{display:none}}.sports-matchup{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:14px 0 16px;padding:13px 14px;border-radius:18px;background:#ffffffd1;border:1px solid rgba(148,163,184,.2)}.team-side{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.team-side span{font-size:12px;font-weight:700;color:#0f172a;line-height:1.2}.team-crest,.team-crest-fallback{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 18px #0f172a14}.team-crest{object-fit:contain;padding:6px}.team-crest-fallback{font-size:14px;font-weight:800;color:#334155;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.match-center{display:flex;flex-direction:column;align-items:center;gap:4px}.match-center strong{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;letter-spacing:.08em;font-size:12px}.match-center small{font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}@media(max-width:640px){.sports-matchup{gap:8px;padding:12px}.team-crest,.team-crest-fallback{width:46px;height:46px;border-radius:14px}.team-side span{font-size:11px}.match-center strong{min-width:42px;height:42px;font-size:11px}}.notification-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#475569;padding:3px 4px;margin:0;display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:650;line-height:1;cursor:pointer;position:static!important;inset:auto!important;transform:none!important;box-shadow:none!important;white-space:nowrap}.notification-link:hover{color:#4f46e5}@media(max-width:640px){.notification-link{padding:2px;gap:3px;font-size:10px}}#tsPushEnable{display:none!important}.about-nav-link{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.about-page{width:min(980px,calc(100% - 28px));margin:0 auto;padding:28px 0 54px}.about-hero{display:flex;gap:18px;align-items:flex-start;padding:28px;border-radius:26px;background:linear-gradient(135deg,#4f46e521,#7c3aed14,#0ea5e91a);border:1px solid rgba(99,102,241,.15)}.about-logo{width:62px;height:62px;flex:0 0 62px;border-radius:19px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#3730a3,#7c3aed,#0284c7);box-shadow:0 16px 35px #4f46e538}.about-kicker{display:inline-block;margin-bottom:7px;color:#6366f1;font-size:11px;font-weight:800;letter-spacing:.12em}.about-hero h1,.about-page h2,.about-page h3{margin-top:0}.about-hero h1{margin-bottom:9px;font-size:clamp(26px,5vw,40px)}.about-hero p{max-width:720px;margin:0;color:#475569;line-height:1.65}.about-intro-card,.about-important,.about-question{margin-top:18px;padding:22px;display:flex;gap:15px;align-items:flex-start;border-radius:20px;background:#fff;border:1px solid #e2e8f0}.about-intro-card svg,.about-question svg{color:#6366f1;flex:0 0 auto}.about-intro-card p,.about-question p,.about-important p{margin-bottom:0;color:#475569;line-height:1.62}.about-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.about-card{padding:21px;border-radius:20px;background:#fff;border:1px solid #e2e8f0}.about-card svg{color:#7c3aed;margin-bottom:12px}.about-card h3{margin-bottom:7px}.about-card p{margin:0;color:#64748b;line-height:1.58}.about-important{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-color:#c7d2fe}.about-important-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:15px;color:#4338ca;background:#ffffffb8}.about-example{margin-top:18px;padding:24px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#312e81,#5b21b6,#0369a1)}.about-example p{line-height:1.62}.about-example-question{font-size:20px;font-weight:800}.about-footer-card{margin-top:18px;padding:25px;text-align:center;border-radius:22px;background:#0f172a;color:#fff}.about-footer-card strong{font-size:22px}.about-footer-card p{margin:7px 0 3px}.about-footer-card small{color:#cbd5e1}@media(max-width:700px){.about-page{width:min(100% - 20px,980px);padding-top:16px}.about-hero{padding:20px;border-radius:21px}.about-logo{width:48px;height:48px;flex-basis:48px;border-radius:15px}.about-grid{grid-template-columns:1fr}.about-intro-card,.about-important,.about-question{padding:18px}}@media(max-width:430px){.about-hero{gap:12px}.about-logo{width:42px;height:42px;flex-basis:42px}.about-nav-link span{font-size:11px}}.market-section{margin-top:26px}.market-section-heading{display:flex;align-items:center;gap:10px;margin:0 0 11px}.market-section-heading h2,.sport-master-title h2{margin:0;font-size:19px;line-height:1.15}.market-section-heading span,.sport-master-title span{display:block;margin-top:2px;color:#64748b;font-size:11px}.market-section-icon{width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;border-radius:11px;background:#f1f5f9;color:#334155}.section-count{margin-left:auto;min-width:28px;padding:4px 8px;border-radius:999px;text-align:center;font-size:11px;background:#f1f5f9;color:#475569}.sport-master-section{margin-top:27px}.sport-master-title{display:flex;align-items:center;gap:10px;padding-bottom:7px;border-bottom:1px solid #e2e8f0}.grouped-market-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:10px}.compact-market-card{padding:13px!important;border-radius:16px!important;min-height:0!important}.compact-market-card h3{margin:9px 0 10px!important;font-size:14px!important;line-height:1.3!important}.compact-market-card .category-badge{padding:4px 7px;font-size:9px}.compact-market-card .open-label{font-size:9px}.compact-probabilities{gap:5px!important}.compact-probabilities .probability-row{padding:7px 8px!important;border-radius:9px!important}.compact-probabilities .probability-row span{font-size:10px}.compact-probabilities .probability-row strong{font-size:15px!important}.compact-market-card .market-footer{margin-top:9px!important;padding-top:8px!important;font-size:10px}.compact-matchup{margin:8px 0 9px!important;padding:8px!important;border-radius:12px!important;gap:5px!important}.compact-matchup .team-crest,.compact-matchup .team-crest-fallback{width:38px!important;height:38px!important;border-radius:11px!important}.compact-matchup .team-side{gap:4px}.compact-matchup .team-side span{font-size:10px}.compact-matchup .match-center strong{min-width:34px!important;height:34px!important;padding:0 8px!important;font-size:9px!important}.compact-matchup .match-center small{font-size:8px}.all-market-sections{margin-top:6px}.sports-sections{margin-top:4px}@media(max-width:640px){.market-section{margin-top:20px}.market-section-heading{margin-bottom:8px}.market-section-heading h2,.sport-master-title h2{font-size:16px}.market-section-icon{width:31px;height:31px;flex-basis:31px;border-radius:9px}.grouped-market-grid{grid-template-columns:1fr;gap:8px}.compact-market-card{padding:11px!important;border-radius:14px!important}.compact-market-card h3{margin:7px 0 8px!important;font-size:13px!important}.compact-matchup{margin:6px 0 7px!important;padding:6px 8px!important}.compact-matchup .team-crest,.compact-matchup .team-crest-fallback{width:34px!important;height:34px!important}.compact-probabilities .probability-row{padding:6px 7px!important}.compact-probabilities .probability-row strong{font-size:14px!important}.category-scroll{gap:6px!important}.category-scroll button{padding:7px 9px!important;font-size:10px!important}}.event-time-box{display:flex;align-items:center;justify-content:space-between;gap:7px;margin:8px 0 10px;padding:7px 9px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.event-time-box strong{color:#0f172a;font-size:12px;line-height:1.2}.event-time-box span{color:#64748b;font-size:10px;line-height:1.2;white-space:nowrap}.event-time-detail{padding:10px 12px;margin:10px 0 14px}.event-time-detail strong{font-size:14px}.event-time-detail span{font-size:12px}@media(max-width:640px){.event-time-box{gap:5px;padding:6px 7px}.event-time-box strong{font-size:11px}.event-time-box span{font-size:9px}.event-time-detail strong{font-size:13px}.event-time-detail span{font-size:11px}}
