:root{--primary-blue:#0A369D;--secondary-red:#E63946;--accent-green:#00A896;--page-bg:#F8F9FA;--surface:#FFFFFF;--surface-dark:#111827;--text-main:#1F2937;--text-muted:#6B7280;--text-light:#F9FAFB;--border:#E5E7EB;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--card-hover-shadow:0 10px 25px rgba(0,0,0,0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans CJK SC",sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-dark)}p,li,td{color:#374151}.section-padding{padding:5rem 0}.section-title{position:relative;margin-bottom:3rem;text-align:center}.section-title h2{font-size:2.25rem;display:inline-block;padding-bottom:0.75rem}.section-title h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--secondary-red));border-radius:2px}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:all 0.3s}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{font-weight:600;color:var(--text-main) !important;transition:color 0.2s}.nav-link:hover{color:var(--primary-blue) !important}.hero-section{background:linear-gradient(135deg,#071E4B 0%,#112D60 100%);color:var(--text-light);padding:8rem 0 5rem 0;position:relative;overflow:hidden}.hero-section h1{color:var(--text-light);font-size:2.8rem;line-height:1.25;margin-bottom:1.5rem}.hero-section p{color:rgba(249,250,251,0.85);font-size:1.15rem}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s}.hero-img-wrap:hover img{transform:scale(1.03)}.score-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:var(--card-shadow);transition:transform 0.3s,box-shadow 0.3s}.score-card:hover{transform:translateY(-5px);box-shadow:var(--card-hover-shadow)}.match-badge{background:rgba(10,54,157,0.1);color:var(--primary-blue);font-size:0.8rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:20px}.team-flag-placeholder{width:36px;height:24px;background:#E5E7EB;display:inline-block;border-radius:4px;margin-right:8px;text-align:center;font-size:0.65rem;line-height:24px;font-weight:bold;color:#4B5563}.timeline-container{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:14px;height:14px;border-radius:50%;background:var(--primary-blue);border:3px solid var(--surface)}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:1.5rem}.group-header{background:linear-gradient(90deg,var(--primary-blue),#1D4ED8);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700}.table-responsive{margin:0;overflow-x:auto}.group-table th{font-size:0.8rem;color:var(--text-muted);background-color:#F9FAFB}.group-table td,.group-table th{padding:0.75rem 1.25rem;vertical-align:middle;border-bottom:1px solid var(--border)}.team-grid-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:all 0.3s}.team-grid-card:hover{box-shadow:var(--card-hover-shadow)}.team-card-banner{height:80px;background:linear-gradient(135deg,#1F2937 0%,#111827 100%);display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.25rem;font-weight:bold}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;box-shadow:var(--card-shadow);transition:all 0.3s}.news-card:hover{transform:translateY(-4px);box-shadow:var(--card-hover-shadow)}.news-tag{background-color:var(--secondary-red);color:var(--text-light);font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:0.5rem}.stadium-wrap{background:var(--surface-dark);color:var(--text-light);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.stadium-wrap p,.stadium-wrap li{color:rgba(249,250,251,0.8)}.guide-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:2rem;height:100%;transition:all 0.3s}.guide-card:hover{box-shadow:var(--card-hover-shadow);border-color:var(--primary-blue)}.guide-icon{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1rem}.faq-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-dark)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(10,54,157,0.05);color:var(--primary-blue)}footer{background-color:var(--surface-dark);color:rgba(249,250,251,0.7);font-size:0.95rem;border-top:4px solid var(--secondary-red)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(249,250,251,0.7);text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1)}@media (max-width:768px){.hero-section{padding:6rem 0 3rem 0;text-align:center}.hero-section h1{font-size:2rem}.section-padding{padding:3rem 0}.section-title h2{font-size:1.75rem}}