:root{--primary-color:#0d1b2a;--accent-blue:#1d3557;--accent-red:#e63946;--accent-gold:#ffb703;--bg-light:#f8f9fa;--bg-card:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar{background-color:var(--primary-color) !important;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand img{max-height:45px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,#0d1b2a 0%,#1d3557 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:#e2e8f0;margin-bottom:2rem}.hero-tag{background-color:var(--accent-red);color:#ffffff;padding:6px 12px;font-size:0.85rem;font-weight:bold;border-radius:4px;display:inline-block;margin-bottom:15px}section{padding:70px 0;border-bottom:1px solid var(--border-color)}.section-title{font-size:2.25rem;font-weight:700;color:var(--primary-color);margin-bottom:15px;position:relative;display:inline-block}.section-subtitle{color:var(--text-muted);margin-bottom:45px;font-size:1.1rem}.custom-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px rgba(15,23,42,0.04);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(15,23,42,0.08)}.schedule-timeline{position:relative}.schedule-item{background:#ffffff;border-left:5px solid var(--accent-red);border-radius:0 12px 12px 0;padding:20px;margin-bottom:15px;box-shadow:0 2px 5px rgba(0,0,0,0.02)}.schedule-meta{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:10px}.match-vs{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:1.15rem}.match-score-badge{background-color:#f1f5f9;color:var(--accent-blue);padding:4px 12px;border-radius:20px;font-size:0.9rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-box{background:#ffffff;border:1px solid var(--border-color);border-radius:10px;padding:20px}.group-header{background-color:var(--accent-blue);color:#ffffff;padding:8px 15px;margin:-20px -20px 15px -20px;border-radius:10px 10px 0 0;font-weight:bold;text-align:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--border-color)}.group-team-item:last-child{border-bottom:none}.news-img{height:200px;object-fit:cover;width:100%}.accordion-button:not(.collapsed){background-color:rgba(29,53,87,0.1);color:var(--accent-blue);font-weight:600}.table-responsive{background:#ffffff;border-radius:10px;padding:15px;border:1px solid var(--border-color)}.guide-step{text-align:center;padding:25px}.guide-icon{font-size:2.5rem;color:var(--accent-red);margin-bottom:15px}footer{background-color:var(--primary-color);color:rgba(255,255,255,0.8);font-size:0.9rem}footer a{color:rgba(255,255,255,0.9);text-decoration:none}footer a:hover{color:var(--accent-gold)}