:root{--wc-primary:#0f172a;--wc-secondary:#0d9488;--wc-accent:#f59e0b;--wc-success:#10b981;--wc-light:#f8fafc;--wc-dark:#0f172a;--wc-border:#e2e8f0;--wc-text-main:#1e293b;--wc-text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--wc-light);color:var(--wc-text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--wc-secondary);transition:all 0.3s ease}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--wc-accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:100px 0 80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,var(--wc-light),transparent)}.hero-badge{background-color:rgba(13,148,136,0.2);border:1px solid var(--wc-secondary);color:#38bdf8;padding:0.5rem 1rem;border-radius:30px;display:inline-block;font-size:0.9rem;font-weight:600;margin-bottom:1.5rem}.wc-card{background:#ffffff;border-radius:12px;border:1px solid var(--wc-border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.wc-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.match-card{background:#ffffff;border-left:4px solid var(--wc-secondary);border-radius:8px;padding:1rem;margin-bottom:1rem;border-top:1px solid var(--wc-border);border-right:1px solid var(--wc-border);border-bottom:1px solid var(--wc-border)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.match-badge.scheduled{background-color:#f1f5f9;color:#475569}.match-badge.live{background-color:#fef2f2;color:#ef4444;animation:pulse 2s infinite}.group-table{width:100%;margin-bottom:0}.group-table th{background-color:#f1f5f9;color:var(--wc-text-main);font-weight:600;font-size:0.85rem;border-bottom:2px solid var(--wc-border)}.group-table td{font-size:0.9rem;vertical-align:middle;border-bottom:1px solid var(--wc-border)}.news-img-box{position:relative;overflow:hidden;aspect-ratio:16/10}.news-img-box img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.news-card:hover .news-img-box img{transform:scale(1.05)}.accordion-custom .accordion-item{border:1px solid var(--wc-border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-custom .accordion-button{background-color:#ffffff;color:var(--wc-text-main);font-weight:600}.accordion-custom .accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--wc-secondary);box-shadow:none}footer{background-color:var(--wc-dark);color:#94a3b8;border-top:4px solid var(--wc-secondary)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--wc-accent)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--wc-secondary);border-radius:2px}.section-title-center{text-align:center;position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700}.section-title-center::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--wc-secondary);border-radius:2px}