.header{background:#1e2337;border-bottom:1px solid #2a3348;position:sticky;top:0;z-index:1020;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e2337f2}.header .header-container{max-width:100%;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:768px){.header .header-container{padding:16px;gap:16px}}@media(max-width:640px){.header .header-container{padding:8px;gap:8px}}.header .header-logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#fff;text-decoration:none}.header .header-logo .logo-icon{font-size:24px}.header .header-logo .logo-text{background:linear-gradient(135deg,#06f,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:640px){.header .header-logo .logo-text{display:none}}.header .header-nav{display:flex;gap:24px}@media(max-width:768px){.header .header-nav{gap:16px}}@media(max-width:640px){.header .header-nav{display:none}}.header .header-nav .nav-link{display:flex;align-items:center;gap:4px;color:#b4bcd0;font-weight:500;transition:all .15s ease;padding:4px 8px;border-radius:8px}.header .header-nav .nav-link .nav-icon{font-size:18px}@media(max-width:768px){.header .header-nav .nav-link .nav-icon{font-size:16px}}@media(max-width:768px){.header .header-nav .nav-link .nav-text{display:none}}.header .header-nav .nav-link:hover,.header .header-nav .nav-link.active{color:#06f;background:#0066ff1a}.header .header-actions{display:flex;align-items:center;gap:16px}@media(max-width:640px){.header .header-actions{gap:8px}}.header .header-actions .btn-icon{position:relative;background:transparent;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:8px;transition:background .15s ease}.header .header-actions .btn-icon:hover{background:#1a1f35}.header .header-actions .btn-icon.active{background:#06f3;color:#06f}.header .header-actions .btn-icon .badge-count{position:absolute;top:0;right:0;background:#ff3838;color:#fff;font-size:10px;padding:2px 5px;border-radius:10px;min-width:18px;text-align:center}.header .header-actions .user-menu{display:flex;align-items:center;gap:8px}.header .header-actions .user-menu .user-name{color:#b4bcd0;font-size:14px}@media(max-width:768px){.header .header-actions .user-menu .user-name{display:none}}.header .sport-selector{position:relative}.header .sport-selector .sport-selector-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0d;border:1px solid var(--sport-color, #2a3348);border-radius:12px;cursor:pointer;transition:all .15s ease;color:#fff}.header .sport-selector .sport-selector-btn:hover{background:#ffffff1a;border-color:var(--sport-color, #0066ff)}.header .sport-selector .sport-selector-btn .sport-emoji{font-size:18px}.header .sport-selector .sport-selector-btn .sport-name{font-weight:500}@media(max-width:768px){.header .sport-selector .sport-selector-btn .sport-name{display:none}}.header .sport-selector .sport-selector-btn .dropdown-arrow{font-size:12px;color:#7f8ca3;margin-left:4px}.header .sport-selector .sport-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:200px;background:#1e2337;border:1px solid #2a3348;border-radius:12px;box-shadow:0 8px 32px #00000080;z-index:1000;overflow:hidden;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header .sport-selector .sport-dropdown .dropdown-section{padding:8px 0}.header .sport-selector .sport-dropdown .dropdown-section .section-label{display:block;padding:4px 16px;font-size:12px;color:#7f8ca3;text-transform:uppercase;letter-spacing:.5px}.header .sport-selector .sport-dropdown .dropdown-divider{height:1px;background:#2a3348;margin:4px 0}.header .sport-selector .sport-dropdown .sport-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;color:#fff;cursor:pointer;transition:background .15s ease;text-align:left}.header .sport-selector .sport-dropdown .sport-option:hover{background:#0066ff1a}.header .sport-selector .sport-dropdown .sport-option.active{background:#06f3;color:#06f}.header .sport-selector .sport-dropdown .sport-option .sport-emoji{font-size:16px}.header .sport-selector .sport-dropdown .sport-option .sport-name{flex:1}.layout{min-height:100vh;display:flex;flex-direction:column}.layout .layout-content{flex:1;width:100%;padding:32px 24px;overflow-x:hidden}@media(max-width:1024px){.layout .layout-content{padding:24px 16px}}@media(max-width:768px){.layout .layout-content{padding:16px}}@media(max-width:640px){.layout .layout-content{padding:8px}}.layout .layout-content.no-padding{padding:0}.home-page{width:100%;max-width:100%;overflow-x:hidden;margin:0;padding:0}.home-page .section-title{font-size:24px;text-align:center;margin-bottom:8px}.home-page .section-subtitle{font-size:18px;color:#b4bcd0;text-align:center;margin-bottom:32px}.home-page .hero{padding:96px 0;background:linear-gradient(180deg,#121829,#0a0e1a);position:relative;overflow:hidden;text-align:center}@media(max-width:768px){.home-page .hero{padding:48px 0}}@media(max-width:640px){.home-page .hero{padding:32px 0}}.home-page .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(0,102,255,.1) 0%,transparent 70%)}.home-page .hero .container{position:relative;z-index:1}.home-page .hero h1{font-size:clamp(32px,6vw,64px);margin-bottom:16px}.home-page .hero h1 .logo-icon{margin-right:8px}@media(max-width:640px){.home-page .hero h1{font-size:clamp(24px,8vw,32px)}}.home-page .hero .hero-subtitle{font-size:24px;color:#00d9ff;margin-bottom:24px}@media(max-width:768px){.home-page .hero .hero-subtitle{font-size:20px}}@media(max-width:640px){.home-page .hero .hero-subtitle{font-size:18px}}.home-page .hero .hero-description{font-size:18px;color:#b4bcd0;max-width:700px;margin:0 auto 32px;padding:0 16px}@media(max-width:768px){.home-page .hero .hero-description{font-size:16px;max-width:600px}}@media(max-width:640px){.home-page .hero .hero-description{font-size:14px;padding:0 8px}}.home-page .hero .hero-description strong{color:#06f}.home-page .hero .featured-sports{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.home-page .hero .featured-sports .featured-sport-btn{display:flex;align-items:center;gap:8px;padding:8px 24px;background:#ffffff0d;border:1px solid var(--sport-color, #2a3348);border-radius:50px;cursor:pointer;transition:all .3s ease;color:#fff}.home-page .hero .featured-sports .featured-sport-btn:hover{background:var(--sport-color, #0066ff);transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.home-page .hero .featured-sports .featured-sport-btn .sport-emoji{font-size:20px}.home-page .hero .featured-sports .featured-sport-btn .sport-name{font-weight:500}.home-page .hero .hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.home-page .sports-categories{padding:48px 0}.home-page .sports-categories .category-block{margin-bottom:48px}.home-page .sports-categories .category-block .category-title{font-size:20px;margin-bottom:4px;display:flex;align-items:center;gap:8px}.home-page .sports-categories .category-block .category-title .category-emoji{font-size:24px}.home-page .sports-categories .category-block .category-description{color:#b4bcd0;margin-bottom:24px}.home-page .sports-categories .category-block .sports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}@media(max-width:640px){.home-page .sports-categories .category-block .sports-grid{grid-template-columns:repeat(2,1fr)}}.home-page .sports-categories .sport-card{background:#1e2337;border:1px solid #2a3348;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.home-page .sports-categories .sport-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--sport-color, #0066ff);opacity:0;transition:opacity .3s ease}.home-page .sports-categories .sport-card:hover{transform:translateY(-4px);border-color:var(--sport-color, #0066ff);box-shadow:0 8px 24px #0000004d}.home-page .sports-categories .sport-card:hover:before{opacity:1}.home-page .sports-categories .sport-card.popular{border-color:#ffffff1a}.home-page .sports-categories .sport-card .sport-icon{font-size:48px;margin-bottom:8px}.home-page .sports-categories .sport-card .sport-name{font-size:16px;font-weight:600;margin-bottom:8px}.home-page .sports-categories .sport-card .sport-features{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}.home-page .sports-categories .sport-card .sport-features .feature-tag{font-size:12px;padding:2px 8px;background:#ffffff1a;border-radius:20px;color:#b4bcd0}.home-page .sports-categories .sport-card .popular-badge{position:absolute;top:8px;right:8px;font-size:12px;color:orange}.home-page .features .feature-card{text-align:center}.home-page .features .feature-card .feature-icon{font-size:48px;margin-bottom:16px}.home-page .features .feature-card h3{color:#06f;margin-bottom:8px}.home-page .features .feature-card p{color:#b4bcd0}.home-page .streamer-section{background:linear-gradient(135deg,#0066ff1a,#00d9ff0d);padding:48px 0}.home-page .streamer-section .streamer-cta{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:768px){.home-page .streamer-section .streamer-cta{grid-template-columns:1fr;text-align:center}}.home-page .streamer-section .streamer-content .streamer-badge{display:inline-block;padding:4px 16px;background:#06f3;border-radius:20px;font-size:14px;color:#06f;margin-bottom:16px}.home-page .streamer-section .streamer-content h2{font-size:24px;margin-bottom:16px}.home-page .streamer-section .streamer-content p{color:#b4bcd0;margin-bottom:24px}.home-page .streamer-section .streamer-content .streamer-features{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:32px}@media(max-width:768px){.home-page .streamer-section .streamer-content .streamer-features{justify-content:center}}.home-page .streamer-section .streamer-content .streamer-features span{color:#0f8;font-size:14px}.home-page .streamer-section .streamer-visual{display:flex;justify-content:center}.home-page .streamer-section .streamer-visual .overlay-preview{background:#000c;border:1px solid #2a3348;border-radius:12px;padding:16px;min-width:280px}.home-page .streamer-section .streamer-visual .overlay-preview .preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px}.home-page .streamer-section .streamer-visual .overlay-preview .preview-header .live-badge{color:#ff3838;animation:pulse 1.5s infinite}.home-page .streamer-section .streamer-visual .overlay-preview .preview-teams{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.home-page .streamer-section .streamer-visual .overlay-preview .preview-teams .team{font-weight:700}.home-page .streamer-section .streamer-visual .overlay-preview .preview-teams .score{font-size:20px;font-weight:700;color:#06f}.home-page .streamer-section .streamer-visual .overlay-preview .preview-stats .stat-bar{display:flex;align-items:center;gap:8px;font-size:14px}.home-page .streamer-section .streamer-visual .overlay-preview .preview-stats .stat-bar .bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.home-page .streamer-section .streamer-visual .overlay-preview .preview-stats .stat-bar .bar .fill{height:100%;background:#0f8;transition:width .5s ease}.home-page .cta-section{background:#1e2337;padding:72px 0;border-radius:16px;margin:48px 24px}.home-page .cta-section h2{margin-bottom:16px}.home-page .cta-section .cta-description{font-size:18px;color:#b4bcd0;max-width:600px;margin:0 auto 32px}.match-card{background:var(--bg-tertiary, #1a1a2e);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.match-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 8px 24px #0066ff40}.match-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.match-card__competition{font-size:.875rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.match-card__status{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.match-card__status--live{background:#ff3b3033;color:#ff3b30;animation:pulse 2s infinite}.match-card__teams{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.match-card__team{display:flex;justify-content:space-between;align-items:center}.match-card__team-info{display:flex;align-items:center;gap:.75rem}.match-card__team-info--clickable{cursor:pointer;padding:.25rem .5rem;margin:-.25rem -.5rem;border-radius:8px;transition:all .2s ease}.match-card__team-info--clickable:hover{background:#9333ea1a;transform:translate(4px)}.match-card__team-info--clickable:hover .match-card__team-name{color:#c084fc}.match-card__team-logo{font-size:1.5rem}.match-card__team-name{font-size:1rem;font-weight:500}.match-card__score{font-size:1.5rem;font-weight:700;color:var(--primary);min-width:2rem;text-align:center}.match-card__score--live{color:#ff3b30;animation:pulse-score 2s infinite}@keyframes pulse-score{0%,to{opacity:1}50%{opacity:.7}}.match-card__index{display:flex;gap:.5rem;margin-bottom:1rem}.match-card__index-bar{flex:1;height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden;position:relative}.match-card__index-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.match-card__index-bar-fill--home{background:linear-gradient(90deg,var(--primary),var(--secondary))}.match-card__index-bar-fill--away{background:linear-gradient(90deg,#ff3b30,#ff9500)}.match-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-color)}.match-card__minute{font-size:.875rem;color:var(--text-secondary);font-weight:500}.match-card__time{font-size:.875rem;color:var(--text-secondary)}.match-card__live-badge{font-size:.875rem;color:#ff3b30;font-weight:600}.match-card__finished-badge{font-size:.875rem;color:#34c759;font-weight:600}.match-card__odds{display:flex;justify-content:space-around;gap:.5rem;padding:.75rem;margin-bottom:1rem;background:#0003;border-radius:8px}.match-card__odds .odds-item{flex:1;text-align:center;font-size:.875rem;font-weight:600;color:var(--text-primary);padding:.25rem;border-radius:4px;background:#ffffff0d;transition:background .2s}.match-card__odds .odds-item:hover{background:rgba(var(--primary-rgb),.2)}.match-card__alerts{display:flex;gap:.5rem}.match-card__alert-badge{width:8px;height:8px;border-radius:50%}.match-card__alert-badge--high{background:#ff3b30}.match-card__alert-badge--medium{background:#ff9500}.match-card__alert-badge--low{background:#34c759}.match-card--live{border-color:#ff3b304d}.match-card--live:hover{border-color:#ff3b30;box-shadow:0 8px 24px #ff3b3026}.match-card__status{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;display:flex;align-items:center;gap:.25rem}.match-card__status--live{background:#ff3b3033;color:#ff3b30}.match-card__status--live .live-indicator{animation:blink 1s infinite}.match-card__status--scheduled{background:#06f3;color:var(--primary)}.match-card__status--finished{background:#8e8e9333;color:var(--text-secondary)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.api-status-badge{position:fixed;top:80px;right:20px;z-index:99999;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid;box-shadow:0 4px 12px #00000080;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.api-status-badge:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.api-status-badge:hover .status-details{opacity:1;max-height:100px;margin-top:8px}.api-status-badge.mock{border-color:#f59e0b}.api-status-badge.mock .status-icon{color:#f59e0b}.api-status-badge.mock .status-label{color:#fbbf24}.api-status-badge.real{border-color:#10b981}.api-status-badge.real .status-icon{color:#10b981}.api-status-badge.real .status-label{color:#34d399}.api-status-badge.real .rate-limit{color:#6ee7b7}.status-icon{font-size:24px;line-height:1}.status-info{display:flex;flex-direction:column;gap:4px}.status-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.rate-limit{font-size:12px;font-weight:500;opacity:.8}.status-details{position:absolute;top:100%;right:0;opacity:0;max-height:0;overflow:hidden;background:#000000f2;border:2px solid #10b981;border-radius:8px;padding:12px;min-width:200px;transition:all .3s ease}.provider{font-size:12px;color:#9ca3af;margin-bottom:6px}.remaining{font-size:13px;color:#34d399;font-weight:600}@media(max-width:768px){.api-status-badge{top:10px;right:10px;padding:8px 12px;gap:8px}.api-status-badge .status-icon{font-size:20px}.api-status-badge .status-label{font-size:12px}.api-status-badge .rate-limit{font-size:11px}}.dashboard-page{width:100%;max-width:1600px;margin:0 auto}@media(max-width:768px){.dashboard-page .dashboard-header{margin-bottom:24px}}.dashboard-page .dashboard-header h1{margin-bottom:4px}@media(max-width:640px){.dashboard-page .dashboard-header h1{font-size:24px}}@media(max-width:640px){.dashboard-page .stats-grid{grid-template-columns:1fr}}.dashboard-page .stats-grid .stat-card{display:flex;align-items:center;gap:16px}@media(max-width:640px){.dashboard-page .stats-grid .stat-card{padding:16px}}.dashboard-page .stats-grid .stat-card .stat-icon{font-size:40px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#0066ff1a;border-radius:12px}.dashboard-page .stats-grid .stat-card .stat-content h3{font-size:24px;color:#06f;margin-bottom:4px}.dashboard-page .stats-grid .stat-card .stat-content p{font-size:14px;color:#7f8ca3;margin:0}.dashboard-page .section-header{display:flex;justify-content:space-between;align-items:center;margin:32px 0 24px}.dashboard-page .section-header h2{margin:0}.dashboard-page .matches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.dashboard-page .matches-grid .match-card .match-status{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dashboard-page .matches-grid .match-card .match-status .match-time{font-weight:700;color:#fff}.dashboard-page .matches-grid .match-card .match-teams{margin-bottom:16px}.dashboard-page .matches-grid .match-card .match-teams .team{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.dashboard-page .matches-grid .match-card .match-teams .team .team-name{font-weight:600;color:#fff}.dashboard-page .matches-grid .match-card .match-teams .team .score{font-size:24px;font-weight:700;color:#06f}.dashboard-page .matches-grid .match-card .match-index{margin-bottom:16px}.dashboard-page .matches-grid .match-card .match-index .index-bar{height:8px;background:#1a1f35;border-radius:4px;overflow:hidden;margin-bottom:4px}.dashboard-page .matches-grid .match-card .match-index .index-bar .index-fill{height:100%;background:linear-gradient(90deg,#0f8,orange,#ff3838);transition:width .3s ease}.dashboard-page .matches-grid .match-card .match-index .index-label{font-size:14px;color:#7f8ca3}.dashboard-page .loading-container{text-align:center;padding:48px}.dashboard-page .loading-container .spinner{margin:0 auto 16px}.dashboard-page .loading-container p{color:#7f8ca3}.dashboard-page .empty-state{text-align:center;padding:96px}.dashboard-page .empty-state .empty-icon{font-size:64px;margin-bottom:24px;opacity:.5}.dashboard-page .empty-state h3{color:#b4bcd0;margin-bottom:8px}.dashboard-page .empty-state p{color:#7f8ca3}.dashboard-page .quick-access-section{margin:32px 0}.dashboard-page .quick-access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}@media(max-width:640px){.dashboard-page .quick-access-grid{grid-template-columns:1fr}}.dashboard-page .quick-access-card{background:linear-gradient(135deg,#9333ea1a,#3b82f61a);border:1px solid rgba(147,51,234,.3);border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.dashboard-page .quick-access-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #9333ea4d;border-color:#9333ea99}.dashboard-page .quick-access-card .quick-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#9333ea33;border-radius:12px;flex-shrink:0}.dashboard-page .quick-access-card .quick-content{flex:1}.dashboard-page .quick-access-card .quick-content h4{color:#fff;font-size:18px;margin-bottom:4px;font-weight:600}.dashboard-page .quick-access-card .quick-content p{color:#7f8ca3;font-size:14px;margin:0}.sport-dashboard{width:100%;padding:24px}@media(max-width:768px){.sport-dashboard{padding:16px}}.sport-dashboard .dashboard-header{margin-bottom:32px}.sport-dashboard .dashboard-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;margin-bottom:24px}@media(max-width:768px){.sport-dashboard .dashboard-header .header-content{flex-direction:column}}.sport-dashboard .dashboard-header .sport-info{display:flex;align-items:center;gap:16px}.sport-dashboard .dashboard-header .sport-info .sport-emoji{font-size:48px}@media(max-width:640px){.sport-dashboard .dashboard-header .sport-info .sport-emoji{font-size:36px}}.sport-dashboard .dashboard-header .sport-info h1{font-size:24px;margin:0;color:var(--sport-color, #0066ff)}@media(max-width:640px){.sport-dashboard .dashboard-header .sport-info h1{font-size:20px}}.sport-dashboard .dashboard-header .sport-info .sport-category{color:#b4bcd0;font-size:14px;margin:0}.sport-dashboard .dashboard-header .header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sport-dashboard .stats-bar{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.sport-dashboard .stats-bar .stat-item{display:flex;flex-direction:column;align-items:center;padding:16px 24px;background:#1e2337;border-radius:12px;border:2px solid #2a3348;min-width:100px;cursor:pointer;transition:all .2s ease}.sport-dashboard .stats-bar .stat-item:hover{transform:translateY(-2px);border-color:var(--sport-color, #0066ff)}.sport-dashboard .stats-bar .stat-item.active{border-color:var(--sport-color, #0066ff);background:rgba(var(--sport-color-rgb, 0, 102, 255),.1);box-shadow:0 4px 12px rgba(var(--sport-color-rgb, 0, 102, 255),.2)}@media(max-width:640px){.sport-dashboard .stats-bar .stat-item{flex:1;min-width:70px;padding:8px 16px}}.sport-dashboard .stats-bar .stat-item .stat-value{font-size:24px;font-weight:700}@media(max-width:640px){.sport-dashboard .stats-bar .stat-item .stat-value{font-size:20px}}.sport-dashboard .stats-bar .stat-item .stat-label{font-size:14px;color:#b4bcd0}.sport-dashboard .stats-bar .stat-item.live .stat-value{color:#ff3838}.sport-dashboard .stats-bar .stat-item.live.active{border-color:#ff3838;background:#ff38381a;box-shadow:0 4px 12px #ff383833}.sport-dashboard .stats-bar .stat-item.upcoming .stat-value{color:orange}.sport-dashboard .stats-bar .stat-item.upcoming.active{border-color:orange;background:#ffa5001a;box-shadow:0 4px 12px #ffa50033}.sport-dashboard .stats-bar .stat-item.finished .stat-value{color:#0f8}.sport-dashboard .stats-bar .stat-item.finished.active{border-color:#0f8;background:#00ff881a;box-shadow:0 4px 12px #0f83}.sport-dashboard .stats-bar .stat-item.total .stat-value{color:var(--sport-color, #0066ff)}.sport-dashboard .matches-section{min-height:300px}.sport-dashboard .matches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}@media(max-width:640px){.sport-dashboard .matches-grid{grid-template-columns:1fr}}.sport-dashboard .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#b4bcd0}.sport-dashboard .loading-state .spinner{width:48px;height:48px;border:3px solid #2a3348;border-top-color:var(--sport-color, #0066ff);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.sport-dashboard .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;background:#1e2337;border-radius:16px;border:1px dashed #2a3348}.sport-dashboard .empty-state .empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.sport-dashboard .empty-state h3{margin-bottom:8px}.sport-dashboard .empty-state p{color:#b4bcd0;margin-bottom:24px;max-width:400px}.sport-dashboard .features-info{margin-top:48px;padding:24px;background:#1e2337;border-radius:12px;border:1px solid #2a3348}.sport-dashboard .features-info h4{margin-bottom:16px;color:#b4bcd0;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.sport-dashboard .features-info .features-list{display:flex;gap:8px;flex-wrap:wrap}.sport-dashboard .features-info .feature-badge{padding:4px 16px;background:#ffffff0d;border:1px solid #2a3348;border-radius:20px;font-size:14px;color:#fff}.match-detail-page{max-width:900px;margin:0 auto;padding:2rem}.match-detail-page .loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem}.match-detail-page .loading .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#06f;border-radius:50%;animation:spin 1s linear infinite}.match-detail-page .empty-state{text-align:center;padding:3rem}.match-detail-page .empty-state h3{margin-bottom:1rem}.match-detail-page .empty-state p{color:#b4bcd0;margin-bottom:1.5rem}.match-detail-page .btn-back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.match-detail-page .card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.match-detail-page .card h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;color:#fff}.match-detail-page .match-header{background:linear-gradient(135deg,#0066ff1a,#00d9ff0d);border:1px solid rgba(0,102,255,.2);text-align:center}.match-detail-page .match-header .match-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.match-detail-page .match-header .match-meta .competition{font-size:.9rem;color:#b4bcd0}.match-detail-page .match-header .match-meta .status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.match-detail-page .match-header .match-meta .status-badge--live{background:#ff3b3033;color:#ff3b30}.match-detail-page .match-header .match-meta .status-badge--live .live-dot{animation:blink 1s infinite}.match-detail-page .match-header .match-meta .status-badge--scheduled{background:#06f3;color:#06f}.match-detail-page .match-header .match-meta .status-badge--finished{background:#8e8e9333;color:#b4bcd0}.match-detail-page .match-header .match-teams{display:flex;justify-content:space-between;align-items:center;gap:1rem}.match-detail-page .match-header .match-teams .team{flex:1;display:flex;align-items:center;gap:1rem}.match-detail-page .match-header .match-teams .team.home{justify-content:flex-start;text-align:left}.match-detail-page .match-header .match-teams .team.away{justify-content:flex-end;text-align:right}.match-detail-page .match-header .match-teams .team .team-name{font-size:1.25rem;font-weight:600;color:#fff}@media(max-width:600px){.match-detail-page .match-header .match-teams .team .team-name{font-size:1rem}}.match-detail-page .match-header .match-teams .team .team-score{font-size:2.5rem;font-weight:700;color:#06f}@media(max-width:600px){.match-detail-page .match-header .match-teams .team .team-score{font-size:2rem}}.match-detail-page .match-header .match-teams .match-center{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:80px}.match-detail-page .match-header .match-teams .match-center .vs{font-size:.9rem;color:#b4bcd0;font-weight:600}.match-detail-page .match-header .match-teams .match-center .halftime-score{font-size:.75rem;color:#b4bcd0;background:#0000004d;padding:.25rem .5rem;border-radius:4px}.match-detail-page .match-header .match-teams .match-center .match-time{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:#b4bcd0}.match-detail-page .match-header .match-teams .match-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}.match-detail-page .match-header .match-teams .match-info .vs{font-size:.9rem;color:#b4bcd0;font-weight:600}.match-detail-page .match-header .match-teams .match-info .match-time{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:#b4bcd0}.match-detail-page .match-header .match-date{margin-top:1rem;font-size:.85rem;color:#b4bcd0}.match-detail-page .match-header .match-venue{margin-top:.5rem;font-size:.8rem;color:#b4bcd0}.match-detail-page .tabs{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem}.match-detail-page .tabs .tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#b4bcd0;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.match-detail-page .tabs .tab:hover{background:#ffffff0d}.match-detail-page .tabs .tab.active{background:#0066ff26;border-color:#06f;color:#06f}.match-detail-page .tab-content{min-height:200px}.match-detail-page .empty-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#b4bcd0;gap:.75rem;text-align:center}.match-detail-page .section{margin-bottom:1.5rem}.match-detail-page .section h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;color:#fff}.match-detail-page .odds-section{margin-bottom:1.5rem}.match-detail-page .odds-section h3{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem}.match-detail-page .odds-section .odds-grid{display:flex;justify-content:space-around;gap:1rem}.match-detail-page .odds-section .odds-grid .odds-item{flex:1;text-align:center;padding:1rem;background:#0003;border-radius:8px}.match-detail-page .odds-section .odds-grid .odds-item .odds-label{display:block;font-size:.8rem;color:#b4bcd0;margin-bottom:.5rem;font-weight:600}.match-detail-page .odds-section .odds-grid .odds-item .odds-value{display:block;font-size:1.5rem;font-weight:700;color:#06f;margin-bottom:.25rem}.match-detail-page .odds-section .odds-grid .odds-item .odds-team{display:block;font-size:.75rem;color:#b4bcd0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-detail-page .incidents-timeline{display:flex;flex-direction:column;gap:.5rem}.match-detail-page .incidents-timeline .incident{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0003;border-radius:8px;border-left:3px solid transparent}.match-detail-page .incidents-timeline .incident.home{border-left-color:#06f}.match-detail-page .incidents-timeline .incident.away{border-left-color:#ff6b6b}.match-detail-page .incidents-timeline .incident .incident-time{font-size:.85rem;font-weight:600;color:#b4bcd0;min-width:35px}.match-detail-page .incidents-timeline .incident .incident-icon{font-size:1.2rem}.match-detail-page .incidents-timeline .incident .incident-info{display:flex;flex-direction:column;gap:.15rem}.match-detail-page .incidents-timeline .incident .incident-info .incident-type{font-size:.75rem;color:#b4bcd0;text-transform:capitalize}.match-detail-page .incidents-timeline .incident .incident-info .incident-player{font-size:.9rem;color:#fff;font-weight:500}.match-detail-page .statistics-section{display:flex;flex-direction:column;gap:1rem}.match-detail-page .statistics-section .stat-row{display:flex;align-items:center;gap:1rem}.match-detail-page .statistics-section .stat-row .stat-value{font-size:.95rem;font-weight:600;min-width:45px;text-align:center}.match-detail-page .statistics-section .stat-row .stat-value.home{color:#06f}.match-detail-page .statistics-section .stat-row .stat-value.away{color:#ff6b6b}.match-detail-page .statistics-section .stat-row .stat-bar-container{flex:1;display:flex;flex-direction:column;gap:.35rem}.match-detail-page .statistics-section .stat-row .stat-bar-container .stat-name{font-size:.8rem;color:#b4bcd0;text-align:center}.match-detail-page .statistics-section .stat-row .stat-bar-container .stat-bars{display:flex;height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.match-detail-page .statistics-section .stat-row .stat-bar-container .stat-bars .stat-bar{height:100%;transition:width .3s ease}.match-detail-page .statistics-section .stat-row .stat-bar-container .stat-bars .stat-bar.home{background:#06f}.match-detail-page .statistics-section .stat-row .stat-bar-container .stat-bars .stat-bar.away{background:#ff6b6b}.match-detail-page .lineups-section{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:600px){.match-detail-page .lineups-section{grid-template-columns:1fr}}.match-detail-page .lineups-section .lineup-team h4{font-size:.95rem;color:#fff;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.match-detail-page .lineups-section .lineup-team.home h4{color:#06f}.match-detail-page .lineups-section .lineup-team.away h4{color:#ff6b6b}.match-detail-page .lineups-section .lineup-team .players-list{display:flex;flex-direction:column;gap:.35rem}.match-detail-page .lineups-section .lineup-team .players-list .player-row{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#00000026;border-radius:6px;font-size:.85rem}.match-detail-page .lineups-section .lineup-team .players-list .player-row .player-number{min-width:24px;text-align:center;font-weight:600;color:#b4bcd0}.match-detail-page .lineups-section .lineup-team .players-list .player-row .player-name{flex:1;color:#fff}.match-detail-page .lineups-section .lineup-team .players-list .player-row .captain-badge{background:#06f3;color:#06f;padding:.15rem .4rem;border-radius:4px;font-size:.7rem;font-weight:600}.match-detail-page .match-info-section .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:500px){.match-detail-page .match-info-section .info-grid{grid-template-columns:1fr}}.match-detail-page .match-info-section .info-grid .info-item{display:flex;flex-direction:column;gap:.25rem}.match-detail-page .match-info-section .info-grid .info-item .info-label{font-size:.75rem;color:#b4bcd0;text-transform:uppercase}.match-detail-page .match-info-section .info-grid .info-item .info-value{font-size:.95rem;color:#fff}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.gameshift-index{background:linear-gradient(135deg,#9333ea1a,#ec48990d);border-color:#9333ea4d}.gameshift-index h3{color:#a855f7}.gameshift-index .momentum-bar{display:flex;align-items:center;gap:1rem;margin:1rem 0}.gameshift-index .momentum-bar .team-label{font-size:.75rem;color:#b4bcd0;min-width:80px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gameshift-index .momentum-bar .team-label.home{text-align:right}.gameshift-index .momentum-bar .team-label.away{text-align:left}.gameshift-index .momentum-bar .bar-container{flex:1;display:flex;height:32px;border-radius:16px;overflow:hidden;background:#0000004d}.gameshift-index .momentum-bar .bar-container .bar{display:flex;align-items:center;justify-content:center;transition:width .5s ease}.gameshift-index .momentum-bar .bar-container .bar span{font-size:.8rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.gameshift-index .momentum-bar .bar-container .bar.home{background:linear-gradient(90deg,#06f,#00d9ff);justify-content:flex-end;padding-right:.5rem}.gameshift-index .momentum-bar .bar-container .bar.away{background:linear-gradient(90deg,#ff6b6b,#ff4757);justify-content:flex-start;padding-left:.5rem}.gameshift-index .momentum-bar .bar-container .bar.dominant{animation:pulse-glow 2s infinite}.gameshift-index .momentum-description{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:#b4bcd0;margin-top:.5rem}.evolution-graph h3{margin-bottom:1.5rem}.evolution-graph .graph-container{position:relative;padding:1rem 0}.evolution-graph .graph-timeline{position:relative;height:100px;background:linear-gradient(to bottom,rgba(0,102,255,.1),transparent);border-bottom:2px solid rgba(255,255,255,.1);border-radius:8px 8px 0 0}.evolution-graph .graph-timeline .timeline-point{position:absolute;bottom:0;transform:translate(-50%)}.evolution-graph .graph-timeline .timeline-point .event-marker{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9rem;margin-bottom:-14px}.evolution-graph .graph-timeline .timeline-point .event-marker.home{background:#06f;box-shadow:0 0 10px #0066ff80}.evolution-graph .graph-timeline .timeline-point .event-marker.away{background:#ff6b6b;box-shadow:0 0 10px #ff6b6b80}.evolution-graph .graph-timeline .score-line{position:absolute;inset:0}.evolution-graph .graph-timeline .score-line .score-point{position:absolute;width:8px;height:8px;border-radius:50%;background:#06f;transform:translate(-50%,50%)}.evolution-graph .graph-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.evolution-graph .graph-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#b4bcd0}.evolution-graph .graph-legend .legend-item.home{color:#06f}.evolution-graph .graph-legend .legend-item.away{color:#ff6b6b}.evolution-graph .graph-axis{display:flex;justify-content:space-between;font-size:.7rem;color:#b4bcd0;padding:0 .5rem;margin-top:.5rem}.key-stats-section{margin-bottom:1.5rem}.key-stats-section .key-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:500px){.key-stats-section .key-stats-grid{grid-template-columns:repeat(2,1fr)}}.key-stats-section .key-stats-grid .key-stat{background:#0003;border-radius:8px;padding:.75rem;text-align:center}.key-stats-section .key-stats-grid .key-stat .key-stat-values{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.key-stats-section .key-stats-grid .key-stat .key-stat-values .home{color:#06f}.key-stats-section .key-stats-grid .key-stat .key-stat-values .vs{color:#b4bcd0;font-weight:400}.key-stats-section .key-stats-grid .key-stat .key-stat-values .away{color:#ff6b6b}.key-stats-section .key-stats-grid .key-stat .key-stat-name{font-size:.7rem;color:#b4bcd0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cards-section{margin-bottom:1.5rem}.cards-section .cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:500px){.cards-section .cards-grid{grid-template-columns:1fr}}.cards-section .team-cards{background:#00000026;border-radius:8px;padding:.75rem}.cards-section .team-cards h4{font-size:.85rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.cards-section .team-cards.home h4{color:#06f}.cards-section .team-cards.away h4{color:#ff6b6b}.cards-section .team-cards .cards-list{display:flex;flex-direction:column;gap:.35rem}.cards-section .team-cards .card-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;padding:.35rem;background:#0000001a;border-radius:4px}.cards-section .team-cards .card-item .card-icon{font-size:1rem}.cards-section .team-cards .card-item .card-time{color:#b4bcd0;min-width:30px}.cards-section .team-cards .card-item .card-player{flex:1;color:#fff}.detailed-stats .stats-stage{margin-bottom:1.5rem}.detailed-stats .stats-stage .stage-title{font-size:1rem;color:#06f;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,102,255,.3)}.detailed-stats .stats-group{margin-bottom:1rem}.detailed-stats .stats-group .group-title{font-size:.85rem;color:#b4bcd0;margin-bottom:.75rem;font-weight:500}.odds-section .odds-badge{display:inline-block;margin-top:.5rem;padding:.2rem .5rem;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase}.odds-section .odds-badge.favorite{background:#22c55e33;color:#22c55e}.odds-section .implied-prob{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.odds-section .implied-prob h4{font-size:.9rem;color:#b4bcd0;margin-bottom:1rem;text-align:center}.odds-section .implied-prob .prob-bars{display:flex;height:30px;border-radius:15px;overflow:hidden;background:#0000004d}.odds-section .implied-prob .prob-bars .prob-bar{display:flex;align-items:center;justify-content:center;transition:width .5s ease}.odds-section .implied-prob .prob-bars .prob-bar span{font-size:.75rem;font-weight:600;color:#fff}.odds-section .implied-prob .prob-bars .prob-bar.home{background:linear-gradient(90deg,#06f,#00d9ff)}.odds-section .implied-prob .prob-bars .prob-bar.draw{background:linear-gradient(90deg,#8b5cf6,#a855f7)}.odds-section .implied-prob .prob-bars .prob-bar.away{background:linear-gradient(90deg,#ff6b6b,#ff4757)}@keyframes pulse-glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.match-overlay{background:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;-webkit-user-select:none;user-select:none;pointer-events:none;position:fixed;z-index:9999}.match-overlay.top-left{top:20px;left:20px}.match-overlay.top-right{top:20px;right:20px}.match-overlay.bottom-left{bottom:20px;left:20px}.match-overlay.bottom-right{bottom:20px;right:20px}.match-overlay.small{transform:scale(.8)}.match-overlay.medium{transform:scale(1)}.match-overlay.large{transform:scale(1.2)}.match-overlay>div{background:rgba(0,0,0,var(--overlay-opacity, .95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080;animation:slideIn .3s ease-out}.match-overlay.dark>div{background:rgba(20,20,30,var(--overlay-opacity, .95));border-color:#ffffff1a}.match-overlay.light>div{background:rgba(255,255,255,var(--overlay-opacity, .95));border-color:#0000001a;color:#1a1a1a}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.overlay-mini{padding:12px 16px;min-width:200px}.overlay-mini .label{font-size:10px;text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:8px;text-align:center}.overlay-mini .index-bars{display:flex;flex-direction:column;gap:6px}.overlay-mini .index-bars .bar{display:flex;align-items:center;justify-content:space-between;height:28px;border-radius:6px;padding:0 10px;transition:width .5s ease,background .3s;font-weight:600;font-size:14px}.overlay-mini .index-bars .bar.home{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.overlay-mini .index-bars .bar.away{background:linear-gradient(90deg,#ef4444,#f87171);flex-direction:row-reverse}.overlay-mini .index-bars .bar .team-short{font-size:11px;font-weight:700;opacity:.9}.overlay-mini .index-bars .bar .value{font-size:16px;font-weight:700}.overlay-compact{padding:16px;min-width:320px}.overlay-compact .match-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.overlay-compact .match-header .team{display:flex;align-items:center;gap:10px}.overlay-compact .match-header .team .name{font-size:14px;font-weight:600}.overlay-compact .match-header .team .score{font-size:24px;font-weight:700;color:#fbbf24}.overlay-compact .match-header .team.home{flex-direction:row}.overlay-compact .match-header .team.away{flex-direction:row-reverse}.overlay-compact .match-header .separator{display:flex;flex-direction:column;align-items:center;gap:4px}.overlay-compact .match-header .separator .vs{font-size:16px;opacity:.5}.overlay-compact .match-header .separator .live-indicator{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#ef4444}.overlay-compact .match-header .separator .live-indicator .pulse{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.overlay-compact .index-section .index-label{font-size:10px;text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:8px;text-align:center}.overlay-compact .index-section .index-bars{display:flex;flex-direction:column;gap:6px}.overlay-compact .index-section .index-bars .bar-wrapper{width:100%}.overlay-compact .index-section .index-bars .bar-wrapper .bar{height:24px;border-radius:12px;display:flex;align-items:center;padding:0 12px;transition:width .5s ease;font-weight:700;font-size:14px}.overlay-compact .index-section .index-bars .bar-wrapper .bar .value{margin-left:auto}.overlay-compact .index-section .index-bars .bar-wrapper.home .bar{background:linear-gradient(90deg,#3b82f6,#60a5fa);justify-content:flex-start}.overlay-compact .index-section .index-bars .bar-wrapper.away .bar{background:linear-gradient(90deg,#ef4444,#f87171);justify-content:flex-end}.overlay-compact .alert-latest{margin-top:12px}.overlay-compact .alert-latest .alert-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:12px;animation:alertSlide .3s ease-out}.overlay-compact .alert-latest .alert-badge.high{background:#ef444433;border:1px solid rgba(239,68,68,.5)}.overlay-compact .alert-latest .alert-badge.medium{background:#fbbf2433;border:1px solid rgba(251,191,36,.5)}.overlay-compact .alert-latest .alert-badge .icon{font-size:16px}.overlay-compact .alert-latest .alert-badge .text{flex:1;font-weight:500}.overlay-compact .alert-latest .alert-badge .minute{font-weight:700;opacity:.8}@keyframes alertSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.overlay-full{padding:20px;min-width:400px;max-width:500px}.overlay-full .match-header{margin-bottom:16px}.overlay-full .match-header .competition{display:flex;align-items:center;gap:8px;margin-bottom:12px}.overlay-full .match-header .competition .logo{font-size:20px}.overlay-full .match-header .competition .name{font-size:12px;text-transform:uppercase;letter-spacing:1px;opacity:.7}.overlay-full .match-header .teams{display:flex;align-items:center;justify-content:space-between}.overlay-full .match-header .teams .team{display:flex;align-items:center;gap:12px}.overlay-full .match-header .teams .team .logo{font-size:24px}.overlay-full .match-header .teams .team .name{font-size:16px;font-weight:600}.overlay-full .match-header .teams .team .score{font-size:32px;font-weight:700;color:#fbbf24}.overlay-full .match-header .teams .team.home{flex-direction:row}.overlay-full .match-header .teams .team.away{flex-direction:row-reverse}.overlay-full .match-header .teams .separator{display:flex;flex-direction:column;align-items:center}.overlay-full .match-header .teams .separator .live-badge{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ef444433;border:1px solid rgba(239,68,68,.5);border-radius:20px;font-size:12px;font-weight:600;color:#ef4444}.overlay-full .match-header .teams .separator .live-badge .pulse{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.overlay-full .match-header .teams .separator .live-badge .minute{font-weight:700}.overlay-full .index-section{margin-bottom:16px}.overlay-full .index-section h3{font-size:12px;text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:12px}.overlay-full .index-section .index-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.overlay-full .index-section .index-grid .index-card{padding:12px;border-radius:8px}.overlay-full .index-section .index-grid .index-card.home{background:#3b82f61a;border:1px solid rgba(59,130,246,.3)}.overlay-full .index-section .index-grid .index-card.away{background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.overlay-full .index-section .index-grid .index-card .value{font-size:28px;font-weight:700;margin-bottom:8px}.overlay-full .index-section .index-grid .index-card .bar{height:6px;border-radius:3px;transition:width .5s ease}.overlay-full .index-section .index-grid .index-card.home .bar{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.overlay-full .index-section .index-grid .index-card.away .bar{background:linear-gradient(90deg,#ef4444,#f87171)}.overlay-full .stats-section{margin-bottom:16px}.overlay-full .stats-section .stat-item{margin-bottom:12px}.overlay-full .stats-section .stat-item .label{font-size:11px;text-transform:uppercase;opacity:.7;margin-bottom:6px}.overlay-full .stats-section .stat-item .stat-bars{display:flex;gap:4px;height:20px}.overlay-full .stats-section .stat-item .stat-bars .bar{display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:11px;font-weight:600;transition:width .5s ease}.overlay-full .stats-section .stat-item .stat-bars .bar.home{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.overlay-full .stats-section .stat-item .stat-bars .bar.away{background:linear-gradient(90deg,#ef4444,#f87171)}.overlay-full .stats-section .stat-item .stat-values{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:600}.overlay-full .stats-section .stat-item .stat-values .separator{opacity:.5}.overlay-full .alerts-section h3{font-size:12px;text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:12px}.overlay-full .alerts-section .alerts-list{display:flex;flex-direction:column;gap:8px}.overlay-full .alerts-section .alerts-list .alert-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:12px}.overlay-full .alerts-section .alerts-list .alert-item.high{background:#ef444433;border:1px solid rgba(239,68,68,.5)}.overlay-full .alerts-section .alerts-list .alert-item.medium{background:#fbbf2433;border:1px solid rgba(251,191,36,.5)}.overlay-full .alerts-section .alerts-list .alert-item .icon{font-size:16px}.overlay-full .alerts-section .alerts-list .alert-item .message{flex:1;font-weight:500}.overlay-full .alerts-section .alerts-list .alert-item .minute{font-weight:700;opacity:.8}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.overlay-error{padding:20px;background:#ef444433;border:1px solid rgba(239,68,68,.5);border-radius:12px;color:#fff;font-size:14px;text-align:center}.streamer-mode-page{min-height:100vh;padding:2rem;max-width:1200px;margin:0 auto}.streamer-mode-page .loading{display:flex;justify-content:center;align-items:center;min-height:400px;color:#b4bcd0;font-size:1.1rem}.streamer-mode-page .config-panel h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#06f,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.streamer-mode-page .config-panel .subtitle{color:#b4bcd0;font-size:1.1rem;margin-bottom:3rem}.streamer-mode-page .config-panel .section{margin-bottom:3rem;padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px}.streamer-mode-page .config-panel .section h2{font-size:1.3rem;margin-bottom:1.5rem;color:#fff}.streamer-mode-page .config-panel .section .no-matches{text-align:center;padding:2rem}.streamer-mode-page .config-panel .section .no-matches p{color:#b4bcd0;margin-bottom:.5rem}.streamer-mode-page .config-panel .section .no-matches .text-muted{font-size:.9rem;color:#7f8ca3}.streamer-mode-page .config-panel .section .position-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.streamer-mode-page .config-panel .section .position-grid .position-btn{padding:1rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#b4bcd0;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.streamer-mode-page .config-panel .section .position-grid .position-btn:hover{background:#ffffff14;border-color:#0066ff4d}.streamer-mode-page .config-panel .section .position-grid .position-btn.active{background:linear-gradient(135deg,#06f3,#00d9ff33);border-color:#06f;color:#06f}.streamer-mode-page .config-panel .section .size-buttons{display:flex;gap:1rem}.streamer-mode-page .config-panel .section .size-buttons .size-btn{flex:1;padding:1rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#b4bcd0;font-weight:600;text-transform:capitalize;cursor:pointer;transition:all .3s ease}.streamer-mode-page .config-panel .section .size-buttons .size-btn:hover{background:#ffffff14;border-color:#0066ff4d}.streamer-mode-page .config-panel .section .size-buttons .size-btn.active{background:linear-gradient(135deg,#06f3,#00d9ff33);border-color:#06f;color:#06f}.streamer-mode-page .config-panel .section .help-text{margin-top:2rem;padding:1.5rem;background:#0066ff1a;border:1px solid rgba(0,102,255,.3);border-radius:12px}.streamer-mode-page .config-panel .section .help-text p{margin-bottom:1rem;color:#fff}.streamer-mode-page .config-panel .section .help-text ol{margin:0;padding-left:1.5rem}.streamer-mode-page .config-panel .section .help-text ol li{color:#b4bcd0;margin-bottom:.5rem;line-height:1.6}.streamer-mode-page .config-panel .section .help-text code{background:#0000004d;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;color:#00d9ff}.streamer-mode-page .exit-overlay-btn{position:fixed;top:20px;right:20px;padding:1rem 2rem;background:#ff4757e6;border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;z-index:9999;transition:all .3s ease}.streamer-mode-page .exit-overlay-btn:hover{background:#ff4757;transform:scale(1.05)}.streamer-overlay{position:fixed;background:transparent;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:1rem;z-index:9999}.streamer-overlay.top-left{top:20px;left:20px}.streamer-overlay.top-right{top:20px;right:20px}.streamer-overlay.bottom-left{bottom:20px;left:20px}.streamer-overlay.bottom-right{bottom:20px;right:20px}.streamer-overlay.small{width:300px;font-size:.8rem}.streamer-overlay.medium{width:400px;font-size:1rem}.streamer-overlay.large{width:500px;font-size:1.1rem}.streamer-overlay .overlay-header{background:linear-gradient(135deg,#0a0e1af2,#121829f2);border:2px solid rgba(0,102,255,.5);border-radius:12px;padding:1rem;margin-bottom:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000080}.streamer-overlay .overlay-header .teams{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.streamer-overlay .overlay-header .teams .team{display:flex;flex-direction:column;gap:.25rem}.streamer-overlay .overlay-header .teams .team.home{align-items:flex-start}.streamer-overlay .overlay-header .teams .team.away{align-items:flex-end}.streamer-overlay .overlay-header .teams .team .team-name{font-weight:700;font-size:1em;color:#fff}.streamer-overlay .overlay-header .teams .team .score{font-size:1.8em;font-weight:900;background:linear-gradient(135deg,#06f,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.streamer-overlay .overlay-header .teams .separator{color:#7f8ca3;font-size:1.5em;font-weight:300}.streamer-overlay .overlay-header .match-time{text-align:center;color:#0f8;font-weight:700;font-size:.9em;padding:.25rem .5rem;background:#00ff881a;border-radius:4px;display:inline-block;width:100%}.streamer-overlay .overlay-indices{background:#0a0e1af2;border:1px solid rgba(0,102,255,.3);border-radius:12px;padding:.75rem;margin-bottom:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.streamer-overlay .overlay-indices .index-bar .label{display:block;font-size:.75em;color:#b4bcd0;margin-bottom:.5rem;text-transform:uppercase;font-weight:600}.streamer-overlay .overlay-indices .index-bar .bars{display:flex;gap:.5rem}.streamer-overlay .overlay-indices .index-bar .bars .bar{height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-weight:700;font-size:.9em;transition:width .5s ease}.streamer-overlay .overlay-indices .index-bar .bars .bar.home{background:linear-gradient(90deg,#06f,#0066ff80)}.streamer-overlay .overlay-indices .index-bar .bars .bar.away{background:linear-gradient(90deg,#00d9ff80,#00d9ff)}.streamer-overlay .overlay-alerts{display:flex;flex-direction:column;gap:.5rem}.streamer-overlay .overlay-alerts .alert-item{background:#0a0e1af2;border-left:4px solid;border-radius:4px;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideIn .3s ease}.streamer-overlay .overlay-alerts .alert-item.high{border-color:#ff4757;background:#ff475733}.streamer-overlay .overlay-alerts .alert-item.medium{border-color:#ffa800;background:#ffa80033}.streamer-overlay .overlay-alerts .alert-item.low{border-color:#06f;background:#06f3}.streamer-overlay .overlay-alerts .alert-item .alert-icon{font-size:1.2em}.streamer-overlay .overlay-alerts .alert-item .alert-text{flex:1;font-size:.85em;color:#fff}.streamer-overlay .overlay-alerts .alert-item .alert-minute{font-size:.75em;color:#7f8ca3;font-weight:600}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.streamer-mode-page{padding:1rem}.streamer-mode-page .config-panel h1{font-size:2rem}.streamer-mode-page .config-panel .section{padding:1.5rem}.streamer-mode-page .config-panel .section .position-grid{grid-template-columns:1fr}}.pricing-page{width:100%;max-width:1400px;margin:0 auto;padding:48px 24px}@media(max-width:768px){.pricing-page{padding:32px 16px}}.pricing-page .pricing-header{text-align:center;margin-bottom:48px}.pricing-page .pricing-header .badge{display:inline-block;padding:4px 16px;background:#0066ff1a;color:#06f;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:24px}.pricing-page .pricing-header h1{font-size:2.5rem;margin-bottom:16px}@media(max-width:768px){.pricing-page .pricing-header h1{font-size:1.75rem}}.pricing-page .pricing-header h1 .highlight{background:linear-gradient(135deg,#06f,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-page .pricing-header .pricing-subtitle{font-size:18px;color:#b4bcd0;line-height:1.6}@media(max-width:768px){.pricing-page .pricing-header .pricing-subtitle{font-size:16px}}.pricing-page .pricing-toggle{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px}.pricing-page .pricing-toggle .toggle-label{font-size:16px;color:#b4bcd0}.pricing-page .pricing-toggle .toggle-label .save-badge{display:inline-block;padding:2px 8px;background:#22c55e33;color:#22c55e;border-radius:12px;font-size:12px;font-weight:700;margin-left:4px}.pricing-page .pricing-toggle .toggle-switch{position:relative;width:48px;height:26px}.pricing-page .pricing-toggle .toggle-switch input{opacity:0;width:0;height:0}.pricing-page .pricing-toggle .toggle-switch input:checked+label{background:#06f}.pricing-page .pricing-toggle .toggle-switch input:checked+label:after{transform:translate(22px)}.pricing-page .pricing-toggle .toggle-switch label{position:absolute;cursor:pointer;inset:0;background:#121829;border-radius:13px;transition:.3s}.pricing-page .pricing-toggle .toggle-switch label:after{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.3s}.pricing-page .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:96px}@media(max-width:1024px){.pricing-page .pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pricing-page .pricing-grid{grid-template-columns:1fr;max-width:450px;margin-left:auto;margin-right:auto}}.pricing-page .pricing-card{position:relative;background:#1e2337;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;transition:all .3s ease}.pricing-page .pricing-card:hover{transform:translateY(-4px);border-color:var(--plan-color, #0066ff);box-shadow:0 12px 40px #0000004d}.pricing-page .pricing-card.featured{border-color:#8b5cf6;background:linear-gradient(180deg,rgba(139,92,246,.1) 0%,transparent 50%);transform:scale(1.02)}.pricing-page .pricing-card.featured:hover{transform:scale(1.02) translateY(-4px)}.pricing-page .pricing-card .featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;padding:4px 24px;border-radius:20px;font-size:14px;font-weight:700;white-space:nowrap}.pricing-page .pricing-card .plan-header{text-align:center;margin-bottom:24px}.pricing-page .pricing-card .plan-header .plan-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;margin-bottom:16px}.pricing-page .pricing-card .plan-header h3{font-size:20px;margin-bottom:8px}.pricing-page .pricing-card .plan-header .plan-description{font-size:14px;color:#b4bcd0;line-height:1.5}.pricing-page .pricing-card .price{text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.pricing-page .pricing-card .price .amount{font-size:3rem;font-weight:700;color:#fff}.pricing-page .pricing-card .price .period{font-size:16px;color:#b4bcd0}.pricing-page .pricing-card .price .yearly-price{font-size:14px;color:#7f8ca3;margin-top:4px}.pricing-page .pricing-card .features-list{margin-bottom:32px}.pricing-page .pricing-card .features-list li{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px}.pricing-page .pricing-card .features-list li.included{color:#fff}.pricing-page .pricing-card .features-list li.included .check-icon{color:#22c55e}.pricing-page .pricing-card .features-list li.excluded{color:#7f8ca3}.pricing-page .pricing-card .features-list li.excluded .x-icon{color:#7f8ca3;font-size:14px}.pricing-page .pricing-card .btn{width:100%;padding:16px;font-weight:600}.pricing-page .features-section{margin-bottom:96px}.pricing-page .features-section h2{text-align:center;font-size:24px;margin-bottom:32px}.pricing-page .features-section .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.pricing-page .features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pricing-page .features-section .features-grid{grid-template-columns:1fr}}.pricing-page .features-section .feature-card{text-align:center;padding:32px;background:#1e2337;border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .3s ease}.pricing-page .features-section .feature-card:hover{border-color:#06f;transform:translateY(-2px)}.pricing-page .features-section .feature-card .feature-icon{color:#06f;margin-bottom:16px}.pricing-page .features-section .feature-card h4{font-size:16px;margin-bottom:8px}.pricing-page .features-section .feature-card p{font-size:14px;color:#b4bcd0;line-height:1.5}.pricing-page .trust-section{display:flex;justify-content:center;gap:48px;margin-bottom:96px;flex-wrap:wrap}.pricing-page .trust-section .trust-item{display:flex;align-items:center;gap:8px;color:#b4bcd0;font-size:14px}.pricing-page .trust-section .trust-item svg{color:#22c55e}.pricing-page .faq-section{margin-bottom:96px}.pricing-page .faq-section h2{text-align:center;font-size:24px;margin-bottom:32px}.pricing-page .faq-section .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:768px){.pricing-page .faq-section .faq-grid{grid-template-columns:1fr}}.pricing-page .faq-section .faq-item{padding:24px;background:#1e2337;border:1px solid rgba(255,255,255,.1);border-radius:16px}.pricing-page .faq-section .faq-item h4{font-size:16px;margin-bottom:8px;color:#fff}.pricing-page .faq-section .faq-item p{font-size:14px;color:#b4bcd0;line-height:1.6}.pricing-page .enterprise-section .enterprise-content{text-align:center;padding:48px;background:linear-gradient(135deg,#0066ff1a,#8b5cf61a);border:1px solid rgba(0,102,255,.3);border-radius:16px}.pricing-page .enterprise-section .enterprise-content h3{font-size:20px;margin-bottom:16px}.pricing-page .enterprise-section .enterprise-content p{color:#b4bcd0;margin-bottom:24px;line-height:1.6}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#fff;background-color:#0a0e1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2;color:#fff}h1{font-size:40px;margin-bottom:24px}h2{font-size:32px;margin-bottom:16px}h3{font-size:24px;margin-bottom:16px}h4{font-size:20px;margin-bottom:8px}p{margin:0 0 16px;color:#b4bcd0}a{color:#06f;text-decoration:none;transition:color .15s ease}a:hover{color:#00d9ff}button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;outline:none}ul,ol{list-style:none;padding:0;margin:0}img{max-width:100%;height:auto;display:block}::selection{background-color:#06f;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#121829}::-webkit-scrollbar-thumb{background:#2a3348;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7f8ca3}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}@media(max-width:1280px){.container{max-width:1200px}}@media(max-width:1024px){.container{max-width:960px;padding:0 16px}}@media(max-width:768px){.container{padding:0 16px}}@media(max-width:640px){.container{padding:0 8px}}.container.container-sm{max-width:900px}.container.container-xs{max-width:600px}.grid{display:grid;gap:24px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.grid.cols-2{grid-template-columns:1fr}}.grid.cols-3{grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.grid.cols-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid.cols-3{grid-template-columns:1fr}}.grid.cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1280px){.grid.cols-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid.cols-4{grid-template-columns:1fr}}.flex{display:flex}.flex.flex-col{flex-direction:column}.flex.items-center{align-items:center}.flex.justify-center{justify-content:center}.flex.justify-between{justify-content:space-between}.flex.gap-sm{gap:8px}.flex.gap-md{gap:16px}.flex.gap-lg{gap:24px}.section{padding:48px 0}@media(max-width:768px){.section{padding:32px 0}}.card{background:#1e2337;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000004d;border:1px solid #2a3348;transition:all .3s ease}.card:hover{box-shadow:0 4px 16px #0006;transform:translateY(-2px)}.card.card-glow{box-shadow:0 0 20px #0066ff4d}.btn{padding:8px 24px;border-radius:8px;font-size:16px;font-weight:600;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:none}.btn.btn-primary{background:#06f;color:#fff}.btn.btn-primary:hover{background:color-mix(in srgb,#0066ff 80%,black 20%);box-shadow:0 0 15px #0066ff80}.btn.btn-secondary{background:#1a1f35;color:#fff;border:1px solid #2a3348}.btn.btn-secondary:hover{background:#121829}.btn.btn-success{background:#0f8;color:#0a0e1a}.btn.btn-success:hover{background:color-mix(in srgb,#00ff88 80%,black 20%)}.btn.btn-danger{background:#ff3838;color:#fff}.btn.btn-danger:hover{background:color-mix(in srgb,#ff3838 80%,black 20%)}.btn.btn-lg{padding:16px 32px;font-size:18px}.btn.btn-sm{padding:4px 16px;font-size:14px}.btn:disabled{opacity:.5;cursor:not-allowed}.input{width:100%;padding:8px 16px;background:#121829;border:1px solid #2a3348;border-radius:8px;color:#fff;font-size:16px;transition:all .15s ease}.input:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}.input::placeholder{color:#7f8ca3}.badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:600;text-transform:uppercase}.badge.badge-success{background:#0f83;color:#0f8}.badge.badge-warning{background:#ffa50033;color:orange}.badge.badge-danger{background:#ff383833;color:#ff3838}.badge.badge-info{background:#3498db33;color:#3498db}.alert{padding:16px;border-radius:12px;border-left:4px solid;margin-bottom:16px}.alert.alert-success{background:#00ff881a;border-color:#0f8;color:#0f8}.alert.alert-warning{background:#ffa5001a;border-color:orange;color:orange}.alert.alert-danger{background:#ff38381a;border-color:#ff3838;color:#ff3838}.alert.alert-info{background:#3498db1a;border-color:#3498db;color:#3498db}.spinner{width:40px;height:40px;border:4px solid #2a3348;border-top-color:#06f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.home-page{min-height:100vh}.home-page .hero{padding:48px 0;text-align:center}.home-page .hero h1{font-size:40px;margin-bottom:16px;background:linear-gradient(135deg,#06f,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-page .hero .hero-subtitle{font-size:20px;color:#b4bcd0;margin-bottom:32px}.dashboard-page{padding:24px 0}.dashboard-page .dashboard-header{margin-bottom:32px}.dashboard-page .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.match-detail-page{padding:24px 0}.match-detail-page .match-header{background:#1e2337;padding:32px;border-radius:12px;margin-bottom:32px}.match-detail-page .match-content{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:1024px){.match-detail-page .match-content{grid-template-columns:1fr}}.pricing-page{padding:48px 0}.pricing-page .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:32px}.pricing-page .pricing-card{background:#1e2337;padding:32px;border-radius:12px;border:2px solid #2a3348;transition:all .3s ease}.pricing-page .pricing-card.featured{border-color:#06f;box-shadow:0 0 20px #0066ff4d;transform:scale(1.05)}.pricing-page .pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 32px #00000080}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-page .auth-card{max-width:450px;width:100%;background:#1e2337;padding:48px;border-radius:16px;box-shadow:0 8px 32px #00000080}.auth-page .auth-form .form-group{margin-bottom:24px}.auth-page .auth-form .form-group label{display:block;margin-bottom:8px;color:#b4bcd0;font-weight:500}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#06f!important}.text-secondary{color:#b4bcd0!important}.text-muted{color:#7f8ca3!important}.text-success{color:#0f8!important}.text-danger{color:#ff3838!important}.text-warning{color:orange!important}.mt-0{margin-top:0!important}.mt-sm{margin-top:8px!important}.mt-md{margin-top:16px!important}.mt-lg{margin-top:24px!important}.mt-xl{margin-top:32px!important}.mb-0{margin-bottom:0!important}.mb-sm{margin-bottom:8px!important}.mb-md{margin-bottom:16px!important}.mb-lg{margin-bottom:24px!important}.mb-xl{margin-bottom:32px!important}.p-0{padding:0!important}.p-sm{padding:8px!important}.p-md{padding:16px!important}.p-lg{padding:24px!important}.p-xl{padding:32px!important}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.w-full{width:100%!important}.w-auto{width:auto!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.opacity-0{opacity:0!important}.opacity-50{opacity:.5!important}.opacity-100{opacity:1!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-in{animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}
