:root{--fc-primary:#E2001A;--fc-secondary:#006847;--fc-dark:#0A2540;--fc-accent:#10B981;--fc-bg:#F8FAFC;--fc-card-bg:#FFFFFF;--fc-text-main:#0F172A;--fc-text-muted:#4B5563;--fc-border:#E2E8F0;--fc-gradient:linear-gradient(135deg,#0A2540 0%,#1E3A8A 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--fc-bg);color:var(--fc-text-main);line-height:1.6}.top-notice-bar{background-color:var(--fc-dark);color:#FFFFFF;font-size:13px;padding:8px 0;border-bottom:2px solid var(--fc-primary)}.navbar-custom{background-color:rgba(255,255,255,0.96);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,0.05);padding:15px 0;transition:all 0.3s ease}.navbar-brand img{max-height:48px;width:auto}.nav-link-custom{color:var(--fc-dark);font-weight:600;font-size:15px;margin:0 10px;transition:color 0.3s ease}.nav-link-custom:hover,.nav-link-custom.active{color:var(--fc-primary)}.hero-section{padding:80px 0;background:linear-gradient(180deg,rgba(10,37,64,0.03) 0%,rgba(248,250,252,1) 100%)}.hero-title-badge{background:linear-gradient(90deg,var(--fc-primary),var(--fc-secondary));color:#FFFFFF;padding:6px 16px;border-radius:30px;font-size:14px;font-weight:600;display:inline-block;margin-bottom:20px}.hero-title h1{font-size:2.8rem;font-weight:800;color:var(--fc-dark);line-height:1.25;margin-bottom:20px}.hero-desc{font-size:18px;color:var(--fc-text-muted);margin-bottom:30px}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 35px rgba(10,37,64,0.15)}.quick-info-card{background:var(--fc-card-bg);border-radius:12px;padding:24px;border:1px solid var(--fc-border);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.quick-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.section-header{margin-bottom:40px;position:relative}.section-header h2{font-size:32px;font-weight:700;color:var(--fc-dark);display:inline-block;position:relative}.section-header h2::after{content:'';position:absolute;bottom:-8px;left:0;width:50px;height:4px;background:linear-gradient(90deg,var(--fc-primary),var(--fc-secondary));border-radius:2px}.match-status-ticker{background-color:#FFFFFF;border-left:4px solid var(--fc-accent);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.03);margin-bottom:15px;transition:all 0.2s}.match-status-ticker:hover{box-shadow:0 6px 16px rgba(0,0,0,0.06)}.group-card{background:#FFFFFF;border-radius:12px;border:1px solid var(--fc-border);overflow:hidden;margin-bottom:24px}.group-header{background:var(--fc-gradient);color:#FFFFFF;padding:12px 20px;font-weight:700}.group-table th{font-size:13px;color:var(--fc-text-muted);font-weight:600;background-color:#F1F5F9}.group-table td{font-size:14px;vertical-align:middle}.news-card{background:#FFFFFF;border-radius:12px;border:1px solid var(--fc-border);overflow:hidden;height:100%;transition:all 0.3s ease}.news-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.05)}.news-body{padding:20px}.news-tag{font-size:12px;font-weight:600;color:var(--fc-primary);text-transform:uppercase;margin-bottom:8px;display:inline-block}.faq-item{background:#FFFFFF;border:1px solid var(--fc-border);border-radius:8px;margin-bottom:12px;overflow:hidden}.faq-button{width:100%;padding:18px 24px;text-align:left;background:none;border:none;font-weight:600;color:var(--fc-dark);display:flex;justify-content:space-between;align-items:center}.faq-button:focus{outline:none}.faq-answer{padding:0 24px 18px 24px;color:var(--fc-text-muted);font-size:15px;display:none}.guide-banner-wrap{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08)}.footer-main{background-color:var(--fc-dark);color:#E2E8F0;padding:60px 0 20px 0;font-size:14px}.footer-main h5{color:#FFFFFF;font-weight:600;margin-bottom:20px}.footer-link{color:#94A3B8;text-decoration:none;transition:color 0.2s;display:block;margin-bottom:10px}.footer-link:hover{color:#FFFFFF}.footer-bottom{border-top:1px solid #1E293B;padding-top:20px;margin-top:40px;font-size:13px;color:#64748B}.scroll-mobile{display:flex;overflow-x:auto;gap:15px;padding-bottom:15px}@media (min-width:768px){.scroll-mobile{display:grid;overflow-x:visible;gap:24px;padding-bottom:0}}