:root{--primary-rgb:13,110,253;--wc-green:#0d5c3a;--wc-gold:#f59e0b;--wc-blue:#1d4ed8;--wc-dark:#0f172a;--wc-light:#f8fafc;--wc-border:#e2e8f0;--text-main:#1e293b;--text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--wc-light);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar{background-color:rgba(15,23,42,0.95) !important;backdrop-filter:blur(10px);border-bottom:2px solid var(--wc-green);padding:0.8rem 1rem}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{font-weight:800;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:#e2e8f0 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link:focus{color:var(--wc-gold) !important}.btn-live{background-color:#ef4444;color:#fff;border:none;padding:0.4rem 1rem;border-radius:20px;font-weight:600;animation:pulse 2s infinite}.hero-section{background:linear-gradient(135deg,#022c22 0%,#0f172a 100%);color:#fff;padding:6rem 0 4rem 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(13,92,58,0.4) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-title span.brand-badge{background:linear-gradient(90deg,var(--wc-gold),#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:900}.hero-subtitle{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;border-left:4px solid var(--wc-gold);padding-left:1rem}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.4);object-fit:cover;width:100%;height:auto;border:1px solid rgba(255,255,255,0.1)}.metric-ribbon{background-color:#1e293b;border-top:1px solid rgba(255,255,255,0.1);border-bottom:4px solid var(--wc-green);padding:1.5rem 0}.metric-item{text-align:center;border-right:1px solid rgba(255,255,255,0.1)}.metric-item:last-child{border-right:none}.metric-number{font-size:2rem;font-weight:800;color:var(--wc-gold);line-height:1.2}.metric-label{font-size:0.85rem;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-top:0.25rem}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-weight:800;font-size:2.25rem;color:var(--wc-dark);position:relative;display:inline-block;margin-bottom:0.5rem}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:600px}.section-header::after{content:'';display:block;width:60px;height:4px;background-color:var(--wc-green);margin-top:0.5rem;border-radius:2px}.score-card{background:#fff;border-radius:12px;border:1px solid var(--wc-border);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.score-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.score-header{background-color:#f1f5f9;padding:0.75rem 1.25rem;font-size:0.85rem;font-weight:600;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.score-status-live{color:#ef4444;display:inline-flex;align-items:center;gap:0.25rem}.score-body{padding:1.5rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.team-row:last-child{margin-bottom:0}.team-info{display:flex;align-items:center;gap:0.75rem}.team-flag-icon{width:32px;height:22px;object-fit:cover;border:1px solid #e2e8f0;border-radius:3px}.team-name{font-weight:700;font-size:1.1rem}.score-display{font-size:1.5rem;font-weight:800;color:var(--wc-dark)}.score-footer{border-top:1px solid var(--wc-border);padding:0.75rem 1.25rem;background-color:#fafafa;text-align:center;font-size:0.85rem}.schedule-table-wrap{background:#fff;border-radius:12px;border:1px solid var(--wc-border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);overflow-x:auto}.table{margin-bottom:0;vertical-align:middle}.table th{background-color:var(--wc-dark);color:#fff;border-bottom:none;padding:1rem 1.25rem;font-weight:600}.table td{padding:1.25rem;border-bottom:1px solid var(--wc-border)}.stage-badge{font-size:0.8rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.badge-group{background-color:#e0f2fe;color:#0369a1}.badge-knockout{background-color:#fef3c7;color:#b45309}.group-card{background:#fff;border-radius:12px;border:1px solid var(--wc-border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);overflow:hidden;height:100%}.group-card-header{background:linear-gradient(135deg,var(--wc-green) 0%,#064e3b 100%);color:#fff;padding:1rem;font-weight:800;text-align:center;font-size:1.2rem}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 1.25rem;border-bottom:1px solid var(--wc-border)}.group-item:last-child{border-bottom:none}.group-team-rank{width:24px;font-weight:bold;color:var(--text-muted)}.team-profile-card{background:#fff;border-radius:12px;border:1px solid var(--wc-border);overflow:hidden;transition:all 0.3s ease;text-align:center;padding:2rem 1.5rem;height:100%}.team-profile-card:hover{transform:translateY(-5px);border-color:var(--wc-green);box-shadow:0 10px 20px rgba(13,92,58,0.1)}.team-profile-flag{width:80px;height:53px;object-fit:cover;border-radius:4px;box-shadow:0 4px 10px rgba(0,0,0,0.15);margin:0 auto 1.25rem auto;display:block}.team-profile-name{font-weight:800;font-size:1.25rem;margin-bottom:0.5rem}.team-meta-info{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.news-card{background-color:#fff;border-radius:12px;border:1px solid var(--wc-border);overflow:hidden;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.news-card-img{height:200px;object-fit:cover;width:100%}.news-body{padding:1.5rem}.news-tag{background-color:#f1f5f9;color:var(--wc-green);font-size:0.75rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;text-transform:uppercase;display:inline-block;margin-bottom:0.75rem}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--wc-dark)}.news-desc{font-size:0.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.news-footer{font-size:0.8rem;color:var(--text-muted);display:flex;align-items:center;gap:0.5rem}.guide-section{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);color:#fff;border-radius:16px;padding:3.5rem;margin-top:4rem;border-bottom:4px solid var(--wc-gold)}.guide-card-light{background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:1.5rem;height:100%;transition:background-color 0.3s ease}.guide-card-light:hover{background-color:rgba(255,255,255,0.1)}.accordion-item{border-radius:8px !important;margin-bottom:1rem;border:1px solid var(--wc-border) !important;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.accordion-button{font-weight:700;color:var(--wc-dark) !important;background-color:#fff !important}.accordion-button:not(.collapsed){background-color:#f0fdf4 !important;color:var(--wc-green) !important;box-shadow:none}.source-banner{background-color:#f1f5f9;border-left:6px solid var(--wc-green);padding:2rem;border-radius:0 8px 8px 0;margin-top:4rem}footer{background-color:#0f172a;color:#94a3b8;font-size:0.9rem;border-top:4px solid var(--wc-green)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--wc-gold)}.footer-bottom{background-color:#020617;padding:1.5rem 0;font-size:0.8rem}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,0.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(239,68,68,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,0)}}@media (max-width:768px){.hero-section{padding:4rem 0 2rem 0}.section-header h2{font-size:1.75rem}.metric-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:1rem;margin-bottom:1rem}.metric-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.guide-section{padding:2rem 1.5rem}}