:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--primary-rgb:2,132,199}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;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.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);padding:0.75rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#e2e8f0;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:radial-gradient(circle at 80% 20%,rgba(var(--primary-rgb),0.15),transparent 50%),linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0 6rem 0;position:relative;border-bottom:4px solid var(--accent-2)}.hero-badge{background:rgba(2,132,199,0.2);border:1px solid var(--accent);color:#38bdf8;padding:6px 16px;border-radius:30px;font-weight:600;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent-2)}.hero-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;max-width:650px}.hero-img-wrap img{border:4px solid rgba(255,255,255,0.1);background:#1e293b}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.5rem}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:45px;height:4px;background:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem}.group-card{background:var(--surface);border-top:4px solid var(--accent)}.group-header{background:#f1f5f9;color:var(--surface-strong);font-weight:700;padding:10px 15px;border-radius:6px 6px 0 0}.group-list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid var(--border)}.group-list-item:last-child{border-bottom:none}.match-badge{font-size:0.75rem;padding:3px 8px;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#e0f2fe;color:#0369a1}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 1.5s infinite}.badge-finished{background-color:#f1f5f9;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.guide-step{position:relative;padding-left:2.5rem}.guide-step::before{content:attr(data-step);position:absolute;left:0;top:2px;width:28px;height:28px;background:var(--accent);color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.875rem}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-question{font-weight:600;color:var(--surface-strong);font-size:1.1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);margin-top:0.75rem;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-question i{transform:rotate(180deg)}.table-responsive{border-radius:8px;overflow:hidden;border:1px solid var(--border)}footer{background-color:var(--surface-strong);color:#94a3b8;border-top:4px solid var(--accent)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent)}