:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#101c3d;--text-main:#2b303a;--text-muted:#6c757d;--accent:#0f5132;--accent-red:#c8102e;--accent-blue:#002868;--warning-gold:#ffc107;--border:#e9ecef;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar-brand img{height:40px;width:auto;margin-right:10px}.custom-nav{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.custom-nav .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.custom-nav .nav-link:hover{color:var(--warning-gold) !important}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 40%,#1e3a8a 100%);color:#ffffff;padding:80px 0;border-bottom:5px solid var(--accent-red)}.hero-title{font-weight:800;font-size:2.8rem;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-badge{background-color:var(--accent-red);color:#ffffff;font-weight:bold;padding:6px 16px;border-radius:20px;display:inline-block;margin-bottom:15px;font-size:0.9rem;letter-spacing:0.5px}.section-padding{padding:60px 0}.section-title{font-weight:700;position:relative;padding-bottom:15px;margin-bottom:35px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(to right,var(--accent-red),var(--accent-blue));border-radius:2px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,0.08)}.match-card{border-left:5px solid var(--accent-blue)}.match-badge{background-color:#f1f3f5;color:var(--text-muted);font-size:0.75rem;font-weight:600;padding:4px 8px;border-radius:4px}.match-team img{width:24px;height:16px;object-fit:cover;margin-right:8px;border:1px solid #dee2e6}.group-table{font-size:0.9rem}.group-table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600}.group-card-header{background-color:#e9ecef;font-weight:bold;color:var(--surface-strong);border-bottom:2px solid var(--border)}.guide-step{display:flex;align-items:flex-start;margin-bottom:25px}.guide-step-icon{width:45px;height:45px;background-color:rgba(13,110,253,0.1);color:var(--accent-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:15px;flex-shrink:0}.news-img{height:200px;object-fit:cover;width:100%}.accordion-button:not(.collapsed){background-color:rgba(0,40,104,0.05);color:var(--accent-blue);font-weight:600}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:50px 0 20px;font-size:0.9rem;border-top:5px solid var(--warning-gold)}footer a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--warning-gold)}.scroll-x-container{display:flex;overflow-x:auto;gap:15px;padding-bottom:10px;scrollbar-width:thin}.scroll-x-container::-webkit-scrollbar{height:6px}.scroll-x-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}