:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0d1e3d;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#ff4a5a;--accent-blue:#1e40af;--accent-green:#10b981;--border:#e2e8f0;--card-shadow:0 4px 12px rgba(15,23,42,0.05);--transition:all 0.3s ease}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;overflow-x:hidden}.custom-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:1.5rem;margin-bottom:1.5rem;transition:var(--transition)}.custom-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,23,42,0.08)}.navbar{background-color:var(--surface-strong);padding:0.8rem 1.5rem;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light) !important;font-weight:700}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:4rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,74,90,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background:rgba(255,74,90,0.15);color:var(--accent);border:1px solid rgba(255,74,90,0.3);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem;font-weight:600}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{color:rgba(248,250,252,0.85);font-size:1.1rem;margin-bottom:2rem}.hero-img-container img{border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.status-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:0.75rem 0}.status-item{display:flex;align-items:center;justify-content:center;gap:10px;font-size:0.9rem;color:var(--text-muted);border-right:1px solid var(--border)}.status-item:last-child{border-right:none}.status-indicator{width:8px;height:8px;border-radius:50%;background-color:var(--accent-green);animation:pulse 1.5s infinite}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.group-header{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.group-list{padding:0.5rem 0;list-style:none;margin:0}.group-list li{padding:0.5rem 1rem;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(0,0,0,0.03);font-weight:500}.group-list li:last-child{border-bottom:none}.match-card{border-left:4px solid var(--accent-blue)}.match-header{display:flex;justify-content:space-between;font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem}.match-teams{display:flex;flex-direction:column;gap:0.5rem}.match-team-row{display:flex;justify-content:space-between;align-items:center;font-weight:600}.match-score{font-size:1.1rem;font-weight:700;color:var(--accent)}.timeline{position:relative;padding-left:2rem}.timeline::before{content:'';position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--border)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-29px;top:5px;width:16px;height:16px;border-radius:50%;background:var(--accent);border:4px solid var(--surface);box-shadow:0 0 0 2px var(--accent)}.timeline-year{font-weight:700;color:var(--accent-blue);margin-bottom:0.25rem}.guide-card img{border-radius:8px;margin-bottom:1rem;object-fit:cover;width:100%}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(30,64,175,0.05);color:var(--accent-blue)}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.8);padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}footer a{color:rgba(248,250,252,0.7);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent)}footer h5{color:var(--text-light);font-weight:600;margin-bottom:1.5rem}.section-title{position:relative;font-weight:800;margin-bottom:2rem;padding-bottom:0.75rem;color:var(--text-main)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}@keyframes pulse{0%{transform:scale(0.95);opacity:0.5}50%{transform:scale(1.1);opacity:1}100%{transform:scale(0.95);opacity:0.5}}@media (max-width:768px){.hero-title{font-size:1.8rem}.status-item{border-right:none;border-bottom:1px solid var(--border);padding:0.5rem 0}.status-item:last-child{border-bottom:none}}