:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-gold:#f59e0b;--primary-green:#10b981;--primary-red:#ef4444;--border:#e2e8f0;--border-strong:#cbd5e1}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-size:1.4rem;font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:#e2e8f0;font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--accent-gold)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#e2e8f0,#bae6fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}section{padding:4.5rem 0;border-bottom:1px solid var(--border)}.section-title{position:relative;margin-bottom:3rem;text-align:center}.section-title h2{font-size:2.2rem;display:inline-block;padding-bottom:0.75rem}.section-title h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:80px;height:4px;background-color:var(--accent);border-radius:2px}.match-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.2s,box-shadow 0.2s}.match-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,0.05)}.match-badge{font-size:0.75rem;font-weight:600;text-transform:uppercase;padding:0.25rem 0.5rem;border-radius:4px}.badge-live{background-color:rgba(239,68,68,0.1);color:var(--primary-red)}.badge-scheduled{background-color:rgba(2,132,199,0.1);color:var(--accent)}.table-group{background-color:var(--surface);border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02);border:1px solid var(--border)}.table-group th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none}.table-group td{border-top:1px solid var(--border);vertical-align:middle}.team-profile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all 0.3s ease}.team-profile-card:hover{box-shadow:0 12px 20px rgba(0,0,0,0.08);transform:translateY(-5px)}.flag-wrapper{height:120px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center;font-size:3rem}.news-item{display:flex;gap:1.5rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;transition:border-color 0.2s}.news-item:hover{border-color:var(--accent)}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:12px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(2,132,199,0.05);box-shadow:none}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.footer-section h5{color:#ffffff;margin-bottom:1.5rem;font-weight:600}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}.footer-section a:hover{color:var(--accent-gold)}@media (max-width:768px){.hero-title{font-size:2rem}.section-title h2{font-size:1.8rem}.news-item{flex-direction:column;gap:1rem}.table-responsive-scroll{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}