:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#00a82d;--accent-2:#1e40af;--accent-gold:#f59e0b;--border:#e2e8f0;--shadow-sm:0 1px 3px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1)}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}.card-custom{background: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)}.custom-navbar{background-color:var(--surface-strong);padding:0.75rem 1rem}.custom-navbar .navbar-brand{color:var(--text-light) !important;font-weight:700;display:flex;align-items:center;gap:10px}.custom-navbar .navbar-brand img{max-height:40px}.custom-navbar .nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;transition:color 0.2s}.custom-navbar .nav-link:hover{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(0,168,45,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background:rgba(0,168,45,0.15);color:var(--accent);border:1px solid rgba(0,168,45,0.3);padding:0.35rem 0.75rem;border-radius:30px;font-weight:600;display:inline-block;margin-bottom:1.25rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.badge-live{background-color:#ef4444;color:#fff;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive{border-radius:10px;border:1px solid var(--border)}.table-custom th{background-color:var(--surface-strong);color:var(--text-light);font-weight:600}.news-grid-img{height:200px;object-fit:cover;border-radius:8px 8px 0 0}.section-title{position:relative;padding-bottom:10px;margin-bottom:2rem;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.guide-icon{font-size:2.25rem;color:var(--accent-2);margin-bottom:1rem}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(30,64,175,0.05);color:var(--accent-2)}.custom-footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem}.custom-footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.custom-footer a:hover{color:var(--accent)}