:root{--primary-color:#0d3b66;--secondary-color:#00a86b;--accent-color:#d62246;--bg-light:#f7f9fc;--bg-white:#ffffff;--text-dark:#1a202c;--text-muted:#5a6e85;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar{background-color:var(--bg-white);box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-dark) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link:hover{color:var(--secondary-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#1d5288 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-tagline{font-size:1.25rem;color:rgba(255,255,255,0.9);margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-title{font-weight:700;color:var(--primary-color);margin-bottom:0.5rem;position:relative;display:inline-block}.section-subtitle{color:var(--text-muted);margin-bottom:2.5rem}.section-padding{padding:5rem 0}.bg-white-block{background-color:var(--bg-white)}.custom-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:10px;padding:1.5rem;box-shadow:var(--card-shadow);transition:var(--transition-smooth);height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.match-card{background:var(--bg-white);border-left:5px solid var(--secondary-color);border-radius:8px;padding:1.2rem;margin-bottom:1rem;box-shadow:var(--card-shadow)}.match-card.live{border-left-color:var(--accent-color)}.team-flag{width:30px;height:20px;object-fit:cover;border-radius:2px;margin-right:8px}.match-time{font-size:0.85rem;color:var(--text-muted);font-weight:600}.group-table{background:var(--bg-white);border-radius:8px;overflow:hidden;box-shadow:var(--card-shadow)}.group-table th{background-color:var(--primary-color);color:#ffffff;font-weight:500;border:none}.news-img{border-radius:8px 8px 0 0;width:100%;height:200px;object-fit:cover}.news-card{border:none;border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);background:var(--bg-white)}.guide-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.guide-icon{background:rgba(13,59,102,0.1);color:var(--primary-color);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:1rem;flex-shrink:0}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--bg-white)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,59,102,0.03);color:var(--primary-color);box-shadow:none}footer{background-color:var(--primary-color);color:#e2e8f0;padding:4rem 0 2rem}footer a{color:#a0aec0;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:#ffffff}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-section h1{font-size:2rem}.section-padding{padding:3rem 0}}