:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--primary-blue:#0f4c81;--accent-red:#da291c;--accent-green:#006847;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.header-nav{background-color:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-sm)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover{color:var(--primary-blue) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:4rem 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(15,76,129,0.3) 0%,transparent 60%);pointer-events:none}.hero-img{border-radius:12px;box-shadow:var(--shadow-lg);border:4px solid rgba(255,255,255,0.1);object-fit:cover}.host-strip{height:6px;background:linear-gradient(to right,var(--primary-blue) 33.3%,var(--text-light) 33.3%,var(--text-light) 66.6%,var(--accent-red) 66.6%,var(--accent-red) 100%);border-bottom:4px solid var(--accent-green)}.section-title-wrap{margin-bottom:2.5rem;position:relative}.section-title{font-weight:800;color:var(--surface-strong);position:relative;padding-bottom:0.5rem;display:inline-block}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--primary-blue);border-radius:2px}.schedule-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);transition:transform 0.2s ease,box-shadow 0.2s ease;box-shadow:var(--shadow-sm)}.schedule-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:4px}.team-flag-placeholder{width:36px;height:24px;background-color:#f1f5f9;border:1px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:bold;color:#64748b;border-radius:3px}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.group-header{background-color:var(--primary-blue);color:var(--text-light);font-weight:bold;padding:0.75rem 1rem;font-size:1.1rem}.news-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;transition:transform 0.2s ease}.news-card:hover{transform:translateY(-3px)}.news-title{font-size:1.05rem;font-weight:700;color:var(--surface-strong);line-height:1.4}.guide-box{background:var(--surface);border-radius:12px;border-left:5px solid var(--primary-blue);box-shadow:var(--shadow-sm);transition:all 0.2s ease}.guide-box:hover{border-left-color:var(--accent-red);transform:translateX(3px)}.faq-item{background-color:var(--surface);border-radius:8px;border:1px solid var(--border);margin-bottom:0.75rem}.faq-question{font-weight:600;color:var(--surface-strong);cursor:pointer;padding:1rem;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1rem 1rem 1rem;color:var(--text-muted);font-size:0.95rem}@media (max-width:768px){.hero-section{padding:2.5rem 0}.hero-img{margin-top:1.5rem}.table-responsive{border-radius:8px}}footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem;border-top:4px solid var(--primary-blue)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--text-light)}