:root{--soccer-primary:#0a3d62;--soccer-secondary:#00d2d3;--soccer-dark:#0f172a;--soccer-light:#f8fafc;--soccer-accent:#ff9f43;--soccer-border:#cbd5e1;--soccer-text-dark:#1e293b;--soccer-text-light:#f1f5f9;--soccer-text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--soccer-light);color:var(--soccer-text-dark);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--soccer-dark);border-bottom:3px solid var(--soccer-secondary);padding:0.8rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:var(--soccer-text-light) !important;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:var(--soccer-text-light) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--soccer-secondary) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--soccer-text-light);padding:5rem 0;position:relative}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom right,transparent 49%,var(--soccer-light) 50%)}.hero-badge{background-color:var(--soccer-secondary);color:var(--soccer-dark);font-weight:700;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem;text-transform:uppercase;font-size:0.85rem}.custom-card{background:#ffffff;border-radius:12px;border:1px solid rgba(0,0,0,0.08);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.bg-gradient-dark{background:linear-gradient(180deg,var(--soccer-dark) 0%,#111827 100%);color:var(--soccer-text-light)}.match-card{border-left:5px solid var(--soccer-secondary);padding:1.25rem;background:#ffffff;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.04)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:bold}.match-badge.scheduled{background-color:#e2e8f0;color:#475569}.match-badge.live{background-color:#fee2e2;color:#ef4444;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.table-responsive-custom{background-color:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.05)}.table-responsive-custom table{margin-bottom:0}.table-responsive-custom th{background-color:var(--soccer-primary);color:#ffffff;border:none;font-weight:600}.group-card{border-radius:12px;border:2px solid var(--soccer-border);background:#ffffff}.group-header{background-color:var(--soccer-primary);color:#ffffff;padding:0.75rem 1rem;font-weight:700;border-top-left-radius:10px;border-top-right-radius:10px;font-size:1.1rem;text-align:center}.faq-accordion .accordion-item{border:none;margin-bottom:0.75rem;background:#ffffff;border-radius:10px !important;box-shadow:0 2px 4px rgba(0,0,0,0.03);overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--soccer-text-dark);background:#ffffff;border:none}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,210,211,0.1);color:var(--soccer-primary)}.faq-accordion .accordion-button::after{filter:grayscale(1)}.guide-step{display:flex;align-items:flex-start;gap:15px;margin-bottom:1.5rem}.guide-step-num{background-color:var(--soccer-secondary);color:var(--soccer-dark);font-weight:800;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}footer{background-color:var(--soccer-dark);color:var(--soccer-text-muted);font-size:0.9rem;border-top:4px solid var(--soccer-primary)}footer a{color:var(--soccer-text-light);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--soccer-secondary)}.section-title{position:relative;padding-bottom:0.75rem;margin-bottom:2rem;font-weight:800}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--soccer-secondary);border-radius:2px}.section-title.text-center::after{left:50%;transform:translateX(-50%)}