:root{--omnes-primary: #0F2A44;--omnes-primary-dark: #0a1f33;--omnes-dark: #081624;--omnes-secondary: #17A673;--omnes-secondary-dark: #12825a;--omnes-neutral: #F5F7FA;--omnes-white: #ffffff;--omnes-text: #1e293b;--omnes-muted: #64748b;--omnes-border: #e2e8f0;--omnes-radius: 12px;--omnes-radius-lg: 20px;--omnes-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .05);--omnes-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--font-main: "Inter", system-ui, -apple-system, sans-serif;--trans: .25s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-main)}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--omnes-text);background-color:var(--omnes-neutral);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--omnes-dark);font-weight:800;line-height:1.2}a{transition:var(--trans);text-decoration:none;color:inherit}.btn-primary{background:var(--omnes-secondary);color:var(--omnes-white)!important;padding:.8rem 1.8rem;border-radius:var(--omnes-radius);font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:var(--trans);box-shadow:var(--omnes-shadow)}.btn-primary:hover{background:var(--omnes-secondary-dark);transform:translateY(-2px);box-shadow:var(--omnes-shadow-lg)}.btn-secondary{background:var(--omnes-white);color:var(--omnes-primary);padding:.8rem 1.8rem;border-radius:var(--omnes-radius);font-weight:700;border:1px solid var(--omnes-border);cursor:pointer;transition:var(--trans)}.btn-secondary:hover{background:var(--omnes-neutral);border-color:var(--omnes-primary)}.card-modern{background:var(--omnes-white);border-radius:var(--omnes-radius-lg);padding:2rem;box-shadow:var(--omnes-shadow);border:1px solid var(--omnes-border);transition:var(--trans)}.card-modern:hover{box-shadow:var(--omnes-shadow-lg);transform:translateY(-4px)}.input-modern{width:100%;padding:.8rem 1rem;border:1px solid var(--omnes-border);border-radius:var(--omnes-radius);font-size:1rem;transition:var(--trans)}.input-modern:focus{outline:none;border-color:var(--omnes-primary);box-shadow:0 0 0 4px #2563eb1a}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(135deg,var(--omnes-primary) 0%,var(--omnes-secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}button,a,.card-modern,.dash-card,.btn-primary,.btn-secondary,i{transition:all .25s cubic-bezier(.4,0,.2,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fadeInUp .4s ease-out forwards}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.dash-card:nth-child(1){animation-delay:.1s}.dash-card:nth-child(2){animation-delay:.15s}.dash-card:nth-child(3){animation-delay:.2s}.dash-card:nth-child(4){animation-delay:.25s}.dash-card:nth-child(5){animation-delay:.3s}.dash-card:nth-child(6){animation-delay:.35s}.dash-card:nth-child(7){animation-delay:.4s}.dash-card:nth-child(8){animation-delay:.45s}.dash-card:nth-child(9){animation-delay:.5s}.dash-card:nth-child(10){animation-delay:.55s}.emp-card:nth-child(1){animation-delay:.1s}.emp-card:nth-child(2){animation-delay:.15s}.emp-card:nth-child(3){animation-delay:.2s}.emp-card:nth-child(4){animation-delay:.25s}.emp-card:nth-child(5){animation-delay:.3s}.emp-card:nth-child(6){animation-delay:.35s}.emp-card:nth-child(7){animation-delay:.4s}.emp-card:nth-child(8){animation-delay:.45s}.dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media(max-width:768px){.dash-grid{grid-template-columns:1fr}}
