:root{--ani-dur-instant:.1s;--ani-dur-swift:.15s;--ani-dur-moderate:.25s;--ani-dur-deliberate:.4s;--ani-ease:cubic-bezier(.16,1,.3,1);--ani-stagger:60ms}@keyframes ani-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes ani-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ani-line-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes ani-dot-appear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes ani-toast-bar-shrink{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.ani-fade-up{animation:ani-fade-up var(--ani-dur-deliberate) var(--ani-ease) both}.ani-scale-in{animation:ani-scale-in var(--ani-dur-deliberate) var(--ani-ease) both}.ani-line-grow{animation:ani-line-grow var(--ani-dur-deliberate) var(--ani-ease) both}.ani-dot-appear{animation:ani-dot-appear var(--ani-dur-deliberate) var(--ani-ease) both}.ani-toast-bar-shrink{animation:ani-toast-bar-shrink 4s linear forwards;transform-origin:top}.ani-fade-slide-enter-active,.ani-fade-slide-leave-active{transition:opacity var(--ani-dur-swift) var(--ani-ease),transform var(--ani-dur-swift) var(--ani-ease)}.ani-fade-slide-enter-from{opacity:0;transform:translateY(6px)}.ani-fade-slide-leave-to{opacity:0;transform:translateY(-4px)}.ani-fade-enter-active,.ani-fade-leave-active{transition:opacity var(--ani-dur-moderate) var(--ani-ease)}.ani-fade-enter-from,.ani-fade-leave-to{opacity:0}.ani-form-phase-enter-active,.ani-form-phase-leave-active{transition:opacity var(--ani-dur-moderate) var(--ani-ease),transform var(--ani-dur-moderate) var(--ani-ease)}.ani-form-phase-enter-from{opacity:0;transform:translate(8px)}.ani-form-phase-leave-to{opacity:0;transform:translate(-8px)}@keyframes ani-glitch{0%,92%,to{transform:translate(0);opacity:.65}93%{transform:translate(-2px);opacity:.4}94%{transform:translate(2px,-1px);opacity:.8}95%{transform:translate(0);opacity:.65}96%{transform:translate(1px,1px);opacity:.3}97%{transform:translate(-1px);opacity:.9}}@keyframes ani-scan{0%,85%{transform:translateY(-100%);opacity:0}86%{opacity:1}to{transform:translateY(calc(var(--scan-h, 5rem) + 100%));opacity:0}}.ani-error-icon{animation:ani-scale-in var(--ani-dur-deliberate) var(--ani-ease) both}.ani-glitch{animation:ani-glitch 4s step-end infinite}.ani-scanline{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,oklch(.13 0 0/.12) 20%,oklch(.13 0 0/.2) 50%,oklch(.13 0 0/.12) 80%,transparent);--scan-h:5rem;animation:ani-scan 6s linear infinite}@media(prefers-reduced-motion:reduce){.ani-dot-appear,.ani-error-icon,.ani-fade-up,.ani-line-grow,.ani-scale-in{animation:none!important;opacity:1!important;transform:none!important}.ani-glitch,.ani-scanline{animation:none!important}.ani-fade-enter-active,.ani-fade-leave-active,.ani-fade-slide-enter-active,.ani-fade-slide-leave-active,.ani-form-phase-enter-active,.ani-form-phase-leave-active{transition-duration:.01ms!important}}@layer base,skin;@layer base{:root{--font-sans:system-ui,-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;--font-mono:ui-monospace,SFMono-Regular,"Menlo",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.25rem;--space-xl:1.5rem;--space-2xl:1.75rem;--space-3xl:2.5rem;--gap-xs:.375rem;--gap-sm:.75rem;--gap-md:.875rem;--gap-lg:1.25rem;--gap-xl:1.75rem;--radius-none:0;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--border-sm:1px;--border-md:2px;--border-lg:3px;--color-surface-bg:#fafafa;--color-raised-bg:#fff;--color-inset-bg:rgba(31,34,40,.03);--color-surface-text:#1f2228;--color-overlay-shadow:rgba(31,34,40,.1);--color-primary-bg:#1f2228;--color-primary-text:#fff;--color-primary-hover:#3a4048;--color-secondary-bg:#f4f4f5;--color-secondary-text:#1f2228;--color-accent-text:#2563eb;--color-neutral-bg:#e5e7eb;--color-neutral-text:#1f2228;--color-info-text:#0ea5e9;--color-info-bg:color-mix(in oklab,var(--color-info-text) 5%,transparent);--color-info-border:color-mix(in oklab,var(--color-info-text) 12%,transparent);--color-success-text:#10b981;--color-success-bg:color-mix(in oklab,var(--color-success-text) 5%,transparent);--color-success-border:color-mix(in oklab,var(--color-success-text) 12%,transparent);--color-warning-text:#f59e0b;--color-warning-bg:color-mix(in oklab,var(--color-warning-text) 5%,transparent);--color-warning-border:color-mix(in oklab,var(--color-warning-text) 12%,transparent);--color-error-text:#ef4444;--color-error-ring:#ef4444;--color-error-bg:color-mix(in oklab,var(--color-error-text) 5%,transparent);--color-error-border:color-mix(in oklab,var(--color-error-text) 12%,transparent);--color-autofill-bg:#e8f0fe;--color-autofill-border:#a9bff0;--color-muted-text:color-mix(in oklab,var(--color-surface-text) 65%,transparent);--color-faint-text:color-mix(in oklab,var(--color-surface-text) 45%,transparent);--color-dim-text:color-mix(in oklab,var(--color-surface-text) 30%,transparent);--color-interactive-hover:color-mix(in oklab,var(--color-surface-text) 6%,transparent);--color-focus-ring:rgba(59,130,246,.5)}:root.dark{--color-autofill-bg:#333c4f;--color-autofill-border:#64748b;--color-surface-bg:#1f2228;--color-raised-bg:hsla(0,0%,100%,.03);--color-inset-bg:hsla(0,0%,100%,.06);--color-surface-text:#fff;--color-primary-bg:#fff;--color-primary-text:#1f2228;--color-primary-hover:#e3e5e9;--color-secondary-bg:#26292f;--color-secondary-text:#e5e7eb;--color-accent-text:#60a5fa;--color-neutral-bg:#34383f;--color-neutral-text:#e5e7eb;--color-interactive-hover:color-mix(in oklab,var(--color-surface-text) 8%,transparent);--color-muted-text:color-mix(in oklab,var(--color-surface-text) 70%,transparent);--color-faint-text:color-mix(in oklab,var(--color-surface-text) 50%,transparent);--color-dim-text:color-mix(in oklab,var(--color-surface-text) 30%,transparent);--color-overlay-shadow:rgba(0,0,0,.45)}body{margin:0;font-family:var(--font-sans);font-size:var(--font-size-md);line-height:1.6;color:var(--color-surface-text);overflow-wrap:break-word;line-break:strict;text-autospace:ideograph-alpha ideograph-numeric;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}:root{--motion-duration:.2s;--motion-duration-fast:.15s;--motion-ease:ease-out}}@layer base{@keyframes motion-spin{to{transform:rotate(1turn)}}@keyframes motion-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes motion-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes motion-fade-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes motion-shake-x{0%,to{transform:translate(0)}20%{transform:translate(-.25rem)}40%{transform:translate(.25rem)}60%{transform:translate(-.125rem)}80%{transform:translate(.125rem)}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}}@layer skin{:root{--font-sans:system-ui,-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;--font-mono:ui-monospace,SFMono-Regular,"Menlo",monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.25rem;--space-xl:1.5rem;--space-2xl:1.75rem;--space-3xl:2.5rem;--gap-xs:.375rem;--gap-sm:.75rem;--gap-md:.875rem;--gap-lg:1.25rem;--gap-xl:1.75rem;--radius-none:0;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--border-sm:1px;--border-md:2px;--border-lg:3px;--color-surface-bg:#fafafa;--color-raised-bg:#fff;--color-inset-bg:rgba(31,34,40,.03);--color-surface-text:#1f2228;--color-overlay-shadow:rgba(31,34,40,.1);--color-primary-bg:#1f2228;--color-primary-text:#fff;--color-primary-hover:#3a4048;--color-secondary-bg:#f4f4f5;--color-secondary-text:#1f2228;--color-accent-text:#2563eb;--color-neutral-bg:#e5e7eb;--color-neutral-text:#1f2228;--color-info-text:#0ea5e9;--color-info-bg:color-mix(in oklab,var(--color-info-text) 5%,transparent);--color-info-border:color-mix(in oklab,var(--color-info-text) 12%,transparent);--color-success-text:#10b981;--color-success-bg:color-mix(in oklab,var(--color-success-text) 5%,transparent);--color-success-border:color-mix(in oklab,var(--color-success-text) 12%,transparent);--color-warning-text:#f59e0b;--color-warning-bg:color-mix(in oklab,var(--color-warning-text) 5%,transparent);--color-warning-border:color-mix(in oklab,var(--color-warning-text) 12%,transparent);--color-error-text:#ef4444;--color-error-ring:#ef4444;--color-error-bg:color-mix(in oklab,var(--color-error-text) 5%,transparent);--color-error-border:color-mix(in oklab,var(--color-error-text) 12%,transparent);--color-autofill-bg:#e8f0fe;--color-autofill-border:#a9bff0;--color-muted-text:color-mix(in oklab,var(--color-surface-text) 65%,transparent);--color-faint-text:color-mix(in oklab,var(--color-surface-text) 45%,transparent);--color-dim-text:color-mix(in oklab,var(--color-surface-text) 30%,transparent);--color-interactive-hover:color-mix(in oklab,var(--color-surface-text) 6%,transparent);--color-focus-ring:rgba(59,130,246,.5)}:root.dark{--color-autofill-bg:#333c4f;--color-autofill-border:#64748b;--color-surface-bg:#1f2228;--color-raised-bg:hsla(0,0%,100%,.03);--color-inset-bg:hsla(0,0%,100%,.05);--color-surface-text:#fff;--color-primary-bg:#fff;--color-primary-text:#1f2228;--color-primary-hover:#e3e5e9;--color-secondary-bg:#26292f;--color-secondary-text:#e5e7eb;--color-accent-text:#60a5fa;--color-neutral-bg:#34383f;--color-neutral-text:#e5e7eb;--color-interactive-hover:color-mix(in oklab,var(--color-surface-text) 8%,transparent);--color-muted-text:color-mix(in oklab,var(--color-surface-text) 70%,transparent);--color-faint-text:color-mix(in oklab,var(--color-surface-text) 50%,transparent);--color-dim-text:color-mix(in oklab,var(--color-surface-text) 30%,transparent);--color-overlay-shadow:rgba(0,0,0,.45)}@media(min-width:640px)and (max-width:1023px){.component-layout-panel{width:23.75rem;background:#ffffffe6;border:var(--border-sm) solid #e4e4e7}html.dark .component-layout-panel{background:#ffffff08;border-color:#ffffff26}}@media(min-width:1024px)and (max-width:1279px){.component-layout-panel{width:28.75rem;background:#ffffffe6;border:var(--border-sm) solid #d4d4d8}html.dark .component-layout-panel{background:#ffffff08;border-color:#ffffff26}}@media(min-width:1280px){.component-layout-panel{width:28.75rem;background:#fff;border:var(--border-sm) solid rgba(31,34,40,.1)}html.dark .component-layout-panel{background:#ffffff08;border-color:#ffffff26}}.component-base-password-input-box,.component-base-phone-input-box,.component-base-text-input-box{border:var(--border-sm) solid color-mix(in oklab,var(--color-surface-text) 15%,transparent);transition:box-shadow var(--motion-duration-fast) var(--motion-ease),border-color var(--motion-duration-fast) var(--motion-ease)}.component-base-password-input-box:has(.component-base-field-input:-webkit-autofill),.component-base-phone-input-box:has(.component-base-field-input:-webkit-autofill),.component-base-text-input-box:has(.component-base-field-input:-webkit-autofill){border-color:var(--color-autofill-border)}.component-base-password-input-box:has(.component-base-field-input:-webkit-autofill),.component-base-password-input-box:has(.component-base-field-input:autofill),.component-base-phone-input-box:has(.component-base-field-input:-webkit-autofill),.component-base-phone-input-box:has(.component-base-field-input:autofill),.component-base-text-input-box:has(.component-base-field-input:-webkit-autofill),.component-base-text-input-box:has(.component-base-field-input:autofill){border-color:var(--color-autofill-border)}.component-base-field-input::-moz-placeholder{color:var(--color-faint-text)}.component-base-field-input::placeholder{color:var(--color-faint-text)}.component-base-password-input-box:focus-within,.component-base-phone-input-box:focus-within,.component-base-text-input-box:focus-within{box-shadow:none;border-color:var(--color-surface-text)}.component-base-field[data-state=error] .component-base-password-input-box,.component-base-field[data-state=error] .component-base-phone-input-box,.component-base-field[data-state=error] .component-base-text-input-box{box-shadow:none;border-color:var(--color-error-ring)}.component-base-pin-input-cell{border:var(--border-sm) solid color-mix(in oklab,var(--color-surface-text) 15%,transparent)}.component-base-pin-input-cell[data-active]{border-color:var(--color-surface-text)}[data-state=error] .component-base-pin-input-cell{box-shadow:none;border-color:var(--color-error-ring)}@media(max-width:639px){.component-base-tabs{padding-bottom:var(--space-xs)}}.component-credential-login-methods-option,.component-credential-switcher-option{border:var(--border-sm) solid color-mix(in oklab,var(--color-surface-text) 10%,transparent)}.component-credential-login-methods-option-label{font-size:.9375rem}.component-base-button{letter-spacing:normal}.component-base-checkbox-text{color:var(--color-faint-text)}.component-oauth2-client-logo{padding:0;background:#1f222808}html.dark .component-oauth2-client-logo{background:#ffffff1a}.component-oauth2-client:not([data-with-icon]){margin-bottom:calc(var(--gap-lg) - var(--gap-sm))}@media(min-width:640px){.component-oauth2-client:not([data-with-icon]){margin-bottom:0}}.component-base-field-hint{color:var(--color-faint-text)}.component-base-theme-toggle{border-radius:var(--radius-none)}}
