:root{--primary-color:#0d1b2a;--secondary-color:#1b263b;--accent-color:#00b4d8;--accent-green:#2ec4b6;--text-light:#f8f9fa;--text-dark:#212529;--text-muted:#6c757d;--bg-light:#f4f7f6;--border-color:#e2e8f0;--border-radius-custom:12px;--transition-speed:0.3s}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}a{text-decoration:none;color:var(--accent-color);transition:color var(--transition-speed)}a:hover{color:var(--accent-green)}.navbar-custom{background-color:var(--primary-color);padding:15px 0;box-shadow:0 4px 10px rgba(0,0,0,0.15)}.navbar-brand-custom{display:flex;align-items:center;font-weight:700;font-size:1.3rem;color:var(--text-light) !important}.navbar-brand-custom img{max-height:40px;margin-right:10px}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:8px 16px !important;border-radius:6px;transition:all var(--transition-speed)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--text-light) !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-desc{font-size:1.15rem;opacity:0.9;margin-bottom:30px}.hero-image-wrapper{position:relative;border-radius:var(--border-radius-custom);overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,0.3)}.hero-image-wrapper img{width:100%;height:auto;display:block}.quick-facts-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:var(--border-radius-custom);padding:20px;backdrop-filter:blur(5px)}.quick-fact-item{border-bottom:1px dashed rgba(255,255,255,0.2);padding:12px 0}.quick-fact-item:last-child{border-bottom:none}.section-padding{padding:70px 0}.section-title{font-weight:700;font-size:2rem;margin-bottom:15px;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent-color);margin-top:8px;border-radius:2px}.section-desc{color:var(--text-muted);margin-bottom:45px;max-width:700px}.score-card{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);padding:20px;box-shadow:var(--card-shadow);transition:transform var(--transition-speed)}.score-card:hover{transform:translateY(-5px)}.match-status{font-size:0.85rem;font-weight:600;text-transform:uppercase;padding:3px 10px;border-radius:20px;display:inline-block}.status-upcoming{background-color:#e3f2fd;color:#0d47a1}.status-live{background-color:#ffebee;color:#c62828;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-custom{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.table-custom{margin-bottom:0}.table-custom th{background-color:#f8fafc;color:var(--text-dark);font-weight:600;border-bottom:2px solid var(--border-color);padding:15px}.table-custom td{padding:15px;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.group-header{background-color:var(--secondary-color);color:var(--text-light);padding:12px 15px;font-weight:600;text-align:center}.group-team-list{padding:15px;margin:0;list-style:none}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9}.group-team-item:last-child{border-bottom:none}.team-profile-card{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);padding:24px;text-align:center;height:100%}.team-icon{width:70px;height:70px;background-color:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:1.8rem;color:var(--accent-color)}.news-large-card{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);overflow:hidden;height:100%}.news-large-body{padding:25px}.news-list-item{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);padding:18px;margin-bottom:15px;transition:all var(--transition-speed)}.news-list-item:hover{border-color:var(--accent-color);transform:translateX(5px)}.guide-box{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);overflow:hidden}.guide-image-wrapper img{width:100%;height:auto;object-fit:cover}.faq-item{background:white;border-radius:var(--border-radius-custom);border:1px solid var(--border-color);margin-bottom:15px;overflow:hidden}.faq-question{padding:20px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:white;user-select:none}.faq-answer{padding:0 20px 20px 20px;color:var(--text-muted);display:none}.footer-custom{background-color:var(--primary-color);color:rgba(255,255,255,0.75);padding:60px 0 30px;border-top:5px solid var(--accent-color)}.footer-title{color:var(--text-light);font-weight:600;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:rgba(255,255,255,0.7)}.footer-links a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-padding{padding:50px 0}}