:root{--page-bg:#f5f8fa;--surface:#ffffff;--surface-strong:#0d1e3d;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-2:#10b981;--border:#e2e8f0;--shadow:0 4px 15px rgba(0,0,0,0.05);--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}.header-nav{background-color:var(--surface-strong);box-shadow:var(--shadow);position:sticky;top:0;z-index:1030}.header-nav .navbar-brand{font-weight:700;color:var(--text-light) !important;display:flex;align-items:center;gap:10px}.header-nav .navbar-brand img{max-height:40px;width:auto}.header-nav .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:var(--transition)}.header-nav .nav-link:hover{color:var(--accent-2) !important}.hero-section{background:linear-gradient(135deg,#0d1e3d 0%,#1e3a8a 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,transparent 20%,rgba(0,0,0,0.4) 100%);z-index:1}.hero-container{position:relative;z-index:2}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-tag{background-color:var(--accent-2);color:#fff;font-size:0.85rem;font-weight:600;padding:6px 16px;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-img-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);transition:var(--transition);height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.score-card{background:var(--surface);border-radius:12px;border-left:5px solid var(--accent);padding:1.5rem;margin-bottom:1rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.8rem}.team-info{display:flex;align-items:center;gap:12px;font-weight:600}.team-flag-placeholder{width:30px;height:20px;background:#e2e8f0;border-radius:3px;display:inline-block;text-align:center;line-height:20px;font-size:0.65rem;color:#64748b}.score-num{font-size:1.25rem;font-weight:800;color:var(--accent)}.match-meta{font-size:0.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.8rem;margin-top:0.8rem;display:flex;justify-content:space-between}.group-table{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.group-header{background-color:var(--surface-strong);color:var(--text-light);padding:12px;font-weight:600;text-align:center}.group-table table{margin-bottom:0}.group-table th{background-color:#f1f5f9;font-size:0.85rem;color:var(--text-muted)}.schedule-timeline{position:relative;padding-left:20px;border-left:2px solid var(--border)}.schedule-item{position:relative;margin-bottom:2rem}.schedule-item::before{content:'';position:absolute;left:-27px;top:5px;width:12px;height:12px;border-radius:50%;background-color:var(--accent-2);border:2px solid var(--surface)}.guide-box{background-color:#fff;border:1px dashed var(--accent);border-radius:12px;padding:20px}.faq-item{border-bottom:1px solid var(--border);padding:15px 0}.faq-question{font-weight:600;color:var(--surface-strong);margin-bottom:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);font-size:0.95rem}.site-footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 20px;font-size:0.9rem}.site-footer h5{color:var(--text-light);font-weight:600;margin-bottom:1.5rem}.site-footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition)}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:40px}@media (max-width:768px){.hero-section{padding:40px 0}.hero-section h1{font-size:1.8rem}.section-title{font-size:1.5rem}}