:root{--wc-primary:#0a2540;--wc-secondary:#00d4b2;--wc-accent-red:#ff3366;--wc-accent-blue:#0052cc;--wc-bg-light:#f4f7fa;--wc-card-bg:#ffffff;--text-main:#1a2b49;--text-muted:#5e6e85;--border-color:#e2e8f0;--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--wc-bg-light);color:var(--text-main);line-height:1.6}.navbar{background-color:var(--wc-primary);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:15px 0}.navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:var(--wc-secondary) !important}.hero-section{background:linear-gradient(135deg,#0a2540 0%,#16385c 100%);color:#ffffff;padding:80px 0;border-bottom:5px solid var(--wc-secondary)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:30px;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.hero-img{border-radius:var(--border-radius);box-shadow:0 15px 30px rgba(0,0,0,0.3);object-fit:cover}.card-custom{background-color:var(--wc-card-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:24px;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.section-title{font-size:2rem;font-weight:700;position:relative;padding-bottom:12px;margin-bottom:30px;color:var(--wc-primary)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--wc-secondary);border-radius:2px}.match-card{border-left:5px solid var(--wc-accent-blue);margin-bottom:15px}.match-time{font-size:0.85rem;color:var(--text-muted);font-weight:bold}.team-row{display:flex;justify-content:space-between;align-items:center;margin:5px 0}.team-name{font-weight:600}.match-status{font-size:0.8rem;padding:3px 8px;border-radius:20px;background-color:#e2e8f0;color:var(--text-main);font-weight:500}.group-badge{background-color:var(--wc-primary);color:#ffffff;font-weight:bold;padding:8px 16px;border-radius:6px;display:inline-block;margin-bottom:15px}.group-list{list-style:none;padding-left:0;margin-bottom:0}.group-list li{padding:10px 12px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.group-list li:last-child{border-bottom:none}.guide-item{display:flex;gap:15px;margin-bottom:20px}.guide-icon{width:50px;height:50px;background-color:rgba(0,212,178,0.15);color:var(--wc-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:var(--border-radius) !important;margin-bottom:10px;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--wc-primary);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.05);color:var(--wc-primary)}footer{background-color:var(--wc-primary);color:rgba(255,255,255,0.8);padding:60px 0 30px;border-top:5px solid var(--wc-accent-red)}footer h5{color:#ffffff;font-weight:700;margin-bottom:20px}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--wc-secondary)}@media (max-width:991px){.hero-title{font-size:2.2rem}.section-title{font-size:1.7rem}}