:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#059669;--accent-hover:#047857;--accent-2:#0284c7;--border:#e2e8f0;--primary-dark:#1e3a8a;--sidebar-width:280px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}.app-container{display:flex;min-height:100vh}.sidebar-nav{width:var(--sidebar-width);background-color:var(--surface-strong);color:#ffffff;position:fixed;top:0;bottom:0;left:0;z-index:1030;display:flex;flex-direction:column;transition:all 0.3s ease}.sidebar-brand{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;gap:10px}.sidebar-brand img{max-height:40px;width:auto}.sidebar-menu{flex:1;padding:1.5rem 1rem;overflow-y:auto}.sidebar-menu .nav-link{color:#cbd5e1;padding:0.8rem 1rem;border-radius:8px;margin-bottom:0.5rem;display:flex;align-items:center;gap:12px;transition:all 0.2s}.sidebar-menu .nav-link:hover,.sidebar-menu .nav-link.active{background-color:rgba(255,255,255,0.1);color:#ffffff}.sidebar-menu .nav-link i{font-size:1.2rem;color:var(--accent-2)}.main-content{flex:1;margin-left:var(--sidebar-width);padding:2rem;min-width:0;transition:all 0.3s ease}.mobile-header{display:none;background-color:var(--surface-strong);color:#ffffff;padding:1rem;position:sticky;top:0;z-index:1040;align-items:center;justify-content:space-between}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-dark);border-left:4px solid var(--accent);padding-left:0.75rem;display:flex;align-items:center;justify-content:space-between}.hero-banner{background:linear-gradient(135deg,#1e3a8a 0%,#0f172a 100%);color:#ffffff;border-radius:16px;padding:3rem;margin-bottom:2rem;position:relative;overflow:hidden}.hero-banner h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-banner p{font-size:1.1rem;color:#94a3b8;max-width:600px;margin-bottom:2rem}.hero-img-wrapper img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.3)}.match-ticker-wrapper{background:var(--surface);border-bottom:1px solid var(--border);padding:0.75rem 1rem;margin:-2rem -2rem 2rem -2rem;overflow-x:auto;white-space:nowrap;display:flex;gap:1.5rem}.match-ticker-item{display:inline-flex;align-items:center;gap:12px;background:var(--page-bg);padding:0.5rem 1rem;border-radius:30px;font-size:0.875rem;border:1px solid var(--border)}.match-ticker-item .status{font-size:0.75rem;font-weight:bold;color:var(--accent);background:rgba(5,150,105,0.1);padding:2px 8px;border-radius:12px}.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:10px;overflow:hidden}.group-header{background:var(--primary-dark);color:#ffffff;padding:0.75rem 1rem;font-weight:bold;display:flex;justify-content:space-between}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.news-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:transform 0.2s;background:#fff}.news-card:hover{transform:translateY(-4px)}.news-content{padding:1.25rem}.news-title{font-weight:bold;font-size:1.1rem;margin-bottom:0.5rem;color:var(--text-main)}.news-meta{font-size:0.8rem;color:var(--text-muted)}.btn-custom{background-color:var(--accent);color:#ffffff;border:none;padding:0.6rem 1.5rem;font-weight:600;border-radius:8px;transition:all 0.2s}.btn-custom:hover{background-color:var(--accent-hover);color:#ffffff}@media (max-width:991.98px){.sidebar-nav{transform:translateX(-100%)}.sidebar-nav.active{transform:translateX(0)}.main-content{margin-left:0;padding:1rem}.mobile-header{display:flex}.match-ticker-wrapper{margin:-1rem -1rem 1.5rem -1rem}}