@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button{font-family:inherit}a:focus-visible,button:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:6px}@keyframes pageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.page-enter{animation:pageEnter .32s cubic-bezier(.22,1,.36,1) both}.stagger>*{opacity:0;animation:pageEnter .35s cubic-bezier(.22,1,.36,1) forwards}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:55ms}.stagger>:nth-child(3){animation-delay:.11s}.stagger>:nth-child(4){animation-delay:165ms}.stagger>:nth-child(5){animation-delay:.22s}.stagger>:nth-child(6){animation-delay:275ms}.stagger>:nth-child(7){animation-delay:.33s}.stagger>:nth-child(8){animation-delay:385ms}.card-hover{transition:box-shadow .22s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1)!important}.card-hover:hover{box-shadow:0 8px 28px rgba(37,99,235,.11),0 2px 8px rgba(15,23,42,.06)!important;transform:translateY(-2px)}.nav-item{transition:background .16s cubic-bezier(.22,1,.36,1)!important}.nav-item:hover{background:hsla(0,0%,100%,.07)!important}.topbar-btn{transition:background .15s,transform .12s!important}.topbar-btn:hover{background:#f1f5f9!important;transform:translateY(-1px)}.topbar-btn:active{transform:translateY(0)}.role-pill{transition:background .18s cubic-bezier(.22,1,.36,1),color .18s,box-shadow .18s,transform .12s!important}.role-pill:hover{transform:translateY(-1px)}.role-pill:active{transform:translateY(0)}