:root{--page-bg:#f4f6fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-rgb:2,132,199;--accent-2:#10b981;--border:#e2e8f0;--theme-gradient:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);--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;font-size:15px;line-height:1.6;overflow-x:hidden}header{height:var(--header-height);background-color:var(--surface-strong);box-shadow:0 4px 20px rgba(0,0,0,0.08);z-index:1030}.navbar-brand img{max-height:40px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;font-size:0.95rem;transition:color 0.25s ease}.nav-link:hover{color:var(--accent) !important}.main-container{margin-top:2rem;margin-bottom:4rem}.sidebar-sticky{position:sticky;top:calc(var(--header-height)+1.5rem)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.02);padding:1.5rem;margin-bottom:1.5rem;transition:transform 0.25s ease,box-shadow 0.25s ease}.custom-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.05)}.section-title{font-size:1.35rem;font-weight:700;color:var(--surface-strong);position:relative;padding-left:0.75rem;margin-bottom:1.25rem}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:4px;background-color:var(--accent);border-radius:2px}.hero-banner{background:linear-gradient(rgba(15,23,42,0.85),rgba(15,23,42,0.95)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230f172a"/><circle cx="50" cy="50" r="40" stroke="%231e293b" stroke-width="1" fill="none"/></svg>');color:#ffffff;border-radius:14px;overflow:hidden;padding:3rem 2rem;margin-bottom:2rem}.hero-title h1{font-size:2.2rem;font-weight:800;line-height:1.25;letter-spacing:-0.02em}.hero-meta span{background-color:rgba(255,255,255,0.1);padding:0.35rem 0.85rem;border-radius:50px;font-size:0.85rem;margin-right:0.5rem;display:inline-block}.match-ticker-item{border-bottom:1px solid var(--border);padding:0.85rem 0}.match-ticker-item:last-child{border-bottom:none}.match-status-badge{font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:#f1f5f9;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:blink 1.5s infinite}.status-finished{background-color:#f0fdf4;color:#15803d}@keyframes blink{50%{opacity:0.6}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.standing-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;font-size:0.85rem}.standing-table td{vertical-align:middle;font-size:0.9rem}.team-card{border:1px solid var(--border);border-radius:8px;padding:1rem;text-align:center;background-color:var(--surface);transition:all 0.2s}.team-card:hover{border-color:var(--accent);transform:translateY(-2px)}.team-flag-placeholder{width:48px;height:32px;margin:0 auto 0.75rem auto;border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,0.1);background:linear-gradient(45deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:bold;color:#475569}.news-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none}.news-item-img{width:100px;height:70px;object-fit:cover;border-radius:6px;background-color:#e2e8f0;flex-shrink:0}.news-item-content h4{font-size:0.95rem;font-weight:600;margin-bottom:0.25rem;color:var(--surface-strong)}.news-item-content p{font-size:0.8rem;color:var(--text-muted);margin:0}.guide-step{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.guide-icon-wrapper{background-color:rgba(var(--accent-rgb),0.1);color:var(--accent);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.accordion-button:not(.collapsed){background-color:rgba(var(--accent-rgb),0.05);color:var(--accent);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:var(--accent)}footer{background-color:var(--surface-strong);color:#cbd5e1;font-size:0.85rem;padding:3rem 0;border-top:4px solid var(--accent)}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}@media (max-width:991.98px){.hero-title h1{font-size:1.8rem}.main-container{margin-top:1rem}}