:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f4c81;--accent-red:#d90429;--accent-green:#10b981;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0f4c81 0%,#1d4ed8 100%);--hero-gradient:linear-gradient(180deg,rgba(15,23,42,0.9) 0%,rgba(15,23,42,0.95) 100%)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08)}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:all 0.3s ease}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background-color:var(--surface-strong);color:#ffffff;padding:100px 0 80px 0;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(15,76,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;background:linear-gradient(135deg,#ffffff 0%,#cbd5e1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);position:relative;margin-bottom:1.5rem}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--accent);margin-top:8px;border-radius:2px}.match-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);padding:1rem;margin-bottom:1rem}.match-header{font-size:0.85rem;color:var(--text-muted);border-bottom:1px dashed var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin:0.5rem 0}.team-name{font-weight:600;font-size:1.05rem}.team-score{font-weight:700;font-size:1.25rem;color:var(--accent)}.group-table{width:100%;border-collapse:separate;border-spacing:0}.group-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:0.75rem;text-align:center}.group-table td{padding:0.75rem;text-align:center;border-bottom:1px solid var(--border)}.group-table tr:last-child td{border-bottom:none}.group-card-header{background:var(--primary-gradient);color:#ffffff;font-weight:700;padding:0.75rem;border-radius:10px 10px 0 0;text-align:center}.team-badge-card{text-align:center;padding:1.5rem 1rem}.team-badge-icon{font-size:2.5rem;color:var(--accent);margin-bottom:0.75rem}.guide-step{position:relative;padding-left:2.5rem;margin-bottom:1.5rem}.guide-step::before{content:"\F26E";font-family:"bootstrap-icons";position:absolute;left:0;top:0;font-size:1.5rem;color:var(--accent-red)}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-question{font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);margin-top:0.5rem;font-size:0.95rem}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;font-size:0.9rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:#ffffff}.footer-title{color:#ffffff;font-weight:600;margin-bottom:1.25rem}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding-bottom:0.5rem}.scroll-x-container::-webkit-scrollbar{height:4px}.scroll-x-container::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:4px}