:root{--primary-color:#0f2c59;--primary-light:#1d4480;--secondary-color:#d32f2f;--accent-color:#ffb300;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-dark:#1a202c;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(15,44,89,0.06);--radius-custom:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar{background-color:var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:var(--accent-color) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.9) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:var(--bg-white);padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top right,var(--bg-light) 50%,transparent 50%)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-img{border-radius:var(--radius-custom);box-shadow:0 10px 30px rgba(0,0,0,0.25);object-fit:cover}.section-padding{padding:5rem 0}.section-title{position:relative;font-weight:800;color:var(--primary-color);margin-bottom:3rem;padding-bottom:1rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-title-center::after{left:50%;transform:translateX(-50%)}.custom-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-custom);box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(15,44,89,0.12)}.score-badge{font-size:0.8rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px}.score-status-live{background-color:var(--secondary-color);color:var(--bg-white)}.score-status-upcoming{background-color:var(--bg-light);color:var(--text-muted)}.team-flag-placeholder{width:32px;height:32px;background-color:var(--border-color);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;color:var(--primary-color)}.schedule-table-wrapper{background-color:var(--bg-white);border-radius:var(--radius-custom);border:1px solid var(--border-color);overflow-x:auto;box-shadow:var(--card-shadow)}.schedule-table{margin-bottom:0;white-space:nowrap}.schedule-table th{background-color:var(--primary-color);color:var(--bg-white);font-weight:600;border-bottom:none;padding:1rem}.schedule-table td{padding:1.1rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-card{border-top:4px solid var(--primary-color)}.group-header{font-size:1.25rem;font-weight:700;color:var(--primary-color);border-bottom:1px solid var(--border-color);padding-bottom:0.5rem;margin-bottom:1rem}.group-list-item{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;border-bottom:1px dashed var(--border-color)}.group-list-item:last-child{border-bottom:none}.guide-image-box{position:relative;border-radius:var(--radius-custom);overflow:hidden;box-shadow:var(--card-shadow)}.guide-image-box img{width:100%;height:auto;transition:transform 0.5s ease}.guide-image-box:hover img{transform:scale(1.03)}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:var(--radius-custom) !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--bg-white)}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--bg-light);color:var(--secondary-color);box-shadow:none}footer{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:4rem 0 2rem 0;font-size:0.95rem;border-top:5px solid var(--secondary-color)}footer h5{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;font-size:0.85rem}