@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:120%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mt-1{margin-top:20px}.digital-identity-login{cursor:pointer;transition:all .3s ease;width:100%}.digital-identity-content{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:26px;box-shadow:0 6px 20px #0000001f;display:flex;justify-content:space-between;min-height:110px;padding:12px 24px;transition:all .3s ease}.digital-identity-content span{color:#333;flex:1 1;font-size:14px;font-weight:600;line-height:1.35;text-align:center}.digital-identity-icon{flex-shrink:0;height:78px;margin-left:18px;object-fit:contain;width:78px}.digital-identity-login:hover .digital-identity-content{box-shadow:0 10px 24px #00000026;transform:translateY(-2px)}.digital-identity-login:active .digital-identity-content{transform:scale(.98)}.quick-menu{justify-content:space-around;margin-top:90px;width:100%}.quick-item,.quick-menu{align-items:center;display:flex}.quick-item{color:#fff;cursor:pointer;flex-direction:column;transition:.2s}.quick-item svg{height:42px;margin-bottom:8px;width:42px}.quick-item span{font-size:14px;font-weight:500}.quick-item:hover{opacity:.9;transform:translateY(-2px)}.quick-item:active{transform:scale(.95)}.login-demo-shell{background-attachment:fixed;background-color:#0f172a;background-position:50%;background-repeat:no-repeat;background-size:cover}.login-demo-logo{overflow:hidden}.login-demo-logo img{height:100%;object-fit:cover;width:100%}.login-demo-logo.logo-fallback:after{content:"D"}.login-demo-shell{background:radial-gradient(circle at 20% 0,#4338ca 0,#1e1b4b 42%,#0f172a 100%)}.login-demo-watermark{background:#f59e0b;box-shadow:0 4px 12px #0004;color:#451a03;font-size:10px;font-weight:900;letter-spacing:.08em;padding:7px;position:fixed;right:-45px;text-align:center;top:17px;transform:rotate(35deg);width:200px;z-index:50}.login-demo-logo{background:linear-gradient(135deg,#818cf8,#6d28d9);border-radius:38px;box-shadow:0 18px 45px #0005;color:#fff;display:grid;font-size:72px;font-weight:900;height:132px;place-items:center;width:132px}.login-demo-brand{color:#c7d2fe;font-size:13px;font-weight:900;letter-spacing:.18em;margin-top:14px}.login-auth-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ae6;color:#fff;display:flex;flex-direction:column;gap:14px;inset:0;justify-content:center;position:fixed;z-index:100}.login-auth-overlay span{color:#cbd5e1;font-size:13px}.login-auth-spinner{animation:login-spin .85s linear infinite;border:6px solid #ffffff2e;border-radius:50%;border-top-color:#818cf8;height:72px;width:72px}@keyframes login-spin{to{transform:rotate(1turn)}}*{box-sizing:border-box}#root,body,html{min-height:100%}body{margin:0}button,input{font:inherit}.register-page{background:#f5f5f5;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding:20px 16px 50px}.register-container{margin:0 auto;max-width:500px;width:100%}.register-header{margin-bottom:20px;text-align:center}.register-logo{align-items:center;background:#fff;border:2px solid #d32f2f;border-radius:50%;color:#d32f2f;display:flex;height:80px;justify-content:center;margin:0 auto 10px;width:80px}.register-system-name{color:#d32f2f;font-size:15px;font-weight:800;letter-spacing:1px;margin:0 0 5px;text-transform:uppercase}.register-header h1{color:#333;font-size:18px;font-weight:800;line-height:1.4;margin:0 0 5px}.register-subtitle{color:#dc2626;font-size:14px;font-weight:700;margin:0}.register-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.register-form{display:flex;flex-direction:column;gap:16px}.register-input-wrap{position:relative;width:100%}.register-input-wrap input{background:#fff;border:1.5px solid #c52f35;border-radius:5px;color:#333;font-size:15px;height:47px;outline:none;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.register-field-help{color:#555;font-size:12px;line-height:1.45;margin:-12px 0 -5px}.register-input-wrap input.has-icon{padding-left:44px}.register-password-wrap input{padding-right:45px}.register-input-wrap input::placeholder{color:#999;opacity:1}.register-input-wrap input:hover{border-color:#c5c5c5}.register-input-wrap input:focus{border-color:#c94e4e;box-shadow:0 0 0 3px #c94e4e1a}.register-input-wrap input[type=date]{color:#555}.register-input-icon{align-items:center;color:#999;display:flex;justify-content:center;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.register-input-wrap:focus-within .register-input-icon{color:#c94e4e}.register-password-toggle{align-items:center;background:#0000;border:0;border-radius:50%;color:#999;cursor:pointer;display:flex;height:36px;justify-content:center;outline:none;padding:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;z-index:3}.register-password-toggle:hover{background:#f5f5f5;color:#c94e4e}.register-gender{border:1px solid #ddd;border-radius:4px;margin:0;min-width:0;padding:10px 14px 13px}.register-gender legend{color:#777;font-size:12px;font-weight:600;padding:0 6px}.register-radio-list{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.register-radio-list label{align-items:center;color:#444;cursor:pointer;display:flex;font-size:15px;gap:6px}.register-radio-list input{accent-color:#c94e4e;height:16px;margin:0;width:16px}.register-section-title{align-items:center;border-bottom:1px solid #eee;color:#c94e4e;display:flex;gap:8px;margin-top:8px;padding-bottom:10px}.register-section-title h2{color:#333;font-size:15px;font-weight:800;margin:0}.register-terms{align-items:flex-start;color:#666;cursor:pointer;display:flex;font-size:13px;gap:8px;line-height:1.55}.register-terms input{accent-color:#c94e4e;flex-shrink:0;height:16px;margin:2px 0 0;width:16px}.register-terms a{color:#d32f2f;font-weight:700;text-decoration:none}.register-terms a:hover{text-decoration:underline}.register-message{align-items:flex-start;border-radius:4px;display:flex;font-size:13px;font-weight:600;gap:8px;line-height:1.5;padding:11px 12px}.register-message.error{background:#fef2f2;border:1px solid #fecaca;color:#b42318}.register-message.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.register-message svg{flex-shrink:0;margin-top:1px}.register-submit{background:#c94e4e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:800;min-height:49px;outline:none;padding:13px 16px;transition:background .2s ease,opacity .2s ease;width:100%}.register-submit:hover:not(:disabled){background:#b84040}.register-submit:active:not(:disabled){background:#a93a3a}.register-submit:disabled{cursor:not-allowed;opacity:.65}.register-login{color:#666;font-size:14px;margin:0;text-align:center}.register-login a{color:#d32f2f;font-weight:800;text-decoration:underline;text-underline-offset:2px}.register-input-wrap input:-webkit-autofill,.register-input-wrap input:-webkit-autofill:focus,.register-input-wrap input:-webkit-autofill:hover{-webkit-text-fill-color:#333;box-shadow:inset 0 0 0 1000px #fff;-webkit-transition:background-color 9999s ease-out;transition:background-color 9999s ease-out}@media (max-width:560px){.register-page{padding:16px 12px 35px}.register-header{margin-bottom:18px}.register-logo{height:74px;width:74px}.register-system-name{font-size:14px}.register-header h1{font-size:18px}.register-card{padding:17px 15px}.register-form{gap:15px}.register-input-wrap input{font-size:14px;height:46px}}@media (max-width:360px){.register-page{padding-left:9px;padding-right:9px}.register-card{padding-left:12px;padding-right:12px}.register-radio-list{gap:12px}}
/*# sourceMappingURL=main.ab6f6fc5.css.map*/