:root{--primary-color:#0c2340;--secondary-color:#da291c;--accent-color:#006847;--gold-color:#c5a059;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-dark:#1a202c;--text-muted:#64748b;--border-color:#e2e8f0;--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--primary-color) !important;box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand{display:flex;align-items:center;font-weight:700;color:#ffffff !important;font-size:1.3rem}.navbar-brand img{max-height:40px;margin-right:10px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 0.5rem;transition:color var(--transition-speed)}.nav-link:hover,.nav-link.active{color:var(--gold-color) !important}.hero-section{background:linear-gradient(135deg,#0c2340 0%,#1d3557 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#c5a059);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-img{border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.3);max-width:100%;height:auto;border:3px solid rgba(255,255,255,0.1)}.status-strip{background-color:#ffffff;border-bottom:1px solid var(--border-color);padding:1rem 0;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.status-item{text-align:center;border-right:1px solid var(--border-color)}.status-item:last-child{border-right:none}.status-label{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.25rem;text-transform:uppercase}.status-value{font-weight:700;color:var(--primary-color);font-size:1.1rem}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-weight:700;color:var(--primary-color);font-size:2rem;margin-bottom:0.5rem}.section-header p{color:var(--text-muted);margin-bottom:0}.section-header::after{content:'';display:block;width:60px;height:4px;background-color:var(--secondary-color);margin-top:10px;border-radius:2px}.schedule-card{background-color:var(--bg-white);border-radius:10px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 6px rgba(0,0,0,0.02);border:1px solid var(--border-color);transition:transform var(--transition-speed),box-shadow var(--transition-speed)}.schedule-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.06)}.match-meta{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:1rem;border-bottom:1px dashed var(--border-color);padding-bottom:0.5rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.team-info{display:flex;align-items:center;font-weight:600}.team-flag-holder{width:28px;height:20px;background-color:#f1f5f9;border-radius:2px;margin-right:10px;display:inline-block;border:1px solid #e2e8f0}.score-display{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.group-card{background:#ffffff;border:1px solid var(--border-color);border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.02);height:100%}.group-header{background-color:var(--primary-color);color:#ffffff;padding:0.75rem 1rem;font-weight:700;text-align:center}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.8rem;color:var(--text-muted);background-color:#f8fafc;padding:0.5rem 0.75rem}.group-table td{font-size:0.9rem;padding:0.6rem 0.75rem;vertical-align:middle;border-bottom:1px solid #f1f5f9}.item-card{background:#ffffff;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.02);border:1px solid var(--border-color);transition:all var(--transition-speed);height:100%}.item-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.06)}.item-img-placeholder{height:180px;background:linear-gradient(135deg,#1d3557 0%,#0c2340 100%);display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:1.5rem;font-weight:bold}.item-body{padding:1.25rem}.item-tag{font-size:0.75rem;text-transform:uppercase;color:var(--secondary-color);font-weight:700;margin-bottom:0.5rem;display:inline-block}.item-title{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem;color:var(--primary-color)}.item-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.guide-box{background-color:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.03);border:1px solid var(--border-color)}.guide-content{padding:2.5rem}.guide-list-item{margin-bottom:1.5rem;display:flex;align-items:flex-start}.guide-icon{background-color:rgba(12,35,64,0.08);color:var(--primary-color);width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-right:1rem;flex-shrink:0}.guide-text h4{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem;color:var(--primary-color)}.guide-text p{font-size:0.92rem;color:var(--text-muted);margin-bottom:0}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:#ffffff;padding:1.1rem 1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:#f8fafc;color:var(--secondary-color);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);font-size:0.95rem;line-height:1.6;background-color:#ffffff}footer{background-color:var(--primary-color);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9rem}footer a{color:#94a3b8;text-decoration:none;transition:color var(--transition-speed)}footer a:hover{color:#ffffff}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;margin-bottom:1rem}.footer-logo img{max-height:45px;margin-right:12px}.footer-brand-text{font-weight:800;color:#ffffff;font-size:1.3rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;text-align:center;font-size:0.85rem}@media (max-width:991.98px){.hero-section{padding:3.5rem 0}.hero-title{font-size:2.2rem}.section-header h2{font-size:1.6rem}.guide-content{padding:1.5rem}}