:root{--primary-rgb:15,23,42;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#10b981;--accent-hover:#059669;--accent-2:#f59e0b;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--header-height:70px}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}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}header{height:var(--header-height);background-color:rgba(15,23,42,0.95);backdrop-filter:blur(8px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,0.1)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;font-size:0.95rem;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:80px 0;background:radial-gradient(circle at top right,rgba(16,185,129,0.1),transparent),linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;position:relative;overflow:hidden}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);width:100%;height:auto;object-fit:cover}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-weight:700;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.match-badge{font-size:0.75rem;padding:0.35em 0.65em;border-radius:50px;font-weight:600}.match-card{background-color:var(--surface);border-left:4px solid var(--accent)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow)}.table-responsive-custom table{margin-bottom:0}.table-responsive-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;border-top:none}.group-card{border-top:4px solid var(--accent-2)}.group-team-item{display:flex;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--border)}.group-team-item:last-child{border-bottom:none}.news-img-box{position:relative;overflow:hidden;aspect-ratio:16/9}.news-img-box img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.news-card:hover .news-img-box img{transform:scale(1.05)}.accordion-button:not(.collapsed){background-color:rgba(16,185,129,0.08);color:var(--accent-hover);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:rgba(16,185,129,0.3)}footer{background-color:#0f172a;color:rgba(255,255,255,0.7);border-top:4px solid var(--accent)}footer a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent)}footer .footer-brand{color:#ffffff;font-weight:700}