:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0d1e3d;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f9f59;--accent-hover:#0b7c44;--accent-2:#f59e0b;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s ease}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;line-height:1.6}p,li,td,small{color:var(--text-main)}.text-muted{color:var(--text-muted) !important}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.75rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.navbar-custom .nav-link:hover{color:var(--accent)}section{padding:5rem 0}.section-title{font-weight:800;color:var(--surface-strong);margin-bottom:2.5rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#162a4e 100%);color:var(--text-light);padding:6rem 0;position:relative;overflow:hidden}.hero-section h1{font-size:2.75rem;font-weight:800;line-height:1.25;color:var(--text-light);margin-bottom:1.5rem}.hero-section p{color:#cbd5e1;font-size:1.125rem;margin-bottom:2rem}.hero-badge{display:inline-flex;align-items:center;gap:8px;background-color:rgba(15,159,89,0.2);border:1px solid var(--accent);color:#34d399;padding:6px 16px;border-radius:30px;font-weight:600;margin-bottom:1.5rem}.hero-img-container img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto}.score-ticker-section{background-color:#0b1528;padding:1rem 0;border-bottom:4px solid var(--accent)}.score-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:0.75rem 1.25rem;min-width:260px;margin-right:1rem;display:inline-block}.score-card .team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.score-card .team-name{font-weight:600;color:var(--text-light)}.score-card .team-score{font-weight:800;color:var(--accent-2)}.score-card .match-meta{font-size:0.75rem;color:#94a3b8;display:flex;justify-content:space-between;margin-top:6px}.schedule-table-wrap{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 4px 20px rgba(0,0,0,0.05);padding:1.5rem;overflow-x:auto}.schedule-table th{background-color:#f8fafc;color:var(--surface-strong);font-weight:700;border-bottom:2px solid var(--border)}.schedule-table td{vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);box-shadow:0 4px 15px rgba(0,0,0,0.02);overflow:hidden;transition:var(--transition)}.group-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.group-header{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700;text-align:center}.group-list-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border)}.group-list-item:last-child{border-bottom:none}.team-badge-card{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;text-align:center;border:1px solid var(--border);transition:var(--transition)}.team-badge-card:hover{border-color:var(--accent);box-shadow:0 6px 20px rgba(15,159,89,0.1)}.team-flag-placeholder{width:70px;height:70px;border-radius:50%;background-color:#e2e8f0;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;color:var(--surface-strong);border:3px solid var(--border)}.stadium-showcase{background:var(--surface-strong);color:var(--text-light)}.stadium-showcase .section-title{color:var(--text-light)}.stadium-showcase p{color:#cbd5e1}.news-grid-main{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.05);border:1px solid var(--border)}.news-list-item{background:var(--surface);border-radius:var(--card-radius);padding:1.25rem;border:1px solid var(--border);transition:var(--transition)}.news-list-item:hover{border-color:var(--accent)}.guide-box{background:var(--surface);border-radius:var(--card-radius);border-left:5px solid var(--accent);padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,0.02);height:100%}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent);box-shadow:none}footer{background-color:#081121;color:#cbd5e1;padding:4rem 0 2rem;border-top:5px solid var(--accent)}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}.ticker-track{display:flex;overflow-x:auto;white-space:nowrap;padding-bottom:0.5rem}.ticker-track::-webkit-scrollbar{height:4px}.ticker-track::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}@media (max-width:768px){.hero-section h1{font-size:2rem}section{padding:3rem 0}}