:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0a192f;--surface-card:#f8fafc;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent:#059669;--accent-hover:#047857;--accent-2:#d97706;--accent-2-hover:#b45309;--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);--radius-main:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-weight:700}a{color:var(--accent);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--accent-hover)}.header-custom{background-color:var(--surface-strong);padding:1rem 0;position:sticky;top:0;z-index:1030;box-shadow:var(--shadow-md)}.header-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light) !important;font-weight:800;font-size:1.25rem}.header-custom .navbar-brand img{height:40px;width:auto;object-fit:contain}.header-custom .nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px;transition:all 0.2s}.header-custom .nav-link:hover,.header-custom .nav-link.active{color:var(--text-light) !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#172a45 100%);color:var(--text-light);padding:5rem 0;margin-bottom:3rem}.hero-section h1{color:var(--text-light);font-size:2.75rem;line-height:1.25;margin-bottom:1.5rem}.hero-section p{font-size:1.125rem;color:rgba(248,250,252,0.9);margin-bottom:2rem}.hero-img{border-radius:var(--radius-main);box-shadow:var(--shadow-md);max-width:100%;height:auto;border:4px solid rgba(255,255,255,0.1)}.hero-stats{background-color:rgba(255,255,255,0.05);border-radius:var(--radius-main);padding:1.5rem;border-left:4px solid var(--accent)}.hero-stats-item{border-right:1px solid rgba(255,255,255,0.1)}.hero-stats-item:last-child{border-right:none}.section-title-wrapper{margin-bottom:2rem;position:relative;padding-left:1rem;border-left:5px solid var(--accent)}.section-title{font-size:1.75rem;margin-bottom:0.25rem}.section-subtitle{color:var(--text-muted);font-size:0.95rem;margin-bottom:0}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-main);box-shadow:var(--shadow-sm);transition:transform 0.2s ease,box-shadow 0.2s ease;height:100%;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.table-responsive-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-main);overflow:hidden;box-shadow:var(--shadow-sm)}.table-custom{margin-bottom:0}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:1rem;border-bottom:2px solid var(--border)}.table-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.tag-badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:50px;font-size:0.8rem;font-weight:600}.tag-live{background-color:#fee2e2;color:#ef4444}.tag-upcoming{background-color:#e0f2fe;color:#0284c7}.tag-finished{background-color:#f1f5f9;color:#64748b}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-main);margin-bottom:1rem;padding:1.25rem}.faq-question{font-weight:600;font-size:1.1rem;color:var(--text-main);margin-bottom:0.5rem}.faq-answer{color:var(--text-muted);font-size:0.95rem;margin-bottom:0}.footer-custom{background-color:var(--surface-strong);color:var(--text-light);padding:4rem 0 2rem;margin-top:5rem;border-top:5px solid var(--accent)}.footer-custom h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}.footer-custom p{color:rgba(248,250,252,0.75);font-size:0.9rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(248,250,252,0.75);font-size:0.9rem;transition:color 0.2s}.footer-links a:hover{color:var(--accent);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-section h1{font-size:2.2rem}.hero-stats-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:1rem;margin-bottom:1rem}.hero-stats-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}