:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f172a;--surface-card:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--brand-red:#ef4444;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(15,23,42,0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:var(--transition)}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;transition:var(--transition);font-size:0.95rem}.nav-link:hover{color:var(--accent)}.hero-section{padding:120px 0 80px 0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-tag{background:rgba(2,132,199,0.2);color:#38bdf8;padding:6px 16px;border-radius:50px;font-size:0.85rem;font-weight:600;display:inline-block;margin-bottom:20px;border:1px solid rgba(2,132,199,0.3)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(to right,#ffffff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:#94a3b8;margin-bottom:30px;max-width:600px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.02)}.stats-bar{margin-top:-40px;position:relative;z-index:10}.stats-card{background:var(--surface);border-radius:12px;padding:24px;box-shadow:var(--card-shadow);border:1px solid var(--border);text-align:center;transition:var(--transition)}.stats-card:hover{transform:translateY(-5px)}.stats-num{font-size:2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:8px}.stats-label{font-size:0.85rem;color:var(--text-muted);font-weight:600}.section-header{text-align:center;margin-bottom:45px}.section-header h2{font-size:2rem;font-weight:700;color:var(--text-main);position:relative;padding-bottom:12px;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:10px;font-size:0.95rem}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(15,23,42,0.08)}.score-ticker-item{background:var(--surface);border-radius:12px;padding:18px 24px;border:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;box-shadow:var(--card-shadow)}.score-team{display:flex;align-items:center;gap:12px;font-weight:600;width:35%}.score-team.team-right{justify-content:flex-end}.score-center{text-align:center;width:30%}.score-board{font-size:1.5rem;font-weight:800;color:var(--text-main);background:var(--surface-card);padding:4px 16px;border-radius:8px;display:inline-block}.score-status{font-size:0.75rem;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:4px;margin-top:6px;display:inline-block}.status-ended{background:#fee2e2;color:#ef4444}.status-upcoming{background:#e0f2fe;color:#0284c7}.schedule-tab .nav-link{border:none;background:transparent;color:var(--text-muted);font-weight:600;padding:10px 20px;border-radius:8px;transition:var(--transition)}.schedule-tab .nav-link.active{background:var(--accent);color:var(--text-light) !important}.schedule-table-wrapper{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow-x:auto}.schedule-table{width:100%;min-width:800px;margin-bottom:0}.schedule-table th{background:var(--surface-card);color:var(--text-muted);font-weight:600;padding:16px;border-bottom:2px solid var(--border)}.schedule-table td{padding:18px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow)}.group-header{background:var(--surface-strong);color:var(--text-light);padding:12px 16px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-team-list{padding:0;margin:0;list-style:none}.group-team-item{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:0.9rem}.group-team-item:last-child{border-bottom:none}.teams-showcase{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);padding:80px 0}.team-banner-img{border-radius:12px;overflow:hidden;height:100%;min-height:350px;position:relative}.team-banner-img img{width:100%;height:100%;object-fit:cover}.news-img{height:200px;background-color:var(--surface-strong);position:relative;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.1)}.news-body{padding:20px}.news-tag{font-size:0.75rem;color:var(--accent);font-weight:700;text-transform:uppercase;margin-bottom:8px;display:inline-block}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:10px;color:var(--text-main)}.news-excerpt{font-size:0.85rem;color:var(--text-muted);margin-bottom:15px}.stadium-swiper{padding-bottom:50px}.stadium-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--card-shadow)}.stadium-img-wrapper{position:relative;height:240px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover}.stadium-info{padding:20px}.stadium-name{font-size:1.15rem;font-weight:700;margin-bottom:6px}.stadium-meta{font-size:0.85rem;color:var(--text-muted)}.guide-box{padding:30px;border-radius:12px;background:var(--surface);border:1px solid var(--border);height:100%}.guide-icon{font-size:2.5rem;color:var(--accent);margin-bottom:20px}.rules-card{background:var(--surface-strong);color:var(--text-light);border-radius:12px;padding:40px;position:relative;overflow:hidden}.rules-card::before{content:'';position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:rgba(2,132,199,0.15);border-radius:50%;filter:blur(50px)}.faq-accordion .accordion-item{border:1px solid var(--border);background:var(--surface);border-radius:8px !important;margin-bottom:12px;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background:var(--surface);padding:18px 20px}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background:var(--surface-card);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);font-size:0.95rem;background:var(--surface);border-top:1px solid var(--border);padding:18px 20px}.main-footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem;border-top:1px solid #1e293b}.footer-logo img{height:45px;width:auto}.footer-heading{color:var(--text-light);font-weight:600;margin-bottom:20px;font-size:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-section{padding:100px 0 60px 0;text-align:center}.hero-title{font-size:2.2rem}.hero-desc{margin:0 auto 30px auto}.hero-img-wrapper{margin-top:40px}.stats-bar{margin-top:-20px}.stats-card{margin-bottom:15px}}