:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f4c81;--accent-us:#0a3161;--accent-mx:#006847;--accent-ca:#da291c;--accent-glow:#38bdf8;--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{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;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:0.2px}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1050;transition:var(--transition)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;position:relative;padding:6rem 0 4rem 0;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(56,189,248,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;line-height:1.25;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-image-container img{width:100%;height:auto;object-fit:cover;display:block}.section-padding{padding:5rem 0}.section-title{position:relative;margin-bottom:3rem;font-size:2rem;color:var(--text-main)}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;border-radius:2px;background:var(--accent)}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;box-shadow:var(--card-shadow);transition:var(--transition);height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(15,23,42,0.08)}.ticker-wrapper{background-color:#0f172a;color:#ffffff;padding:1rem 0;border-bottom:2px solid #1e293b}.match-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:0.75rem 1.25rem;min-width:280px;margin-right:1rem;display:inline-block}.match-status{font-size:0.75rem;text-transform:uppercase;letter-spacing:1px;padding:0.2rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:0.5rem}.status-upcoming{background-color:rgba(255,255,255,0.15);color:#e2e8f0}.status-live{background-color:var(--accent-ca);color:#ffffff;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-container{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow)}.table-custom{margin-bottom:0}.table-custom th{background-color:#f8fafc;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.table-custom td{padding:1.2rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.team-badge{display:inline-flex;align-items:center;font-weight:600}.team-flag{width:24px;height:16px;border-radius:2px;margin-right:8px;display:inline-block;background-size:cover;background-position:center;border:1px solid rgba(0,0,0,0.1)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow)}.group-header{font-size:1.25rem;font-weight:700;color:var(--accent);border-bottom:2px solid var(--border);padding-bottom:0.5rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.news-item{border-bottom:1px solid var(--border);padding-bottom:1.5rem;margin-bottom:1.5rem}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-title{font-size:1.15rem;font-weight:600;line-height:1.4;margin-bottom:0.5rem;transition:var(--transition)}.news-title:hover{color:var(--accent)}.news-meta{font-size:0.85rem;color:var(--text-muted);display:flex;gap:1rem}.accordion-item-custom{background:var(--surface);border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button-custom{background:var(--surface);color:var(--text-main);font-weight:600;border:none;padding:1.25rem;box-shadow:none !important}.accordion-button-custom:not(.collapsed){background:rgba(15,76,129,0.05);color:var(--accent)}.accordion-body-custom{padding:1.25rem;background:var(--surface);color:var(--text-muted);border-top:1px solid var(--border)}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--accent)}.footer-title{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0;margin-bottom:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#ffffff;padding-left:5px}.host-badge{font-size:0.8rem;font-weight:bold;text-transform:uppercase;padding:0.25rem 0.5rem;border-radius:4px;color:#fff}.host-ca{background-color:var(--accent-ca)}.host-mx{background-color:var(--accent-mx)}.host-us{background-color:var(--accent-us)}@media (max-width:991.98px){.hero-section{padding:5rem 0 3rem 0;text-align:center}.hero-title{font-size:2.25rem}.section-title{font-size:1.75rem}}