:root{--primary-rgb:15,23,42;--primary-color:#0f172a;--secondary-color:#0284c7;--accent-color:#10b981;--accent-hover:#059669;--bg-light:#f8fafc;--card-bg:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#cbd5e1;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);background-color:var(--bg-light);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--secondary-color);padding:12px 0;transition:all 0.3s ease}.navbar-custom .navbar-brand{font-weight:800;font-size:1.4rem;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:600;font-size:0.95rem;padding:8px 16px !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-color) !important}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.navbar-toggler-icon{filter:invert(1)}section{padding:70px 0;border-bottom:1px solid rgba(0,0,0,0.05)}.section-title{position:relative;font-weight:800;color:var(--primary-color);margin-bottom:1.5rem;font-size:2.1rem;letter-spacing:-0.025em}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--secondary-color);margin-top:10px;border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem;max-width:700px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:120px 0 80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background:rgba(2,132,199,0.2);color:#38bdf8;padding:6px 16px;border-radius:50px;font-weight:700;font-size:0.85rem;text-transform:uppercase;display:inline-block;margin-bottom:20px;border:1px solid rgba(2,132,199,0.3)}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:25px;letter-spacing:-0.03em;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:35px;line-height:1.7}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1)}.hero-img-wrap img{width:100%;height:auto;display:block}.hero-stats{background:rgba(255,255,255,0.05);border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,0.08);backdrop-filter:blur(5px)}.stat-item{text-align:center;padding:10px}.stat-val{font-size:1.8rem;font-weight:800;color:var(--accent-color);display:block}.stat-label{font-size:0.85rem;color:#94a3b8}.custom-card{background:var(--card-bg);border-radius:12px;border:1px solid #e2e8f0;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -8px rgba(0,0,0,0.1);border-color:var(--secondary-color)}.match-bar{background:#ffffff;border-left:5px solid var(--secondary-color);border-radius:8px;padding:15px 20px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;border:1px solid #e2e8f0;border-top-left-radius:0;border-bottom-left-radius:0}.match-info-meta{font-size:0.8rem;color:var(--text-muted);font-weight:600}.match-team-wrap{display:flex;align-items:center;gap:15px;font-weight:700;font-size:1rem;color:var(--primary-color)}.match-score-badge{background:#f1f5f9;padding:4px 12px;border-radius:6px;font-family:monospace;font-size:1.1rem;font-weight:800;color:var(--primary-color);letter-spacing:2px}.match-status{font-size:0.8rem;padding:3px 8px;border-radius:4px;font-weight:700}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse-live 2s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;padding:15px;margin-bottom:20px}.group-header{background:var(--primary-color);color:#ffffff;font-weight:800;padding:8px 12px;border-radius:6px;margin-bottom:12px;text-align:center;font-size:1.1rem}.group-table{width:100%;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:600;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.group-table td{padding:8px 0;border-bottom:1px solid #f1f5f9}.group-table tr:last-child td{border-bottom:none}.team-flag-name{display:flex;align-items:center;gap:8px;font-weight:600}.team-avatar{width:100%;height:180px;object-fit:cover;border-bottom:1px solid #f1f5f9}.guide-item{display:flex;gap:20px;margin-bottom:25px}.guide-icon-box{background:#f0fdf4;color:var(--accent-color);width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;border:1px solid #d1fae5}.guide-content h4{font-size:1.15rem;font-weight:700;color:var(--primary-color);margin-bottom:6px}.guide-content p{color:var(--text-muted);font-size:0.92rem;margin-bottom:0}.faq-accordion .accordion-item{border:1px solid #e2e8f0;border-radius:8px !important;margin-bottom:15px;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--primary-color);background-color:#ffffff;box-shadow:none}.faq-accordion .accordion-button:not(.collapsed){background-color:#f8fafc;color:var(--secondary-color)}.faq-accordion .accordion-body{color:#334155;line-height:1.7;font-size:0.95rem}.footer{background:#0f172a;color:#94a3b8;padding:60px 0 30px 0;font-size:0.9rem;border-top:4px solid var(--accent-color)}.footer-brand{color:#ffffff;font-weight:800;font-size:1.5rem;margin-bottom:20px;display:block}.footer h5{color:#ffffff;font-weight:700;font-size:1.1rem;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:25px;margin-top:40px;text-align:center}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-title{font-size:1.8rem}.match-bar{flex-direction:column;align-items:flex-start;gap:12px}.match-score-badge{align-self:flex-start}}