:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0a1931;--text-main:#1e293b;--text-muted:#64748b;--accent:#00a86b;--accent-2:#da291c;--primary:#002f6c;--gold:#f59e0b;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:12px 0;position:sticky;top:0;z-index:1050}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#e2e8f0;font-weight:500;font-size:0.95rem;padding:8px 16px !important;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--gold)}.navbar-custom .btn-nav{background-color:var(--accent);color:#fff;font-weight:600;border-radius:30px;padding:6px 18px;border:none;transition:all 0.3s ease}.navbar-custom .btn-nav:hover{background-color:#008f5a;color:#fff}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.hero-section{background:radial-gradient(circle at 80% 20%,rgba(10,25,49,0.95),rgba(5,12,24,1)),var(--surface-strong);color:#ffffff;padding:80px 0;position:relative;overflow:hidden;border-bottom:5px solid var(--accent-2)}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,168,107,0.1) 0%,rgba(218,41,28,0.1) 100%);pointer-events:none}.hero-tag{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#ffffff;font-weight:700;padding:6px 16px;border-radius:30px;display:inline-block;font-size:0.85rem;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.hero-stats{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1);border-radius:var(--card-radius);padding:20px;backdrop-filter:blur(8px)}.hero-stats-value{font-size:2.2rem;font-weight:800;color:var(--gold);line-height:1.1}.section-header{margin-bottom:40px;position:relative}.section-header h2{font-weight:800;color:var(--primary);font-size:2rem;position:relative;display:inline-block;padding-bottom:12px}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.section-header p{color:var(--text-muted);margin-top:10px;font-size:1.05rem}.match-badge{font-size:0.75rem;font-weight:bold;padding:4px 8px;border-radius:4px}.match-badge.live{background-color:#ffeef0;color:var(--accent-2);border:1px solid rgba(218,41,28,0.2)}.match-badge.upcoming{background-color:#ebf5ff;color:var(--primary);border:1px solid rgba(0,47,108,0.2)}.match-badge.finished{background-color:#f1f5f9;color:var(--text-muted)}.table-responsive-container{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.table-custom{margin-bottom:0;vertical-align:middle}.table-custom th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none;padding:14px 16px}.table-custom td{padding:14px 16px;border-bottom:1px solid var(--border)}.table-custom tr:last-child td{border-bottom:none}.group-card{background:var(--surface);border-top:4px solid var(--primary);border-radius:var(--card-radius);box-shadow:0 4px 10px rgba(0,0,0,0.02)}.group-card.accent-1{border-top-color:var(--accent)}.group-card.accent-2{border-top-color:var(--accent-2)}.guide-item{display:flex;align-items:flex-start;gap:15px;padding:20px;border-bottom:1px solid var(--border)}.guide-item:last-child{border-bottom:none}.guide-icon{background:rgba(0,47,108,0.08);color:var(--primary);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:12px;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,47,108,0.03);color:var(--primary);box-shadow:none}.footer-section{background-color:var(--surface-strong);color:#cbd5e1;padding:60px 0 30px;border-top:4px solid var(--accent);font-size:0.9rem}.footer-section h5{color:#ffffff;font-weight:700;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);margin-top:40px;padding-top:25px}.scroll-x-mobile{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:15px;padding-bottom:15px;-webkit-overflow-scrolling:touch}.scroll-x-mobile::-webkit-scrollbar{height:6px}.scroll-x-mobile::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.1);border-radius:10px}@media (min-width:992px){.scroll-x-mobile{display:grid;overflow-x:visible;padding-bottom:0}}