@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:#fafaf8;color:#0a1628}body{font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d0d0dc;border-radius:4px}.login-grid input[type=email],.login-grid input[type=password],.login-grid input[type=text],.login-grid select{width:100%;padding:10px 14px;border:1.5px solid #e2e2ec;border-radius:8px;font-size:14px;color:#0a1628;background:#fff;outline:none;transition:border-color .15s}.login-grid input:focus,.login-grid select:focus{border-color:#0a1628}@media (max-width:900px){.login-grid{grid-template-columns:1fr!important}}