:root{--primary-color:#0d6efd;--primary-dark:#0a58ca;--secondary-color:#198754;--dark-color:#0f172a;--light-color:#f8fafc;--border-color:#cbd5e1;--text-dark:#1e293b;--text-muted:#64748b;--card-radius:12px;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--light-color);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary-color);padding:0.8rem 1rem}.navbar-brand img{max-height:45px;width:auto}.nav-link{color:#f1f5f9 !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link:hover{color:var(--primary-color) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;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(13,110,253,0.15) 0%,transparent 50%);pointer-events:none}h1{font-size:2.5rem;font-weight:800;line-height:1.25;letter-spacing:-0.025em}.section-title{font-size:2rem;font-weight:700;position:relative;padding-bottom:0.75rem;margin-bottom:2rem;color:var(--dark-color)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--primary-color);border-radius:2px}.card-custom{background:#ffffff;border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:var(--transition-smooth);height:100%;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.rounded-custom{border-radius:var(--card-radius)}.table-responsive-custom{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--card-radius);border:1px solid var(--border-color);background:#ffffff}.table-custom{margin-bottom:0;white-space:nowrap}.table-custom th{background-color:#f1f5f9;color:var(--dark-color);font-weight:600;padding:1rem}.table-custom td{padding:1rem;vertical-align:middle}.badge-status{font-size:0.8rem;font-weight:600;padding:0.35em 0.65em;border-radius:50rem}.accordion-button:not(.collapsed){background-color:var(--primary-light);color:var(--primary-dark);box-shadow:none}footer{background-color:var(--dark-color);color:#94a3b8;border-top:4px solid var(--primary-color)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--primary-color)}@media (max-width:991.98px){h1{font-size:2rem}.section-title{font-size:1.75rem}}