:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0d1e3d;--surface-accent:#1e3a8a;--text-main:#1f2937;--text-muted:#4b5563;--text-light:#f9fafb;--accent:#e11d48;--accent-green:#10b981;--accent-blue:#2563eb;--accent-yellow:#f59e0b;--border:#e5e7eb;--card-shadow:0 10px 15px -3px rgba(0,0,0,0.05),0 4px 6px -4px rgba(0,0,0,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:var(--surface-strong);padding:0.8rem 1rem;border-bottom:3px solid var(--accent);box-shadow:0 4px 10px rgba(0,0,0,0.15)}.navbar-brand-img{height:45px;width:auto;margin-right:10px}.navbar-brand-text{color:var(--text-light) !important;font-weight:800;font-size:1.3rem;letter-spacing:0.5px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:4px;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light) !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden;border-bottom:8px solid var(--accent-green)}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(225,29,72,0.15) 0%,transparent 60%);pointer-events:none}.hero-title-badge{display:inline-block;background-color:var(--accent);color:var(--text-light);padding:0.4rem 1rem;border-radius:30px;font-weight:bold;font-size:0.9rem;margin-bottom:1.5rem;text-transform:uppercase;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:650px}.hero-image{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.15);transition:var(--transition)}.hero-image:hover{transform:scale(1.02)}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;background:rgba(255,255,255,0.05);padding:1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,0.1)}.hero-stat-val{font-size:1.5rem;font-weight:bold;color:var(--accent-yellow)}.hero-stat-lbl{font-size:0.8rem;color:rgba(255,255,255,0.7)}.section-header{margin-bottom:2.5rem;border-left:6px solid var(--accent);padding-left:1rem}.section-header h2{font-weight:800;color:var(--surface-strong);font-size:2rem;margin-bottom:0.5rem}.section-header p{color:var(--text-muted);font-size:1rem;margin:0}.schedule-tab-btn{background-color:var(--surface);border:1px solid var(--border);color:var(--text-main);padding:0.6rem 1.2rem;font-weight:600;border-radius:6px;transition:var(--transition)}.schedule-tab-btn.active,.schedule-tab-btn:hover{background-color:var(--surface-strong);color:var(--text-light);border-color:var(--surface-strong)}.match-card{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);padding:1.25rem;margin-bottom:1rem;transition:var(--transition);box-shadow:var(--card-shadow)}.match-card:hover{transform:translateY(-3px);border-color:var(--accent)}.match-meta{font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem;display:flex;justify-content:space-between}.match-team{display:flex;align-items:center;font-weight:700;font-size:1.1rem}.match-team img{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:8px;border:1px solid var(--border)}.match-score-box{background:var(--page-bg);font-weight:bold;font-size:1.3rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--surface-strong)}.match-status-badge{background-color:rgba(16,185,129,0.1);color:var(--accent-green);padding:0.2rem 0.6rem;border-radius:4px;font-size:0.75rem;font-weight:bold}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.group-header{background-color:var(--surface-strong);color:var(--text-light);padding:0.8rem 1.25rem;font-weight:bold;font-size:1.15rem}.group-table{margin-bottom:0}.group-table th{font-size:0.75rem;text-transform:uppercase;color:var(--text-muted);background-color:#f8fafc;border-top:none}.group-table td{font-size:0.9rem;vertical-align:middle;border-color:var(--border)}.team-profile-card{background-color:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:var(--transition);height:100%}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,0.1)}.team-card-banner{height:80px;background:linear-gradient(135deg,var(--accent-blue) 0%,var(--surface-strong) 100%);position:relative}.team-card-logo-wrap{position:absolute;bottom:-20px;left:20px;background-color:var(--surface);padding:4px;border-radius:50%;box-shadow:var(--card-shadow)}.team-card-logo{width:50px;height:50px;border-radius:50%;object-fit:cover}.team-card-body{padding:2.5rem 1.25rem 1.25rem}.team-card-name{font-size:1.25rem;font-weight:bold;color:var(--surface-strong);margin-bottom:0.25rem}.team-card-group{font-size:0.85rem;color:var(--accent);font-weight:bold;margin-bottom:1rem}.team-card-meta{font-size:0.85rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.75rem}.news-card{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);padding:1.25rem;transition:var(--transition);height:100%;display:flex;flex-direction:column;justify-content:space-between}.news-card:hover{box-shadow:var(--card-shadow);border-color:var(--accent-blue)}.news-badge{background-color:rgba(37,99,235,0.1);color:var(--accent-blue);font-size:0.75rem;font-weight:bold;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block;margin-bottom:0.75rem}.news-title{font-size:1.1rem;font-weight:bold;color:var(--surface-strong);margin-bottom:0.75rem;line-height:1.4}.news-summary{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem}.news-date{font-size:0.8rem;color:var(--text-muted);display:flex;align-items:center;gap:5px}.guide-box{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow)}.guide-image-wrap{position:relative;max-height:380px;overflow:hidden}.guide-image{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.guide-image-wrap:hover .guide-image{transform:scale(1.03)}.guide-tag{position:absolute;top:15px;left:15px;background-color:var(--accent-yellow);color:var(--surface-strong);font-weight:bold;padding:0.4rem 1rem;border-radius:4px;font-size:0.85rem}.guide-content-list{list-style:none;padding:0;margin:0}.guide-content-list li{border-bottom:1px solid var(--border);padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:15px}.guide-content-list li:last-child{border-bottom:none}.guide-icon-box{background-color:rgba(225,29,72,0.08);color:var(--accent);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}.faq-accordion .accordion-item{border:1px solid var(--border);margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:bold;color:var(--surface-strong);padding:1.2rem;background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:1.2rem;line-height:1.7;font-size:0.95rem}.info-panel{background-color:var(--surface-strong);color:var(--text-light);border-radius:12px;padding:2rem;box-shadow:var(--card-shadow)}.info-panel h3{color:var(--accent-yellow);font-weight:bold;margin-bottom:1.25rem}.info-list-item{margin-bottom:1rem;border-bottom:1px dashed rgba(255,255,255,0.1);padding-bottom:1rem}.info-list-item:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem;border-top:5px solid var(--accent);font-size:0.9rem}.footer-logo{height:40px;margin-bottom:1rem}.footer h4{color:var(--text-light);font-weight:bold;font-size:1.15rem;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(255,255,255,0.75);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--accent-yellow);padding-left:5px}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1)}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title{font-size:2.2rem}.hero-stats-grid{margin-bottom:2rem}.section-header h2{font-size:1.75rem}}@media (max-width:575.98px){.hero-title{font-size:1.8rem}.hero-stats-grid{grid-template-columns:1fr;gap:0.75rem}.table-responsive-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.navbar-brand-text{font-size:1.1rem}}