:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#f97316;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.header-nav{background-color:var(--surface-strong);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:1000}.header-nav .navbar-brand{font-weight:800;color:#ffffff !important}.header-nav .nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;transition:color 0.3s}.header-nav .nav-link:hover{color:var(--accent-2) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-subtitle{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;opacity:0.95}.hero-tag{background-color:rgba(249,115,22,0.2);color:var(--accent-2);font-weight:600;padding:0.35rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem;font-size:0.875rem;border:1px solid rgba(249,115,22,0.3)}.quick-info-badge{background:rgba(255,255,255,0.08);border-radius:8px;padding:1rem;border-left:4px solid var(--accent);height:100%}.section-padding{padding:70px 0}.section-header{margin-bottom:45px}.section-title{font-size:2rem;font-weight:700;position:relative;padding-bottom:12px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.match-card{border-left:5px solid var(--accent-2)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.badge-live{background-color:#ef4444;color:white;animation:pulse 2s infinite}.badge-upcoming{background-color:#3b82f6;color:white}.badge-finished{background-color:#64748b;color:white}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-container{border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.group-header{background:linear-gradient(90deg,var(--surface-strong) 0%,#1e293b 100%);color:white;padding:12px 16px;font-weight:700;font-size:1.1rem}.scrollable-table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.faq-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:12px;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}.stat-number{font-size:2.25rem;font-weight:800;color:var(--accent-2);line-height:1}footer{background-color:var(--surface-strong);color:#94a3b8;padding:50px 0 25px;border-top:5px solid var(--accent-2)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent-2)}@media (max-width:991.98px){.hero-title{font-size:2.25rem}}