:root{--hx-color-red-50:#faf9f9;--hx-color-red-100:#f3f0f0;--hx-color-red-200:#e5dede;--hx-color-red-300:#cfc3c3;--hx-color-red-400:#c0676c;--hx-color-red-500:#ed1c24;--hx-color-red-600:#c82c35;--hx-color-red-700:#a81f2a;--hx-color-red-800:#881c25;--hx-color-red-900:#701a21;--hx-color-red-950:#3f0b10;--hx-color-neutral-50:#fafafa;--hx-color-neutral-100:#f4f4f5;--hx-color-neutral-200:#e4e4e7;--hx-color-neutral-300:#d4d4d8;--hx-color-neutral-400:#a1a1aa;--hx-color-neutral-500:#71717a;--hx-color-neutral-600:#52525b;--hx-color-neutral-700:#3f3f46;--hx-color-neutral-800:#27272a;--hx-color-neutral-900:#18181b;--hx-color-neutral-950:#09090b;--hx-color-white:#fff;--hx-color-black:#000;--hx-color-surface:#fff;--hx-color-ink:#18181b;--hx-color-muted:#5f6368;--hx-color-line:#d4d4d8;--hx-color-success:#157347;--hx-color-warning:#8a5a00;--hx-color-error:#b4232c;--hx-color-info:#175cd3;--hx-color-action-primary:#c82c35;--hx-color-action-primary-hover:#a81f2a;--hx-color-decorative:#ed1c24;--hx-space-0:0;--hx-space-1:.25rem;--hx-space-2:.5rem;--hx-space-3:.75rem;--hx-space-4:1rem;--hx-space-6:1.5rem;--hx-space-8:2rem;--hx-space-10:2.5rem;--hx-space-12:3rem;--hx-radius-sm:.375rem;--hx-radius-md:.625rem;--hx-radius-lg:.875rem;--hx-radius-full:9999px;--hx-shadow-sm:0 1px 2px #00000014;--hx-shadow-md:0 8px 24px #0000001f;--hx-shadow-lg:0 18px 48px #00000029;--hx-font-family-sans:Inter, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;--hx-font-size-sm:.875rem;--hx-font-size-md:1rem;--hx-font-size-lg:1.125rem;--hx-font-weight-regular:400;--hx-font-weight-medium:500;--hx-font-weight-semibold:600;--hx-focus-ring-width:3px;--hx-focus-ring-offset:2px;--hx-focus-ring-color:#c82c35;--hx-z-base:0;--hx-z-dropdown:100;--hx-z-modal:400;--hx-z-toast:500;--hx-motion-fast:.14s;--hx-motion-standard:.22s;--hx-motion-slow:.36s}.hx-logo{max-width:100%;height:auto;display:block}.hx-button{justify-content:center;align-items:center;gap:var(--hx-space-2);border-radius:var(--hx-radius-md);font-family:var(--hx-font-family-sans);font-weight:var(--hx-font-weight-semibold);cursor:pointer;transition:background-color var(--hx-motion-fast) ease, border-color var(--hx-motion-fast) ease, color var(--hx-motion-fast) ease, box-shadow var(--hx-motion-fast) ease;border:1px solid #0000;line-height:1.25;display:inline-flex}.hx-button:focus-visible{outline:var(--hx-focus-ring-width) solid var(--hx-focus-ring-color);outline-offset:var(--hx-focus-ring-offset)}.hx-button:disabled{cursor:not-allowed;opacity:.58}.hx-button--sm{min-height:2rem;padding:var(--hx-space-1) var(--hx-space-3);font-size:var(--hx-font-size-sm)}.hx-button--md{min-height:2.5rem;padding:var(--hx-space-2) var(--hx-space-4);font-size:var(--hx-font-size-md)}.hx-button--lg{min-height:3rem;padding:var(--hx-space-3) var(--hx-space-6);font-size:var(--hx-font-size-lg)}.hx-button--primary{background:var(--hx-color-action-primary);color:var(--hx-color-white)}.hx-button--secondary{border-color:var(--hx-color-line);background:var(--hx-color-surface);color:var(--hx-color-ink)}.hx-button--ghost{color:var(--hx-color-action-primary);background:0 0}.hx-button--danger{background:var(--hx-color-error);color:var(--hx-color-white)}@media (hover:hover) and (pointer:fine){.hx-button--primary:hover:not(:disabled){background:var(--hx-color-action-primary-hover)}.hx-button--secondary:hover:not(:disabled){border-color:var(--hx-color-neutral-500);background:var(--hx-color-neutral-50)}.hx-button--ghost:hover:not(:disabled){background:var(--hx-color-neutral-100);color:var(--hx-color-action-primary-hover)}.hx-button--danger:hover:not(:disabled){background:var(--hx-color-red-700)}}.hx-button:active:not(:disabled){box-shadow:var(--hx-shadow-sm);transform:translateY(1px)}.hx-field{gap:var(--hx-space-2);color:var(--hx-color-ink);font-family:var(--hx-font-family-sans);display:grid}.hx-field__label{font-size:var(--hx-font-size-sm);font-weight:var(--hx-font-weight-semibold)}.hx-field__control{display:grid}.hx-field__hint,.hx-field__error{font-size:var(--hx-font-size-sm);line-height:1.5}.hx-field__hint{color:var(--hx-color-muted)}.hx-field__error{color:var(--hx-color-error)}.hx-surface,.hx-panel{border:1px solid var(--hx-color-line);border-radius:var(--hx-radius-lg);background:var(--hx-color-surface);box-shadow:var(--hx-shadow-sm);color:var(--hx-color-ink)}.hx-panel{padding:var(--hx-space-6)}.hx-message{padding:var(--hx-space-3) var(--hx-space-4);border:1px solid var(--hx-color-line);border-radius:var(--hx-radius-md);color:var(--hx-color-ink)}.hx-message--error{border-color:var(--hx-color-error)}.hx-message--success{border-color:var(--hx-color-success)}.hx-message--warning{border-color:var(--hx-color-warning)}.hx-message--info{border-color:var(--hx-color-info)}.hx-entrance{opacity:1;animation:hx-entrance var(--hx-motion-standard) ease-out both;transform:translateY(0)}@keyframes hx-entrance{0%{opacity:.84;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.hx-edge-glow{pointer-events:none;background:linear-gradient(135deg,#ed1c2457,#0000 42%);border:1px solid #0000;position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){.hx-button,.hx-entrance{transition:none;animation:none}}*{box-sizing:border-box}html{background:#fff;min-width:20rem;min-height:100%}body{min-width:20rem;min-height:100%;color:var(--hx-color-ink);font-family:var(--hx-font-family-sans);background:#fff;margin:0;overflow-x:hidden;overflow-y:auto}button,input{font:inherit}.login-preview,.portal-auth{min-height:100vh;min-height:100svh;background:#fff;min-height:100dvh;position:relative;overflow-x:hidden}.login-preview__content{z-index:1;width:min(100%,100rem);min-height:100vh;min-height:100svh;grid-template-columns:minmax(0,1fr) minmax(min(100%,30rem),.72fr);min-height:100dvh;margin-left:auto;margin-right:auto;display:grid;position:relative}.portal-auth{z-index:1;grid-template-columns:minmax(0,1fr) minmax(min(100%,30rem),.72fr);display:grid}#portal-login-visual-root{z-index:0;pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.login-visual{z-index:0;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.login-visual__field{background:linear-gradient(148deg,#0000 24%,#c0676c0d 49%,#0000 69%),radial-gradient(circle at 54% 58%,#ed1c2405,#0000 52%),#fff;position:absolute;top:0;bottom:0;left:0;right:0}.color-bends{opacity:.58;filter:saturate(.78)contrast(1.02);background:0 0;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 10%,#000 92%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 10%,#000 92%,#0000 100%)}.color-bends__canvas{width:100%;height:100%;display:block}.color-bends__canvas[data-renderer=fallback],.color-bends__canvas[data-renderer=static]{opacity:0}.login-visual__structure{border:1px solid #18181b0f;position:absolute;top:max(1rem,min(4vw,4rem));bottom:max(1rem,min(4vw,4rem));left:max(1rem,min(4vw,4rem));right:max(1rem,min(4vw,4rem));transform:skew(-5deg);box-shadow:inset 0 0 0 1px #fffc}.login-visual__edge{background:linear-gradient(90deg,#0000,#3f3f4624,#0000);height:1px;display:block;position:absolute}.login-visual__edge--near{top:26%;left:36%;right:-8%;transform:rotate(-17deg)}.login-visual__edge--far{opacity:.62;bottom:20%;left:-6%;right:18%;transform:rotate(9deg)}.auth-brand,.auth-side{min-width:0;position:relative}.auth-brand{z-index:1;flex-direction:column;justify-content:space-between;gap:max(2rem,min(5vh,4rem));padding:max(2rem,min(5vw,5.5rem)) max(2rem,min(6vw,6.5rem));display:flex}.auth-logo{width:min(25rem,72%);animation-name:login-item-enter;animation-duration:.36s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:80ms;animation-fill-mode:both}.auth-copy{max-width:44rem}.beta,.auth-version{color:var(--hx-color-red-500);letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:600;line-height:1.4}.auth-version{background:0 0;border-radius:0;margin-bottom:0;padding:0;display:block}.auth-copy h1{max-width:none;color:var(--hx-color-red-500);letter-spacing:-.055em;white-space:nowrap;margin:1.25rem 0 1.5rem;font-size:max(2.75rem,min(5vw,5.5rem));font-weight:600;line-height:.98}.auth-copy h1:first-line{color:var(--hx-color-neutral-950)}.auth-copy>p{max-width:40rem;color:var(--hx-color-neutral-700);margin:0;font-size:max(1rem,min(1.25vw,1.16rem));line-height:1.9}.auth-copy>.beta,.auth-copy>h1,.auth-copy>p,.auth-stats>div,.auth-brand>small{animation-name:login-item-enter;animation-duration:.36s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.auth-copy>.beta,.auth-copy>h1,.auth-copy>p{animation-delay:.18s}.auth-stats{border-top:1px solid #3f3f4629;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:max(2rem,min(4vh,3.5rem));padding-top:1.5rem;display:grid}.auth-stats div{min-width:0}.auth-stats>div:first-child,.auth-stats>div:nth-child(2),.auth-stats>div:nth-child(3){animation-delay:.18s}.auth-stats b,.auth-stats span{display:block}.auth-stats b{color:var(--hx-color-neutral-950);font-size:1.15rem;line-height:1.3}.auth-stats span{color:var(--hx-color-neutral-600);margin-top:.45rem;font-size:14px;line-height:1.55}.auth-brand>small{color:var(--hx-color-neutral-600);letter-spacing:.08em;font-size:.75rem;animation-delay:.18s}.auth-side{justify-content:center;align-items:center;padding:max(2rem,min(5vw,5.5rem)) max(1.5rem,min(4vw,4.5rem));display:flex}.auth-card{z-index:2;background:#fff;border:1px solid #18181b17;border-radius:1rem;flex-direction:column;width:min(100%,29rem);padding:max(2rem,min(4vw,3.25rem));animation-name:login-card-enter;animation-duration:.28s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-delay:0s;animation-fill-mode:both;display:flex;position:relative;box-shadow:0 2rem 5rem #18181b24,inset 0 0 0 1px #ffffffd1}.auth-card-logo{width:min(100%,19rem);margin-bottom:2rem;display:none}.auth-card h2{color:var(--hx-color-neutral-950);letter-spacing:-.035em;margin:.75rem 0 .5rem;font-size:max(1.85rem,min(3vw,2.4rem));font-weight:600;line-height:1.15}.auth-card>p{color:var(--hx-color-neutral-600);margin:0 0 1.75rem;font-size:.95rem;line-height:1.7}.auth-message,.auth-card .message{overflow-wrap:anywhere;white-space:normal;margin:0 0 1.25rem;padding:.75rem .875rem;font-size:14px;line-height:1.55}.portal-auth .auth-card .message.error,.portal-auth .auth-card .message.ok{white-space:normal;font-size:14px}.auth-message.hx-message--error,.portal-auth .auth-card .message.error{border-color:var(--hx-color-error);color:var(--hx-color-error);background:#b4232c0d}.auth-message.hx-message--success,.portal-auth .auth-card .message.ok{border-color:var(--hx-color-success);color:var(--hx-color-success);background:#1573470d}.field{gap:.5rem;margin-top:0;margin-bottom:1.1rem;display:grid}.field label{color:var(--hx-color-neutral-800);font-size:.875rem;font-weight:600;line-height:1.4}.auth-card .field input{border:1px solid var(--hx-color-neutral-500);width:100%;min-height:48px;color:var(--hx-color-neutral-950);transition:border-color var(--hx-motion-fast) ease, box-shadow var(--hx-motion-fast) ease;background:#fff;border-radius:.625rem;padding:.75rem .875rem;font-size:16px;line-height:1.4}.auth-card .field input:hover{border-color:var(--hx-color-neutral-600)}.auth-submit,.auth-card .btn.wide{background:var(--hx-color-red-600);color:#fff;letter-spacing:.03em;border-radius:.625rem;width:100%;min-height:48px;margin-top:.35rem;font-size:1rem}.auth-submit:hover:not(:disabled),.auth-card .btn.wide:hover:not(:disabled){background:var(--hx-color-red-800)}.links{color:var(--hx-color-neutral-600);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;margin-top:1.15rem;font-size:14px;line-height:1.5;display:flex}.auth-link,.links a{min-height:44px;color:var(--hx-color-red-800);text-underline-offset:.2em;align-items:center;font-weight:600;text-decoration-line:underline;text-decoration-thickness:1px;display:inline-flex}.small-note{color:var(--hx-color-neutral-500);margin-top:.7rem;font-size:14px;line-height:1.65}.auth-card button:focus-visible{outline:var(--hx-focus-ring-width) solid var(--hx-focus-ring-color);outline-offset:var(--hx-focus-ring-offset)}.auth-card a:focus-visible{outline:var(--hx-focus-ring-width) solid var(--hx-focus-ring-color);outline-offset:var(--hx-focus-ring-offset)}.auth-card input:focus-visible{outline:var(--hx-focus-ring-width) solid var(--hx-focus-ring-color);outline-offset:var(--hx-focus-ring-offset)}@keyframes login-item-enter{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes login-card-enter{0%{opacity:1;transform:translateY(.4rem)}to{opacity:1;transform:translate(0,0)scale(1)}}@media (prefers-reduced-motion:reduce){.auth-logo,.auth-copy>.beta,.auth-copy>h1,.auth-copy>p,.auth-stats>div,.auth-brand>small,.auth-card{animation:none}.auth-card .field input{transition:none}}.login-preview[data-preview-motion=reduced] .auth-logo,.login-preview[data-preview-motion=reduced] .auth-copy>.beta,.login-preview[data-preview-motion=reduced] .auth-copy>h1,.login-preview[data-preview-motion=reduced] .auth-copy>p,.login-preview[data-preview-motion=reduced] .auth-stats>div,.login-preview[data-preview-motion=reduced] .auth-brand>small,.login-preview[data-preview-motion=reduced] .auth-card{animation:none}.login-preview[data-preview-motion=reduced] .auth-card .field input{transition:none}@media (min-width:851px) and (max-width:1100px){.auth-brand{padding-left:2rem;padding-right:2rem}.auth-side{padding-left:1.5rem;padding-right:1.5rem}.auth-copy h1{font-size:max(2rem,min(3.8vw,2.75rem))}.auth-stats{gap:.5rem}}@media (max-width:850px){.login-preview__content,.portal-auth{padding-top:max(1.5rem, env(safe-area-inset-top));padding-right:max(1.25rem, env(safe-area-inset-right));padding-bottom:max(1.5rem, env(safe-area-inset-bottom));padding-left:max(1.25rem, env(safe-area-inset-left));grid-template-columns:minmax(0,1fr)}.auth-brand{display:none}.auth-side{width:100%;padding:0}.auth-card{width:min(100%,34rem);padding:max(1.75rem,min(7vw,3rem));animation-duration:.24s;animation-delay:0s}.auth-card-logo{display:block}.color-bends{opacity:.48}.login-visual__structure{top:.75rem;bottom:.75rem;left:.75rem;right:.75rem}}@media (max-width:430px){html,body{min-width:0}.login-preview__content,.portal-auth{padding-right:max(1rem, env(safe-area-inset-right));padding-left:max(1rem, env(safe-area-inset-left))}.auth-card{border-radius:.75rem;padding:1.5rem;box-shadow:0 1rem 2.5rem #18181b1f}.auth-card-logo{width:min(100%,17rem);margin-bottom:1.5rem}.links{flex-direction:column;align-items:flex-start}}@media (max-height:700px),(orientation:landscape) and (max-height:520px){.login-preview,.login-preview__content,.portal-auth{overflow-y:visible}.auth-side{align-items:flex-start}}body.portal-auth.login-vi{background:#fff}.login-vi .auth-brand{border-right:0}.login-vi .auth-brand:before,.login-vi .auth-brand:after{content:none}.login-vi .auth-side{background:0 0;min-height:0}.login-vi .auth-stats{max-width:none}.login-vi .auth-stats>div{background:0 0;border:0;border-radius:0;padding:0}.login-vi .field label{margin-bottom:0}
/*$vite$:1*/