.login-card.svelte-8k30lk{width:100%;max-width:420px;background:var(--pr-bg-2);border:1px solid var(--pr-border-2);border-radius:var(--radius-lg);padding:32px;position:relative;z-index:1;box-shadow:var(--shadow-lg),0 0 60px #00f0ff0a}.login-brand.svelte-8k30lk{display:flex;align-items:center;gap:10px;margin-bottom:24px}.brand-logo.svelte-8k30lk{width:38px;height:38px;background:var(--cyan-grad);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:19px;box-shadow:var(--shadow-cyan);flex-shrink:0}.brand-text-col.svelte-8k30lk{display:flex;flex-direction:column}.brand-name.svelte-8k30lk{font-size:13px;font-weight:800;letter-spacing:.06em;color:var(--pr-text)}.brand-tagline.svelte-8k30lk{font-size:10px;color:var(--pr-text-3)}.mode-tabs.svelte-8k30lk{display:flex;background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--radius-sm);padding:3px;gap:2px;margin-bottom:22px}.mode-tab.svelte-8k30lk{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:6px;border:none;background:transparent;color:var(--pr-text-3);font-size:12.5px;font-weight:500;cursor:pointer;transition:all var(--pr-fast);font-family:inherit}.mode-tab.active.svelte-8k30lk{background:var(--pr-bg-3);color:var(--pr-text);border:1px solid var(--pr-border-2);box-shadow:var(--shadow-sm)}.login-heading.svelte-8k30lk{margin-bottom:22px}.login-title.svelte-8k30lk{font-size:20px;font-weight:800;color:var(--pr-text);margin:0 0 5px;letter-spacing:-.3px}.login-sub.svelte-8k30lk{font-size:12px;color:var(--pr-text-3);margin:0;line-height:1.5}.login-form.svelte-8k30lk{display:flex;flex-direction:column;gap:14px}.field.svelte-8k30lk{display:flex;flex-direction:column;gap:5px}.field-header.svelte-8k30lk{display:flex;align-items:center;justify-content:space-between}.field-label.svelte-8k30lk{font-size:12px;font-weight:600;color:var(--pr-text-2)}.forgot-link.svelte-8k30lk{font-size:11px;color:var(--cyan);text-decoration:none;transition:opacity var(--pr-fast)}.forgot-link.svelte-8k30lk:hover{opacity:.7}.field-input.svelte-8k30lk{background:var(--pr-bg-3);border:1px solid var(--pr-border-2);border-radius:var(--radius-sm);padding:11px 13px;color:var(--pr-text);font-size:14px;outline:none;transition:border-color var(--pr-fast),box-shadow var(--pr-fast);width:100%;box-sizing:border-box;font-family:inherit}.field-input.svelte-8k30lk::placeholder{color:var(--pr-text-4)}.field-input.svelte-8k30lk:focus{border-color:var(--cyan);box-shadow:0 0 0 3px var(--cyan-dim)}.field-input.svelte-8k30lk:disabled{opacity:.5;cursor:not-allowed}.field-input--pass.svelte-8k30lk{padding-right:44px}.pass-wrap.svelte-8k30lk{position:relative}.pass-toggle.svelte-8k30lk{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:15px;padding:2px;opacity:.5;transition:opacity var(--pr-fast)}.pass-toggle.svelte-8k30lk:hover{opacity:1}.remember-row.svelte-8k30lk{display:flex;align-items:center;gap:8px;cursor:pointer}.remember-input.svelte-8k30lk{position:absolute;opacity:0;width:0;height:0}.remember-box.svelte-8k30lk{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--pr-border-2);background:var(--pr-bg-3);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:transparent;flex-shrink:0;transition:all var(--pr-fast)}.remember-row.svelte-8k30lk:has(.remember-input:where(.svelte-8k30lk):checked) .remember-box:where(.svelte-8k30lk){background:var(--cyan);border-color:var(--cyan);color:var(--pr-bg)}.remember-label.svelte-8k30lk{font-size:12px;color:var(--pr-text-3)}.form-error.svelte-8k30lk{background:var(--pr-rose-dim);border:1px solid rgba(248,113,113,.25);border-radius:var(--radius-sm);padding:10px 13px;font-size:12px;color:var(--pr-rose)}.submit-btn.svelte-8k30lk{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:var(--cyan-grad);border:none;border-radius:var(--radius-sm);color:var(--pr-bg);font-size:14px;font-weight:700;cursor:pointer;transition:filter var(--pr-fast),box-shadow var(--pr-fast),opacity var(--pr-fast);box-shadow:var(--shadow-cyan);font-family:inherit;margin-top:2px}.submit-btn.svelte-8k30lk:not(:disabled):hover{filter:brightness(1.1);box-shadow:0 6px 24px var(--cyan-glow)}.submit-btn.svelte-8k30lk:disabled{opacity:.5;cursor:not-allowed}@keyframes svelte-8k30lk-spin{to{transform:rotate(360deg)}}.spinner.svelte-8k30lk{width:14px;height:14px;border:2px solid rgba(0,0,0,.2);border-top-color:var(--pr-bg);border-radius:50%;animation:svelte-8k30lk-spin .7s linear infinite}.divider-row.svelte-8k30lk{display:flex;align-items:center;gap:10px;margin:18px 0}.divider-line.svelte-8k30lk{flex:1;height:1px;background:var(--pr-border)}.divider-text.svelte-8k30lk{font-size:11px;color:var(--pr-text-4)}.alt-actions.svelte-8k30lk{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.alt-btn.svelte-8k30lk{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--radius-sm);color:var(--pr-text-2);font-size:13px;cursor:pointer;transition:background var(--pr-fast),border-color var(--pr-fast),color var(--pr-fast);font-family:inherit;width:100%;justify-content:center}.alt-btn.svelte-8k30lk:hover{background:var(--pr-surface-2);border-color:var(--pr-border-2);color:var(--pr-text)}.login-footer.svelte-8k30lk{text-align:center;font-size:12px;color:var(--pr-text-3);margin:0}.footer-link.svelte-8k30lk{color:var(--cyan);text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:3px}.footer-link.svelte-8k30lk:hover{text-decoration:underline}
