*,*:before,*:after{box-sizing:border-box}body.is-auth-page{background:#f1f5f9;min-height:100vh;min-height:100dvh;margin:0;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100dvh;width:100%;padding:2rem 1rem}.auth-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.auth-box{max-width:420px;width:100%}.auth-card{border-radius:14px;border:none;background:#fff;box-shadow:0 0 0 1px #0000000a,0 2px 6px #0000000a,0 8px 24px #0000000f;overflow:hidden}.auth-card-header{background:#007cbf;color:#fff;font-weight:600;padding:1rem 1.5rem;font-size:1.05rem;letter-spacing:.01em;position:relative}.auth-card-header:after{content:"";position:absolute;bottom:0;left:1.5rem;width:40px;height:3px;background:#ffffff80;border-radius:3px 3px 0 0}.auth-card-body{padding:1.75rem 1.5rem}.auth-alert{font-size:.8125rem;border-radius:8px;padding:.625rem .875rem;margin-bottom:1rem;line-height:1.5;display:flex;align-items:flex-start;gap:.375rem}.auth-alert-danger{background:#fef2f2;color:#991b1b;border-left:3px solid #ef4444}.auth-alert-success{background:#f0fdf4;color:#166534;border-left:3px solid #22c55e}.auth-alert-info{background:#eff6ff;color:#1e40af;border-left:3px solid #007cbf}.auth-field{margin-bottom:1.125rem}.auth-label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem;color:#334155}.auth-input{display:block;width:100%;padding:.6875rem .875rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#0f172a;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;transition:border-color .2s,box-shadow .2s,background .2s;outline:none;font-family:inherit}.auth-input:hover{border-color:#94a3b8}.auth-input:focus{border-color:#007cbf;background:#fff;box-shadow:0 0 0 3px #007cbf1a}.auth-input::placeholder{color:#94a3b8}.auth-submit{margin-top:1.5rem}.auth-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.5;border-radius:10px;transition:all .15s ease;font-family:inherit;letter-spacing:.03em;-webkit-tap-highlight-color:transparent}.auth-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.auth-btn-primary{color:#fff;background:#007cbf;width:100%;padding:.8125rem;font-size:.9375rem;box-shadow:0 1px 3px #007cbf4d}.auth-btn-primary:hover:not(:disabled){background:#006aa6;box-shadow:0 3px 10px #007cbf4d;transform:translateY(-1px)}.auth-btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #007cbf33}.auth-btn-success{color:#fff;background:#16a34a;padding:.5rem 1.5rem}.auth-btn-success:hover{background:#15803d;transform:translateY(-1px)}.auth-btn-dark{color:#fff;background:#475569;padding:.5rem 1.5rem}.auth-btn-dark:hover{background:#334155;transform:translateY(-1px)}.auth-btn-full{width:100%;padding:.8125rem;font-size:.9375rem}.auth-btn-outline{color:#64748b;background:transparent;border:1.5px solid #cbd5e1}.auth-btn-outline:hover:not(:disabled){color:#334155;background:#f1f5f9;border-color:#94a3b8}.auth-btn-outline:disabled{opacity:.4}.auth-alt-buttons{display:flex;justify-content:center;gap:.625rem;margin-top:1.125rem}.auth-terms{font-size:.8125rem;color:#64748b;margin-top:1rem;text-align:center;line-height:1.6}.auth-terms a{color:#007cbf;text-decoration:none;font-weight:600}.auth-terms a:hover{text-decoration:underline}.auth-info-text{font-size:.8125rem;color:#64748b;margin-bottom:.625rem;line-height:1.5}.auth-code-inputs{display:flex;gap:.5rem;justify-content:center;margin:1.25rem 0}.auth-code-input{width:2.875rem;height:3.375rem;text-align:center;font-size:1.375rem;font-weight:700;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s;background:#f8fafc;color:#0f172a;font-family:SF Mono,Fira Code,ui-monospace,monospace;-webkit-tap-highlight-color:transparent}.auth-code-input:hover{border-color:#94a3b8}.auth-code-input:focus{border-color:#007cbf;background:#fff;box-shadow:0 0 0 3px #007cbf1a}.auth-code-info{text-align:center;font-size:.75rem;color:#64748b;margin:.5rem 0 1rem;line-height:1.5}@media(max-width:768px){.auth-page{padding:1.5rem 1rem}.auth-box{max-width:100%}}@media(max-width:480px){body.is-auth-page{background:#f1f5f9}.auth-page{padding:0;align-items:flex-start}.auth-box{max-width:100%}.auth-card{border-radius:0;box-shadow:none;min-height:100vh;min-height:100dvh}.auth-card-header{padding:1.125rem 1.25rem;font-size:1.125rem}.auth-card-header:after{left:1.25rem}.auth-card-body{padding:1.5rem 1.25rem}.auth-input{padding:.75rem .875rem;font-size:1rem;border-radius:10px}.auth-btn-primary,.auth-btn-full{padding:.875rem;font-size:1rem;border-radius:10px}.auth-alt-buttons{flex-direction:column;padding:0 1.25rem;margin-top:1rem;margin-bottom:2rem}.auth-btn-success,.auth-btn-dark{width:100%;padding:.75rem;border-radius:10px;font-size:.9375rem}.auth-code-input{width:2.625rem;height:3.125rem;font-size:1.25rem;border-radius:8px}.auth-code-inputs{gap:.375rem}.auth-submit{margin-top:1.25rem}}@media(max-width:360px){.auth-card-header{padding:1rem}.auth-card-body{padding:1.25rem 1rem}.auth-alt-buttons{padding:0 1rem}.auth-code-input{width:2.25rem;height:2.875rem;font-size:1.125rem}}@supports (padding: env(safe-area-inset-bottom)){.auth-page{padding-bottom:env(safe-area-inset-bottom)}}.Vue-Toastification__container{z-index:99999!important}.Vue-Toastification__container.top-right{top:.75rem!important;right:.75rem!important}.Vue-Toastification__toast{background:#fff!important;border:1px solid #e5e5e5!important;border-left:3px solid #007cbf!important;border-radius:8px!important;box-shadow:0 4px 16px #0000001a!important;padding:.6rem .75rem!important;min-height:0!important;min-width:240px!important;max-width:320px!important;overflow:hidden!important;font-family:inherit!important;color:#333!important;display:flex!important;align-items:center!important;gap:.5rem!important}.Vue-Toastification__toast--success,.Vue-Toastification__toast--error,.Vue-Toastification__toast--info,.Vue-Toastification__toast--warning,.Vue-Toastification__toast--default{background:#fff!important;border-left:3px solid #007cbf!important}.Vue-Toastification__icon{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;margin:0!important;padding:0!important;color:#007cbf!important;animation:none!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.Vue-Toastification__icon svg{width:18px!important;height:18px!important}.Vue-Toastification__toast--success .Vue-Toastification__icon,.Vue-Toastification__toast--error .Vue-Toastification__icon,.Vue-Toastification__toast--warning .Vue-Toastification__icon,.Vue-Toastification__toast--info .Vue-Toastification__icon{color:#007cbf!important}.Vue-Toastification__toast-body{color:#333!important;font-size:.8rem!important;line-height:1.4!important;padding:0!important;margin:0!important;flex:1!important}.Vue-Toastification__close-button{color:#bbb!important;opacity:1!important;font-size:14px!important;font-weight:400!important;padding:0!important;margin:0 0 0 .5rem!important;transition:color .15s!important;align-self:center!important;background:none!important;flex-shrink:0!important}.Vue-Toastification__close-button:hover{color:#666!important}.Vue-Toastification__progress-bar{height:2px!important;bottom:0!important;opacity:1!important;background:#007cbf!important}.Vue-Toastification__fade-enter-active,.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-move{transition:all .25s ease!important}.Vue-Toastification__fade-enter-from,.Vue-Toastification__fade-leave-to{opacity:0!important;transform:translate(40px)!important}
