:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-gradient:linear-gradient(135deg,#0284c7 0%,#0d9488 100%);--accent-crimson:#e11d48;--border:#e2e8f0;--border-hover:#cbd5e1;--card-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -2px rgba(0,0,0,0.05);--card-shadow-hover:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}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}.navbar{background-color:rgba(15,23,42,0.95) !important;backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem;transition:all 0.3s ease}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:800;letter-spacing:0.5px}.nav-link{color:#cbd5e1 !important;font-weight:500;margin:0 0.25rem;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:#38bdf8 !important}.hero-section{background:linear-gradient(180deg,rgba(15,23,42,0.9) 0%,rgba(15,23,42,0.95) 100%);position:relative;padding:120px 0 80px;color:var(--text-light);overflow:hidden}.hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0.15;z-index:-1}.hero-tag{background:rgba(2,132,199,0.2);border:1px solid rgba(2,132,199,0.4);color:#38bdf8;padding:0.4rem 1rem;border-radius:50px;font-weight:600;font-size:0.9rem;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:768px){.hero-title{font-size:2rem}}.hero-desc{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem;max-width:700px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover);border-color:var(--border-hover)}.section-title{font-size:2rem;font-weight:800;position:relative;margin-bottom:2.5rem;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:var(--accent-gradient);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.stat-badge{font-size:0.8rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.badge-live{background-color:rgba(225,29,72,0.1);color:var(--accent-crimson);border:1px solid rgba(225,29,72,0.2)}.badge-upcoming{background-color:rgba(2,132,199,0.1);color:var(--accent);border:1px solid rgba(2,132,199,0.2)}.badge-finished{background-color:rgba(100,116,139,0.1);color:var(--text-muted);border:1px solid rgba(100,116,139,0.2)}.match-row{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border);transition:background-color 0.2s ease}.match-row:last-child{border-bottom:none}.match-row:hover{background-color:var(--surface-muted)}.match-team{display:flex;align-items:center;width:35%}.match-team-right{justify-content:flex-end;text-align:right}.team-flag{width:28px;height:20px;object-fit:cover;border-radius:2px;margin:0 0.75rem;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.match-score-area{width:30%;text-align:center}.score-box{background-color:var(--surface-muted);font-weight:800;font-size:1.25rem;padding:0.3rem 0.8rem;border-radius:6px;display:inline-block;min-width:60px}.score-box.live{background-color:var(--accent-crimson);color:white;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.7}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-table{width:100%;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border);padding:0.5rem}.group-table td{padding:0.6rem 0.5rem;border-bottom:1px solid var(--border);vertical-align:middle}.group-table tr:last-child td{border-bottom:none}.qualified{border-left:3px solid #10b981}.table-responsive-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.guide-step{display:flex;margin-bottom:1.5rem}.guide-step-icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--accent-gradient);color:white;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:1rem}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}.accordion-button:focus{box-shadow:none;border-color:rgba(2,132,199,0.5)}.accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.95rem;border-top:4px solid var(--accent)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:#38bdf8}footer .footer-title{color:var(--text-light);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}