:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-card:#f1f5f9;--text-main:#1e293b;--text-muted:#627d98;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-rgb:2,132,199;--brand-gold:#f59e0b;--brand-green:#10b981;--brand-red:#ef4444;--border:#e2e8f0;--border-dark:#334155;--radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:12px 0;position:sticky;top:0;z-index:1000}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:8px 16px !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--brand-gold)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(var(--accent-rgb),0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background-color:rgba(var(--accent-rgb),0.2);border:1px solid var(--accent);color:#38bdf8;display:inline-flex;align-items:center;padding:6px 16px;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:20px}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:20px}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:30px;max-width:650px}.hero-img{border-radius:var(--radius);box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);border:4px solid rgba(255,255,255,0.1)}.quick-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:30px}@media (min-width:576px){.quick-stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);padding:15px;border-radius:var(--radius);text-align:center}.stat-card .num{font-size:1.75rem;font-weight:700;color:var(--brand-gold);display:block}.stat-card .lbl{font-size:0.85rem;color:#94a3b8}section{padding:70px 0;border-bottom:1px solid var(--border)}.bg-dark-section{background-color:var(--surface-strong);color:var(--text-light);border-bottom-color:var(--border-dark)}.section-title-wrap{margin-bottom:45px;text-align:center}.section-tag{font-weight:700;text-transform:uppercase;color:var(--accent);letter-spacing:1px;font-size:0.875rem;display:block;margin-bottom:8px}.section-title{font-size:2rem;font-weight:800;position:relative;display:inline-block;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);max-width:600px;margin:15px auto 0 auto}.bg-dark-section .section-desc{color:#94a3b8}.score-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:transform 0.3s,box-shadow 0.3s;height:100%}.score-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.score-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:15px;font-size:0.8rem;color:var(--text-muted)}.match-badge{background:var(--surface-card);padding:4px 8px;border-radius:4px;font-weight:600}.match-badge.live{background:rgba(239,68,68,0.1);color:var(--brand-red)}.match-team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.team-info{display:flex;align-items:center;gap:12px;font-weight:600}.team-flag-mock{width:24px;height:16px;background:#cbd5e1;border-radius:2px;display:inline-block}.team-score{font-size:1.25rem;font-weight:700}.match-footer{margin-top:15px;padding-top:10px;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-size:0.8rem;color:var(--text-muted)}.schedule-table-wrap{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.table-schedule{margin-bottom:0}.table-schedule th{background-color:#f1f5f9;color:var(--text-main);font-weight:700;padding:16px;border-bottom:2px solid var(--border)}.table-schedule td{padding:16px;vertical-align:middle;border-bottom:1px solid var(--border)}.group-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;height:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.group-header{background:linear-gradient(90deg,var(--accent) 0%,#0284c7 100%);color:white;padding:10px 15px;margin:-20px -20px 15px -20px;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:600;padding:6px 4px;border-bottom:1px solid var(--border)}.group-table td{padding:8px 4px;border-bottom:1px solid rgba(0,0,0,0.05)}.team-profile-card{background:var(--surface-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);height:100%;transition:transform 0.3s}.team-profile-card:hover{transform:translateY(-5px)}.team-profile-card .team-banner{height:100px;background:linear-gradient(135deg,#1e293b 0%,#475569 100%);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1.25rem}.team-profile-card .team-body{padding:20px}.team-info-list{list-style:none;padding-left:0;margin-bottom:0;font-size:0.9rem}.team-info-list li{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed var(--border)}.team-info-list li:last-child{border-bottom:none}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:box-shadow 0.3s}.news-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.news-card-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:10px;display:flex;gap:15px}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:10px;color:var(--text-main)}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:15px}.guide-box{background:var(--surface);border-radius:var(--radius);padding:30px;border:1px solid var(--border);height:100%}.guide-step{display:flex;gap:15px;margin-bottom:25px}.guide-step-num{width:40px;height:40px;background:rgba(var(--accent-rgb),0.1);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.rule-card{background:var(--surface-strong);border-radius:var(--radius);padding:25px;border:1px solid var(--border-dark);height:100%}.rule-card h4{color:var(--brand-gold);font-weight:700;margin-bottom:15px;display:flex;align-items:center;gap:10px}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--radius) !important;margin-bottom:12px;overflow:hidden;background:var(--surface)}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);padding:18px 20px}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{padding:18px 20px;color:var(--text-muted);font-size:0.95rem;background-color:var(--surface)}.site-footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px 0;border-top:3px solid var(--accent)}.site-footer h5{color:var(--text-light);font-weight:700;margin-bottom:20px}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--brand-gold)}.footer-bottom{margin-top:40px;padding-top:25px;border-top:1px solid var(--border-dark);font-size:0.85rem}.scrollable-x{overflow-x:auto;-webkit-overflow-scrolling:touch}.scrollable-x::-webkit-scrollbar{height:6px}.scrollable-x::-webkit-scrollbar-track{background:#f1f5f9}.scrollable-x::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}