:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--surface-secondary:#f8fafc;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent:#0284c7;--accent-2:#ef4444;--accent-3:#10b981;--border:#e2e8f0;--card-radius:12px}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;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:1rem 1.5rem;border-bottom:2px solid var(--accent)}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0 6rem;position:relative;overflow:hidden;border-bottom:8px solid var(--accent-2)}.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-title{font-size:2.75rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-0.5px}.hero-title span{background:linear-gradient(to right,#60a5fa,#f87171,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{display:inline-block;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem;backdrop-filter:blur(4px)}.hero-meta{font-size:1.1rem;color:#94a3b8;max-width:600px;margin-bottom:2rem}.hero-img{border-radius:var(--card-radius);box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1)}.dashboard-section{margin-top:-3rem;position:relative;z-index:10;margin-bottom:4rem}.dashboard-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid var(--border);padding:1.5rem;text-align:center;transition:transform 0.3s}.dashboard-card:hover{transform:translateY(-5px)}.dashboard-number{font-size:2.25rem;font-weight:800;line-height:1;margin-bottom:0.5rem}.dash-blue{color:var(--accent)}.dash-red{color:var(--accent-2)}.dash-green{color:var(--accent-3)}.dashboard-label{font-size:0.9rem;color:var(--text-muted);font-weight:600}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:1.75rem;font-weight:800;display:inline-block;position:relative;padding-bottom:0.5rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header-desc{color:var(--text-muted);font-size:0.95rem;margin-top:0.5rem}.status-badge{padding:0.25rem 0.75rem;border-radius:50px;font-size:0.75rem;font-weight:600}.status-live{background-color:rgba(239,68,68,0.1);color:var(--accent-2);animation:pulse 2s infinite}.status-upcoming{background-color:rgba(2,132,199,0.1);color:var(--accent)}.status-end{background-color:rgba(71,85,105,0.1);color:var(--text-muted)}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.25rem;transition:all 0.3s;margin-bottom:1rem}.match-card:hover{border-color:var(--accent);box-shadow:0 4px 15px rgba(2,132,199,0.08)}.match-info{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.75rem;border-bottom:1px dashed var(--border);padding-bottom:0.5rem}.match-teams{display:flex;align-items:center;justify-content:space-between}.match-team{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;width:40%}.match-team.team-right{justify-content:flex-end}.match-score{font-size:1.25rem;font-weight:800;color:var(--text-main);width:20%;text-align:center;background:var(--surface-secondary);padding:0.25rem 0.5rem;border-radius:6px}.group-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;margin-bottom:1.5rem}.group-header{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-header span{background:var(--accent-3);font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th{background:var(--surface-secondary);font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border);padding:0.5rem 1rem}.group-table td{padding:0.6rem 1rem;border-bottom:1px solid var(--border);font-weight:500}.group-table tr:last-child td{border-bottom:none}.team-profile-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.5rem;height:100%;transition:all 0.3s}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--accent-3)}.team-badge-large{width:48px;height:48px;background:var(--surface-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin-bottom:1rem}.team-profile-title{font-size:1.15rem;font-weight:800;margin-bottom:0.5rem}.team-tag{display:inline-block;font-size:0.75rem;padding:0.15rem 0.5rem;border-radius:4px;margin-right:0.25rem;background:var(--surface-secondary);color:var(--text-muted);border:1px solid var(--border)}.news-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform 0.3s}.news-card:hover{transform:translateY(-4px)}.news-body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem;display:flex;align-items:center;gap:5px}.news-title{font-size:1rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--text-main)}.news-excerpt{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-box{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:2rem;height:100%}.guide-step{display:flex;gap:1.25rem;margin-bottom:1.5rem}.guide-step:last-child{margin-bottom:0}.guide-num{width:40px;height:40px;background:var(--accent);color:var(--text-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.guide-text h4{font-size:1.05rem;font-weight:700;margin-bottom:0.25rem}.guide-text p{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:0.75rem;overflow:hidden;background:var(--surface)}.faq-accordion .accordion-button{font-weight:700;color:var(--text-main);background-color:var(--surface);padding:1.1rem 1.25rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:var(--surface-secondary);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);font-size:0.95rem;line-height:1.6;background-color:var(--surface)}.info-card{background:linear-gradient(135deg,var(--surface) 0%,var(--surface-secondary) 100%);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.5rem;height:100%}.info-card-icon{font-size:2rem;color:var(--accent-2);margin-bottom:1rem}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--accent)}.footer-brand{color:var(--text-light);font-weight:800;font-size:1.25rem;margin-bottom:1rem}.footer-title{color:var(--text-light);font-weight:700;margin-bottom:1.25rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.dashboard-section{margin-top:-1.5rem;margin-bottom:2.5rem}}@media (max-width:575.98px){.match-team{font-size:0.9rem}.match-score{font-size:1.1rem}}