.hao-auth-dialog-root,.hao-auth-backdrop{--accent:var(--heo-main,var(--heo-theme,#1e88e5));--accent-foreground:var(--heo-white,#fff);--background:var(--heo-background,#f6f7fb);--foreground:var(--heo-fontcolor,#1f2937);--surface:var(--heo-card-bg,#fff);--surface-foreground:var(--foreground);--overlay:var(--heo-card-bg,#fff);--overlay-foreground:var(--foreground);--muted:var(--heo-secondtext,#667085);--default:color-mix(in srgb, var(--heo-secondbg,#f4f6fb) 86%, var(--surface));--default-foreground:var(--foreground);--default-hover:color-mix(in srgb, var(--accent) 8%, var(--default));--field-background:var(--surface);--field-foreground:var(--foreground);--field-placeholder:color-mix(in srgb, var(--muted) 82%, transparent);--field-border:color-mix(in srgb, var(--foreground) 13%, transparent);--field-border-hover:color-mix(in srgb, var(--accent) 42%, var(--field-border));--field-border-focus:var(--accent);--field-focus:var(--surface);--field-autofill-background:#e8f0fe;--field-autofill-foreground:var(--field-foreground);--focus:var(--accent);--border:color-mix(in srgb, var(--foreground) 12%, transparent);--separator:color-mix(in srgb, var(--foreground) 10%, transparent);--success:var(--heo-green,#16a34a);--success-foreground:var(--heo-white,#fff);--success-soft-foreground:var(--success);--danger:var(--heo-danger,#dc2626);--danger-foreground:var(--heo-white,#fff);--danger-soft-foreground:var(--danger);--accent-hover:color-mix(in srgb, var(--accent) 88%, #000 8%);--accent-soft-foreground:var(--accent);--backdrop:#0f172a85;--border-width-field:1px;--border-width:1px;--disabled-opacity:.52;--cursor-interactive:pointer;--cursor-disabled:not-allowed;--radius:8px;--field-radius:9px;--radius-3xl:12px;--overlay-shadow:0 18px 54px #0f172a2e;--field-shadow:0 1px 2px #0f172a08;box-sizing:border-box;color:var(--foreground);letter-spacing:0;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;font-weight:400}.hao-auth-dialog-root *,.hao-auth-dialog-root :before,.hao-auth-dialog-root :after,.hao-auth-backdrop *,.hao-auth-backdrop :before,.hao-auth-backdrop :after{box-sizing:border-box;letter-spacing:0}.hao-auth-backdrop{z-index:100500;background:var(--backdrop);-webkit-backdrop-filter:blur(10px)saturate(1.12);display:flex;position:fixed;inset:0;overflow:hidden}.hao-auth-container{justify-content:center;align-items:center;width:100%;height:100%;padding:12px;display:flex;overflow:auto}.hao-auth-dialog{border:1px solid var(--border);background:var(--overlay);width:min(368px,100vw - 24px);max-width:384px;max-height:calc(100dvh - 24px);color:var(--overlay-foreground);box-shadow:var(--overlay-shadow);-webkit-backdrop-filter:blur(16px);border-radius:12px;margin:auto;padding:0;position:relative;overflow:hidden}.hao-auth-dialog.is-signup{width:min(440px,100vw - 24px);max-width:440px}.hao-auth-close{z-index:2;width:32px;height:32px;min-height:32px;color:var(--muted);border-radius:8px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.hao-auth-close svg{width:16px;height:16px}.hao-auth-close:hover,.hao-auth-close[data-hovered=true]{background:color-mix(in srgb, var(--accent) 8%, transparent);color:var(--foreground)}.hao-auth-header{background:var(--overlay);flex-direction:column;gap:5px;padding:20px 20px 8px;display:flex}.hao-auth-title{color:var(--foreground);margin:0;padding-right:38px;font-size:18px;font-weight:600;line-height:1.4}.hao-auth-description{color:var(--muted);margin:0;font-size:13px;font-weight:400;line-height:1.55}.hao-auth-body{background:var(--overlay);scrollbar-width:thin;max-height:calc(100dvh - 92px);padding:0 20px 20px;overflow:auto}.hao-auth-form{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex}.hao-auth-field{flex-direction:column;gap:5px;width:100%;min-width:0;display:flex}.hao-auth-field .label,.hao-auth-password-head,.hao-auth-checkbox .label{color:var(--foreground);font-size:13px;font-weight:500;line-height:1.4}.hao-auth-checkbox .label{color:var(--muted);font-weight:400}.hao-auth-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.hao-auth-input-wrap{align-items:center;width:100%;min-width:0;display:flex;position:relative}.hao-auth-input{border:1px solid var(--field-border);background:var(--field-background);width:100%;min-height:42px;color:var(--field-foreground);box-shadow:var(--field-shadow);border-radius:9px;outline:none;padding:10px 12px;font-size:14px;font-weight:400;line-height:1.35;transition:border-color .18s,box-shadow .18s,background-color .18s}.hao-auth-input::placeholder{color:var(--field-placeholder)}.hao-auth-input:hover{border-color:var(--field-border-hover)}.hao-auth-input:focus{border-color:var(--field-border-focus);background:var(--field-focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent)}.hao-auth-field.has-icon .hao-auth-input{padding-left:38px}.hao-auth-password-input-wrap{width:100%;min-width:0}.hao-auth-input-group{border:1px solid var(--field-border);background:var(--field-background);width:100%;min-width:0;min-height:42px;box-shadow:var(--field-shadow);border-radius:9px;align-items:center;transition:border-color .18s,box-shadow .18s,background-color .18s;display:inline-flex;position:relative;overflow:hidden}.hao-auth-input-group:hover{border-color:var(--field-border-hover)}.hao-auth-password-field:focus-within .hao-auth-input-group{border-color:var(--field-border-focus);background:var(--field-focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent)}.hao-auth-password-field[data-invalid=true] .hao-auth-input-group,.hao-auth-password-field[data-invalid] .hao-auth-input-group{border-color:color-mix(in srgb, var(--danger) 72%, var(--field-border))}@keyframes hao-auth-autofill-detect{0%,to{opacity:1}}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true]{background-color:var(--field-autofill-background)!important;background-image:none!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group:has(.hao-auth-input:-webkit-autofill){background-color:var(--field-autofill-background)!important;background-image:none!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true] .hao-auth-input-group-prefix,.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true] .hao-auth-input-group-suffix,.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true] .hao-auth-password-toggle,.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true] .hao-auth-password-toggle:hover,.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true] .hao-auth-password-toggle[data-hovered=true]{background:0 0}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group:has(.hao-auth-input:-webkit-autofill) .hao-auth-input-group-prefix{background:0 0}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group:has(.hao-auth-input:-webkit-autofill) .hao-auth-input-group-suffix{background:0 0}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group:has(.hao-auth-input:-webkit-autofill) .hao-auth-password-toggle{background:0 0}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group:has(.hao-auth-input:-webkit-autofill) .hao-auth-password-toggle:hover{background:0 0}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group:has(.hao-auth-input:-webkit-autofill) .hao-auth-password-toggle[data-hovered=true]{background:0 0}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap[data-autofill=true]>.hao-auth-input,.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true] .hao-auth-input{-webkit-text-fill-color:var(--field-autofill-foreground);caret-color:var(--field-autofill-foreground);animation-name:hao-auth-autofill-detect;animation-duration:1ms;background-color:#0000!important;background-image:none!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input:-webkit-autofill{-webkit-text-fill-color:var(--field-autofill-foreground);caret-color:var(--field-autofill-foreground);animation-name:hao-auth-autofill-detect;animation-duration:1ms;background-color:#0000!important;background-image:none!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--field-autofill-foreground);caret-color:var(--field-autofill-foreground);animation-name:hao-auth-autofill-detect;animation-duration:1ms;background-color:#0000!important;background-image:none!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--field-autofill-foreground);caret-color:var(--field-autofill-foreground);animation-name:hao-auth-autofill-detect;animation-duration:1ms;background-color:#0000!important;background-image:none!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input:-webkit-autofill:active{-webkit-text-fill-color:var(--field-autofill-foreground);caret-color:var(--field-autofill-foreground);animation-name:hao-auth-autofill-detect;animation-duration:1ms;background-color:#0000!important;background-image:none!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap[data-autofill=true]>.hao-auth-input{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow);box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow)}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap>.hao-auth-input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow);box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow)}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap>.hao-auth-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow);box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow)}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap>.hao-auth-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow);box-shadow:0 0 0 1000px var(--field-autofill-background) inset, var(--field-shadow)}:-webkit-any(.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap[data-autofill=true]>.hao-auth-input:focus,.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap>.hao-auth-input:-webkit-autofill:focus){-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset, 0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent);box-shadow:0 0 0 1000px var(--field-autofill-background) inset, 0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent)}:is(.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap[data-autofill=true]>.hao-auth-input:focus,.hao-auth-dialog[data-auth-view=login] .hao-auth-input-wrap>.hao-auth-input:autofill:focus){-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset, 0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent);box-shadow:0 0 0 1000px var(--field-autofill-background) inset, 0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent)}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group[data-autofill=true] .hao-auth-input{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important;box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group .hao-auth-input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important;box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group .hao-auth-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important;box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group .hao-auth-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important;box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important}.hao-auth-dialog[data-auth-view=login] .hao-auth-input-group .hao-auth-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important;box-shadow:0 0 0 1000px var(--field-autofill-background) inset!important}.hao-auth-input-group .hao-auth-input{width:100%;min-width:0;min-height:40px;box-shadow:none;background:0 0;border:0;border-radius:0;flex:auto;padding:10px 0}.hao-auth-input-group .hao-auth-input:hover,.hao-auth-input-group .hao-auth-input:focus{box-shadow:none;background:0 0;border-color:#0000}.hao-auth-input-group-prefix,.hao-auth-input-group-suffix{color:color-mix(in srgb, var(--muted) 82%, transparent);flex:none;justify-content:center;align-items:center;display:inline-flex}.hao-auth-input-group-prefix{width:38px;min-width:38px}.hao-auth-input-group-suffix{min-height:40px;padding:0 4px 0 6px}.hao-auth-input-group-prefix svg,.hao-auth-input-group-suffix svg{flex:0 0 16px;width:16px;height:16px}.hao-auth-input-icon{z-index:1;width:16px;height:16px;color:color-mix(in srgb, var(--muted) 82%, transparent);pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;left:12px}.hao-auth-input-icon svg,.hao-auth-password-toggle svg,.hao-auth-secondary svg,.hao-auth-alert__icon{flex:0 0 16px;width:16px;height:16px}.hao-auth-password-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:-7px;display:flex}.hao-auth-password-toggle{width:32px;min-width:32px;height:32px;min-height:32px;color:var(--muted);border-radius:8px;flex:0 0 32px;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex;position:static}.hao-auth-password-toggle svg{flex:0 0 15px;width:15px;height:15px}.hao-auth-password-toggle:hover,.hao-auth-password-toggle[data-hovered=true]{color:var(--foreground)}.hao-auth-text-link,.hao-auth-inline-link{color:var(--accent);text-underline-offset:3px;font-size:13px;font-weight:500;line-height:1.4;text-decoration:underline;text-decoration-thickness:1px}.hao-auth-inline-link{display:inline}.hao-auth-field-error{min-height:16px;color:var(--danger);font-size:12px;line-height:1.35}.hao-auth-field-error:empty{display:none}.hao-auth-checkbox{min-height:24px}.hao-auth-checkbox .checkbox__content{align-items:center;gap:8px;display:inline-flex}.hao-auth-checkbox .checkbox__control{border:1px solid var(--field-border);background:var(--field-background);width:16px;height:16px;color:var(--accent-foreground);border-radius:5px;justify-content:center;align-items:center;transition:border-color .18s,background-color .18s,box-shadow .18s;display:inline-flex}.hao-auth-checkbox:focus-within .checkbox__control{border-color:var(--field-border-focus);box-shadow:0 0 0 3px color-mix(in srgb, var(--focus) 14%, transparent)}.hao-auth-checkbox:has(input:checked) .checkbox__control{border-color:var(--accent);background:var(--accent)}.hao-auth-checkbox .checkbox__indicator{justify-content:center;align-items:center;display:inline-flex}.hao-auth-checkbox .checkbox__indicator svg{opacity:0;stroke-dashoffset:22px;width:12px;height:12px;transition:opacity .16s,stroke-dashoffset .18s}.hao-auth-checkbox:has(input:checked) .checkbox__indicator svg{opacity:1;stroke-dashoffset:0}.hao-auth-submit,.hao-auth-secondary,.hao-auth-code-button,.hao-auth-provider-button{border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:42px;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex}.hao-auth-submit{border:1px solid var(--accent);background:var(--accent);color:var(--accent-foreground);box-shadow:0 8px 18px color-mix(in srgb, var(--accent) 18%, transparent)}.hao-auth-submit:hover,.hao-auth-submit[data-hovered=true]{border-color:var(--accent-hover);background:var(--accent-hover);color:var(--accent-foreground)}.hao-auth-submit:disabled,.hao-auth-submit[data-disabled=true]{opacity:var(--disabled-opacity);cursor:var(--cursor-disabled)}.hao-auth-secondary,.hao-auth-code-button,.hao-auth-provider-button{border:1px solid var(--border);background:var(--default);color:var(--foreground)}.hao-auth-secondary:hover,.hao-auth-secondary[data-hovered=true],.hao-auth-code-button:hover,.hao-auth-code-button[data-hovered=true],.hao-auth-provider-button:hover,.hao-auth-provider-button[data-hovered=true]{background:var(--default-hover)}.hao-auth-code-button:disabled,.hao-auth-code-button[data-disabled=true]{opacity:var(--disabled-opacity);cursor:var(--cursor-disabled)}@keyframes hao-auth-spinner-spin{to{transform:rotate(360deg)}}.hao-auth-button-content{justify-content:center;align-items:center;gap:7px;min-width:0;line-height:1;display:inline-flex}.hao-auth-button-spinner{transform-origin:50%;flex:0 0 15px;justify-content:center;align-items:center;width:15px;height:15px;animation:.8s linear infinite hao-auth-spinner-spin;display:inline-flex}.hao-auth-button-spinner svg{width:100%;height:100%;display:block}.hao-auth-code-button .hao-auth-button-spinner{flex-basis:14px;width:14px;min-width:14px;max-width:14px;height:14px;min-height:14px;max-height:14px}.hao-auth-loading [data-slot=spinner]{transform-origin:50%;animation:.8s linear infinite hao-auth-spinner-spin}.hao-auth-switch{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin:0;font-size:13px;font-weight:400;line-height:1.45;display:flex}.hao-auth-alert{border:1px solid color-mix(in srgb, var(--foreground) 10%, transparent);background:color-mix(in srgb, var(--surface) 92%, var(--accent) 4%);box-shadow:none;border-radius:10px;gap:9px;padding:10px 11px}.hao-auth-alert .alert__indicator{padding:1px 0 0}.hao-auth-alert .alert__title{color:var(--foreground);font-size:13px;font-weight:500;line-height:1.45}.hao-auth-alert .alert__description{color:var(--muted);font-size:13px;font-weight:400;line-height:1.55}.hao-auth-alert.alert--danger{border-color:color-mix(in srgb, var(--danger) 24%, var(--border));background:color-mix(in srgb, var(--danger) 7%, var(--surface))}.hao-auth-alert.alert--success{border-color:color-mix(in srgb, var(--success) 24%, var(--border));background:color-mix(in srgb, var(--success) 8%, var(--surface))}.hao-auth-email-pill{border:1px solid var(--border);background:var(--default);min-height:42px;color:var(--foreground);word-break:break-all;border-radius:9px;flex-direction:column;justify-content:center;gap:2px;padding:8px 11px;font-size:13px;line-height:1.35;display:flex}.hao-auth-email-pill span{color:var(--muted);font-size:12px;font-weight:400}.hao-auth-email-pill strong{font-size:13px;font-weight:500}.hao-auth-loading{min-height:118px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.hao-auth-two-col{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hao-auth-verification-field{gap:5px}.hao-auth-code-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.hao-auth-code-button{white-space:nowrap;width:auto;min-width:112px;max-width:125px;padding-inline:12px}.hao-auth-providers{flex-direction:column;gap:10px;display:flex}.hao-auth-separator{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;font-size:12px;line-height:1.4;display:grid}.hao-auth-separator .separator{background:var(--separator)}.hao-auth-provider-list{grid-template-columns:1fr;gap:8px;display:grid}.hao-auth-provider-button img{object-fit:contain;width:18px;height:18px}.hao-auth-backdrop :focus-visible{outline:2px solid color-mix(in srgb, var(--focus) 76%, transparent);outline-offset:2px}.hao-auth-backdrop .hao-auth-input-group .hao-auth-input:focus-visible,.hao-auth-backdrop .hao-auth-input-group .hao-auth-password-toggle:focus-visible{outline:none}html[data-theme=dark] .hao-auth-dialog-root,html[data-theme=dark] .hao-auth-backdrop,.color-scheme-dark .hao-auth-dialog-root,.color-scheme-dark .hao-auth-backdrop,body.dark .hao-auth-dialog-root,body.dark .hao-auth-backdrop{--background:var(--heo-background,#0f1117);--foreground:var(--heo-fontcolor,#f3f4f6);--surface:var(--heo-card-bg,#181b22);--overlay:var(--heo-card-bg,#181b22);--muted:var(--heo-secondtext,#a5adba);--default:color-mix(in srgb, var(--surface) 84%, #fff 6%);--field-background:color-mix(in srgb, var(--surface) 92%, #fff 3%);--field-focus:color-mix(in srgb, var(--surface) 90%, #fff 5%);--field-border:#ffffff1c;--field-autofill-background:color-mix(in srgb, #8ab4f8 26%, var(--field-background));--field-autofill-foreground:var(--field-foreground);--border:#ffffff1a;--separator:#ffffff1a;--backdrop:#0000009e;--overlay-shadow:0 20px 58px #00000061}@media (width<=520px){.hao-auth-container{padding:12px}.hao-auth-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.hao-auth-header{padding:18px 18px 8px}.hao-auth-body{max-height:calc(100dvh - 86px);padding:0 18px 18px}.hao-auth-input,.hao-auth-input-group,.hao-auth-submit,.hao-auth-secondary,.hao-auth-code-button,.hao-auth-provider-button{min-height:44px}.hao-auth-input-group .hao-auth-input,.hao-auth-input-group-suffix{min-height:42px}.hao-auth-two-col{grid-template-columns:1fr}}@media (width<=360px){.hao-auth-code-row{grid-template-columns:1fr}.hao-auth-code-button{width:100%;max-width:none}}@media (height<=560px){.hao-auth-container{align-items:flex-start;padding-top:12px;padding-bottom:12px}}@media (prefers-reduced-motion:reduce){.hao-auth-backdrop *,.hao-auth-backdrop :before,.hao-auth-backdrop :after{transition-duration:1ms;animation-duration:1ms}.hao-auth-backdrop .hao-auth-button-spinner,.hao-auth-backdrop .hao-auth-loading [data-slot=spinner]{animation-duration:1.2s}}
/*$vite$:1*/