:root{--primary-rgb:10,37,64;--accent-rgb:235,94,40;--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a2540;--text-main:#1c2d42;--text-muted:#64748b;--accent:#eb5e28;--accent-hover:#d04e1b;--accent-2:#2ec4b6;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--transition:all 0.3s ease}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}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,0.08)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 15px rgba(0,0,0,0.1)}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0a2540 0%,#113a60 100%);color:#ffffff;padding:80px 0;border-bottom-left-radius:40px;border-bottom-right-radius:40px}.hero-stat-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:8px;padding:10px 15px;backdrop-filter:blur(10px)}.section-title{position:relative;font-weight:700;color:var(--surface-strong);margin-bottom:30px}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.group-card{border-top:4px solid var(--accent)}.group-header{background-color:#f8fafc;font-weight:bold;color:var(--surface-strong);border-bottom:1px solid var(--border)}.table-custom th{background-color:var(--surface-strong);color:#ffffff;font-weight:500}.table-custom td{vertical-align:middle}.score-badge{font-weight:700;padding:4px 12px;border-radius:20px;font-size:0.9rem}.score-pending{background-color:#f1f5f9;color:var(--text-muted)}.score-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.guide-step{display:flex;gap:15px;margin-bottom:20px}.guide-icon{flex-shrink:0;width:48px;height:48px;background-color:rgba(235,94,40,0.1);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:bold}.accordion-custom .accordion-item{border:1px solid var(--border);margin-bottom:10px;border-radius:8px !important;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.03);color:var(--accent);box-shadow:none}.scroll-mobile{overflow-x:auto;-webkit-overflow-scrolling:touch}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}@media (max-width:768px){.hero-section{padding:40px 0;text-align:center}.hero-section .img-fluid{margin-top:30px}.section-title{font-size:1.75rem}}