:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a1628;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0a1628,#1a2332);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden;width:100%}.app-main{flex:1;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.header{padding:20px 0;background:#0a1628cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.1)}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700}.logo-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;padding:4px 8px}.logo-text{color:#fff}.nav{display:flex;gap:32px}.nav a{color:#fffc;text-decoration:none;font-weight:500;transition:all .3s;cursor:pointer;padding:8px 0;border-bottom:2px solid transparent}.nav a:hover{color:#fff}.nav a.active{color:#fff;border-bottom-color:#3b82f6}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:101}.hamburger span{display:block;width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.btn-entrar{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s}.btn-entrar:hover{background:#ffffff1a;border-color:#ffffff80}.header-user{display:flex;align-items:center;gap:12px}.header-user-name{color:#ffffffd9;font-size:14px;font-weight:500;white-space:nowrap}.btn-logout{padding:8px 16px;font-size:13px;border-color:#ef444466;color:#f87171}.btn-logout:hover{background:#ef44441a;border-color:#ef444499}.protected-wrapper{position:relative;min-height:calc(100vh - 200px)}.protected-content{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.4}.protected-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:10}.protected-overlay-box{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;background:#0a1628eb;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px 48px;max-width:420px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.protected-icon{font-size:40px;line-height:1}.protected-title{font-size:20px;font-weight:700;color:#fff;margin:0}.protected-text{font-size:14px;color:#fff9;line-height:1.5;margin:0}.protected-btn{margin-top:8px;padding:12px 28px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.protected-btn:hover{background:#2563eb}@media(max-width:480px){.protected-overlay-box{margin:0 16px;padding:32px 24px}}.user-icon{font-size:16px}.hero{position:relative;padding:100px 0 150px;background:linear-gradient(180deg,#0a1628d9,#0a1628f2),url(https://images.unsplash.com/photo-1546519638-68e109498ffc?w=1600) center/cover;background-attachment:fixed;text-align:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(10,22,40,.8) 100%)}.hero-content{position:relative;z-index:2}.hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px}.highlight{color:#3b82f6}.hero-subtitle{font-size:18px;color:#fffc;margin-bottom:40px;line-height:1.6}.hero-buttons{display:flex;gap:16px;justify-content:center}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-secondary{background:#4285f433;color:#fff;border:2px solid rgba(66,133,244,.5);padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:#4285f44d;border-color:#4285f4cc}.bingos-page{padding:80px 0;background:linear-gradient(180deg,#0a1628,#141d2e);min-height:80vh}.bingos-coming-soon{text-align:center;max-width:500px;margin:0 auto 48px;padding:60px 40px;background:#1e293b99;border-radius:16px;border:1px solid rgba(59,130,246,.2)}.bingos-icon{font-size:64px;display:block;margin-bottom:20px}.bingos-title{font-size:36px;font-weight:700;margin-bottom:12px;color:#fff}.bingos-subtitle{font-size:20px;font-weight:600;color:#3b82f6;margin-bottom:16px;text-transform:uppercase;letter-spacing:2px}.bingos-description{font-size:16px;color:#fff9;line-height:1.6}.bingos-plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:800px;margin:0 auto}.bingos-plan-card{background:#1e293b99;border:1px solid rgba(59,130,246,.2);border-radius:16px;padding:32px 24px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.bingos-plan-card:not(.coming-soon):hover{transform:translateY(-4px);box-shadow:0 12px 24px #0003,0 0 16px #3b82f61a;border-color:#3b82f666}.bingos-plan-card.coming-soon{opacity:.65;filter:grayscale(20%)}.bingos-plan-header{text-align:center;margin-bottom:24px}.bingos-plan-icon{font-size:48px;display:block;margin-bottom:16px}.bingos-plan-name{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.bingos-badge-soon{background:#3b82f633;color:#60a5fa;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 12px;border-radius:20px;display:inline-block;margin-bottom:16px}.bingos-plan-price{font-size:32px;font-weight:800;color:#3b82f6;margin-bottom:8px}.bingos-plan-price span{font-size:16px;font-weight:400;color:#fff9}.bingos-plan-features{list-style:none;padding:0;margin:0 0 32px;flex-grow:1}.bingos-plan-features li{font-size:15px;color:#fffc;margin-bottom:12px;display:flex;align-items:flex-start;gap:12px}.bingos-plan-features li:before{content:"✓";color:#3b82f6;font-weight:700}.bingos-plan-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;text-align:center;width:100%;transition:transform .2s,box-shadow .3s}.bingos-plan-btn:not(.disabled):hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.bingos-plan-btn.disabled{background:#ffffff1a;color:#fff6;cursor:not-allowed;pointer-events:none}.card-header{padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600}.badge-blue{background:#4285f433;color:#4285f4}.badge-green{background:#3b82f633;color:#3b82f6}.badge-red{background:#ea433533;color:#ea4335}.card-content{padding:20px}.match-title{font-size:20px;font-weight:700;margin-bottom:16px;color:#fff}.match-info{display:flex;flex-direction:column;gap:8px}.match-info p{color:#fffc;font-size:14px}.match-info strong{color:#fff}.stats{padding:60px 0;background:#0a162880}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;text-align:center}.stat-item{padding:20px}.stat-number{font-size:56px;font-weight:800;color:#fff;margin-bottom:8px}.stat-positive{color:#3b82f6}.stat-label{font-size:16px;color:#ffffffb3}.cta{padding:80px 0;background:linear-gradient(135deg,#1e293b99,#141d2ecc)}.cta-content{text-align:center}.cta-title{font-size:32px;font-weight:700;margin-bottom:32px}.btn-cta{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:18px 48px;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .3s}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px #3b82f666}.footer{padding:30px 0;text-align:center;background:#0a1628cc;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:10px}.footer p{color:#fff9;font-size:14px}.footer-support-link{background:transparent;border:none;color:#f97316;font-size:14px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.footer-support-link:hover{color:#fb923c}@media(max-width:768px){.container{padding:0 16px}.header{padding:16px 0}.header .container{flex-wrap:wrap;justify-content:space-between;position:relative}.logo{font-size:20px;z-index:101}.hamburger{display:flex;order:2}.nav{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:linear-gradient(180deg,#0a1628,#1a2332);flex-direction:column;gap:0;padding:80px 0 20px;margin:0;border-top:none;border-right:1px solid rgba(255,255,255,.1);transition:left .3s ease;z-index:100;overflow-y:auto;box-shadow:2px 0 10px #0000004d}.nav.active{left:0}.nav a{padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s}.nav a:hover{background:#ffffff0d;padding-left:32px}.btn-entrar{padding:8px 16px;font-size:14px;order:3}.hero{padding:60px 0 80px;background-attachment:scroll}.hero-title{font-size:28px;line-height:1.3}.hero-title br{display:none}.hero-subtitle{font-size:15px;line-height:1.5;margin-bottom:32px}.hero-subtitle br{display:none}.hero-buttons{flex-direction:column;align-items:stretch;gap:12px}.btn-primary,.btn-secondary{width:100%;padding:14px 24px;font-size:15px}.bingos-page{padding:50px 0}.bingos-coming-soon{padding:40px 24px}.bingos-icon{font-size:48px}.bingos-title{font-size:28px}.bingos-plans-grid{grid-template-columns:1fr;gap:16px;padding:0 16px}.bingos-plan-card{padding:24px 20px}.bingos-plan-price{font-size:28px}.card-content{padding:16px}.match-title{font-size:18px}.stats{padding:40px 0}.stats-grid{grid-template-columns:1fr;gap:24px}.stat-number{font-size:42px}.stat-label{font-size:14px}.cta{padding:50px 0}.cta-title{font-size:24px;line-height:1.3;margin-bottom:24px}.btn-cta{width:100%;max-width:320px;padding:16px 32px;font-size:16px}.footer{padding:24px 0}.footer p{font-size:12px;line-height:1.5}}.jogos-section{padding:60px 0;background:linear-gradient(180deg,#0f1a2e,#1a2540)}.date-navigator{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:40px}.date-nav-button{width:48px;height:48px;border-radius:12px;background:#1a254099;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:24px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.date-nav-button:hover{background:#3b82f633;border-color:#3b82f666;transform:scale(1.05)}.date-nav-button:active{transform:scale(.95)}.date-display{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:300px}.date-label{font-size:28px;font-weight:700;color:#fff}.date-subtitle{font-size:14px;color:#ffffff80}.loading-container,.error-container,.no-games-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{margin-top:20px;font-size:16px;color:#ffffffb3}.error-message{font-size:16px;color:#ff6b6b;margin-bottom:20px}.retry-button{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.retry-button:hover{background:#2563eb;transform:translateY(-2px)}.no-games-container p{font-size:16px;color:#fff9}.access-error-wrapper{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.access-error-card{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;background:#0a1628eb;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:48px 48px 40px;max-width:420px;width:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.access-error-icon{font-size:44px;line-height:1;margin-bottom:4px}.access-error-title{font-size:20px;font-weight:700;color:#fff;margin:0}.access-error-text{font-size:14px;color:#ffffff8c;line-height:1.6;margin:0;max-width:320px}.access-error-btn{margin-top:10px;padding:12px 32px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.access-error-btn:hover{background:#2563eb;transform:translateY(-1px)}@media(max-width:480px){.access-error-card{padding:36px 24px 32px;margin:0 8px}}.games-list-table{background:#1a254066;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.games-list-table-header{display:grid;grid-template-columns:50px 100px 90px 40px 1fr;gap:24px;padding:18px 32px;background:#0a162899;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;align-items:center}.game-list-row{display:grid;grid-template-columns:50px 100px 90px 40px 1fr;gap:24px;padding:20px 32px;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:all .3s ease;align-items:center;min-height:75px}.game-list-row:hover{background:#3b82f61a;border-left:3px solid #3b82f6;padding-left:17px}.game-list-row:last-child{border-bottom:none}.table-col-fav{display:flex;justify-content:center;align-items:center}.fav-button{background:transparent;border:none;color:#ffffff4d;font-size:20px;cursor:pointer;transition:all .3s ease;padding:4px}.fav-button:hover{color:gold;transform:scale(1.2)}.table-col-league{display:flex;align-items:center;justify-content:center}.league-name{font-size:14px;font-weight:600;color:#ffffffb3}.table-col-time{display:flex;align-items:center;justify-content:center}.match-time{font-size:15px;font-weight:700;color:#3b82f6}.table-col-status{display:flex;justify-content:center;align-items:center}.status-indicator{width:10px;height:10px;border-radius:50%;background:#e91e63;box-shadow:0 0 8px #e91e6399}.table-col-match{display:flex;align-items:center;justify-content:center;width:100%}.match-teams{display:grid;grid-template-columns:280px auto 280px;align-items:center;gap:40px;width:100%;justify-content:center}.match-team{display:flex;align-items:center;gap:14px}.match-team-home{justify-content:flex-end}.match-team-away{justify-content:flex-start}.match-team-home .team-info{align-items:flex-end}.match-team-away .team-info{align-items:flex-start}.team-info{display:flex;flex-direction:column;gap:4px;min-width:120px}.team-logo-small{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));flex-shrink:0}.team-name-compact{font-size:16px;font-weight:600;color:#fff;white-space:nowrap;line-height:1.3}.team-record-small{font-size:12px;color:#fff6;font-weight:500;line-height:1.3}.match-vs{font-size:14px;font-weight:700;color:#ffffff59;text-align:center;min-width:35px}.back-button{display:inline-flex;align-items:center;gap:8px;background:#1a254080;border:1px solid rgba(255,255,255,.1);color:#fff;padding:12px 20px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;margin-bottom:24px;transition:all .3s ease}.back-button:hover{background:#3b82f633;border-color:#3b82f666;transform:translate(-4px)}.predictions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:24px}.prediction-card{background:#1e3a5f66;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.prediction-card:hover{border-color:#3b82f666;transform:translateY(-2px)}.prediction-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.prediction-icon{font-size:24px}.prediction-title{font-size:16px;font-weight:600;color:#fff;margin:0}.prediction-result{display:flex;align-items:center;justify-content:space-between;gap:16px}.prediction-team{display:flex;align-items:center;gap:12px}.prediction-logo{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.prediction-team-name{font-size:15px;font-weight:600;color:#fff}.prediction-percentage{font-size:28px;font-weight:700;color:#3b82f6}.prediction-result-single{display:flex;flex-direction:column;gap:8px}.prediction-value{font-size:20px;font-weight:700;color:#fff}.prediction-confidence{font-size:13px;color:#fff9}.prediction-disclaimer{display:flex;gap:12px;background:#ff98001a;border:1px solid rgba(255,152,0,.3);border-radius:12px;padding:16px;margin-top:8px}.disclaimer-icon{font-size:20px;flex-shrink:0}.disclaimer-text{font-size:13px;color:#ffffffb3;line-height:1.5;margin:0}.match-history-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.modal-content{background:linear-gradient(135deg,#1e3a5f,#2a4a6f);border-radius:20px;padding:40px;max-width:450px;width:90%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff9;font-size:32px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;line-height:1}.modal-close:hover{background:#ffffff1a;color:#fff;transform:rotate(90deg)}.modal-header{text-align:center;margin-bottom:32px}.modal-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:8px}.modal-subtitle{font-size:14px;color:#fff9}.modal-form{display:flex;flex-direction:column;gap:20px}.form-error-banner{background:#ef44441f;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;text-align:center}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#ffffffe6}.form-input{padding:12px 16px;background:#0a162899;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:15px;transition:all .3s ease}.form-input::placeholder{color:#fff6}.form-input:focus{outline:none;border-color:#3b82f6;background:#0a1628cc}.form-forgot{text-align:right;margin-top:-8px}.forgot-link{font-size:13px;color:#3b82f6;text-decoration:none;transition:color .3s ease}.forgot-link:hover{color:#60a5fa;text-decoration:underline}.btn-submit{padding:14px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-submit:active{transform:translateY(0)}.expired-access-modal{max-width:420px;text-align:center}.expired-access-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px}.expired-access-icon{font-size:42px;line-height:1}.expired-access-cta{width:100%}.support-subscribe-modal{max-width:440px;text-align:center}.support-subscribe-header{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:18px}.support-subscribe-icon{font-size:40px;line-height:1}.support-subscribe-cta{width:100%;background:linear-gradient(135deg,#22c55e,#16a34a)}.support-subscribe-cta:hover{box-shadow:0 8px 20px #22c55e59}.modal-footer{text-align:center;margin-top:24px}.footer-text{font-size:14px;color:#fff9}.toggle-link{background:transparent;border:none;color:#3b82f6;font-weight:600;cursor:pointer;margin-left:6px;transition:color .3s ease;font-size:14px}.toggle-link:hover{color:#60a5fa;text-decoration:underline}.modal-divider{display:flex;align-items:center;margin:28px 0;gap:16px}.modal-divider:before,.modal-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.divider-text{font-size:13px;color:#ffffff80;white-space:nowrap}.social-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn-social{padding:12px;background:#0a162899;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-social:hover{background:#0a1628cc;border-color:#fff3;transform:translateY(-2px)}.social-icon{width:20px;height:20px;flex-shrink:0}.btn-google:hover{background:#4285f41a;border-color:#4285f44d}.btn-facebook:hover{background:#1877f21a;border-color:#1877f24d}.history-item{display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:center;background:#1e3a5f4d;border-radius:12px;padding:16px 20px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.history-item:hover{border-color:#ffffff26;transform:translate(4px)}.history-date{display:flex;flex-direction:column;align-items:center;gap:2px}.date-day{font-size:24px;font-weight:700;color:#fff;line-height:1}.date-month{font-size:12px;font-weight:500;color:#ffffff80;text-transform:uppercase}.history-match{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}.history-team{display:flex;align-items:center;gap:12px}.history-team:last-child{flex-direction:row-reverse}.history-logo{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.history-team-name{font-size:14px;font-weight:600;color:#fff}.history-score{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;border-radius:8px;min-width:100px}.history-score.win{background:#3b82f633;border:1px solid rgba(59,130,246,.4)}.history-score.loss{background:#f4433633;border:1px solid rgba(244,67,54,.4)}.history-score.draw{background:#9e9e9e33;border:1px solid rgba(158,158,158,.4)}.score-value{font-size:16px;font-weight:700;color:#fff}.score-label{font-size:11px;font-weight:600;color:#fff9}.history-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:20px;background:#1e3a5f4d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#0a162866;border-radius:8px}.summary-label{font-size:14px;font-weight:500;color:#ffffffb3}.summary-value{font-size:24px;font-weight:700}.summary-value.win{color:#3b82f6}.summary-value.loss{color:#f44336}.game-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#1e3a5f,#2a4a6f);border-radius:16px;padding:30px;margin-bottom:30px;position:relative;overflow:hidden}.game-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.team-section{display:flex;flex-direction:column;align-items:center;gap:12px;z-index:1;flex:1}.team-logo{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.team-name{font-size:18px;font-weight:600;color:#fff}.vs-section{display:flex;flex-direction:column;align-items:center;gap:12px;z-index:1;flex:1}.vs-title{font-size:28px;font-weight:700;text-align:center;line-height:1.3;color:#fff}.vs-text{font-size:20px;color:#fff9;font-weight:400}.game-status{background:#3b82f633;border:1px solid rgba(59,130,246,.4);color:#60a5fa;padding:5px 14px;border-radius:16px;font-size:12px;font-weight:500;white-space:nowrap}.game-tabs{display:flex;gap:0;background:#1a254080;border-radius:12px;padding:6px;margin-bottom:30px;overflow-x:auto}.tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:transparent;border:none;border-radius:8px;color:#fff9;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tab:hover{background:#ffffff0d;color:#fffc}.tab.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.tab-icon{font-size:18px}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stats-section{background:#1a254066;border-radius:16px;padding:30px;margin-bottom:24px;border:1px solid rgba(255,255,255,.05);width:100%;box-sizing:border-box;overflow:hidden}.stats-section-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid rgba(59,130,246,.3)}.collapsible-title{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:10px;transition:color .2s ease}.collapsible-title:hover{color:#3b82f6cc}.collapse-icon{font-size:14px;color:#3b82f6;transition:transform .2s ease;display:inline-flex;align-items:center;justify-content:center;min-width:16px;line-height:1}.quarters-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:24px;max-width:100%;width:100%}.quarter-box{background:#ffffff05;border-radius:10px;padding:16px;border:1px solid rgba(255,255,255,.05)}.quarter-title{font-size:14px;font-weight:600;color:#3b82f6;margin-bottom:16px;text-align:center;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.stat-group{margin-bottom:12px}.stat-group:last-child{margin-bottom:0}.stat-subtitle{font-size:14px;font-weight:500;color:#ffffffb3;margin-bottom:12px;text-align:center}.stat-centered-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;padding:6px 0;width:100%;overflow:hidden}.stat-bar-half{display:flex;align-items:center;height:26px;overflow:hidden;min-width:0}.stat-bar-left-half{justify-content:flex-end;padding-right:2px}.stat-bar-right-half{justify-content:flex-start;padding-left:2px}.stats-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:1200px){.stats-two-columns{grid-template-columns:1fr}.stat-bar-fill-horizontal{height:14px}.stat-value-outside{font-size:11px}}.stats-column{background:#1e3a5f33;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.05)}.stats-column-title{font-size:15px;font-weight:600;color:#fffc;margin-bottom:16px;text-align:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.stat-horizontal-bars{display:flex;flex-direction:column;gap:8px;padding:6px 0;width:100%}.stat-bar-row{display:flex;align-items:center;gap:12px;width:100%;overflow:hidden}.stat-team-name-label{font-size:13px;font-weight:600;color:#fff;min-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-bar-horizontal{display:flex;align-items:center;gap:8px;flex:1;max-width:100%;min-width:0;width:100%}.stat-bar-fill-horizontal{height:22px;border-radius:4px;display:flex;align-items:center;padding:0 8px;transition:width .6s ease;position:relative;box-sizing:border-box;min-width:40px;max-width:calc(100% - 54px);justify-content:flex-start;font-size:15px;overflow:visible;flex-shrink:1}.stat-bar-label{font-size:11px;font-weight:500;color:#fff9;text-align:center;min-width:100px;margin-bottom:4px}.stat-team-logo{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));margin:0 8px;flex-shrink:0}.stat-bar-fill{height:100%;border-radius:4px;display:flex;align-items:center;padding:0 10px;transition:width .6s ease;position:relative;max-width:100%;box-sizing:border-box}.stat-bar-left-half .stat-bar-fill{justify-content:flex-start;border-radius:4px 0 0 4px}.stat-bar-right-half .stat-bar-fill{justify-content:flex-end;border-radius:0 4px 4px 0}.stat-value-outside{font-size:14px;font-weight:700;color:#fff;padding:0 4px 0 2px;min-width:48px;text-align:left;white-space:nowrap;overflow:visible;flex-shrink:0}.stat-value-inside{font-size:12px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.stat-center-label{font-size:11px;font-weight:500;color:#fff9;padding:0 12px;white-space:nowrap;text-align:center;min-width:100px}.stat-versus-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:8px 0}.stat-team-left,.stat-team-right{display:flex;flex-direction:column;align-items:center;gap:8px}.team-label{font-size:14px;font-weight:600;color:#fff;text-align:center}.stat-bar-left,.stat-bar-right{width:100%;display:flex;align-items:center}.stat-bar-left .stat-bar{height:28px;border-radius:6px;transition:width .6s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:10px}.stat-bar-right .stat-bar{height:28px;border-radius:6px;transition:width .6s ease;display:flex;align-items:center;justify-content:flex-start;padding-left:10px}.stat-value-left,.stat-value-right{font-size:14px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.stat-vs{font-size:16px;font-weight:700;color:#fff6;padding:0 16px;white-space:nowrap}.stat-bar-container{display:flex;flex-direction:column;gap:16px}.stat-bar-item{display:grid;grid-template-columns:120px 1fr 60px;align-items:center;gap:16px}.stat-bar-label{display:flex;align-items:center;gap:8px;flex:1;min-width:0;font-weight:500;color:#fff}.small-logo{width:24px;height:24px;object-fit:contain}.stat-bar-wrapper{position:relative;height:32px;background:#0f1a2e99;border-radius:8px;overflow:hidden;display:flex;align-items:center}.stat-bar{height:100%;border-radius:8px;transition:width .6s ease;position:relative}.celtics-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa);box-shadow:0 0 20px #3b82f666}.heat-bar{background:linear-gradient(90deg,#ef5350,#e57373);box-shadow:0 0 20px #ef535066}.stat-bar-blue{background:linear-gradient(90deg,#607d8b,#78909c);box-shadow:0 0 15px #607d8b40}.stat-bar-green{background:linear-gradient(90deg,#3b82f6,#60a5fa);box-shadow:0 0 20px #3b82f666}.stat-bar-red{background:linear-gradient(90deg,#ef5350,#e57373);box-shadow:0 0 20px #ef535066}.win-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa);box-shadow:0 0 20px #3b82f666}.loss-bar{background:linear-gradient(90deg,#ef5350,#e57373);box-shadow:0 0 20px #ef535066}.stat-value{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:15px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);z-index:2}.stat-percentage{font-size:14px;font-weight:600;color:#ffffff80;text-align:right}.efficiency-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.placeholder-text{text-align:center;padding:60px 20px;color:#ffffff80;font-size:18px}.planos-section{padding:80px 0;min-height:calc(100vh - 400px)}.planos-section .section-title{text-align:center;margin-bottom:40px}.planos-access-status{text-align:center;margin-bottom:24px}.access-badge{display:inline-block;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500}.access-badge.access-active{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.access-badge.access-trial{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#60a5fa}.access-badge.access-expired{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.planos-feedback{text-align:center;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;margin-bottom:20px}.planos-feedback-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.planos-feedback-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}@media(max-width:768px){.container{padding:0 16px}.loading-container,.error-container,.no-games-container{padding:40px 20px}.loading-spinner{width:40px;height:40px}.games-list-table{border-radius:12px}.games-list-table-header{display:none}.game-list-row{display:grid;grid-template-columns:38px 1fr 30px 1fr;align-items:center;gap:4px;padding:12px 8px;min-height:50px;position:relative}.game-list-row:hover{border-left:2px solid #3b82f6;padding-left:6px}.table-col-fav{position:absolute;top:50%;left:-6px;transform:translateY(-50%);z-index:1}.fav-button{font-size:12px;opacity:.4}.table-col-league{display:none}.table-col-time{grid-column:1;display:flex;justify-content:center;align-items:center}.match-time{font-size:11px;font-weight:700;color:#60a5fa;text-align:center}.table-col-status{display:none}.table-col-match{grid-column:2 / 5;display:grid;grid-template-columns:1fr 30px 1fr;align-items:center;gap:6px;overflow:hidden}.match-teams{display:contents}.match-team{display:flex;flex-direction:row;align-items:center;gap:4px;min-width:0}.match-team-home{grid-column:1;justify-content:flex-end}.match-team-away{grid-column:3;justify-content:flex-start}.match-vs{grid-column:2;display:flex!important;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;padding:0 4px 0 2px;min-width:44px;text-align:left;white-space:nowrap;overflow:visible;color:#ffffff80;line-height:1;width:100%}.team-logo-small{width:22px;height:22px;flex-shrink:0}.team-info{display:flex;flex-direction:column;gap:0;min-width:0}.team-name-compact{font-size:10px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.team-record-small{font-size:8px;opacity:.5;white-space:nowrap;line-height:1.2}.team-logo-small{width:32px;height:32px}.team-name-compact{font-size:15px}.team-record-small{font-size:12px}.team-info{min-width:auto}.match-vs{display:none}.match-time{font-size:14px;font-weight:700}.history-item{grid-template-columns:55px 1fr;gap:8px;padding:12px 8px}.history-match{grid-template-columns:1fr 75px 1fr;gap:8px}.stats-column .match-history-list{margin-bottom:0}.stats-column{padding:12px 8px}.stats-column-title{font-size:14px;margin-bottom:12px;padding-bottom:10px}.history-logo{width:28px;height:28px}.history-team-name{font-size:12px}.history-score{min-width:80px;padding:6px 10px}.score-value{font-size:13px}.score-label{font-size:10px}.date-day{font-size:18px}.date-month{font-size:10px}.history-summary{grid-template-columns:1fr;gap:12px}.date-navigator{gap:20px;margin-bottom:32px}.date-nav-button{width:44px;height:44px;font-size:20px}.date-display{min-width:250px}.date-label{font-size:22px}.date-subtitle{font-size:13px}.back-button{padding:10px 16px;font-size:14px}.game-header{flex-direction:row;gap:16px;padding:20px 16px}.team-section{gap:8px}.team-logo{width:50px;height:50px}.team-name{font-size:14px}.vs-section{flex:.8}.vs-title{font-size:18px}.game-status{font-size:10px;padding:4px 10px;border-radius:12px}.game-tabs{flex-direction:row;gap:0}.tab{padding:10px 16px;font-size:13px}.tab-icon{font-size:16px}.stats-section{padding:16px 12px}.stats-section-title,.collapsible-title{font-size:18px}.collapse-icon{font-size:12px;min-width:14px}.quarters-grid{grid-template-columns:1fr;gap:16px}.quarter-box{padding:14px}.quarter-title{font-size:14px;margin-bottom:12px}.stat-bar-item{grid-template-columns:100px 1fr 50px;gap:12px}.efficiency-grid{grid-template-columns:1fr}.stat-versus-container{gap:16px}.stat-value-left,.stat-value-right{font-size:16px;min-width:40px}.stat-vs{font-size:14px;padding:0 12px}.small-logo{width:20px;height:20px}.team-label{font-size:12px}.stat-center-label{font-size:9px;min-width:60px;max-width:80px;padding:0 4px;white-space:normal;line-height:1.2;word-break:break-word}.stat-bar-half{height:24px;min-width:0;flex:1}.stat-value-inside{font-size:10px}.stat-bar-fill{padding:0 6px}.stat-centered-bar{grid-template-columns:1fr auto 1fr;max-width:100%}}@media(max-width:480px){.logo{font-size:18px}.date-navigator{gap:16px;margin-bottom:28px}.stat-center-label{font-size:8.5px;min-width:55px;max-width:70px;line-height:1.1}.date-nav-button{width:40px;height:40px;font-size:18px}.date-display{min-width:200px}.date-label{font-size:20px}.date-subtitle{font-size:12px}.game-list-row{grid-template-columns:36px 1fr auto;gap:12px;padding:18px}.match-teams{gap:14px}.team-logo-small{width:28px;height:28px}.team-name-compact{font-size:14px}.team-record-small{font-size:13px;padding:0 4px;overflow:visible}.match-time{font-size:13px}.history-item{grid-template-columns:45px 1fr;gap:6px;padding:10px 6px}.history-match{grid-template-columns:1fr 65px 1fr;gap:6px}.stats-column{padding:10px 6px}.stats-column-title{font-size:13px;margin-bottom:10px;padding-bottom:8px}.history-date{gap:1px}.date-day{font-size:16px}.date-month{font-size:9px}.history-logo{width:24px;height:24px}.history-team-name{font-size:11px}.history-score{min-width:70px;padding:5px 8px}.score-value{font-size:12px}.score-label{font-size:9px}.summary-item{padding:10px 12px}.summary-label{font-size:12px}.summary-value{font-size:18px}.history-team{gap:8px}.prediction-card{padding:16px}.prediction-title{font-size:14px}.prediction-logo{width:32px;height:32px}.prediction-percentage{font-size:24px}.prediction-value{font-size:18px}.modal-content{padding:32px 24px;max-width:90%}.modal-title{font-size:24px}.social-buttons{grid-template-columns:1fr}.logo-icon{padding:3px 6px}.nav{width:260px}.hamburger span{width:22px}.hero-title{font-size:24px}.hero-subtitle{font-size:14px}.btn-primary,.btn-secondary{padding:12px 20px;font-size:14px}.section-title{font-size:20px;flex-direction:column;gap:8px}.match-title{font-size:16px}.match-info p{font-size:13px}.stat-number{font-size:36px}.cta-title{font-size:20px}.btn-cta{padding:14px 24px;font-size:15px}.game-header{padding:16px 12px;gap:12px}.team-section{gap:6px}.team-logo{width:40px;height:40px}.team-name{font-size:12px}.vs-title{font-size:16px;line-height:1.2}.vs-text{font-size:14px}.game-status{font-size:9px;padding:3px 8px;border-radius:10px}.tab{padding:8px 12px;font-size:12px}.stat-bar-item{grid-template-columns:80px 1fr 45px;gap:8px}.stat-bar-label{font-size:12px}.small-logo{width:20px;height:20px}.stat-value{font-size:13px;right:8px}.stat-percentage{font-size:12px}.stats-section{padding:16px}.stats-section-title,.collapsible-title{font-size:16px}.collapse-icon{font-size:11px;min-width:12px}.stat-subtitle{font-size:13px}}.standings-container{display:flex;flex-direction:column;gap:40px;padding:20px 0}.standings-filters{display:flex;gap:12px;margin-bottom:24px;padding:12px;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.08)}.standings-filters .filter-btn{flex:1;padding:12px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffffb3;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.standings-filters .filter-btn:hover{background:#ffffff14;border-color:#3b82f64d;color:#ffffffe6;transform:translateY(-1px)}.standings-filters .filter-btn.active{background:#3b82f626;border-color:#3b82f6;color:#3b82f6;font-weight:600;box-shadow:0 0 20px #3b82f633}.standings-conference{background:#ffffff08;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);margin-bottom:40px}.standings-conference:last-child{margin-bottom:0}.standings-conference-title{background:linear-gradient(135deg,#3b82f633,#45a04933);padding:16px 20px;font-size:18px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:10px}.standings-table{display:flex;flex-direction:column}.standings-header{display:grid;grid-template-columns:50px 1fr 60px 60px 60px 80px 80px;padding:12px 20px;background:#ffffff0d;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.1)}.standings-row{display:grid;grid-template-columns:50px 1fr 60px 60px 60px 80px 80px;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.05);transition:all .2s ease;align-items:center}.standings-row:hover{background:#ffffff0d}.standings-row-highlighted{background:#3b82f626;border-left:3px solid #3b82f6;padding-left:17px}.standings-row-highlighted:hover{background:#3b82f640}.standings-col-pos{font-weight:600;color:#fff9;font-size:14px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.zone-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.zone-indicator.zone-playoffs{background:#3b82f6;box-shadow:0 0 8px #3b82f699}.zone-indicator.zone-playin{background:#e91e63;box-shadow:0 0 8px #e91e6399}.zone-indicator.zone-eliminated{background:#fff3}.standings-col-team{display:flex;align-items:center;gap:12px}.standings-team-logo{width:24px;height:24px;object-fit:contain;flex-shrink:0}.standings-team-code{font-weight:700;display:none;font-size:14px;color:#3b82f6;min-width:45px}.standings-team-name{font-size:14px;color:#ffffffe6}.standings-col-stat{text-align:center;font-size:14px;font-weight:500;color:#fffc}.standings-wins{color:#3b82f6;font-weight:600}.standings-losses{color:#ff5252;font-weight:600}.standings-positive{color:#3b82f6;font-weight:600}.standings-negative{color:#ff5252;font-weight:600}.standings-legend{display:flex;flex-direction:column;gap:24px;padding:24px;background:#ffffff08;border-radius:8px;margin-top:20px;border:1px solid rgba(255,255,255,.08)}.legend-section{display:flex;flex-direction:column;gap:12px}.legend-title{font-size:.95rem;font-weight:600;color:#ffffffe6;margin:0}.legend-zones{display:flex;flex-wrap:wrap;gap:20px}.legend-zone-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#fffc}.legend-stats{display:flex;flex-wrap:wrap;gap:20px}.legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffffb3}.legend-label{font-weight:700;color:#3b82f6}@media(max-width:768px){.standings-conference-title{font-size:16px;padding:12px 16px}.standings-header,.standings-row{grid-template-columns:40px 1fr 50px 50px 50px 65px 65px;padding:10px 12px;font-size:12px}.standings-team-code{font-size:12px;min-width:40px}.standings-team-name{display:none}.standings-col-stat{font-size:12px}.standings-legend{gap:12px;padding:16px}.legend-item{font-size:12px}}.chances-tab{padding:20px 0}.chances-section{background:#1e293b99;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid rgba(255,255,255,.1)}.chances-subsection{background:#0f172a66;border-radius:8px;padding:16px;margin-bottom:16px;border:1px solid rgba(255,255,255,.05)}.chances-subsection:last-child{margin-bottom:0}.chances-subsection .section-title{font-size:14px;margin-bottom:16px;text-align:left;justify-content:flex-start;display:flex;align-items:center;min-height:28px}.chances-subsection>.section-title.collapsible-title{margin-bottom:0;padding:4px 0}.chances-subsection>.section-title.collapsible-title+*{margin-top:16px}.chances-section .section-title{font-size:16px;font-weight:600;margin-bottom:24px;color:#fff;text-align:left;justify-content:flex-start;display:flex;align-items:center;min-height:32px}.chances-section>.section-title.collapsible-title{margin-bottom:0;padding:4px 0}.chances-section>.section-title.collapsible-title+*{margin-top:24px}.team-stats-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px}.team-stats-card{min-width:0;background:#1e293b;padding:16px;border-radius:8px}.team-stats-title{color:#3b82f6;margin-bottom:12px;font-size:16px;overflow-wrap:anywhere}.team-stats-list{display:flex;flex-direction:column;gap:8px;font-size:14px;min-width:0}.team-stats-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.team-stats-label{color:#94a3b8;flex:1;min-width:0;overflow-wrap:anywhere}.team-stats-value{color:#fff;text-align:right;min-width:0;font-weight:500;overflow-wrap:anywhere}.team-stats-value-neutral{font-weight:700}.team-stats-value-positive{color:#60a5fa;font-weight:700}.team-stats-value-negative{color:#f87171;font-weight:700}.team-stats-value-warning{color:#fbbf24;font-weight:700}.team-form-block{margin-top:8px}.team-form-label{color:#94a3b8;font-size:12px}.team-form-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.team-form-chip{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;color:#fff}.team-form-chip.win{background:#166534}.team-form-chip.loss{background:#991b1b}.win-probability-container{display:flex;justify-content:space-around;align-items:center;gap:40px;margin-bottom:32px}.team-probability{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1}.team-probability .team-name{font-size:18px;font-weight:600;color:#fff;text-align:center}.probability-circle{width:160px;height:160px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #0000004d}.probability-circle:before{content:"";position:absolute;inset:8px;background:#1e293b;border-radius:50%}.probability-value{position:relative;z-index:1;font-size:32px;font-weight:700;color:#60a5fa}.prediction-score{font-size:14px;color:#94a3b8;text-align:center}.vs-divider{font-size:24px;font-weight:700;color:#ffffff80;margin:0 20px}.confidence-indicator{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#0f172a80;border-radius:8px}.confidence-label{font-size:16px;color:#94a3b8}.confidence-badge{padding:6px 16px;border-radius:20px;font-weight:600;font-size:14px;color:#0f172a}.confidence-margin{font-size:14px;color:#64748b}.ambas-marcam-section .section-subtitle{font-size:14px;color:#94a3b8;margin:-4px 0 16px}.ambas-marcam-context{font-size:14px;color:#cbd5e1;line-height:1.5;margin:0 0 16px;max-width:560px}.ambas-marcam-indicator{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ambas-marcam-badge{padding:8px 18px;border-radius:20px;font-weight:600;font-size:14px;color:#0f172a}.ambas-marcam-legend{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.ambas-marcam-legend .legend-note{font-size:13px;color:#64748b;margin:0 0 10px}.ambas-marcam-legend .legend-items{display:flex;flex-wrap:wrap;gap:12px 20px}.ambas-marcam-legend .legend-item{font-size:13px;color:#94a3b8}.player-points-prob-tables{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px}.player-points-table-wrap{background:#0f172a66;border-radius:10px;padding:12px;border:1px solid rgba(255,255,255,.08);overflow:hidden}.player-points-team-title{font-size:14px;font-weight:600;color:#60a5fa;margin:0 0 10px 10px;padding-bottom:8px}.player-points-table-scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.player-points-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:13px}.player-points-table th,.player-points-table td{padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.06);white-space:nowrap}.player-points-table thead th{background:#1e293bcc;color:#94a3b8;font-weight:600;font-size:12px;position:sticky;top:0;z-index:1}.player-points-col-name{position:sticky;left:0;z-index:2;min-width:100px;max-width:120px;background:#0f172af2;color:#f1f5f9;font-weight:500;box-shadow:4px 0 8px #0003}.player-points-table thead .player-points-col-name{background:#1e293bfa;z-index:3}.player-points-col-pts{min-width:40px;text-align:center;color:#94a3b8}.player-points-table tbody .player-points-col-pts{font-weight:600;color:#cbd5e1}.player-points-table tbody .player-points-col-pts.player-points-pct-high{color:#60a5fa}.jogadores-tab{padding:20px 0}.jogadores-section{background:#1e293b99;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid rgba(255,255,255,.1)}.jogadores-section .section-title{font-size:16px;font-weight:600;margin-bottom:4px}.jogadores-section .section-subtitle{font-size:14px;color:#94a3b8;margin-bottom:20px}.jogadores-stat-block{margin-bottom:12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.jogadores-stat-header{width:100%;display:flex;align-items:center;gap:12px;padding:14px 18px;background:#0f172a80;border:none;color:#f1f5f9;font-size:15px;font-weight:600;cursor:pointer;text-align:left;transition:background .2s}.jogadores-stat-header:hover{background:#1e293bcc}.jogadores-stat-header.open{background:#1e293be6;border-bottom:1px solid rgba(255,255,255,.08)}.jogadores-stat-header .stat-header-icon{font-size:18px}.jogadores-stat-header .stat-header-label{flex:1}.jogadores-stat-header .stat-header-arrow{font-size:12px;color:#94a3b8}.jogadores-stat-content{padding:16px 18px;background:#0f172a4d}.jogadores-table-header{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.jogadores-col-team{display:flex;flex-direction:column;gap:2px}.jogadores-col-left{text-align:left}.jogadores-col-right{text-align:right}.jogadores-col-team .team-label{font-size:13px;font-weight:600;color:#60a5fa}.jogadores-col-team .col-hint{font-size:11px;color:#64748b}.jogadores-rows{display:flex;flex-direction:column;gap:0}.jogadores-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.jogadores-row:last-child{border-bottom:none}.jogadores-row .jogadores-col-left,.jogadores-row .jogadores-col-right{display:flex;align-items:center;gap:12px}.jogadores-row .jogadores-col-right{justify-content:flex-end;min-width:0}.jogadores-row .player-name{font-size:14px;color:#f1f5f9;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jogadores-row .player-avg{font-size:14px;font-weight:600;color:#94a3b8;min-width:36px}.over-under-grid{display:grid;grid-template-columns:1fr;gap:24px;width:100%}.over-under-grid-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%}.team-halves-container{display:flex;flex-direction:column;gap:32px;margin-top:16px}.team-halves-box{background:#ffffff05;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.05)}.team-main-title{font-size:16px;font-weight:600;color:#60a5fa;margin-bottom:20px;text-align:center;padding-bottom:12px;border-bottom:2px solid rgba(96,165,250,.2)}.halves-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.half-section{display:flex;flex-direction:column}.half-subtitle{font-size:14px;font-weight:600;color:#94a3b8;margin-bottom:12px;text-align:center}.team-quarters-container{display:flex;flex-direction:column;gap:32px;margin-top:16px}.team-quarters-box{background:#ffffff05;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.05)}.quarters-grid-compact{display:grid;grid-template-columns:1fr 1fr;gap:24px}.quarter-section-compact{display:flex;flex-direction:column}.quarter-subtitle{font-size:14px;font-weight:600;color:#94a3b8;margin-bottom:12px;text-align:center}.over-under-period{margin-bottom:32px}.over-under-period:last-child{margin-bottom:0}.period-title{font-size:18px;font-weight:600;color:#60a5fa;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid rgba(96,165,250,.3)}.over-under-team h4.team-name{font-size:14px;font-weight:600;margin-bottom:16px;color:#fff;text-align:center}.over-under-table{background:#0f172a80;border-radius:8px;overflow:hidden;max-width:none;width:100%;margin:0 auto;border:1px solid rgba(96,165,250,.2)}.over-under-table .table-header{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:20px 50px;background:#60a5fa26;border-bottom:1px solid rgba(255,255,255,.1);font-weight:600;font-size:13px;color:#94a3b8;text-align:center}.over-under-table .table-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:18px 50px;border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s}.over-under-table .table-row:hover{background:#60a5fa0d}.over-under-table .table-row:last-child{border-bottom:none}.col-line{text-align:center;font-weight:600;font-size:14px;color:#fff}.col-over,.col-under{text-align:center;font-size:14px;font-weight:500}.info-box{display:flex;gap:12px;padding:16px;background:#3b82f61a;border-radius:8px;border-left:4px solid #3b82f6}.info-icon{font-size:20px;flex-shrink:0}.info-text{font-size:14px;color:#cbd5e1;line-height:1.6}.info-text strong{color:#fff}.no-data-message{text-align:center;padding:60px 20px;color:#94a3b8;font-size:16px}@media(max-width:768px){.date-navigator{gap:12px}.date-display{min-width:0;flex:1}.date-label,.date-subtitle{text-align:center;overflow-wrap:anywhere}.game-header{flex-direction:column;text-align:center}.team-section,.vs-section{width:100%}.game-tabs{flex-wrap:wrap;overflow-x:visible}.tab{flex:1 1 calc(50% - 6px)}.win-probability-container{flex-direction:column;gap:32px;align-items:center}.vs-divider{margin:0}.probability-circle{width:140px;height:140px}.probability-value{font-size:28px}.over-under-grid{grid-template-columns:1fr;gap:32px}.over-under-grid-two-cols{grid-template-columns:1fr;gap:24px}.quarters-grid,.halves-grid,.quarters-grid-compact{grid-template-columns:1fr;gap:20px}.team-halves-container,.team-quarters-container{gap:24px}.team-halves-box,.team-quarters-box{padding:16px}.over-under-table .table-header,.over-under-table .table-row{padding:14px 20px;gap:16px}.col-line,.col-over,.col-under{font-size:13px}.over-under-table .table-header{font-size:12px}.team-main-title{font-size:15px;margin-bottom:16px;padding-bottom:10px}.half-subtitle,.quarter-subtitle{font-size:13px;margin-bottom:10px}.quarter-title{font-size:13px}.over-under-team h4.team-name{font-size:13px;margin-bottom:12px}.confidence-indicator{flex-direction:column;text-align:center}.ambas-marcam-section{text-align:center}.ambas-marcam-indicator,.ambas-marcam-legend .legend-items{justify-content:center}.chances-section{padding:16px}.team-stats-container{grid-template-columns:1fr;gap:12px}.team-stats-card{padding:14px}.team-stats-row{gap:10px}.team-stats-label,.team-stats-value{font-size:13px}.jogadores-section{padding:16px}.player-points-prob-tables{grid-template-columns:1fr;gap:16px}.jogadores-stat-header{padding:12px 14px;font-size:14px}.jogadores-table-header{grid-template-columns:1fr;gap:8px}.jogadores-col-right,.jogadores-col-left{text-align:left}.jogadores-row{grid-template-columns:1fr;gap:10px}.jogadores-row .jogadores-col-right,.jogadores-row .jogadores-col-left{justify-content:space-between}.standings-filters{flex-direction:column}.standings-conference{overflow-x:auto}.jogadores-row .player-name,.jogadores-row .player-avg{font-size:13px}}@media(max-width:480px){.date-display{min-width:0}.game-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px}.tab{width:100%;min-width:0}.quarters-grid{gap:16px}.team-halves-box,.team-quarters-box{padding:12px}.over-under-table .table-header,.over-under-table .table-row{padding:12px 16px;gap:12px}.col-line,.col-over,.col-under{font-size:12px}.over-under-table .table-header{font-size:11px}.team-main-title{font-size:14px;margin-bottom:12px}.half-subtitle,.quarter-subtitle{font-size:12px;margin-bottom:8px}.quarter-title{font-size:12px;margin-bottom:12px}.over-under-team h4.team-name{font-size:12px;margin-bottom:10px}.chances-subsection .section-title{font-size:13px}.chances-section .section-title{font-size:15px}.team-stats-card{padding:12px}.team-stats-title{font-size:15px}.team-stats-row{flex-direction:column;align-items:stretch;gap:4px}.team-stats-value{text-align:left}.team-form-chip{min-width:28px;text-align:center}.team-halves-container,.team-quarters-container{gap:20px}.halves-grid,.quarters-grid-compact{gap:16px}}.estatisticas-page{padding:60px 0 72px;background:radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 28%),radial-gradient(circle at top right,rgba(96,165,250,.1),transparent 24%),linear-gradient(180deg,#0a1628,#121d32 48%,#18243a);min-height:calc(100vh - 80px)}.estatisticas-page .container{max-width:1500px}.estatisticas-page .est-header{text-align:center;margin-bottom:32px}.estatisticas-page .est-subtitle{color:#ffffffb8;font-size:16px;max-width:760px;margin:10px auto 0;line-height:1.6}.estatisticas-page .est-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.estatisticas-page .est-summary-card,.estatisticas-page .est-panel,.estatisticas-page .est-table-shell{background:linear-gradient(135deg,#141f34f5,#0d1625f0);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.estatisticas-page .est-summary-card{border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:10px}.estatisticas-page .est-summary-label,.estatisticas-page .est-mini-label,.estatisticas-page .est-detail-kpi-label,.estatisticas-page .est-filter-label{color:#ffffff8c;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.estatisticas-page .est-summary-value{color:#fff;font-size:30px;line-height:1;font-weight:800}.estatisticas-page .est-summary-value.is-positive,.estatisticas-page .est-mini-value.is-positive,.estatisticas-page .est-detail-kpi-value.is-positive{color:#60a5fa}.estatisticas-page .est-summary-meta,.estatisticas-page .est-empty-copy,.estatisticas-page .est-shell-subtitle,.estatisticas-page .est-alert-copy,.estatisticas-page .est-market-focus p{color:#94a3b8;font-size:13px;line-height:1.55}.estatisticas-page .est-info-strip{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;margin-bottom:22px;border-radius:14px;border-left:4px solid #3b82f6;background:#3b82f61a}.estatisticas-page .est-info-strip strong{display:block;color:#eff6ff;margin-bottom:4px}.estatisticas-page .est-info-strip p{color:#cbd5e1;font-size:13px;line-height:1.55}.estatisticas-page .est-info-icon{font-size:20px;flex-shrink:0}.estatisticas-page .market-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.estatisticas-page .market-filter-btn,.estatisticas-page .est-filter-chip{background:#1e3a5f6b;border:1px solid rgba(255,255,255,.12);color:#ffffffc7;padding:8px 14px;min-height:44px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s ease;white-space:nowrap}.estatisticas-page .market-filter-btn:hover,.estatisticas-page .est-filter-chip:hover,.estatisticas-page .sort-button:hover,.estatisticas-page .est-list-button:hover{border-color:#60a5fa5c;background:#3b82f61f;color:#fff}.estatisticas-page .market-filter-btn.active,.estatisticas-page .est-filter-chip.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#60a5facc;box-shadow:0 10px 24px #2563eb42}.estatisticas-page .est-dashboard-layout{display:grid;grid-template-columns:240px minmax(0,1fr) 280px;gap:18px;align-items:start}.estatisticas-page .est-sidebar,.estatisticas-page .est-main-column{display:flex;flex-direction:column;gap:18px;min-width:0}.estatisticas-page .est-panel,.estatisticas-page .est-table-shell{border-radius:18px}.estatisticas-page .est-panel-header,.estatisticas-page .est-table-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.estatisticas-page .est-panel-body{padding:18px 20px}.estatisticas-page .est-panel-title,.estatisticas-page .est-shell-title,.estatisticas-page .est-detail-name{color:#fff;font-size:18px;font-weight:700}.estatisticas-page .est-mobile-filter-toggle{display:none}.estatisticas-page .est-shell-title{margin-bottom:6px}.estatisticas-page .est-market-focus{padding:14px;border-radius:14px;background:#3b82f614;border:1px solid rgba(96,165,250,.16);margin-bottom:16px}.estatisticas-page .est-market-focus-badge,.estatisticas-page .est-filter-tag,.estatisticas-page .est-legend-pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;border:1px solid rgba(96,165,250,.22);background:#3b82f629;color:#bfdbfe;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.estatisticas-page .est-market-focus p{margin-top:10px}.estatisticas-page .est-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.estatisticas-page .est-mini-card,.estatisticas-page .est-detail-kpi{border-radius:14px;border:1px solid rgba(255,255,255,.07);background:#ffffff08;padding:12px 14px}.estatisticas-page .est-mini-value,.estatisticas-page .est-detail-kpi-value{display:block;color:#fff;font-size:22px;font-weight:800;margin-top:8px}.estatisticas-page .est-mini-value.is-text{font-size:16px}.estatisticas-page .est-filter-group+.est-filter-group{margin-top:16px}.estatisticas-page .est-chip-grid,.estatisticas-page .est-filter-tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.estatisticas-page .est-toggle-value{margin-top:18px;width:100%;justify-content:center}.estatisticas-page .est-legend-list,.estatisticas-page .est-alert-list,.estatisticas-page .est-bullet-list{display:flex;flex-direction:column;gap:12px}.estatisticas-page .est-legend-item,.estatisticas-page .est-bullet-item{display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:13px;line-height:1.45}.estatisticas-page .est-legend-swatch{width:12px;height:12px;border-radius:999px;flex-shrink:0}.estatisticas-page .est-legend-swatch.positive{background:linear-gradient(180deg,#60a5fa,#2563eb)}.estatisticas-page .est-legend-swatch.negative{background:linear-gradient(180deg,#ef5350,#e53935)}.estatisticas-page .est-legend-line{width:22px;border-top:1px dashed rgba(255,255,255,.7);flex-shrink:0}.estatisticas-page .est-bullet-marker{color:#60a5fa;font-size:18px;line-height:1}.estatisticas-page .est-list-stack{display:flex;flex-direction:column;gap:10px}.estatisticas-page .est-list-button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.07);background:#ffffff08;text-align:left;cursor:pointer;color:#fff;transition:all .25s ease}.estatisticas-page .est-list-button.active,.estatisticas-page .prop-row.selected{border-color:#60a5fa57;background:#3b82f61a;box-shadow:inset 0 0 0 1px #3b82f61f}.estatisticas-page .est-list-primary{display:flex;flex-direction:column;gap:4px;min-width:0}.estatisticas-page .est-list-title,.estatisticas-page .player-name{color:#fff;font-weight:700;font-size:14px}.estatisticas-page .est-list-subtitle,.estatisticas-page .player-matchup,.estatisticas-page .est-detail-meta{color:#94a3b8;font-size:12px;line-height:1.45}.estatisticas-page .player-meta-stack,.estatisticas-page .player-meta-stack-inline{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.estatisticas-page .player-meta-team,.estatisticas-page .player-meta-opponent,.estatisticas-page .player-meta-time{display:block}.estatisticas-page .player-meta-team{color:#f8fafc}.estatisticas-page .player-meta-opponent,.estatisticas-page .player-meta-time{color:#94a3b8}.estatisticas-page .player-meta-time{font-size:10px}.estatisticas-page .est-list-metric{display:flex;flex-direction:column;align-items:flex-end;gap:4px;color:#cbd5e1;font-size:12px;flex-shrink:0}.estatisticas-page .est-ranking-section+.est-ranking-section{margin-top:18px}.estatisticas-page .est-ranking-heading{color:#f8fafc;font-size:14px;font-weight:700;margin-bottom:12px}.estatisticas-page .est-alert-item{border-radius:14px;padding:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.estatisticas-page .est-alert-item.positive{border-color:#60a5fa2e;background:#3b82f614}.estatisticas-page .est-alert-item.warning{border-color:#f59e0b38;background:#f59e0b14}.estatisticas-page .est-alert-title{display:block;color:#fff;font-size:14px;margin-bottom:6px}.estatisticas-page .est-detail-topline{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.estatisticas-page .est-detail-meta{margin-top:6px}.estatisticas-page .est-detail-chart{padding:14px 0}.estatisticas-page .est-detail-chart .trend-bars-container{width:100%;height:56px}.estatisticas-page .est-detail-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}.estatisticas-page .est-table-shell{min-width:0}.estatisticas-page .est-table-toolbar{flex-wrap:wrap}.estatisticas-page .props-table-container{padding:0 8px 10px}.estatisticas-page .est-mobile-list{display:none}.est-load-more-sentinel{display:flex;justify-content:center;padding:24px 0}.est-load-more-spinner{width:28px;height:28px;border-width:3px}.est-visible-count{text-align:center;padding:10px 0 4px;font-size:12px;color:#ffffff59}.estatisticas-page .props-table{width:100%;border-collapse:collapse;table-layout:fixed}.estatisticas-page .props-table th{padding:14px 8px 12px;background:#0a1628a6;color:#ffffff8a;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.estatisticas-page .sort-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:none;color:inherit;font:inherit;cursor:pointer}.estatisticas-page .sort-icon{display:inline-flex;justify-content:center;width:12px;color:#ffffff47;font-size:10px}.estatisticas-page .sort-icon.active{color:#60a5fa}.estatisticas-page .props-table td{padding:12px 8px;font-size:12px;vertical-align:middle;border-bottom:1px solid rgba(255,255,255,.05);text-align:center}.estatisticas-page .prop-row{cursor:pointer;transition:background .22s ease,border-color .22s ease}.estatisticas-page .prop-row:hover{background:#3b82f60f}.estatisticas-page .prop-row:last-child td{border-bottom:none}.estatisticas-page .player-info{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;text-align:center}.estatisticas-page .player-avatar{width:34px;height:34px;border-radius:50%;border:1px solid rgba(96,165,250,.32);background:linear-gradient(135deg,#3b82f62e,#2563eb66);color:#93c5fd;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.estatisticas-page .player-details{min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px}.estatisticas-page .player-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estatisticas-page .player-matchup{gap:2px}.estatisticas-page .team-badge,.estatisticas-page .time-badge,.estatisticas-page .market-badge,.estatisticas-page .value-badge,.estatisticas-page .conf-badge,.estatisticas-page .odds-pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.estatisticas-page .market-badge{padding:5px 9px;border-radius:999px;background:#3b82f624;border:1px solid rgba(96,165,250,.24);color:#bfdbfe;font-size:11px;font-weight:700}.estatisticas-page .market-display{display:flex;align-items:center;justify-content:center;min-width:0}.estatisticas-page .market-display-combo{min-width:0}.estatisticas-page .market-badge-combo-pill{white-space:nowrap;text-align:center;line-height:1.25;font-size:11px}.estatisticas-page .line-value,.estatisticas-page .proj-value,.estatisticas-page .percentage-text{color:#fff;font-weight:700}.estatisticas-page .line-value{font-size:16px}.estatisticas-page .proj-info{display:flex;flex-direction:column;align-items:center;gap:2px}.estatisticas-page .col-l5 .trend-bars-container,.estatisticas-page .col-line .line-pill-editor,.estatisticas-page .col-line .bool-line-pill,.estatisticas-page .col-odds .odds-pill,.estatisticas-page .col-conf .conf-badge{margin-inline:auto}.estatisticas-page .proj-value{font-size:15px}.estatisticas-page .proj-diff{font-size:11px;font-weight:700}.estatisticas-page .diff-over{color:#60a5fa}.estatisticas-page .diff-under{color:#f87171}.estatisticas-page .trend-bars-container{position:relative;width:84px;height:32px;display:flex;align-items:flex-end;gap:3px}.estatisticas-page .trend-reference-line{position:absolute;left:0;right:0;height:1px;border-top:1px dashed rgba(255,255,255,.75);pointer-events:none;z-index:2}.estatisticas-page .trend-bar{flex:1;min-width:5px;border-radius:2px 2px 0 0;opacity:.94}.estatisticas-page .trend-bar-blue{background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:0 0 6px #3b82f659}.estatisticas-page .trend-bar-red{background:linear-gradient(180deg,#ef5350,#e53935);box-shadow:0 0 6px #ef535042}.estatisticas-page .trend-bar-empty{background:#ffffff0d;border-radius:2px 2px 0 0;height:100%}.estatisticas-page .bool-line-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em;background:#6366f124;border:1px solid rgba(129,140,248,.28);color:#c7d2fe;white-space:nowrap}.estatisticas-page .trend-bars-boolean{align-items:center;gap:2px}.estatisticas-page .trend-bool-block{flex:1;min-width:5px;height:22px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;line-height:1}.estatisticas-page .trend-bool-yes{background:linear-gradient(180deg,#34d399,#059669);box-shadow:0 0 5px #34d39952;color:#fff}.estatisticas-page .trend-bool-no{background:linear-gradient(180deg,#f87171,#dc2626);box-shadow:0 0 5px #f8717147;color:#fff}.estatisticas-page .trend-bool-empty{background:#ffffff0d}.estatisticas-page .value-badge,.estatisticas-page .conf-badge,.estatisticas-page .odds-pill{padding:5px 8px;border-radius:999px;font-size:10px;font-weight:700}.estatisticas-page .value-badge,.estatisticas-page .conf-badge{text-transform:uppercase}.estatisticas-page .value-yes,.estatisticas-page .conf-muito-alta,.estatisticas-page .conf-alta{background:#3b82f624;border:1px solid rgba(96,165,250,.22);color:#bfdbfe}.estatisticas-page .value-no,.estatisticas-page .conf-baixa{background:#ef535024;border:1px solid rgba(239,83,80,.24);color:#fda4af}.estatisticas-page .conf-media{background:#f59e0b24;border:1px solid rgba(245,158,11,.22);color:#fcd34d}.estatisticas-page .odds-pill{min-width:58px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.estatisticas-page .est-empty-table{padding:32px 16px;text-align:center;color:#94a3b8;font-size:14px}.estatisticas-page .col-player{width:24%}.estatisticas-page .col-market{width:14%}.estatisticas-page .props-table td.col-market{padding-right:12px}.estatisticas-page .col-line{width:7%;overflow:visible;text-align:center}.estatisticas-page .col-media{width:8%;text-align:center}.estatisticas-page .col-proj{width:9%}.estatisticas-page .prop-row .col-line{padding:12px 6px}.estatisticas-page .col-l5{width:12%}.estatisticas-page .col-l10{width:8%}.estatisticas-page .col-value{width:11%}.estatisticas-page .col-odds{width:8%}.estatisticas-page .col-conf{width:11%}.estatisticas-page .line-pill-editor{position:relative;display:inline-flex}.estatisticas-page .line-pill-trigger{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:56px;min-height:44px;padding:4px 8px;border-radius:999px;border:1px solid rgba(148,163,184,.25);background:#2a3b4c;color:#e2e8f0;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.estatisticas-page .line-pill-trigger:hover{border-color:#60a5fa8c;box-shadow:0 0 0 2px #3b82f629;background:#2f4357}.estatisticas-page .line-pill-editor.is-open .line-pill-trigger{border-color:#60a5fab8;box-shadow:0 0 0 2px #3b82f638;background:#33485d}.estatisticas-page .line-pill-value{letter-spacing:.01em}.estatisticas-page .line-pill-chevron{font-size:11px;color:#93c5fd;transform:translateY(-1px);transition:transform .2s ease}.estatisticas-page .line-pill-editor.is-open .line-pill-chevron{transform:rotate(180deg) translateY(1px)}.estatisticas-page .line-pill-menu{position:absolute;top:calc(100% + 6px);left:-8px;z-index:1000;min-width:88px;max-height:220px;overflow-y:auto;padding:6px;border-radius:12px;border:1px solid rgba(148,163,184,.3);background:#16212d;box-shadow:0 12px 28px #02061780;pointer-events:auto}.estatisticas-page .line-pill-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:none;background:transparent;color:#cbd5e1;padding:7px 8px;border-radius:8px;font-size:12px;font-weight:600;text-align:left;cursor:pointer}.estatisticas-page .line-pill-option:hover{background:#334155bf;color:#f8fafc}.estatisticas-page .line-pill-option.selected{background:#3b82f638;color:#bfdbfe}.estatisticas-page .line-pill-check{font-size:11px;color:#93c5fd}@media(max-width:1320px){.estatisticas-page .container{max-width:1280px}.estatisticas-page .est-dashboard-layout{grid-template-columns:220px minmax(0,1fr) 260px}.estatisticas-page .est-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.estatisticas-page .est-dashboard-layout{grid-template-columns:1fr}.estatisticas-page .est-sidebar:not(.est-sidebar-right){order:1}.estatisticas-page .est-main-column{order:2}.estatisticas-page .est-sidebar-right{order:3}.estatisticas-page .col-player{width:23%}.estatisticas-page .col-market{width:16%}.estatisticas-page .market-badge-combo-pill{font-size:10px}}@media(max-width:768px){.estatisticas-page{padding:40px 0 116px}.estatisticas-page .container{padding:0 16px}.estatisticas-page .est-summary-grid{grid-template-columns:1fr}.estatisticas-page .est-panel-header,.estatisticas-page .est-table-toolbar,.estatisticas-page .est-panel-body{padding:16px}.estatisticas-page .est-mobile-filter-panel .est-panel-header{align-items:center}.estatisticas-page .est-mobile-filter-toggle{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffb8;border-radius:999px;width:34px;height:34px;padding:0;font-size:14px;font-weight:700;cursor:pointer;flex:0 0 34px}.estatisticas-page .est-mobile-filter-toggle-icon{display:inline-flex;transition:transform .2s ease}.estatisticas-page .est-mobile-filter-toggle-icon.open{transform:rotate(180deg)}.estatisticas-page .est-mobile-filter-body{overflow:hidden;transition:max-height .25s ease,opacity .2s ease,padding .2s ease}.estatisticas-page .est-mobile-filter-body.collapsed{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.estatisticas-page .est-mobile-filter-body.expanded{max-height:720px;opacity:1}.estatisticas-page .market-filters{position:fixed;left:0;right:0;bottom:0;z-index:100;display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:#0a0e18f7;border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -10px 30px #00000059}.estatisticas-page .market-filters::-webkit-scrollbar{display:none}.estatisticas-page .market-filter-btn,.estatisticas-page .est-filter-chip{padding:7px 14px;font-size:12px;min-height:36px}.estatisticas-page .market-filter-btn{flex:0 0 auto;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffff9e;font-size:11px;font-weight:700;letter-spacing:.01em}.estatisticas-page .market-filter-btn.active{background:#22c55e;border-color:#22c55e;color:#04110a}.estatisticas-page .props-table-container{padding:0}.estatisticas-page .props-table th,.estatisticas-page .props-table td{padding:10px 6px}.estatisticas-page .trend-bars-container{width:72px}.estatisticas-page .est-tab-switcher{width:100%}.estatisticas-page .est-tab-btn{flex:1;justify-content:center}.estatisticas-page .est-detail-kpis,.estatisticas-page .est-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.estatisticas-page .est-detail-kpis,.estatisticas-page .est-mini-grid{grid-template-columns:1fr}}@media(max-width:900px){.estatisticas-page .props-table{display:none}.estatisticas-page .line-pill-menu{left:auto;right:0}.estatisticas-page .props-table-container{padding:0;background:transparent;border:none;box-shadow:none}.estatisticas-page .est-mobile-list{display:flex;flex-direction:column;gap:0;background:#0a162840;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.estatisticas-page .est-mobile-card{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;width:100%;background:#0a162840;border:none;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0;padding:12px 14px;color:inherit;text-align:left;cursor:pointer;transition:all .2s ease}.estatisticas-page .est-mobile-card:last-child{border-bottom:none}.estatisticas-page .est-mobile-card:hover{background:#0a162866}.estatisticas-page .est-mobile-card.active{background:#ffffff0a}.estatisticas-page .est-mobile-card-left{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.estatisticas-page .est-mobile-card-middle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.estatisticas-page .est-mobile-team-name{color:#fff;font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estatisticas-page .est-mobile-opponent{color:#ffffff7a;font-size:10px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estatisticas-page .est-mobile-time{color:#ffffff59;font-size:10px;font-weight:400}.estatisticas-page .est-mobile-player-name{color:#fff;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.estatisticas-page .est-mobile-card-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:transparent;padding:0;border-radius:0}.estatisticas-page .est-mobile-over-chip{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:2px 6px;border-radius:999px;background:#10b9811f;color:#34d399;font-size:11px;font-weight:700}.estatisticas-page .est-mobile-vant-label{color:#ffffff4d;font-size:9px;font-weight:700;letter-spacing:.12em}.estatisticas-page .est-mobile-proj-value{color:#22c55e;font-size:18px;font-weight:800;line-height:1}.estatisticas-page .est-mobile-odds-value{color:#fff;font-size:12px;font-weight:700;font-style:italic;text-align:left}.estatisticas-page .est-mobile-card .est-mobile-market-name{font-size:10px;text-align:center}.estatisticas-page .line-pill-editor-mobile .line-pill-trigger{min-width:52px;padding:4px 8px;font-size:12px}.estatisticas-page .line-pill-editor-mobile .line-pill-menu{min-width:82px;max-height:180px}.estatisticas-page .est-mobile-market-name{color:#ffffff73;font-size:11px;white-space:nowrap}.estatisticas-page .est-mobile-card-middle .est-mobile-card-line{flex-wrap:nowrap;white-space:nowrap}.estatisticas-page .est-mobile-card-chart{display:flex;width:80px;min-width:80px;max-width:80px;height:52px;min-height:52px;max-height:52px;flex-shrink:0;flex-grow:0;margin-top:0;justify-content:flex-end;overflow:hidden}.estatisticas-page .est-mobile-card-chart .trend-bars-container{width:80px;height:52px;gap:2px}.estatisticas-page .est-mobile-card-wrapper{border-bottom:1px solid rgba(255,255,255,.06)}.estatisticas-page .est-mobile-card-wrapper .est-mobile-card{border-bottom:none}.estatisticas-page .est-mobile-card.expanded{background:#ffffff0d}.estatisticas-page .est-mobile-expand{padding:0 14px 14px;display:flex;flex-direction:column;gap:12px;background:#ffffff08;border-top:1px solid rgba(255,255,255,.06)}.estatisticas-page .est-mobile-expand-bars{display:flex;gap:4px;align-items:flex-end;padding-top:12px}.estatisticas-page .est-mobile-bar-val{flex:1;display:flex;align-items:center;justify-content:center;height:28px;border-radius:4px;font-size:10px;font-weight:700}.estatisticas-page .est-mobile-bar-val.over{background:#3b82f640;color:#93c5fd}.estatisticas-page .est-mobile-bar-val.under{background:#ef444433;color:#fca5a5}.estatisticas-page .est-mobile-bar-num{display:block}.estatisticas-page .est-mobile-expand-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.estatisticas-page .est-mobile-expand-kpi{display:flex;flex-direction:column;align-items:center;gap:2px;background:#ffffff0a;border-radius:8px;padding:8px 4px}.estatisticas-page .est-mobile-expand-kpi-label{color:#fff6;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.estatisticas-page .est-mobile-expand-kpi-value{color:#fff;font-size:14px;font-weight:800}.estatisticas-page .est-mobile-expand-kpi-value.is-positive{color:#22c55e}.estatisticas-page .est-mobile-expand-kpi-value.is-negative{color:#ef4444}.estatisticas-page .est-mobile-expand-insights{display:flex;flex-direction:column;gap:6px}.estatisticas-page .est-mobile-expand-insight{display:flex;gap:6px;align-items:flex-start;font-size:11px;color:#ffffffa6;line-height:1.4}.estatisticas-page .est-mobile-expand-bullet{color:#ffffff4d;flex-shrink:0}}@media(max-width:380px){.estatisticas-page .est-mobile-card-line{gap:4px}.estatisticas-page .est-mobile-market-name{font-size:10px}.estatisticas-page .line-pill-editor-mobile .line-pill-trigger{padding:3px 6px;font-size:11px;min-width:48px}.estatisticas-page .est-mobile-card{padding:10px 12px;gap:10px}.estatisticas-page .est-mobile-proj-value{font-size:16px}}.estatisticas-page .est-tab-switcher{display:flex;gap:6px;margin-bottom:20px;background:#0a162880;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:4px;width:fit-content}.estatisticas-page .est-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;border:1px solid transparent;background:transparent;color:#ffffff8c;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;white-space:nowrap}.estatisticas-page .est-tab-btn:hover{color:#ffffffd9;background:#ffffff0a}.estatisticas-page .est-tab-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#60a5fa99;box-shadow:0 6px 18px #2563eb47}.estatisticas-page .est-tab-icon{font-size:16px;line-height:1}.estatisticas-page .est-tab-count{background:#ffffff26;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;min-width:20px;text-align:center}.estatisticas-page .est-tab-btn.active .est-tab-count{background:#ffffff38}.estatisticas-page .conf-conservadora{background:#22c55e24;border:1px solid rgba(34,197,94,.24);color:#86efac}.estatisticas-page .est-multiplas-container{padding:0}.estatisticas-page .est-multiplas-disclaimer{display:flex;align-items:flex-start;gap:10px;background:#f9731614;border:1px solid rgba(249,115,22,.25);border-radius:8px;padding:12px 16px;margin-bottom:20px;color:#cbd5e1;font-size:13px;line-height:1.6}.estatisticas-page .est-multiplas-disclaimer-icon{font-size:16px;flex-shrink:0;margin-top:1px}.estatisticas-page .est-multiplas-disclaimer strong{color:#f97316;font-weight:600}.estatisticas-page .est-multiplas-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#fff6;font-size:15px;font-weight:500;gap:12px}.estatisticas-page .est-multiplas-empty-icon{font-size:40px;opacity:.5}.estatisticas-page .est-multiplas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:16px}.estatisticas-page .est-multipla-card{background:linear-gradient(135deg,#141f34f5,#0d1625f0);border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;box-shadow:0 12px 32px #00000038;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .25s ease,box-shadow .25s ease}.estatisticas-page .est-multipla-card:hover{border-color:#60a5fa38;box-shadow:0 16px 40px #0000004d}.estatisticas-page .est-multipla-header{padding:18px 20px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.estatisticas-page .est-multipla-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.estatisticas-page .est-multipla-nome{font-size:15px;font-weight:700;color:#f1f5f9;margin:0;line-height:1.3;flex:1;min-width:0}.estatisticas-page .est-multipla-desc{font-size:12.5px;color:#ffffff7a;line-height:1.5;margin:0}.estatisticas-page .est-multipla-selecoes{padding:0}.estatisticas-page .est-selecao-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s ease}.estatisticas-page .est-selecao-row:last-child{border-bottom:none}.estatisticas-page .est-selecao-row:hover{background:#ffffff05}.estatisticas-page .est-selecao-player{display:flex;flex-direction:column;gap:2px;min-width:120px;flex-shrink:0}.estatisticas-page .est-selecao-name{font-size:13.5px;font-weight:600;color:#e2e8f0;line-height:1.3}.estatisticas-page .est-selecao-team{font-size:11px;color:#fff6;font-weight:500}.estatisticas-page .est-selecao-details{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.estatisticas-page .est-selecao-stat{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:52px}.estatisticas-page .est-selecao-label{font-size:9.5px;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.04em}.estatisticas-page .est-selecao-value{font-size:13px;font-weight:700;color:#cbd5e1}.estatisticas-page .est-selecao-value.is-over{color:#60a5fa}.estatisticas-page .est-selecao-value.is-under{color:#f87171}.estatisticas-page .est-multipla-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#00000026;border-top:1px solid rgba(255,255,255,.06)}.estatisticas-page .est-multipla-odds{display:flex;flex-direction:column;gap:2px}.estatisticas-page .est-multipla-odds-label{font-size:10px;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.04em}.estatisticas-page .est-multipla-odds-value{font-size:20px;font-weight:800;color:#60a5fa;line-height:1}.estatisticas-page .est-multipla-legs{font-size:12px;font-weight:600;color:#ffffff73}@media(max-width:900px){.estatisticas-page .est-multiplas-grid{grid-template-columns:1fr}}@media(max-width:600px){.estatisticas-page .est-tab-switcher{width:100%}.estatisticas-page .est-tab-btn{flex:1;justify-content:center;padding:9px 12px;font-size:13px}.estatisticas-page .est-multipla-header{padding:14px 16px 12px}.estatisticas-page .est-multipla-nome{font-size:14px}.estatisticas-page .est-selecao-row{flex-direction:column;align-items:flex-start;gap:8px;padding:10px 16px}.estatisticas-page .est-selecao-details{width:100%;justify-content:space-between;gap:8px}.estatisticas-page .est-selecao-stat{min-width:0;flex:1}.estatisticas-page .est-multipla-footer{padding:12px 16px}.estatisticas-page .est-multipla-odds-value{font-size:17px}}.maintenance-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0f1e,#111827 60%,#0d1b2a);padding:24px}.maintenance-content{text-align:center;max-width:480px}.maintenance-icon{font-size:72px;margin-bottom:24px;display:block;animation:maintenance-bounce 2s ease-in-out infinite}@keyframes maintenance-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.maintenance-title{font-size:26px;font-weight:700;color:#f1f5f9;margin-bottom:16px;line-height:1.3}.maintenance-subtitle{font-size:15px;color:#94a3b8;line-height:1.7;margin-bottom:12px}.maintenance-hint{font-size:13px;color:#64748b;margin-bottom:32px}.maintenance-retry-btn{background:#f97316;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.maintenance-retry-btn:hover{background:#ea6c0a;transform:translateY(-1px)}.maintenance-retry-btn:active{transform:translateY(0)}
