.site-header{background:var(--charcoal);padding:1.5rem 0;border-bottom:4px solid var(--stadium-red);position:sticky;top:0;z-index:100;box-shadow:0 4px 12px #00000026}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Anton,sans-serif;font-size:2rem;color:var(--white);letter-spacing:1px;display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:40px;height:40px;background:var(--stadium-red);position:relative;display:flex;align-items:center;justify-content:center}.logo-icon:before{content:"";position:absolute;width:16px;height:16px;background:var(--white);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.logo-icon:after{content:"";position:absolute;width:10px;height:10px;background:var(--charcoal);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.logo-ie{font-size:.6em;color:var(--stadium-red);font-weight:900}.main-nav{display:flex;gap:2.5rem}.main-nav a{color:var(--light-grey);font-weight:500;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;transition:color .3s;position:relative;padding:.5rem 0}.main-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--stadium-red);transition:width .3s}.main-nav a:hover,.main-nav a.active{color:var(--white)}.main-nav a:hover:after,.main-nav a.active:after{width:100%}@media(max-width:768px){.main-nav{display:none}}.site-footer{background:var(--charcoal);padding:3rem 0;border-top:4px solid var(--stadium-red);margin-top:5rem;position:relative}.site-footer:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-image:repeating-linear-gradient(90deg,var(--stadium-red),var(--stadium-red) 20px,transparent 20px,transparent 40px)}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.footer-content p{color:var(--light-grey);font-weight:300}.about-page{min-height:100vh;background:#fff;color:#000}.about-hero{background:linear-gradient(135deg,#f5f5f5,#fff);padding:4rem 0;border-bottom:2px solid #2a5d31;text-align:center}.about-page .page-title{font-size:3rem;font-weight:900;color:#000;margin-bottom:1rem}.about-page .page-subtitle{font-size:1.2rem;color:#222;max-width:600px;margin:0 auto}.how-it-works,.data-sources,.accuracy,.mission{padding:4rem 0}.section-title{font-size:2.5rem;font-weight:700;color:#000;text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;border:2px solid #2a5d31;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2a5d314d}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:1rem}.about-page .feature-description{font-size:1rem;color:#222;line-height:1.6}.data-content,.accuracy-content,.mission-content{max-width:800px;margin:0 auto;background:#fff;border:2px solid #2a5d31;border-radius:12px;padding:2rem}.data-content p,.accuracy-content p,.mission-content p{font-size:1.1rem;color:#333;line-height:1.8;margin-bottom:1.5rem}.data-list{list-style:none;padding:0;margin:1.5rem 0}.data-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:#333;font-size:1rem;line-height:1.6}.data-list li:before{content:"⚽";position:absolute;left:0}.confidence-levels{margin-top:2rem}.confidence-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;background:#2a5d310d;border-radius:8px}.confidence-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;white-space:nowrap;min-width:80px;text-align:center}.confidence-badge.high{background:#2a5d31;color:#fff}.confidence-badge.medium{background:orange;color:#000}.confidence-badge.low{background:#666;color:#fff}.confidence-item p{margin:0;flex:1}@media(max-width:768px){.page-title,.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.confidence-item{flex-direction:column}}.page-header{background:var(--charcoal);padding:3rem 0 2rem;position:relative}.page-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(90deg,transparent,transparent 35px,rgba(255,255,255,.02) 35px,rgba(255,255,255,.02) 70px);pointer-events:none}.page-title{font-family:Archivo Black,sans-serif;font-size:clamp(2rem,5vw,3.5rem);color:var(--white);text-transform:uppercase;margin-bottom:.5rem;margin-left:.25rem}.page-subtitle{font-family:Oswald,sans-serif;font-size:1.2rem;color:var(--light-grey);font-weight:300}.matches-section{padding:3rem 0 5rem}.day-group{margin-bottom:3rem}.day-header{background:var(--charcoal);padding:1rem 1.5rem;margin-bottom:1.5rem;border-left:6px solid var(--stadium-red)}.day-date{font-family:Anton,sans-serif;font-size:1.8rem;color:var(--white);text-transform:uppercase;letter-spacing:1px}.day-count{font-family:Roboto Condensed,sans-serif;font-size:.9rem;color:var(--light-grey);text-transform:uppercase;letter-spacing:1px;margin-top:.3rem}.matches-grid{display:flex;flex-direction:column;gap:1rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.empty-text{font-family:Oswald,sans-serif;font-size:1.2rem;color:#999}.match-detail-page{min-height:100vh;background:#fff;color:#000;padding:1.5rem 0}.match-detail-page .container{max-width:960px;margin:0 auto;padding:0 1.5rem}.loading-state,.error-state{text-align:center;padding:4rem 2rem;background:#f5f5f5;border:2px solid #2a5d31;border-radius:12px;margin:2rem 0}.loading-state h2,.error-state h2{font-size:2rem;color:#000;margin-bottom:1rem}.loading-state p,.error-state p{font-size:1.1rem;color:#333}.match-header{background:linear-gradient(135deg,#f5f5f5,#fff);padding:2.4rem 0;border-bottom:2px solid #2a5d31}.match-header-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.team-header{flex:1;text-align:center}.team-logo-large{width:96px;height:96px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#2a5d310d;border-radius:50%;border:3px solid #2a5d31}.team-logo-large img{width:100%;height:100%;object-fit:contain}.logo-placeholder{font-size:4rem}.team-name-large{font-size:1.3rem;font-weight:700;color:#000;margin:0}.match-center{flex:1;text-align:center}.predicted-score{font-size:3.2rem;font-weight:900;color:#2a5d31;margin-bottom:1rem;text-shadow:0 0 20px rgba(42,93,49,.5)}.match-date-time{margin-bottom:1rem}.match-date{font-size:.9rem;color:#555;margin-bottom:.5rem}.match-time-detail{font-size:1rem;font-weight:600;color:#000;background:transparent;padding:0;border:none}.confidence-badge-large{display:inline-block;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.8rem;margin-top:1rem}.confidence-badge-large.high{background:#2a5d31;color:#fff}.confidence-badge-large.medium{background:orange;color:#000}.confidence-badge-large.low{background:#666;color:#fff}.tournament-badge{text-align:center;padding:.75rem 2rem;background:#2a5d314d;border:1px solid #2a5d31;border-radius:25px;display:inline-block;font-weight:600;color:#2a5d31}.ai-prediction-section,.h2h-section,.predictions-table-section{padding:2.4rem 0}.section-title{font-size:1.6rem;font-weight:700;margin-bottom:2rem;color:#000;text-align:center}.prediction-card{background:#fff;border:2px solid #2a5d31;border-radius:12px;padding:1.6rem;text-align:center}.prediction-main{max-width:500px;margin:0 auto}.prediction-label{font-size:.9rem;color:#555;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.prediction-value-large{font-size:2rem;font-weight:700;color:#2a5d31;margin-bottom:2rem}.confidence-display{margin-top:1.5rem}.confidence-percentage{font-size:2.4rem;font-weight:900;color:#000;margin-bottom:1rem}.confidence-bar-large{width:100%;height:20px;background:#e0e0e0;border-radius:10px;overflow:hidden}.confidence-fill-large{height:100%;background:linear-gradient(90deg,#2a5d31,#4a9d51);transition:width .3s ease}.h2h-card{background:#fff;border:2px solid #2a5d31;border-radius:12px;padding:1.6rem}.h2h-stats{margin-bottom:2rem}.h2h-stat-item{margin-bottom:1.5rem}.h2h-team-name{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#000}.h2h-bar-container{width:100%;height:24px;background:#e0e0e0;border-radius:5px;overflow:hidden;margin-bottom:.5rem}.h2h-bar{height:100%;transition:width .3s ease}.home-bar{background:linear-gradient(90deg,#2a5d31,#4a9d51)}.draw-bar{background:linear-gradient(90deg,orange,#fc0)}.away-bar{background:linear-gradient(90deg,#8b0000,#c00)}.h2h-count{font-size:.9rem;color:#555}.last-meeting{padding-top:1.6rem;border-top:1px solid #e0e0e0;text-align:center}.last-meeting-label{font-size:.9rem;color:#555;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.last-meeting-details{display:flex;justify-content:center;gap:1.6rem;flex-wrap:wrap}.last-meeting-date,.last-meeting-score,.last-meeting-result{font-size:1rem;color:#000}.last-meeting-score{font-weight:700;font-size:1.2rem;color:#2a5d31}.predictions-table{background:#fff;border:2px solid #2a5d31;border-radius:12px;overflow:hidden}.prediction-row{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:2rem}.prediction-row:last-child{border-bottom:none}.prediction-type{font-weight:700;font-size:1.1rem;color:#000;min-width:180px}.prediction-outcomes{flex:1;display:flex;gap:2rem;flex-wrap:wrap}.outcome-item{display:flex;align-items:center;gap:1rem;flex:1;min-width:150px}.outcome-label{font-size:.9rem;color:#555;flex:1}.outcome-odds,.outcome-value{font-weight:600;color:#000;min-width:60px}.confidence-badge-small{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.confidence-badge-small.high{background:#2a5d31;color:#fff}.confidence-badge-small.medium{background:orange;color:#000}.confidence-badge-small.low{background:#666;color:#fff}.h2h-summary{display:flex;gap:1.6rem;justify-content:center;padding:1.2rem 0;border-top:1px solid #e0e0e0;margin-top:1.5rem}.h2h-summary-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.h2h-summary-label{font-size:.85rem;color:#555;text-transform:uppercase;letter-spacing:1px}.h2h-summary-value{font-size:1.5rem;font-weight:700;color:#2a5d31}.team-form-section{padding:1.2rem 0;border-top:1px solid #333333;margin-top:1.5rem}.form-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.form-item:last-child{border-bottom:none}.form-label{font-size:.9rem;color:#555;font-weight:600}.form-string{font-size:.9rem;font-weight:700;color:#000;font-family:Courier New,monospace;letter-spacing:2px}.ai-analysis-section{padding:3rem 0}.analysis-card{background:#fff;border:2px solid #2a5d31;border-radius:12px;padding:1.6rem}.analysis-item{margin-bottom:2rem}.analysis-item:last-child{margin-bottom:0}.analysis-label{font-size:1.1rem;font-weight:700;color:#2a5d31;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.analysis-content{font-size:1rem;color:#333;line-height:1.8}.team-analysis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.6rem;margin-top:1.6rem}.team-analysis-item{background:#2a5d3108;border:1px solid #2a5d31;border-radius:8px;padding:1.2rem}.team-analysis-header{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #2a5d31}.team-analysis-content{font-size:.95rem;color:#333;line-height:1.6}.team-analysis-content p{margin-bottom:.75rem}.team-analysis-content strong{color:#2a5d31}.betting-insights{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.betting-insights-header{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.insight-category{margin-bottom:1.5rem}.insight-label{font-size:1rem;font-weight:600;color:#2a5d31;margin-bottom:.75rem}.insight-category ul{list-style:none;padding:0;margin:0}.insight-category li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#333;line-height:1.6}.insight-category li:before{content:"•";position:absolute;left:0;color:#2a5d31;font-weight:700;font-size:1.2rem}@media(max-width:768px){.match-header-content{flex-direction:column}.predicted-score{font-size:2.5rem}.prediction-row{flex-direction:column;align-items:flex-start}.prediction-outcomes{width:100%}.team-analysis-grid{grid-template-columns:1fr}}
