:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#10b981;--accent-2:#0284c7;--accent-3:#ef4444;--border:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1030}.navbar-brand img{height:40px;width:auto}.nav-link{color:var(--text-main);font-weight:500;transition:color 0.3s}.nav-link:hover{color:var(--accent-2)}.hero-section{padding:120px 0 80px;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;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-badge{background-color:rgba(16,185,129,0.2);color:var(--accent);border:1px solid rgba(16,185,129,0.3);padding:6px 16px;border-radius:30px;font-size:0.9rem;display:inline-block;margin-bottom:20px}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-title span{color:var(--accent)}.hero-desc{color:#94a3b8;font-size:1.1rem;margin-bottom:30px}section{padding:80px 0;border-bottom:1px solid var(--border)}.section-light{background-color:var(--surface)}.section-title{position:relative;font-weight:700;color:var(--surface-strong);margin-bottom:15px}.section-subtitle{color:var(--text-muted);margin-bottom:45px;max-width:600px}.status-bar-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:20px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;background-color:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:0.4}50%{opacity:1}100%{opacity:0.4}}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.match-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.match-header{background-color:#f8fafc;padding:12px 20px;border-bottom:1px solid var(--border);font-size:0.85rem;color:var(--text-muted)}.match-body{padding:24px 20px}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.team-row:last-child{margin-bottom:0}.team-info{display:flex;align-items:center;gap:12px}.team-flag-placeholder{width:28px;height:20px;background-color:#e2e8f0;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:bold;color:#64748b}.team-name{font-weight:600}.match-score{font-weight:700;font-size:1.2rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background-color:var(--accent-2);color:#ffffff;padding:12px 15px;font-weight:700;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{padding:12px 15px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;font-size:0.95rem}.group-item:last-child{border-bottom:none}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:24px;text-align:center;height:100%;transition:border-color 0.3s}.team-card:hover{border-color:var(--accent-2)}.team-avatar{width:64px;height:64px;background-color:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:1.5rem;color:var(--accent-2)}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;height:100%}.info-card img{width:100%;height:220px;object-fit:cover}.info-body{padding:24px}.accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:12px;overflow:hidden}.accordion-button{font-weight:600;color:var(--surface-strong)}.accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--accent)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px;font-size:0.95rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent)}footer .footer-title{color:#ffffff;font-weight:600;margin-bottom:20px}.scroll-x-container{display:flex;overflow-x:auto;gap:16px;padding-bottom:12px;scrollbar-width:thin}.scroll-x-container::-webkit-scrollbar{height:6px}.scroll-x-container::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}