:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#da291c;--accent-green:#006847;--accent-blue:#002868;--border:#e2e8f0;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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}.navbar-custom{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 1.5rem;position:sticky;top:0;z-index:1030;transition:var(--transition)}.navbar-brand-custom{display:flex;align-items:center;gap:0.75rem;text-decoration:none;color:var(--surface-strong);font-weight:800;font-size:1.25rem}.navbar-brand-custom img{height:40px;width:auto;object-fit:contain}.nav-link-custom{color:var(--text-main);font-weight:600;padding:0.5rem 1rem;border-radius:8px;transition:var(--transition)}.nav-link-custom:hover{color:var(--accent);background-color:rgba(218,41,28,0.05)}.hero-section{padding:4rem 0;background:linear-gradient(135deg,rgba(255,255,255,1) 0%,rgba(240,244,248,1) 100%);border-bottom:1px solid var(--border)}.hero-title-box{position:relative;z-index:2}.hero-title-box h1{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;color:var(--surface-strong);background:linear-gradient(45deg,var(--accent-blue),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-tag{display:inline-block;background:linear-gradient(90deg,var(--accent),var(--accent-green));color:var(--text-light);padding:0.35rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.05em}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.hero-meta-card{background:var(--surface);padding:1rem;border-radius:12px;box-shadow:var(--card-shadow);border-left:4px solid var(--accent-blue)}.hero-meta-card h4{font-size:0.9rem;color:var(--text-muted);margin-bottom:0.25rem}.hero-meta-card p{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin:0}.hero-image-wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.1)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;transition:var(--transition)}.hero-image-wrapper:hover img{transform:scale(1.02)}.section-header{text-align:center;margin-bottom:3rem;position:relative}.section-header h2{font-size:2.25rem;font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:1rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.75rem;font-size:1.1rem}.score-ticker{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 0;overflow-x:auto;white-space:nowrap;border-bottom:2px solid var(--accent)}.score-ticker-container{display:flex;gap:1.5rem;padding:0 1.5rem}.ticker-item{background:rgba(255,255,255,0.08);border-radius:8px;padding:0.5rem 1rem;display:flex;align-items:center;gap:1rem;min-width:260px;flex-shrink:0;border:1px solid rgba(255,255,255,0.1)}.ticker-status{font-size:0.75rem;font-weight:700;padding:0.2rem 0.5rem;border-radius:4px;text-transform:uppercase}.status-live{background-color:var(--accent);color:white}.status-scheduled{background-color:var(--accent-blue);color:white}.ticker-teams{display:flex;flex-direction:column;gap:0.15rem;font-size:0.85rem;font-weight:600;flex-grow:1}.ticker-team-row{display:flex;justify-content:space-between;align-items:center}.ticker-score{font-weight:800;color:var(--accent)}.schedule-card{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);margin-bottom:1.5rem;transition:var(--transition);overflow:hidden}.schedule-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.schedule-header{background:#f8fafc;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;font-weight:600;color:var(--text-muted)}.schedule-body{padding:1.5rem;display:flex;align-items:center;justify-content:space-between}.schedule-team-box{display:flex;flex-direction:column;align-items:center;width:35%;text-align:center}.schedule-team-name{font-size:1.15rem;font-weight:700;margin-top:0.5rem;color:var(--surface-strong)}.schedule-vs-box{display:flex;flex-direction:column;align-items:center;width:30%}.schedule-vs{font-size:1.5rem;font-weight:900;color:var(--accent);background:rgba(218,41,28,0.08);padding:0.25rem 1rem;border-radius:30px}.schedule-time{font-size:0.85rem;color:var(--text-muted);margin-top:0.5rem;font-weight:600}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);overflow:hidden;transition:var(--transition)}.group-card:hover{transform:translateY(-3px)}.group-card-header{background:linear-gradient(135deg,var(--accent-blue),#1e3a8a);color:var(--text-light);padding:1rem;font-weight:700;font-size:1.2rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;font-size:0.8rem;padding:0.5rem 1rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.75rem 1rem;font-size:0.9rem;color:var(--text-main);border-bottom:1px solid var(--border);vertical-align:middle}.group-table tr:last-child td{border-bottom:none}.team-profile-section{background-color:#ffffff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 0}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.team-card{background:var(--page-bg);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:var(--transition);display:flex;flex-direction:column;align-items:center;padding:1.5rem;text-align:center}.team-card:hover{background:var(--surface);box-shadow:var(--card-shadow);border-color:var(--accent-green)}.team-flag{width:70px;height:70px;border-radius:50%;background-color:var(--border);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:var(--surface-strong);box-shadow:0 4px 8px rgba(0,0,0,0.05);margin-bottom:1rem}.team-card h3{font-size:1.15rem;font-weight:700;margin-bottom:0.25rem;color:var(--surface-strong)}.team-card p{font-size:0.85rem;color:var(--text-muted);margin:0}.news-card{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);height:100%;transition:var(--transition);display:flex;flex-direction:column}.news-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.news-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:1rem}.news-title{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:1rem;line-height:1.4}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.25rem;flex-grow:1}.news-link{font-size:0.85rem;font-weight:700;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:0.25rem}.guide-section{background:linear-gradient(135deg,var(--accent-blue) 0%,#0c152b 100%);color:var(--text-light);padding:5rem 0}.guide-section .section-header h2{color:var(--text-light)}.guide-section .section-header p{color:rgba(255,255,255,0.7)}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.guide-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.75rem;backdrop-filter:blur(5px);transition:var(--transition)}.guide-card:hover{background:rgba(255,255,255,0.08);transform:translateY(-3px)}.guide-icon{font-size:2.25rem;color:var(--accent);margin-bottom:1.25rem}.guide-card h3{font-size:1.25rem;font-weight:700;margin-bottom:0.75rem}.guide-card p{font-size:0.9rem;color:rgba(255,255,255,0.75);margin:0;line-height:1.5}.rules-timeline{position:relative;max-width:800px;margin:0 auto}.timeline-item{position:relative;padding-left:2.5rem;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:0.45rem;top:0.5rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent-green);z-index:2}.timeline-item::after{content:'';position:absolute;left:0.75rem;top:1.5rem;bottom:-2.5rem;width:2px;background-color:var(--border);z-index:1}.timeline-item:last-child::after{display:none}.timeline-content{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border)}.timeline-content h3{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem;color:var(--surface-strong)}.timeline-content p{font-size:0.9rem;color:var(--text-muted);margin:0}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;overflow:hidden;transition:var(--transition)}.faq-question{padding:1.25rem 1.5rem;font-weight:700;font-size:1.05rem;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:none;border:none;width:100%;text-align:left}.faq-answer{padding:0 1.5rem 1.25rem 1.5rem;color:var(--text-muted);font-size:0.95rem;line-height:1.6}.footer-custom{background-color:var(--surface-strong);color:var(--text-light);padding:5rem 0 2rem 0;border-top:4px solid var(--accent)}.footer-brand h2{font-size:1.5rem;font-weight:800;margin-bottom:1.25rem}.footer-brand p{color:rgba(255,255,255,0.6);font-size:0.9rem;line-height:1.6}.footer-links h4{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;position:relative}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{margin-bottom:0.75rem}.footer-links ul li a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.9rem;transition:var(--transition)}.footer-links ul li a:hover{color:var(--accent);padding-left:4px}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem;color:rgba(255,255,255,0.5);text-align:center}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title-box h1{font-size:2.2rem}.team-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.hero-meta-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr}.guide-grid{grid-template-columns:1fr}.schedule-body{flex-direction:column;gap:1.5rem}.schedule-team-box{width:100%}.schedule-vs-box{width:100%}}