:root{--primary:#0a1128;--primary-light:#1c2541;--accent:#00b4d8;--accent-rgb:0,180,216;--highlight:#ff007f;--bg-light:#f4f6f9;--text-dark:#0f172a;--text-muted:#64748b;--surface:#ffffff;--border:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.75rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;margin-right:1.25rem;transition:color 0.3s}.navbar-custom .nav-link:hover{color:var(--accent)}.hero-section{background:radial-gradient(circle at top right,var(--primary-light),var(--primary));color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,180,216,0.1) 0%,rgba(255,0,127,0.05) 100%);z-index:1}.hero-container{position:relative;z-index:2}.hero-title{font-size:2.75rem;font-weight:800;letter-spacing:-0.5px;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-subtitle{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:650px}.hero-img-wrapper{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1)}.section-title-wrap{margin-bottom:2.5rem;border-left:5px solid var(--accent);padding-left:1rem}.section-title{font-weight:800;color:var(--primary);margin-bottom:0.5rem}.section-subtitle{color:var(--text-muted);font-size:1rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.06)}.live-ticker{background:linear-gradient(90deg,#1e293b,#0f172a);color:#ffffff;border-radius:8px;padding:1rem;margin-top:-3rem;position:relative;z-index:3;box-shadow:0 10px 25px rgba(0,0,0,0.15)}.match-badge{background-color:rgba(255,0,127,0.2);color:#ff4795;font-size:0.75rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:4px}.table-schedule th{background-color:var(--primary-light);color:#ffffff;font-weight:600;border:none}.table-schedule td{vertical-align:middle;border-color:var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-box{background:#ffffff;border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background-color:var(--primary);color:#ffffff;padding:0.75rem 1rem;font-weight:700;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{padding:0.75rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-item:last-child{border-bottom:none}.team-flag-icon{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:8px}.news-img{height:200px;object-fit:cover;width:100%}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,180,216,0.1);color:var(--primary);box-shadow:none}footer{background-color:var(--primary);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--accent)}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.hero-section{padding:3.5rem 0}.live-ticker{margin-top:1rem}}