:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-2:#ef4444;--accent-3:#f59e0b;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0a1128 0%,#1e3a8a 100%);--accent-gradient:linear-gradient(135deg,#0284c7 0%,#0d9488 100%)}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}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all 0.3s ease}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}header{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:45px;width:auto}.nav-link{color:var(--text-light) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent-3) !important}.hero-section{background:var(--primary-gradient);color:var(--text-light);padding:4rem 0;position:relative;overflow:hidden}.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-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:var(--accent-3);display:inline-block;padding:0.35rem 1rem;border-radius:50px;font-size:0.9rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-desc{font-size:1.1rem;color:rgba(248,250,252,0.85);margin-bottom:2rem;max-width:600px}.hero-img-wrap{border-radius:12px;overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,0.3)}.section-title{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background:var(--accent-gradient);border-radius:2px}.badge-live{background-color:var(--accent-2);color:white;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.table-custom{background:var(--surface);border-radius:12px;overflow:hidden;margin-bottom:0}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border)}.table-custom td{vertical-align:middle;border-bottom:1px solid var(--border)}.match-card{background:var(--surface);border-left:4px solid var(--accent);border-radius:10px;padding:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.match-team-logo{width:32px;height:32px;object-fit:cover;border-radius:50%;background:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem}.news-img{height:200px;object-fit:cover;width:100%}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}.overflow-x-auto{overflow-x:auto;-webkit-overflow-scrolling:touch}.overflow-x-auto::-webkit-scrollbar{height:6px}.overflow-x-auto::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.8);border-top:4px solid var(--accent)}footer a{color:rgba(248,250,252,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent-3)}