body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sports-matches-container{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 20px #0000001a;font-family:system-ui,-apple-system,sans-serif;margin:20px auto;max-width:500px;overflow:hidden}.league-section{border-bottom:1px solid #f0f0f0}.league-section:last-child{border-bottom:none}.league-header{align-items:center;background-color:#fafafa;border-bottom:1px solid #e5e5e5;display:flex;padding:12px 16px}.country-flag{font-size:16px;margin-right:8px}.league-info{flex:1 1}.country-name{color:#333;font-size:14px;font-weight:600;margin-bottom:2px}.league-name{color:#666;font-size:12px}.match-row{align-items:center;background-color:#fff;border-bottom:1px solid #f5f5f5;display:flex;min-height:56px;padding:10px 16px;transition:background-color .2s}.match-row:hover{background-color:#f9f9f9}.match-row:last-child{border-bottom:none}.time-status{flex-shrink:0;margin-right:16px;width:55px}.time{color:#333;font-size:12px;margin-bottom:2px}.status,.time{font-weight:500}.status{color:#666;font-size:10px;text-transform:uppercase}.status.postponed{color:#ff6b6b}.teams-section{flex:1 1;min-width:0}.team-row{align-items:center;display:flex;margin-bottom:4px}.team-row:last-child{margin-bottom:0}.team-icon{flex-shrink:0;font-size:12px;margin-right:10px;width:16px}.team-name{color:#333;flex:1 1;font-size:13px;font-weight:500;margin-right:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score{color:#333;flex-shrink:0;font-size:15px;font-weight:700;text-align:center;width:24px}.actions{display:flex;flex-shrink:0;justify-content:center;width:40px}.star-icon{color:#ccc;cursor:pointer;transition:all .2s}.star-icon:hover{color:#999;transform:scale(1.1)}.star-icon.selected{fill:#4a90e2;color:#4a90e2}@media (max-width:520px){.sports-matches-container{border-radius:8px;margin:10px}.match-row{padding:8px 12px}.league-header{padding:10px 12px}.team-name{font-size:12px}.time-status{margin-right:12px;width:50px}}.header-appbar{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa)!important}.league-group{border-bottom:1px solid #e0e0e0;margin-bottom:20px;padding-bottom:15px}.league-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.group-header{background:#f5f5f5;border-radius:6px;margin-bottom:10px;padding:8px 12px}.country{color:#222;font-size:14px;font-weight:700;margin-bottom:2px}.league{color:#222;font-size:12px;opacity:.8}.tournament-header{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);border-top-left-radius:20px;border-radius:20px;color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-between;overflow:hidden;padding:20px 24px;position:relative}.matches-grid{grid-gap:24px;box-sizing:border-box;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);justify-content:center;justify-items:center;padding:16px;width:100%}@media (max-width:1381px){.matches-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:850px){.matches-grid{grid-template-columns:1fr}}.scorecard{background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 6px #0000000d;box-sizing:border-box;margin:0;max-width:100%;min-width:0;transition:transform .2s;width:100%}.scorecard:hover{box-shadow:0 6px 12px #0000001a}.error,.loading{font-size:1.2rem;padding:20px;text-align:center}.header-left{align-items:flex-start;display:flex;flex-wrap:wrap;min-width:0}.header-center{flex-direction:column;flex-wrap:wrap;gap:8px;justify-content:space-evenly}.header-center,.header-center-row{align-items:center;display:flex;width:100%}.header-center-row{flex-direction:row;flex-wrap:nowrap;gap:1rem;justify-content:space-between;min-width:0}.header-score-display{flex:0 0 auto;min-width:60px}.tournament-info{flex:1 1;min-width:0;overflow:hidden}.header-right{flex:0 0 auto;min-width:0}.multi-select-container{position:relative;width:100%}.selected-items{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;min-height:20px}.selected-item{align-items:center;animation:fadeIn .2s ease;background-color:#3b82f6;border-radius:20px;color:#fff;display:flex;font-size:14px;font-weight:500;gap:6px;padding:6px 10px}.selected-item .remove-item{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:2px;transition:background-color .2s ease}.selected-item .remove-item:hover{background-color:#fff3}.dropdown-container{position:relative}.dropdown-toggle{align-items:center;background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:12px 16px;transition:all .2s ease;width:100%}.dropdown-toggle:hover{border-color:#3b82f6}.dropdown-toggle:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.dropdown-toggle:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.dropdown-options{animation:dropdownSlide .2s ease;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.dropdown-option{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;transition:background-color .2s ease}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover:not(.disabled){background-color:#f8fafc}.dropdown-option.selected{background-color:#eff6ff;color:#3b82f6}.dropdown-option.disabled{color:#9ca3af;cursor:not-allowed;opacity:.5}.option-content{gap:8px}.checkbox,.option-content{align-items:center;display:flex}.checkbox{border:2px solid #d1d5db;border-radius:4px;height:18px;justify-content:center;transition:all .2s ease;width:18px}.checkbox.checked{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.checkbox span{font-size:12px;font-weight:700}.selection-info{align-items:center;color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-top:8px}.selection-count{font-weight:500}.selection-limit{color:#f59e0b;font-weight:500}@media (max-width:768px){.selected-items{gap:6px}.selected-item{font-size:12px;padding:4px 8px}.dropdown-toggle{font-size:13px}.dropdown-option,.dropdown-toggle{padding:10px 12px}}.tournament-info h3{max-width:100%}.tournament-details,.tournament-info h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-score-display{align-items:center;display:flex;font-size:1.5rem;font-weight:700}.score-number{align-items:center;display:flex;font-size:3rem;font-weight:900;justify-content:center;line-height:1;margin-bottom:10px;text-align:center;text-shadow:0 3px 6px #0000004d}.score-separator{font-size:24px;font-weight:600;margin:0 8px;opacity:.8}.match-status{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;box-shadow:0 4px 12px #0000001a;color:#fff!important;display:flex;font-size:20px;font-weight:600;gap:6px;padding:5px 10px}.statu

.status.live{animation:pulse 2s infinite;color:#22c55e;font-size:18px}.status.history{color:#fff;font-size:18px}.live-dot{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px #22c55e4d;height:10px;width:10px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.goal-scorers{background:#fff;border-bottom:1px solid #e5e7eb;padding:32px}.section-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.section-header h4{color:#1f2937;font-size:20px;font-weight:700;letter-spacing:-.01em;margin:0}.section-header svg{color:#3b82f6}.goals-list{display:flex;flex-direction:column;gap:12px}.goal-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;font-size:15px;gap:12px;padding:12px 16px;transition:all .2s ease}.goal-item:hover{background-color:#f1f5f9;transform:translateX(4px)}.goal-item.home{justify-content:flex-start}.goal-item.away{flex-direction:row-reverse;justify-content:flex-end}.goal-item svg{color:#22c55e;filter:drop-shadow(0 1px 2px rgba(0,197,94,.3))}.player-name{color:#374151;font-weight:600}.goal-minute{background:#e5e7eb;border-radius:8px;color:#6b7280;font-size:13px;font-weight:700;padding:6px 12px}.chart-embed-section{background:#fff;border-bottom:1px solid #e5e7eb;padding:25px}.chart-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;height:150px;overflow:hidden}.chart-placeholder{align-items:center;color:#6b7280;display:flex;flex-direction:column;height:180px;justify-content:center;text-align:center}.chart-placeholder svg{color:#9ca3af;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));margin-bottom:16px}.chart-placeholder p{color:#374151;font-size:18px;font-weight:600;margin:0 0 8px}.chart-placeholder small{color:#9ca3af;font-size:14px}.market-controls{background:#fff;border-bottom:1px solid #e7e7eb;padding:25px}.market-tabs{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;padding-bottom:4px;scrollbar-color:#d1d5db #0000;scrollbar-width:thin}.market-tab{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease;white-space:nowrap}.market-tab:hover{box-shadow:0 4px 12px #3b82f626;color:#3b82f6}.market-tab.active,.market-tab:hover{border-color:#3b82f6;transform:translateY(-1px)}.market-tab.active{background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:0 4px 16px #3b82f64d;color:#fff}.toggle-controls{align-items:center;color:#374151;display:flex;font-size:16px;font-weight:500;gap:16px}.toggle-switch{display:inline-block;height:28px;position:relative;width:52px}.toggle-switch input{height:0;opacity:0;width:0}.slider{background-color:#e5e7eb;border-radius:28px;bottom:0;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 8px #00000026;content:"";height:22px;left:3px;width:22px}input:checked+.slider{background:linear-gradient(135deg,#22c55e,#16a34a)}input:checked+.slider:before{transform:translateX(24px)}.market-charts{animation:slideIn .3s ease;background:linear-gradient(135deg,#fafafa,#f8fafc);border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:10px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.charts-stack{display:flex;flex-direction:column;gap:24px}.chart-stack-item{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:18px;transition:all .3s ease}.chart-stack-item:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.market-chart-container{width:100%}.chart-header{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:16px}.chart-title{color:#6b7280;font-size:16px;font-weight:600}.current-odds{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;color:#1f2937;font-size:20px;font-weight:800;padding:8px 16px}.apex-chart-wrapper{margin:-8px -12px}.market-dropdown{display:flex;justify-content:flex-start;margin:16px 0;width:100%}.market-select{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#f9fafb,#f1f5f9);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:22px 22px;border:1.5px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px #1e40af0f;color:#1e293b;cursor:pointer;font-size:1.08rem;font-weight:600;outline:none;padding:10px 40px 10px 16px;position:relative;transition:border .2s,box-shadow .2s;width:100%}.market-select:focus{border:1.5px solid #3b82f6;box-shadow:0 0 0 2px #3b82f626}.market-select option{background:#fff;color:#1e293b;font-weight:500}.market-select::-ms-expand{display:none}@media (max-width:1024px){.chart-embed-section,.market-controls{padding:20px}.matches-grid{grid-template-columns:1fr}}@media (max-width:768px){.scorecard{width:95%}.header-center{align-items:center;margin:0;min-width:0;width:100%}.tournament-info h3{font-size:1rem;max-width:90vw}}@media (max-width:480px){.scorecard{border-radius:16px;margin:8px auto;width:100%}.tournament-header{padding:16px}.header-score-display{gap:12px;padding:12px 20px}.score-number{font-size:28px;min-width:40px}.tournament-info h3{font-size:18px}.chart-embed-section,.goal-scorers,.market-controls{padding:15px}.charts-stack{gap:16px}.chart-stack-item{padding:16px}}@media (max-width:600px){.header-center-row{flex-wrap:wrap;justify-content:center;text-align:center}.header-score-display{margin-top:8px;order:1}.header-right{margin-top:8px;order:2}}
/*# sourceMappingURL=main.372f189b.css.map*/