:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--accent-gradient:linear-gradient(135deg,#0284c7 0%,#06b6d4 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar{background-color:var(--surface-strong);box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);padding:0.8rem 1rem;position:sticky;top:0;z-index:1000}.navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff !important;font-weight:700;font-size:1.3rem}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{color:#e2e8f0 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover{color:#38bdf8 !important}.hero-section{background:var(--primary-gradient);color:#ffffff;padding:5rem 0 6rem;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-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(120deg,#ffffff 60%,#93c5fd 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1);width:100%;height:auto;object-fit:cover}section{padding:4.5rem 0}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);margin-bottom:1rem;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:40px;height:4px;background:var(--accent);margin-top:0.5rem;border-radius:2px}.section-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.05rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.dash-card{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);border:1px solid var(--border);transition:transform 0.2s}.dash-card:hover{transform:translateY(-4px)}.dash-card-icon{font-size:2rem;color:var(--accent);margin-bottom:1rem}.schedule-tab-content{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);border:1px solid var(--border)}.match-row{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;border-bottom:1px solid var(--border);transition:background 0.2s}.match-row:last-child{border-bottom:none}.match-row:hover{background:rgba(2,132,199,0.02)}.match-info{flex:1;font-size:0.9rem;color:var(--text-muted)}.match-teams{flex:2;display:flex;align-items:center;justify-content:center;gap:1rem;font-weight:600}.match-team{display:flex;align-items:center;gap:0.5rem;width:40%}.match-team.team-home{justify-content:flex-end;text-align:right}.match-team.team-away{justify-content:flex-start;text-align:left}.match-vs{background:#f1f5f9;padding:0.2rem 0.8rem;border-radius:20px;font-size:0.8rem;color:var(--text-muted);font-weight:bold}.match-status{flex:1;text-align:right}.status-badge{font-size:0.8rem;padding:0.25rem 0.75rem;border-radius:12px;font-weight:500;display:inline-block}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.group-header{background:var(--surface-strong);color:#ffffff;padding:0.8rem 1.2rem;font-weight:700;font-size:1.1rem}.group-table{width:100%;font-size:0.9rem}.group-table th,.group-table td{padding:0.6rem 1.2rem;text-align:left}.group-table th{background:#f8fafc;color:var(--text-muted);font-weight:600}.group-table tr{border-bottom:1px solid var(--border)}.group-table tr:last-child{border-bottom:none}.team-profile-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:box-shadow 0.3s}.team-profile-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.team-profile-body{padding:1.5rem}.team-name{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}.team-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform 0.2s}.news-card:hover{transform:translateY(-4px)}.news-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-tag{font-size:0.75rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.5rem}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:0.8rem;line-height:1.4}.news-excerpt{color:var(--text-muted);font-size:0.9rem;margin-bottom:1.5rem;flex-grow:1}.news-date{font-size:0.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.8rem}.guide-box{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:2.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.history-timeline{position:relative;padding-left:2rem;border-left:3px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:calc(-2rem - 8px);top:4px;width:14px;height:14px;border-radius:50%;background:var(--accent);border:3px solid var(--surface)}.timeline-year{font-weight:800;font-size:1.25rem;color:var(--accent);margin-bottom:0.25rem}.timeline-title{font-weight:700;margin-bottom:0.5rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden;background:var(--surface)}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background:var(--surface);box-shadow:none !important}.faq-accordion .accordion-button:not(.collapsed){background:#f0f9ff;color:var(--accent)}footer{background:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:#38bdf8}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem;text-align:center}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:991.98px){.hero-section{padding:3.5rem 0 4.5rem;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.match-row{flex-direction:column;gap:0.8rem;text-align:center}.match-team.team-home{justify-content:center;text-align:center;width:100%}.match-team.team-away{justify-content:center;text-align:center;width:100%}.match-teams{flex-direction:column;gap:0.5rem}.match-vs{width:fit-content;margin:0.2rem auto}.match-status{text-align:center}}