:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--surface-accent:#0f1c3f;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0066cc;--accent-2:#ff4500;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:700;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light) !important;text-decoration:underline}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,var(--surface-accent) 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(0,102,204,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}.hero-title span{color:var(--accent-2)}.hero-tag{background-color:rgba(255,69,0,0.2);color:var(--accent-2);padding:6px 16px;border-radius:30px;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-weight:800;color:var(--surface-strong);font-size:2rem;position:relative;display:inline-block;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem}.score-card{background:var(--surface);border-left:5px solid var(--accent);border-radius:8px;padding:15px;display:flex;align-items:center;justify-content:space-between}.score-card.live{border-left-color:var(--accent-2)}.score-team{display:flex;align-items:center;gap:10px;font-weight:600}.score-status{font-size:0.8rem;padding:3px 8px;border-radius:4px;font-weight:500}.status-ended{background-color:var(--border);color:var(--text-muted)}.status-upcoming{background-color:rgba(0,102,204,0.1);color:var(--accent)}.status-live{background-color:rgba(255,69,0,0.1);color:var(--accent-2);animation:pulse 2s infinite}.table-responsive{border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.table-custom{margin-bottom:0;background:var(--surface)}.table-custom th{background-color:var(--surface-strong);color:var(--text-light);font-weight:600;border:none;padding:15px}.table-custom td{padding:15px;vertical-align:middle;border-bottom:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:20px}.group-header{background:var(--surface-strong);color:var(--text-light);padding:8px 15px;border-radius:6px;font-weight:700;margin-bottom:15px;text-align:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed var(--border)}.group-team-item:last-child{border-bottom:none}.news-featured{position:relative;border-radius:var(--card-radius);overflow:hidden;height:100%;min-height:350px}.news-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);padding:30px 20px 20px;color:#fff}.news-list-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid var(--border)}.news-list-item:first-child{padding-top:0}.news-list-item:last-child{border-bottom:none;padding-bottom:0}.news-thumb{width:100px;height:70px;object-fit:cover;border-radius:6px}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:15px;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,102,204,0.05);color:var(--accent)}.footer-custom{background-color:var(--surface-strong);color:rgba(248,250,252,0.7);padding:60px 0 20px}.footer-custom h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}.footer-custom a{color:rgba(248,250,252,0.7);text-decoration:none;transition:var(--transition)}.footer-custom a:hover{color:var(--text-light);text-decoration:underline}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:40px 0}.section-header{margin-bottom:1.8rem}.section-header h2{font-size:1.6rem}}