:root{--primary-us:#002868;--primary-mx:#006847;--primary-ca:#E31837;--bg-gradient:linear-gradient(135deg,#002868 0%,#006847 50%,#E31837 100%);--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#ffb800;--border:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);padding:12px 0;z-index:1050}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand{font-weight:800;color:#ffffff !important;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:600;font-size:0.95rem;margin:0 8px;transition:color 0.3s ease}.nav-link:hover{color:var(--accent) !important}.hero-section{background:var(--surface-strong);color:#ffffff;padding:100px 0 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(227,24,55,0.15) 0%,rgba(0,104,71,0.15) 50%,rgba(0,40,104,0.2) 100%);z-index:1}.hero-container{position:relative;z-index:2}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(45deg,#ffffff,#f1f5f9,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:30px;max-width:650px;opacity:0.95}.hero-meta-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:30px;font-weight:600;font-size:0.9rem;display:inline-block;margin-bottom:20px;color:var(--accent)}.hero-img-box{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.4)}.hero-img-box img{width:100%;height:auto;object-fit:cover;display:block}.quick-stats-bar{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.05);margin-top:-40px;position:relative;z-index:10;padding:24px;border:1px solid var(--border)}.stat-item{text-align:center;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-val{font-size:1.8rem;font-weight:800;color:var(--primary-us);line-height:1;margin-bottom:5px}.stat-lbl{font-size:0.85rem;color:var(--text-muted);font-weight:600}.section-header{margin-bottom:45px;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--bg-gradient);border-radius:2px}.section-subtitle{font-size:0.95rem;color:var(--text-muted);margin-top:8px}.score-ticker-container{overflow-x:auto;white-space:nowrap;padding:10px 0}.score-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:16px;width:280px;display:inline-block;margin-right:16px;box-shadow:0 4px 12px rgba(0,0,0,0.02);vertical-align:top}.score-status{font-size:0.75rem;font-weight:700;padding:2px 8px;border-radius:12px;background:#f1f5f9;color:var(--text-muted);display:inline-block;margin-bottom:10px}.score-status.live{background:#ffe4e6;color:var(--primary-ca)}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.team-name{font-weight:700;font-size:0.95rem}.team-score{font-weight:800;font-size:1.1rem;color:var(--surface-strong)}.schedule-tab-btn{background:var(--surface);border:1px solid var(--border);padding:12px 20px;border-radius:var(--card-radius);font-weight:700;text-align:left;margin-bottom:10px;cursor:pointer;transition:all 0.2s;display:flex;justify-content:space-between;align-items:center}.schedule-tab-btn:hover,.schedule-tab-btn.active{background:var(--primary-us);color:#ffffff;border-color:var(--primary-us)}.schedule-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:18px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;transition:transform 0.2s}.schedule-row:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,0.05)}.match-meta{font-size:0.85rem;color:var(--text-muted)}.match-vs{display:flex;align-items:center;gap:15px;font-weight:700}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--primary-mx);border-radius:var(--card-radius);padding:20px;box-shadow:0 4px 10px rgba(0,0,0,0.02)}.group-card:nth-child(even){border-top-color:var(--primary-ca)}.group-card:nth-child(3n){border-top-color:var(--primary-us)}.group-header{font-weight:800;font-size:1.15rem;color:var(--surface-strong);margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--border);font-size:0.9rem;font-weight:600}.group-item:last-child{border-bottom:none}.team-profile-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%;transition:transform 0.3s}.team-profile-card:hover{transform:translateY(-5px)}.team-flag-strip{height:6px;background:var(--bg-gradient)}.team-profile-body{padding:24px}.player-tag{background:rgba(0,104,71,0.1);color:var(--primary-mx);font-size:0.8rem;font-weight:700;padding:4px 10px;border-radius:20px;display:inline-block;margin-top:10px}.news-main-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%}.news-thumb{width:100%;height:240px;object-fit:cover}.news-content{padding:24px}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:10px;font-weight:600}.news-title{font-weight:800;font-size:1.3rem;line-height:1.4;margin-bottom:12px;color:var(--surface-strong)}.news-excerpt{color:var(--text-muted);font-size:0.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-list-item{padding:16px;border-radius:var(--card-radius);border:1px solid var(--border);background:var(--surface);margin-bottom:15px;transition:background 0.2s}.news-list-item:hover{background:#f8fafc}.guide-box{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;border-radius:var(--card-radius);padding:40px;position:relative;overflow:hidden}.guide-box::before{content:'';position:absolute;right:0;bottom:0;width:300px;height:300px;background:radial-gradient(circle,rgba(227,24,55,0.1) 0%,transparent 70%)}.guide-item{border-left:3px solid var(--accent);padding-left:15px;margin-bottom:25px}.guide-item h4{font-weight:700;font-size:1.1rem;color:var(--accent)}.timeline-box{position:relative;padding-left:30px}.timeline-box::before{content:'';position:absolute;left:8px;top:5px;bottom:5px;width:2px;background:var(--border)}.timeline-node{position:relative;margin-bottom:30px}.timeline-node::before{content:'';position:absolute;left:-26px;top:6px;width:10px;height:10px;border-radius:50%;background:var(--primary-us);border:2px solid #ffffff;box-shadow:0 0 0 3px rgba(0,40,104,0.2)}.timeline-node.highlight::before{background:var(--primary-ca);box-shadow:0 0 0 3px rgba(227,24,55,0.2)}.accordion-item-custom{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:12px;overflow:hidden}.accordion-button-custom{font-weight:700;color:var(--surface-strong);background:var(--surface);padding:18px 24px;border:none;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.accordion-button-custom:not(.collapsed){color:var(--primary-ca);background:#fff8f8}.accordion-body-custom{padding:20px 24px;border-top:1px solid var(--border);color:var(--text-main);font-size:0.95rem}.info-disclosure{background:#f1f5f9;border-radius:var(--card-radius);padding:24px;font-size:0.9rem;color:var(--text-muted);border-left:4px solid var(--primary-us)}.footer-dark{background:#090d16;color:#94a3b8;padding:60px 0 30px 0;border-top:4px solid var(--primary-ca)}.footer-title{color:#ffffff;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:#94a3b8;text-decoration:none;font-size:0.9rem;transition:color 0.2s}.footer-links a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:15px 0}.stat-item:last-child{border-bottom:none}.navbar-collapse{background:#0f172a;padding:15px;border-radius:8px;margin-top:10px}}