:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0052cc;--accent-red:#da291c;--accent-gold:#ffb81c;--border:#e2e8f0;--border-light:rgba(255,255,255,0.1);--card-shadow:0 4px 20px rgba(0,0,0,0.05)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:var(--accent);transition:all 0.3s ease}a:hover{color:var(--accent-red)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 15px rgba(0,0,0,0.1);padding:15px 0}.navbar-custom .navbar-brand{display:flex;align-items:center;font-weight:700;color:var(--text-light);font-size:1.25rem}.navbar-custom .navbar-brand img{height:40px;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.8);font-weight:500;margin-left:15px;font-size:0.95rem}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-gold)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#111e47 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:20px;background:linear-gradient(to right,#ffffff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid var(--border-light)}.hero-img-wrap img{width:100%;height:auto;display:block}.section-padding{padding:70px 0}.section-title{font-size:2rem;font-weight:700;margin-bottom:15px;position:relative;display:inline-block;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-red);border-radius:2px}.section-desc{color:var(--text-muted);margin-bottom:40px;max-width:700px}.score-ticker-container{background-color:#0f172a;padding:15px 0;border-bottom:2px solid var(--accent);overflow-x:auto;white-space:nowrap}.score-card{display:inline-flex;align-items:center;background-color:rgba(255,255,255,0.05);border-left:3px solid var(--accent-gold);padding:10px 20px;margin-right:15px;border-radius:6px;color:var(--text-light);min-width:280px}.score-card .team-name{font-weight:600;font-size:0.9rem}.score-card .team-score{font-weight:700;font-size:1.1rem;color:var(--accent-gold);margin:0 10px}.score-card .match-status{font-size:0.75rem;background-color:rgba(255,255,255,0.15);padding:2px 6px;border-radius:4px;margin-left:auto}.schedule-table{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:30px}.schedule-header{background:linear-gradient(to right,var(--accent),#1e40af);color:var(--text-light);padding:15px 20px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.schedule-row{display:grid;grid-template-columns:1.5fr 1fr 2fr 1.5fr;padding:15px 20px;border-bottom:1px solid var(--border);align-items:center}.schedule-row:last-child{border-bottom:none}.schedule-time{font-size:0.85rem;color:var(--text-muted)}.schedule-stage{font-size:0.85rem;font-weight:600;color:var(--accent-red)}.schedule-versus{display:flex;align-items:center;justify-content:center;font-weight:700}.schedule-versus span{margin:0 10px}.schedule-venue{text-align:right;font-size:0.85rem;color:var(--text-muted)}.group-card{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);overflow:hidden;height:100%;transition:transform 0.3s ease}.group-card:hover{transform:translateY(-5px)}.group-header{background-color:#f1f5f9;padding:12px 20px;font-weight:700;border-bottom:1px solid var(--border);color:var(--text-main);display:flex;justify-content:space-between}.group-list{padding:15px 20px;list-style:none;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed var(--border)}.group-item:last-child{border-bottom:none}.team-title{font-weight:600;display:flex;align-items:center}.team-badge{width:24px;height:16px;background-color:#cbd5e1;margin-right:10px;border-radius:2px;display:inline-block}.team-showcase{background-color:var(--surface);border-radius:12px;padding:25px;box-shadow:var(--card-shadow);height:100%}.player-spotlight{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:12px;padding:30px;color:var(--text-light);height:100%}.stadium-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);margin-bottom:30px}.stadium-img{width:100%;height:220px;object-fit:cover}.stadium-info{padding:20px}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:20px;height:100%;transition:all 0.3s ease;box-shadow:var(--card-shadow)}.news-card:hover{border-color:var(--accent);box-shadow:0 10px 25px rgba(2,132,199,0.1)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:10px;display:flex;justify-content:space-between}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:var(--text-main)}.news-excerpt{font-size:0.9rem;color:var(--text-muted);line-height:1.5}.rule-box{background:var(--surface);border-left:4px solid var(--accent);padding:20px;border-radius:0 12px 12px 0;box-shadow:var(--card-shadow);height:100%}.guide-section{background-color:var(--surface-strong);color:var(--text-light)}.guide-section .section-title{color:var(--text-light)}.guide-section .section-title::after{background-color:var(--accent-gold)}.guide-list{list-style:none;padding:0}.guide-list li{padding-left:25px;position:relative;margin-bottom:15px;font-size:0.95rem}.guide-list li::before{content:"\F2E3";font-family:"bootstrap-icons";position:absolute;left:0;top:0;color:var(--accent-gold)}.about-card{background:linear-gradient(to right,#ffffff,#f8fafc);border:1px solid var(--border);border-radius:12px;padding:30px;box-shadow:var(--card-shadow)}.faq-item{background:var(--surface);border-radius:12px;padding:20px;margin-bottom:15px;box-shadow:var(--card-shadow);border:1px solid var(--border)}.faq-question{font-weight:700;font-size:1.05rem;color:var(--text-main);margin-bottom:10px;display:flex;align-items:center}.faq-question i{color:var(--accent-red);margin-right:10px;font-size:1.2rem}.faq-answer{color:var(--text-muted);font-size:0.95rem;margin-bottom:0;padding-left:26px}.footer-custom{background-color:#050b1a;color:rgba(255,255,255,0.7);padding:60px 0 30px 0;border-top:4px solid var(--accent-red);font-size:0.9rem}.footer-title{color:var(--text-light);font-weight:700;margin-bottom:20px;font-size:1.1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:rgba(255,255,255,0.7)}.footer-links a:hover{color:var(--accent-gold)}@media (max-width:991.98px){.hero-section{padding:50px 0;text-align:center}.hero-title{font-size:2rem}.hero-img-wrap{margin-top:30px}.schedule-row{grid-template-columns:1fr 1fr;gap:10px}.schedule-versus{grid-column:span 2;order:-1;background-color:#f1f5f9;padding:5px;border-radius:4px}.schedule-venue{text-align:left}}