:root{--primary-color:#0d6efd;--secondary-color:#dc3545;--accent-color:#198754;--bg-light:#f8f9fa;--bg-dark:#11141a;--surface-color:#ffffff;--surface-muted:#f1f3f5;--text-main:#212529;--text-muted:#495057;--border-color:#dee2e6;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-smooth:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:rgba(255,255,255,0.96);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,0.05)}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link-custom{color:var(--text-muted);font-weight:600;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--primary-color)}@media (min-width:1200px){.side-indexer{position:fixed;left:20px;top:120px;width:160px;background:var(--surface-color);border-radius:12px;padding:15px;box-shadow:var(--card-shadow);border-left:4px solid var(--secondary-color);z-index:1000}.side-indexer a{display:block;color:var(--text-muted);text-decoration:none;font-size:0.85rem;padding:6px 0;transition:var(--transition-smooth);border-bottom:1px dashed var(--border-color)}.side-indexer a:last-child{border-bottom:none}.side-indexer a:hover{color:var(--secondary-color);padding-left:5px}.main-content-offset{padding-left:200px}}.hero-section{background:linear-gradient(135deg,#ffffff 0%,#e9ecef 100%);padding:80px 0;border-bottom:5px solid var(--accent-color)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#111}.hero-title span{color:var(--secondary-color)}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.1);object-fit:cover;width:100%;height:auto}.section-title{font-size:1.75rem;font-weight:700;position:relative;padding-bottom:10px;margin-bottom:30px;color:#111}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--primary-color);border-radius:2px}.card-custom{background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.12)}.match-card{border-left:5px solid var(--primary-color)}.match-card.live{border-left-color:var(--secondary-color)}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:bold}.groups-container{display:flex;gap:20px;overflow-x:auto;padding-bottom:15px}.group-card{min-width:280px;flex-shrink:0}.groups-container::-webkit-scrollbar{height:6px}.groups-container::-webkit-scrollbar-track{background:var(--surface-muted)}.groups-container::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.guide-step{display:flex;align-items:flex-start;margin-bottom:20px}.guide-icon{width:45px;height:45px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-right:15px;flex-shrink:0}.faq-item{border-bottom:1px solid var(--border-color);padding:15px 0}.faq-question{font-weight:600;cursor:pointer;color:var(--text-main);display:flex;justify-content:space-between;align-items:center}.faq-answer{padding-top:10px;color:var(--text-muted);display:none}footer{background-color:var(--bg-dark);color:#adb5bd;padding:60px 0 30px}footer a{color:#f8f9fa;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--primary-color)}@media (max-width:1199px){.hero-title{font-size:2rem}}