.modal-backdrop.svelte-1qtota6{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content.svelte-1qtota6{background:var(--bg-secondary);border-radius:12px;width:90%;max-width:420px;box-shadow:0 20px 60px #0000004d}.modal-header.svelte-1qtota6{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color)}.modal-header.svelte-1qtota6 h2:where(.svelte-1qtota6){margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.close-button.svelte-1qtota6{background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.close-button.svelte-1qtota6:hover:not(:disabled){background:var(--hover-bg);color:var(--text-primary)}.close-button.svelte-1qtota6:disabled{opacity:.5;cursor:not-allowed}.modal-body.svelte-1qtota6{padding:1.5rem}.instruction.svelte-1qtota6{color:var(--text-secondary);margin-bottom:1.5rem;text-align:center}.code-inputs.svelte-1qtota6{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.code-input.svelte-1qtota6{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid var(--border-color);border-radius:.5rem;background:var(--bg-tertiary);color:var(--text-primary);transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,opacity .15s ease}.code-input.svelte-1qtota6:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-button-rgb),.1)}.code-input.error.svelte-1qtota6{border-color:var(--error-color)}.code-input.svelte-1qtota6:disabled{background:var(--bg-quaternary);color:var(--text-secondary);opacity:.6}.error-message.svelte-1qtota6{color:var(--error-text);font-size:.875rem;text-align:center;margin-bottom:1rem;background:var(--error-bg);padding:.5rem;border-radius:.375rem;border:1px solid rgba(220,38,38,.2)}.actions.svelte-1qtota6{display:flex;flex-direction:column;gap:1rem}.button-primary.svelte-1qtota6{width:100%;padding:.75rem;background:var(--primary-button);color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.button-primary.svelte-1qtota6:hover:not(:disabled){background:var(--primary-button-highlight);transform:translateY(-1px)}.button-primary.svelte-1qtota6:disabled{background:var(--bg-quaternary);color:var(--text-secondary);cursor:not-allowed}.button-text.svelte-1qtota6{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:.875rem;transition:color .15s}.button-text.svelte-1qtota6:hover:not(:disabled){color:var(--primary-color);text-decoration:underline}.button-text.svelte-1qtota6:disabled{opacity:.5;cursor:not-allowed}.spinner.svelte-1qtota6{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1qtota6-spin .6s linear infinite}.spinner.large.svelte-1qtota6{width:2rem;height:2rem;border-width:3px;border-color:var(--border-color);border-top-color:var(--primary-color)}.redirecting-state.svelte-1qtota6{text-align:center;padding:2rem 0}.success-icon.svelte-1qtota6{display:flex;justify-content:center;margin-bottom:1rem;color:var(--success-color);animation:svelte-1qtota6-fadeIn .3s ease-out}.success-message.svelte-1qtota6{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.redirect-message.svelte-1qtota6{color:var(--text-secondary);margin-bottom:1.5rem}.redirect-spinner-container.svelte-1qtota6{display:flex;justify-content:center}.help-text.svelte-1qtota6{text-align:center;font-size:.75rem;color:var(--text-secondary);margin-top:.5rem}@media(max-width:480px){.modal-content.svelte-1qtota6{margin:1rem;max-width:calc(100vw - 2rem)}.code-inputs.svelte-1qtota6{gap:.5rem}.code-input.svelte-1qtota6{width:4rem;height:4.5rem;font-size:1.75rem;border-radius:.75rem}.button-primary.svelte-1qtota6{padding:1rem;font-size:1rem}}@media(max-width:375px){.code-input.svelte-1qtota6{width:3rem;height:3.5rem;font-size:1.25rem}.code-inputs.svelte-1qtota6{gap:.375rem}}@media(max-width:340px){.code-input.svelte-1qtota6{width:2.5rem;height:3rem;font-size:1.125rem}.code-inputs.svelte-1qtota6{gap:.25rem}}.recovery-link.svelte-1qtota6{color:var(--primary-color);text-decoration:underline;cursor:pointer}.recovery-link.svelte-1qtota6:hover{color:var(--primary-button-highlight)}@keyframes svelte-1qtota6-spin{to{transform:rotate(360deg)}}@keyframes svelte-1qtota6-fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.main-container.svelte-8k30lk{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--login-bg);background-image:var(--login-bg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 20px 20px}.login-layout.svelte-8k30lk{width:100%;max-width:500px}.login-box.svelte-8k30lk{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:48px 40px 36px;box-shadow:0 1px 3px #0000001a}.login-header.svelte-8k30lk{text-align:center;margin-bottom:40px;animation:svelte-8k30lk-fadeInUp .4s ease-out backwards}.company-identity.svelte-8k30lk{margin-bottom:24px;display:flex;justify-content:center;align-items:center;min-height:80px}.company-logo.svelte-8k30lk{max-height:72px;max-width:280px;height:auto;width:auto;object-fit:contain;display:block}.company-wordmark.svelte-8k30lk{font-size:28px;font-weight:700;color:var(--text-primary);letter-spacing:-.03em;line-height:1}.page-title.svelte-8k30lk{font-size:24px;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.02em;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}@keyframes svelte-8k30lk-fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}form.svelte-8k30lk{display:flex;flex-direction:column}.form-field.svelte-8k30lk{margin-bottom:24px}.forgot-link.svelte-8k30lk{font-size:14px;color:var(--primary-color);text-decoration:none;font-weight:500;margin-bottom:24px;display:inline-block}.forgot-link.svelte-8k30lk:hover{text-decoration:underline}.sign-in-btn.svelte-8k30lk{width:100%;height:48px;background:var(--primary-button);color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.sign-in-btn.svelte-8k30lk:hover:not(:disabled){background:var(--primary-button-highlight)}.sign-in-btn.svelte-8k30lk:disabled{opacity:.6;cursor:not-allowed}.spinner.svelte-8k30lk{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-8k30lk-spin .6s linear infinite}.create-account.svelte-8k30lk{margin-top:28px;padding-top:28px;border-top:1px solid var(--border-color);text-align:center;font-size:14px;color:var(--text-primary)}.create-account.svelte-8k30lk a:where(.svelte-8k30lk){color:var(--primary-color);text-decoration:none;font-weight:600;margin-left:4px}.create-account.svelte-8k30lk a:where(.svelte-8k30lk):hover{text-decoration:underline}@keyframes svelte-8k30lk-spin{to{transform:rotate(360deg)}}@media(max-width:500px){.main-container.svelte-8k30lk{padding:80px 24px 24px;background:var(--bg-primary);background-image:none}.login-layout.svelte-8k30lk{max-width:100%}.login-box.svelte-8k30lk{padding:0;border:none;box-shadow:none;background:transparent}.login-header.svelte-8k30lk{margin-bottom:32px}.company-identity.svelte-8k30lk{min-height:64px;margin-bottom:20px}.company-logo.svelte-8k30lk{max-height:56px;max-width:240px}.company-wordmark.svelte-8k30lk{font-size:24px}.page-title.svelte-8k30lk{font-size:22px}}@media(max-height:500px)and (orientation:landscape){.main-container.svelte-8k30lk{padding:100px 24px 24px;align-items:flex-start;overflow-y:auto;background:var(--bg-primary);background-image:none}.login-layout.svelte-8k30lk{max-width:100%}.login-box.svelte-8k30lk{padding:0;margin:0 auto;border:none;box-shadow:none;background:transparent;max-width:500px}.login-header.svelte-8k30lk{margin-bottom:24px}.company-identity.svelte-8k30lk{min-height:56px;margin-bottom:16px}.company-logo.svelte-8k30lk{max-height:48px;max-width:200px}.company-wordmark.svelte-8k30lk,.page-title.svelte-8k30lk{font-size:20px}.form-field.svelte-8k30lk{margin-bottom:16px}.forgot-link.svelte-8k30lk{font-size:13px;margin-bottom:16px}.sign-in-btn.svelte-8k30lk{height:44px;font-size:14px}.create-account.svelte-8k30lk{margin-top:20px;padding-top:20px;font-size:13px}}
