:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0d1e36;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f52ba;--accent-hover:#0a3d8f;--accent-2:#d97706;--accent-green:#10b981;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--header-shadow:0 2px 10px rgba(13,30,54,0.08)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:800;color:var(--surface-strong);position:relative;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1.05rem}.custom-navbar{background-color:var(--surface-strong);padding:1rem 0;position:sticky;top:0;z-index:1050;box-shadow:var(--header-shadow)}.custom-navbar .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light);font-weight:800;font-size:1.4rem}.custom-navbar .navbar-brand img{max-height:40px;width:auto}.custom-navbar .nav-link{color:rgba(248,250,252,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,#091524 0%,#152e4f 100%);color:var(--text-light);padding:5rem 0;margin-bottom:3rem;overflow:hidden;position:relative}.hero-content h1{font-size:2.75rem;font-weight:850;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-badge{display:inline-block;background-color:var(--accent-2);color:var(--text-light);padding:0.35rem 1rem;border-radius:50px;font-weight:600;font-size:0.9rem;margin-bottom:1rem}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.4)}.hero-img-wrapper img{display:block;width:100%;height:auto;object-fit:cover}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.stat-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);padding:1.25rem 1rem;border-radius:8px;text-align:center}.stat-val{font-size:1.8rem;font-weight:800;color:var(--accent-2);line-height:1.2}.stat-label{font-size:0.85rem;color:#94a3b8;margin-top:0.25rem}.live-ticker-section{margin-top:-2rem;margin-bottom:3rem;position:relative;z-index:10}.ticker-card{background-color:var(--surface);border-radius:10px;box-shadow:var(--card-shadow);border:1px solid var(--border);padding:1rem;overflow:hidden}.match-badge{font-size:0.75rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:4px;text-transform:uppercase}.match-badge.unstarted{background-color:#f1f5f9;color:#64748b}.match-item{border-right:1px solid var(--border);padding:0.5rem 1.5rem}.match-item:last-child{border-right:none}.team-row{display:flex;align-items:center;justify-content:space-between;margin:0.35rem 0}.team-name{font-weight:600;font-size:0.95rem;color:var(--text-main)}.team-score{font-weight:750;font-size:1.05rem;color:var(--accent)}.schedule-table-wrapper{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow-x:auto}.schedule-table{width:100%;margin-bottom:0;white-space:nowrap}.schedule-table th{background-color:#f8fafc;color:var(--text-main);font-weight:700;border-bottom:2px solid var(--border);padding:1rem}.schedule-table td{padding:1.1rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border);color:var(--text-main)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;transition:transform 0.2s ease}.group-card:hover{transform:translateY(-4px)}.group-card-header{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-list-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border)}.group-list-item:last-child{border-bottom:none}.group-team-info{display:flex;align-items:center;gap:10px;font-weight:600}.group-team-seed{font-size:0.75rem;color:var(--text-muted);background-color:#f1f5f9;padding:0.1rem 0.4rem;border-radius:3px}.team-profile-card{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between}.team-profile-header{display:flex;align-items:center;gap:15px;margin-bottom:1rem}.team-profile-flag{width:45px;height:30px;object-fit:cover;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.15)}.team-profile-name{font-size:1.2rem;font-weight:750;color:var(--surface-strong)}.team-profile-meta{font-size:0.85rem;color:var(--text-muted)}.team-profile-stats{background-color:#f8fafc;border-radius:6px;padding:0.75rem;margin-bottom:1rem}.team-profile-stat-row{display:flex;justify-content:space-between;font-size:0.85rem;margin-bottom:0.25rem}.team-profile-stat-row:last-child{margin-bottom:0}.team-profile-stars{font-size:0.9rem;color:var(--text-main);font-weight:600}.news-item{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:var(--card-shadow);margin-bottom:1.25rem;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}.news-item:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,0.08)}.news-body{padding:1.25rem}.news-tag{display:inline-block;font-size:0.75rem;font-weight:600;color:var(--accent);background-color:rgba(15,82,186,0.08);padding:0.2rem 0.6rem;border-radius:4px;margin-bottom:0.75rem}.news-title{font-size:1.15rem;font-weight:750;color:var(--surface-strong);line-height:1.4;margin-bottom:0.5rem}.news-summary{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-footer{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.75rem}.guide-section{background-color:var(--surface-strong);color:var(--text-light);padding:4.5rem 0}.guide-content h2{color:var(--text-light) !important}.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.guide-card{background-color:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:8px;padding:1.25rem}.guide-card-icon{font-size:1.8rem;color:var(--accent-2);margin-bottom:0.75rem}.guide-card-title{font-size:1.1rem;font-weight:700;margin-bottom:0.5rem}.guide-card-desc{font-size:0.9rem;color:#cbd5e1;line-height:1.5}.info-tab-wrapper{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:2rem}.info-accent-box{border-left:4px solid var(--accent);background-color:#f8fafc;padding:1.25rem;border-radius:0 8px 8px 0;margin-bottom:1.5rem}.about-box{background:linear-gradient(135deg,rgba(15,82,186,0.03) 0%,rgba(217,119,6,0.03) 100%);border:1px solid var(--border);border-radius:12px;padding:2.5rem}.about-meta{font-size:0.85rem;color:var(--text-muted);display:flex;gap:20px;flex-wrap:wrap;margin-top:1rem}.custom-accordion .accordion-item{border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.custom-accordion .accordion-header{border-bottom:none}.custom-accordion .accordion-button{font-weight:700;color:var(--surface-strong);background-color:var(--surface);padding:1.1rem 1.25rem}.custom-accordion .accordion-button:not(.collapsed){background-color:rgba(15,82,186,0.04);color:var(--accent);box-shadow:none}.custom-accordion .accordion-button::after{filter:grayscale(1)}.custom-accordion .accordion-body{background-color:var(--surface);color:var(--text-main);font-size:0.95rem;padding:1.25rem;line-height:1.6}.custom-footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent-2)}.custom-footer h4{color:var(--text-light);font-weight:750;font-size:1.15rem;margin-bottom:1.5rem}.custom-footer-links{list-style:none;padding:0;margin:0}.custom-footer-links li{margin-bottom:0.75rem}.custom-footer-links a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.custom-footer-links a:hover{color:var(--accent-2)}.custom-footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem;text-align:center;font-size:0.8rem;color:#94a3b8}@media (max-width:991.98px){.hero-content h1{font-size:2.25rem}.hero-img-wrapper{margin-top:2rem}}@media (max-width:767.98px){.hero-stats-grid{grid-template-columns:1fr}.ticker-card-scroll{display:flex;overflow-x:auto;gap:1rem;padding-bottom:0.5rem}.match-item{flex:0 0 260px;border-right:none;background-color:#f8fafc;border-radius:8px;padding:0.75rem 1rem}}