:root{--primary:#0052cc;--primary-dark:#071d49;--accent:#ff4757;--accent-green:#2ed573;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--hero-gradient:linear-gradient(135deg,#071d49 0%,#0a2d6c 50%,#104095 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-dark);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:600;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.navbar-custom .navbar-toggler{border-color:rgba(255,255,255,0.2);padding:0.4rem 0.8rem}.hero-section{background:var(--hero-gradient);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,71,87,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-section h1 span{color:var(--accent)}.hero-section p{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:2rem}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover}.section-padding{padding:4.5rem 0}.section-title{font-size:2rem;font-weight:700;color:var(--primary-dark);margin-bottom:2rem;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent);margin-top:0.5rem;border-radius:2px}.custom-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);transition:all 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.06)}.ticker-wrapper{background-color:#ffffff;border-bottom:1px solid var(--border-color);padding:0.75rem 0}.score-item{display:inline-flex;align-items:center;background:var(--bg-light);padding:0.5rem 1rem;border-radius:8px;margin-right:1rem;font-size:0.9rem;border:1px solid var(--border-color);white-space:nowrap}.score-status{font-size:0.75rem;padding:0.15rem 0.4rem;border-radius:4px;font-weight:bold;margin-right:0.5rem}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 1.5s infinite}.status-ended{background-color:#dcfce7;color:#15803d}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.table-responsive-custom{background-color:#ffffff;border-radius:12px;border:1px solid var(--border-color);overflow:hidden}.table-responsive-custom table{margin-bottom:0}.table-responsive-custom th{background-color:var(--primary-dark);color:#ffffff;font-weight:600;border:none;padding:1rem}.table-responsive-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background-color:#ffffff;border-radius:12px;border:1px solid var(--border-color);overflow:hidden}.group-header{background-color:var(--primary);color:#ffffff;padding:0.75rem 1rem;font-weight:700;text-align:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border-color)}.group-team-item:last-child{border-bottom:none}.accordion-custom .accordion-item{border:1px solid var(--border-color);border-radius:12px !important;margin-bottom:1rem;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--primary-dark);background-color:#ffffff;box-shadow:none;padding:1.2rem}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(0,82,204,0.05);color:var(--primary)}.accordion-custom .accordion-body{padding:1.2rem;background-color:#ffffff;color:var(--text-main)}.footer-custom{background-color:var(--primary-dark);color:#ffffff;padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-custom a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--accent)}.footer-brand{font-weight:800;font-size:1.5rem;margin-bottom:1rem;display:inline-block}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem;font-size:0.85rem;color:rgba(255,255,255,0.6)}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-section h1{font-size:2rem}.section-padding{padding:3rem 0}.section-title{font-size:1.6rem}}