:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-red:#ef4444;--accent-green:#22c55e;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden}.navbar{background-color:var(--surface-strong);padding:0.8rem 1rem;transition:var(--transition)}.navbar-brand{color:#ffffff !important;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;transition:var(--transition)}.nav-link:hover{color:#ffffff !important;text-shadow:0 0 10px rgba(255,255,255,0.5)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-title h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}.hero-image{border-radius:12px;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3);max-width:100%;height:auto}.status-bar{background-color:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);margin-top:-3rem;position:relative;z-index:10;padding:1.5rem}.status-title{font-size:0.9rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:0.05em}.section-card{background-color:var(--surface);border-radius:12px;padding:2rem;box-shadow:var(--card-shadow);margin-bottom:2rem;border:1px solid var(--border)}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-left:1rem;color:var(--surface-strong)}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background-color:var(--accent);border-radius:4px}.match-card{background:#f8fafc;border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid var(--border);transition:var(--transition)}.match-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow)}.team-flag{width:30px;height:20px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow)}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:600}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;font-size:0.9rem}.news-item{border-bottom:1px solid var(--border);padding-bottom:1.25rem;margin-bottom:1.25rem}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-title{font-weight:600;font-size:1.1rem;color:var(--text-main);margin-bottom:0.5rem}.faq-item{background:#f8fafc;border-radius:8px;margin-bottom:1rem;border:1px solid var(--border)}.faq-question{padding:1rem;font-weight:600;cursor:pointer;color:var(--surface-strong)}.faq-answer{padding:0 1rem 1rem 1rem;color:var(--text-muted);font-size:0.95rem;line-height:1.6}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem 0;margin-top:4rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title h1{font-size:2rem}.status-bar{margin-top:1.5rem}}