:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-warm:#f59e0b;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:transform 0.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.navbar-custom{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:40px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background-color:rgba(16,185,129,0.2);color:var(--accent-2);padding:6px 12px;border-radius:20px;font-size:0.875rem;display:inline-block;font-weight:600;margin-bottom:15px}.section-header{margin-bottom:40px;position:relative}.section-title{font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:12px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:4px;background-color:var(--accent);border-radius:2px}.match-card{background:var(--surface);border-left:4px solid var(--accent);border-radius:8px;padding:15px;margin-bottom:15px;box-shadow:var(--shadow-sm)}.match-card.live{border-left-color:var(--accent-2)}.match-badge{font-size:0.75rem;padding:3px 8px;border-radius:4px;font-weight:bold}.match-badge.live{background-color:#ef4444;color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);height:100%}.group-header{background-color:var(--surface-strong);color:#fff;padding:12px 15px;font-weight:bold}.guide-step{position:relative;padding-left:30px;margin-bottom:20px}.guide-step::before{content:'';position:absolute;left:6px;top:6px;width:8px;height:8px;border-radius:50%;background-color:var(--accent)}.guide-step::after{content:'';position:absolute;left:9px;top:20px;bottom:-20px;width:2px;background-color:var(--border)}.guide-step:last-child::after{display:none}.faq-item{border-bottom:1px solid var(--border);padding:15px 0}.faq-question{font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);margin-top:10px;display:none}.scroll-x-container{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:10px}.scroll-x-item{display:inline-block;width:280px;margin-right:15px;vertical-align:top;white-space:normal}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px}footer a{color:#cbd5e1;text-decoration:none}footer a:hover{color:#ffffff}