:root{--primary-color:#0d6efd;--secondary-color:#198754;--accent-color:#dc3545;--bg-light:#f8f9fa;--bg-card:#ffffff;--text-dark:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6}header{background-color:#ffffff;box-shadow:0 2px 10px rgba(0,0,0,0.05);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;width:auto}.hero-section{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#ffffff;padding:4rem 0;border-bottom:5px solid var(--accent-color)}.hero-img{border-radius:var(--border-radius);box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700}.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(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.table-responsive{background-color:var(--bg-card);border-radius:var(--border-radius);border:1px solid var(--border-color)}.badge-live{background-color:var(--accent-color);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:768px){.hero-section{padding:2rem 0;text-align:center}.hero-img{margin-top:1.5rem}}