:root{--prediction-bg-primary:rgba(15,23,42,.85);--prediction-bg-secondary:rgba(30,41,59,.75);--prediction-bg-card:rgba(51,65,85,.6);--prediction-blue-primary:#3b82f6;--prediction-blue-glow:rgba(59,130,246,.5);--prediction-blue-gradient:linear-gradient(135deg,#3b82f6,#2563eb);--prediction-purple-primary:#8b5cf6;--prediction-purple-glow:rgba(139,92,246,.5);--prediction-purple-gradient:linear-gradient(135deg,#8b5cf6,#7c3aed);--prediction-cyan-primary:#06b6d4;--prediction-cyan-glow:rgba(6,182,212,.5);--prediction-win-color:#10b981;--prediction-draw-color:#f59e0b;--prediction-lose-color:#ef4444;--prediction-border:rgba(148,163,184,.2);--prediction-border-glow:rgba(59,130,246,.3);--prediction-text-primary:#f1f5f9;--prediction-text-secondary:#e2e8f0;--prediction-text-muted:#cbd5e1;--prediction-glass-bg:hsla(0,0%,100%,.05);--prediction-glass-border:hsla(0,0%,100%,.1);--prediction-glass-blur:blur(10px);--prediction-title-size:1.5rem;--prediction-title-weight:700;--prediction-subtitle-size:1.125rem;--prediction-subtitle-weight:600;--prediction-body-size:0.875rem;--prediction-body-weight:400;--prediction-data-size:1.25rem;--prediction-data-weight:700;--prediction-small-size:0.75rem;--prediction-small-weight:400;--prediction-space-xs:0.25rem;--prediction-space-sm:0.5rem;--prediction-space-md:1rem;--prediction-space-lg:1.5rem;--prediction-space-xl:2rem;--prediction-space-2xl:3rem;--prediction-radius-sm:0.375rem;--prediction-radius-md:0.5rem;--prediction-radius-lg:0.75rem;--prediction-radius-xl:1rem;--prediction-shadow-card:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--prediction-glow-blue:0 0 20px rgba(59,130,246,.4),0 0 40px rgba(59,130,246,.2);--prediction-glow-purple:0 0 20px rgba(139,92,246,.4),0 0 40px rgba(139,92,246,.2);--prediction-shadow-inset:inset 0 2px 4px 0 rgba(0,0,0,.06);--prediction-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;--prediction-font-mono:"SF Mono","Monaco","Consolas",monospace}.prediction-container{margin-bottom:var(--prediction-space-lg);position:relative}.prediction-glass-card{backdrop-filter:var(--prediction-glass-blur);-webkit-backdrop-filter:var(--prediction-glass-blur);background:var(--prediction-glass-bg);border:1px solid var(--prediction-glass-border);border-radius:var(--prediction-radius-xl);box-shadow:var(--prediction-shadow-card);overflow:hidden;padding:var(--prediction-space-xl);position:relative}.prediction-glass-card:before{background:var(--prediction-blue-gradient);box-shadow:var(--prediction-glow-blue);content:"";height:2px;left:0;position:absolute;right:0;top:0}.prediction-header{align-items:center;border-bottom:1px solid var(--prediction-border);display:flex;justify-content:space-between;margin-bottom:var(--prediction-space-xl);padding-bottom:var(--prediction-space-lg)}.prediction-title-group{align-items:center;display:flex;gap:var(--prediction-space-md)}.prediction-icon{align-items:center;animation:pulse-glow 2s ease-in-out infinite;background:var(--prediction-blue-gradient);border-radius:var(--prediction-radius-md);box-shadow:var(--prediction-glow-blue);display:flex;height:40px;justify-content:center;width:40px}@keyframes pulse-glow{0%,to{box-shadow:var(--prediction-glow-blue)}50%{box-shadow:0 0 30px rgba(59,130,246,.6),0 0 60px rgba(59,130,246,.3)}}.prediction-icon svg{fill:#fff;height:24px;width:24px}.prediction-title{color:var(--prediction-text-primary);font-family:var(--prediction-font-family);font-size:var(--prediction-title-size);font-weight:var(--prediction-title-weight);margin:0}.prediction-confidence{align-items:center;display:flex;gap:var(--prediction-space-sm)}.confidence-stars{color:#fbbf24;display:flex;font-size:1rem;gap:2px}.confidence-score{color:var(--prediction-blue-primary);font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight)}.prediction-header-left{gap:var(--prediction-space-md)}.prediction-ai-icon,.prediction-header-left,.prediction-header-right{align-items:center;display:flex}.prediction-ai-icon{animation:pulse-glow 2s ease-in-out infinite;background:var(--prediction-blue-gradient);border-radius:var(--prediction-radius-md);box-shadow:var(--prediction-glow-blue);height:48px;justify-content:center;width:48px}.prediction-ai-icon svg{height:28px;stroke:#fff;width:28px}.prediction-header-text{display:flex;flex-direction:column;gap:var(--prediction-space-xs)}.prediction-subtitle{color:var(--prediction-text-muted);font-size:var(--prediction-body-size);margin:0}.confidence-label{color:var(--prediction-text-muted);font-size:var(--prediction-small-size);margin-right:var(--prediction-space-xs)}.confidence-stars .fa-star{color:#cbd5e1;font-size:.875rem}.confidence-stars .fa-star.active{color:#fbbf24}.ai-advice-section,.comparison-section,.goals-prediction-section,.h2h-section,.prediction-section,.win-prediction-section{margin-bottom:var(--prediction-space-xl)}.prediction-container .section-title{align-items:center;color:var(--prediction-text-primary);display:flex;font-family:var(--prediction-font-family);font-size:var(--prediction-subtitle-size);font-weight:var(--prediction-subtitle-weight);gap:var(--prediction-space-sm);margin-bottom:var(--prediction-space-lg)}.prediction-container .section-title:before{background:var(--prediction-blue-gradient);border-radius:2px;content:"";height:20px;width:4px}.prediction-container .section-title i{color:var(--prediction-blue-primary)}.win-prediction-grid{display:grid;gap:var(--prediction-space-lg);grid-template-columns:repeat(3,1fr)}.win-prediction-card{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-lg);display:flex;flex-direction:column;gap:var(--prediction-space-md);padding:var(--prediction-space-lg);position:relative;text-align:center;transition:all .3s ease}.win-prediction-card:hover{border-color:var(--prediction-border-glow);box-shadow:var(--prediction-glow-blue);transform:translateY(-4px)}.win-prediction-card.winner{border-color:var(--prediction-win-color);box-shadow:0 0 20px rgba(16,185,129,.3)}.prediction-card-header{align-items:center;display:flex;flex-direction:column;gap:var(--prediction-space-xs)}.team-label{color:var(--prediction-text-muted);font-size:var(--prediction-small-size);letter-spacing:.05em;text-transform:uppercase}.prediction-card-header .team-name{color:var(--prediction-text-secondary);font-size:var(--prediction-body-size);font-weight:600}.prediction-chart-wrapper{height:120px;position:relative;width:100%}.prediction-card-footer,.prediction-chart-wrapper{align-items:center;display:flex;justify-content:center}.percentage-value{color:var(--prediction-text-primary);font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight)}.team-prediction{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-lg);padding:var(--prediction-space-lg);position:relative;text-align:center;transition:all .3s ease}.team-prediction:hover{border-color:var(--prediction-border-glow);box-shadow:var(--prediction-glow-blue);transform:translateY(-4px)}.team-prediction.winner{border-color:var(--prediction-win-color);box-shadow:0 0 20px rgba(16,185,129,.3)}.team-info{align-items:center;display:flex;flex-direction:column;gap:var(--prediction-space-sm);margin-bottom:var(--prediction-space-md)}.team-logo{height:48px;-o-object-fit:contain;object-fit:contain;width:48px}.prediction-container .team-name{font-weight:600}.prediction-chart{height:120px;margin:0 auto;position:relative;width:120px}.chart-center-text{left:50%;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.percentage{color:var(--prediction-text-primary);font-family:var(--prediction-font-mono);font-size:1.5rem;font-weight:700}.draw-icon{align-items:center;background:var(--prediction-draw-color);border-radius:50%;display:flex;height:48px;justify-content:center;margin:0 auto var(--prediction-space-sm);width:48px}.draw-icon svg{fill:#fff;height:24px;width:24px}.draw-label{color:var(--prediction-text-secondary);display:block;font-size:var(--prediction-body-size);font-weight:600;margin-top:var(--prediction-space-sm)}.goals-prediction-grid{display:grid;gap:var(--prediction-space-lg);grid-template-columns:1fr}.goals-prediction-card{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-lg);padding:var(--prediction-space-lg)}.goals-card-header{margin-bottom:var(--prediction-space-lg);text-align:center}.goals-label{color:var(--prediction-text-primary);font-size:var(--prediction-subtitle-size);font-weight:var(--prediction-subtitle-weight)}.goals-comparison{gap:var(--prediction-space-lg)}.goals-comparison,.goals-option{display:flex;flex-direction:column}.goals-option{gap:var(--prediction-space-sm)}.goals-option-label{color:var(--prediction-text-secondary);font-size:var(--prediction-body-size);font-weight:600}.probability-value{color:var(--prediction-text-primary);font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight);text-align:center}.team-goals-indicators{display:grid;gap:var(--prediction-space-md);grid-template-columns:repeat(2,1fr)}.team-goals-logo{height:32px;-o-object-fit:contain;object-fit:contain;width:32px}.team-goals-name{color:var(--prediction-text-secondary);font-size:var(--prediction-body-size);font-weight:600}.team-goals-indicator{align-items:center;border-radius:var(--prediction-radius-sm);display:flex;font-size:var(--prediction-small-size);gap:var(--prediction-space-sm);padding:var(--prediction-space-sm);transition:all .3s ease}.team-goals-indicator.no-prediction{background:rgba(148,163,184,.1);border:1px solid rgba(148,163,184,.2);color:var(--prediction-text-muted)}.team-goals-indicator.no-prediction i{color:var(--prediction-text-muted)}.team-goals-indicator.predicted-over{background:transparent;border:none;color:var(--prediction-win-color)}.team-goals-indicator.predicted-over i{color:var(--prediction-win-color);font-size:1.1rem}.team-goals-indicator.predicted-under{background:transparent;border:none;color:var(--prediction-lose-color)}.team-goals-indicator.predicted-under i{color:var(--prediction-lose-color);font-size:1.1rem}.team-goals-indicator.active{background:linear-gradient(135deg,rgba(16,185,129,.2),rgba(16,185,129,.1));border:1px solid var(--prediction-win-color);color:var(--prediction-win-color)}.team-goals-indicator i{font-size:1rem}.goals-prediction-container{align-items:center;display:flex;gap:var(--prediction-space-lg);margin-bottom:var(--prediction-space-lg)}.goals-card{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-lg);flex:1;padding:var(--prediction-space-lg);transition:all .3s ease}.goals-card:hover{border-color:var(--prediction-border-glow);transform:scale(1.02)}.goals-card.predicted{background:linear-gradient(135deg,rgba(16,185,129,.1) 0,var(--prediction-bg-card) 100%);border-color:var(--prediction-win-color)}.goals-icon{align-items:center;background:var(--prediction-purple-gradient);border-radius:50%;box-shadow:var(--prediction-glow-purple);display:flex;height:48px;justify-content:center;margin:0 auto var(--prediction-space-md);width:48px}.goals-icon svg{fill:#fff;height:24px;width:24px}.goals-probability{display:flex;flex-direction:column;gap:var(--prediction-space-sm)}.probability-bar{background:hsla(0,0%,100%,.1);border-radius:4px;height:8px;overflow:hidden;position:relative}.probability-fill{background:var(--prediction-purple-gradient);border-radius:4px;box-shadow:0 0 10px rgba(139,92,246,.5);height:100%;transition:width 1s ease}.probability-fill.over{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 10px rgba(16,185,129,.5)}.probability-fill.under{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 0 10px rgba(239,68,68,.5)}.probability-text{color:var(--prediction-text-primary);font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight);text-align:center}.goals-divider{align-items:center;display:flex;justify-content:center}.prediction-container .vs-text{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-md);color:var(--prediction-text-muted);font-size:1rem;font-weight:700;padding:var(--prediction-space-sm) var(--prediction-space-md)}.team-goals-grid{display:grid;gap:var(--prediction-space-md);grid-template-columns:repeat(2,1fr)}.team-goals-card{align-items:center;background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-md);display:flex;justify-content:space-between;padding:var(--prediction-space-md)}.team-goals-header{align-items:center;display:flex;gap:var(--prediction-space-sm)}.mini-logo{height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.goals-indicator{align-items:center;display:flex;gap:var(--prediction-space-sm)}.indicator-label{color:var(--prediction-text-muted);font-size:var(--prediction-small-size)}.indicator-status{align-items:center;border-radius:50%;display:flex;font-size:.75rem;height:24px;justify-content:center;width:24px}.indicator-status.active{background:var(--prediction-win-color);box-shadow:0 0 10px rgba(16,185,129,.5);color:#fff}.indicator-status.inactive{background:var(--prediction-lose-color);box-shadow:0 0 10px rgba(239,68,68,.5);color:#fff}.ai-advice-header{align-items:center;color:var(--prediction-text-primary);display:flex;font-size:var(--prediction-subtitle-size);font-weight:var(--prediction-subtitle-weight);gap:var(--prediction-space-sm);margin-bottom:var(--prediction-space-md)}.ai-advice-header i{color:var(--prediction-blue-primary);font-size:1.25rem}.ai-advice-content p{line-height:1.6;margin:0}.ai-advice-card{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));border:1px solid var(--prediction-border-glow);border-radius:var(--prediction-radius-lg);display:flex;flex-direction:column;gap:var(--prediction-space-md);overflow:hidden;padding:var(--prediction-space-lg);position:relative}.ai-advice-card:before{animation:rotate-gradient 10s linear infinite;background:radial-gradient(circle,rgba(59,130,246,.1) 0,transparent 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes rotate-gradient{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.advice-icon{align-items:center;background:var(--prediction-blue-gradient);border-radius:var(--prediction-radius-md);box-shadow:var(--prediction-glow-blue);display:flex;flex-shrink:0;height:56px;justify-content:center;position:relative;width:56px;z-index:1}.advice-icon svg{fill:#fff;height:28px;width:28px}.advice-content{flex:1;position:relative;z-index:1}.advice-title{color:var(--prediction-text-primary);font-family:var(--prediction-font-family);font-size:var(--prediction-subtitle-size);font-weight:var(--prediction-subtitle-weight);margin-bottom:var(--prediction-space-sm)}.advice-text{color:var(--prediction-text-secondary);font-size:var(--prediction-body-size);line-height:1.6;margin:0}.comparison-container{align-items:center;display:flex;flex-direction:column;gap:var(--prediction-space-lg)}.radar-chart-wrapper{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-lg);height:400px;max-width:400px;padding:var(--prediction-space-lg);position:relative;width:100%}.radar-chart-wrapper:before{background:linear-gradient(135deg,var(--prediction-blue-primary),var(--prediction-purple-primary));border-radius:var(--prediction-radius-lg);content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5;padding:2px;position:absolute}.comparison-legend{display:flex;gap:var(--prediction-space-xl)}.legend-item{align-items:center;display:flex;gap:var(--prediction-space-sm)}.legend-color{border-radius:4px;height:16px;width:16px}.legend-color.home{background:var(--prediction-blue-primary);box-shadow:0 0 8px var(--prediction-blue-glow)}.legend-color.away{background:var(--prediction-purple-primary);box-shadow:0 0 8px var(--prediction-purple-glow)}.legend-dot{border-radius:50%;height:12px;width:12px}.legend-item.home .legend-dot{background:var(--prediction-blue-primary);box-shadow:0 0 8px var(--prediction-blue-glow)}.legend-item.away .legend-dot{background:var(--prediction-purple-primary);box-shadow:0 0 8px var(--prediction-purple-glow)}.legend-label{color:var(--prediction-text-secondary);font-size:var(--prediction-body-size)}.h2h-timeline{display:flex;flex-direction:column;gap:var(--prediction-space-md);margin-bottom:var(--prediction-space-lg)}.h2h-match-item{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-md);padding:var(--prediction-space-md);transition:all .3s ease}.h2h-match-item:hover{border-color:var(--prediction-border-glow);transform:translateX(4px)}.h2h-match-date{color:var(--prediction-text-muted);font-size:var(--prediction-small-size);margin-bottom:var(--prediction-space-sm)}.h2h-match-content{display:flex;flex-direction:column;gap:var(--prediction-space-xs)}.h2h-match-teams{align-items:center;display:flex;gap:var(--prediction-space-md);justify-content:space-between}.h2h-team-name{color:var(--prediction-text-secondary);flex:1;font-size:var(--prediction-body-size)}.h2h-team-name:first-child{text-align:left}.h2h-team-name:last-child{text-align:right}.h2h-team-name.winner{color:var(--prediction-win-color);font-weight:600}.h2h-match-score{color:var(--prediction-text-primary);font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight);min-width:60px;text-align:center}.h2h-match-league{color:var(--prediction-text-muted);font-size:var(--prediction-small-size);text-align:center}.h2h-stat-item{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-md);padding:var(--prediction-space-md);text-align:center}.h2h-stat-label{color:var(--prediction-text-muted);display:block;font-size:var(--prediction-small-size);margin-bottom:var(--prediction-space-xs)}.h2h-stat-value{color:var(--prediction-text-primary);display:block;font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight)}.h2h-match{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-md);padding:var(--prediction-space-md);transition:all .3s ease}.h2h-match:hover{border-color:var(--prediction-border-glow);transform:translateX(4px)}.match-date{color:var(--prediction-text-muted);font-size:var(--prediction-small-size);margin-bottom:var(--prediction-space-sm)}.match-result{justify-content:space-between;margin-bottom:var(--prediction-space-sm)}.match-result,.team{align-items:center;display:flex}.team{flex:1;gap:var(--prediction-space-sm)}.team.home{justify-content:flex-start}.team.away{flex-direction:row-reverse;justify-content:flex-end}.team img{height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.prediction-container .team-name{color:var(--prediction-text-secondary);font-size:var(--prediction-body-size)}.prediction-container .score{color:var(--prediction-text-primary);font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight);min-width:32px;text-align:center}.prediction-container .score.winner{color:var(--prediction-win-color)}.prediction-container .result-divider{color:var(--prediction-text-muted);font-weight:700}.prediction-container .match-league{color:var(--prediction-text-muted);font-size:var(--prediction-small-size);text-align:center}.h2h-stats{display:grid;gap:var(--prediction-space-md);grid-template-columns:repeat(3,1fr)}.stat-item{background:var(--prediction-bg-card);border:1px solid var(--prediction-border);border-radius:var(--prediction-radius-md);padding:var(--prediction-space-md);text-align:center}.stat-label{color:var(--prediction-text-muted);display:block;font-size:var(--prediction-small-size);margin-bottom:var(--prediction-space-xs)}.stat-value{color:var(--prediction-text-primary);display:block;font-family:var(--prediction-font-mono);font-size:var(--prediction-data-size);font-weight:var(--prediction-data-weight)}.prediction-footer{align-items:center;border-top:1px solid var(--prediction-border);display:flex;justify-content:center;margin-top:var(--prediction-space-xl);padding-top:var(--prediction-space-lg)}.prediction-update-time{align-items:center;color:var(--prediction-text-muted);display:flex;font-size:var(--prediction-small-size);gap:var(--prediction-space-xs)}.prediction-update-time i{color:var(--prediction-blue-primary)}@media (max-width:768px){.prediction-glass-card{padding:var(--prediction-space-lg)}.prediction-header{align-items:flex-start;flex-direction:column;gap:var(--prediction-space-md)}.prediction-header-left,.prediction-header-right{width:100%}.prediction-title{font-size:1.25rem}.win-prediction-grid{gap:var(--prediction-space-md);grid-template-columns:1fr}.goals-prediction-container{flex-direction:column}.goals-prediction-grid{grid-template-columns:1fr}.goals-divider{transform:rotate(90deg)}.team-goals-grid,.team-goals-indicators{grid-template-columns:1fr}.ai-advice-card{flex-direction:column}.radar-chart-wrapper{height:300px;max-width:100%}.h2h-stats{grid-template-columns:1fr}.comparison-legend{flex-direction:column;gap:var(--prediction-space-sm)}}@media (max-width:480px){.prediction-glass-card{padding:var(--prediction-space-md)}.prediction-title{font-size:1.125rem}.prediction-container .section-title{font-size:1rem}.team-logo{height:40px;width:40px}.prediction-chart{height:100px;width:100px}.prediction-chart-wrapper{height:100px}.percentage{font-size:1.25rem}.percentage-value{font-size:1rem}.prediction-ai-icon{height:40px;width:40px}.prediction-ai-icon svg{height:24px;width:24px}.h2h-match-teams{flex-direction:column;gap:var(--prediction-space-xs)}.h2h-team-name:first-child,.h2h-team-name:last-child{text-align:center}}.goals-card,.goals-prediction-card,.h2h-match,.h2h-match-item,.prediction-glass-card,.team-prediction,.win-prediction-card{backface-visibility:hidden;transform:translateZ(0);will-change:transform}@media print{.prediction-glass-card{background:#fff;border:1px solid #ccc}.ai-advice-card:before,.prediction-glass-card:before{display:none}.goals-card:hover,.goals-prediction-card:hover,.h2h-match-item:hover,.h2h-match:hover,.team-prediction:hover,.win-prediction-card:hover{box-shadow:none;transform:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.prediction-glass-card{border:2px solid var(--prediction-text-primary)}.goals-card,.h2h-match,.team-prediction{border:2px solid var(--prediction-border)}}