/* One HOT CRUSH vocabulary. Selectors are scoped to our login/page/dialog. */
.hc-login,.hc-source,.hc-source-dialog,.hc-source-desk {
  --hc-brand:#d9232d;--hc-brand-hover:#b61b25;--hc-brand-soft:#fff1f2;
  --hc-ink:#191a1d;--hc-muted:#6c6d72;--hc-fog:#f5f5f6;--hc-line:#e5e5e8;--hc-paper:#fff;
  --hc-body:"PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --hc-display:"Arial Black",Impact,"Helvetica Neue",sans-serif;
  --hc-data:"SFMono-Regular",Consolas,"Liberation Mono",monospace;
  color:var(--hc-ink);font-family:var(--hc-body);color-scheme:light;
}
.hc-icon{width:20px;height:20px;flex:none;vertical-align:middle}
.hc-wordmark{font-family:var(--hc-display);font-weight:950;letter-spacing:-.065em;line-height:.84;display:flex;flex-direction:column}
.hc-wordmark span{display:block}
.hc-login{background:var(--hc-fog)!important;min-height:100dvh}
.hc-login .page-content-wrapper{padding:0!important;min-height:100dvh;display:flex;align-items:center}
.hc-login .page-content-wrapper>main{max-width:1280px!important;width:100%;padding:48px!important;margin:0 auto}
.hc-login .page-breadcrumbs,.hc-login .page-header-wrapper,.hc-login .page-footer,.hc-login footer.web-footer{display:none}
.hc-login-shell{display:grid;grid-template-columns:1.04fr 1fr;min-height:680px;background:var(--hc-paper);border:1px solid var(--hc-line);border-radius:18px;overflow:hidden;box-shadow:0 24px 80px -48px #191a1d55}
.hc-login-brand{background:var(--hc-brand);color:#fff;padding:42px 42px 38px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}
.hc-login-brand-top{display:flex;justify-content:space-between;gap:16px;font-size:12px;font-weight:650;letter-spacing:.04em}
.hc-login-brand .hc-wordmark{font-size:clamp(82px,9.6vw,138px);margin:72px -6px 70px}
.hc-login-caption{display:flex;flex-direction:column;gap:10px;font-size:20px;letter-spacing:.04em}
.hc-login-caption span:last-child{font-family:var(--hc-data);font-size:10px;letter-spacing:.15em;opacity:.85}
.hc-login-panel{padding:68px 60px 30px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.hc-login-eyebrow{font-size:12px;color:var(--hc-muted);padding-bottom:40px;letter-spacing:.04em}
.hc-login .login-content.page-card{max-width:none;width:100%;min-height:0;border:0;border-radius:0;padding:0;margin:0;box-shadow:none;background:transparent}
.hc-login section{margin:0;padding:0}
.hc-login .page-card-head{margin:0 0 36px;align-items:flex-start;text-align:left;padding:0}
.hc-login .page-card-head .app-logo{display:none}
.hc-login .page-card-head-text{width:100%}
.hc-login .page-card-head h4{font-size:34px;line-height:1.2;font-weight:720;letter-spacing:-.045em;color:var(--hc-ink);margin:0 0 12px}
.hc-login .page-card-subtitle{font-size:14px;color:var(--hc-muted);line-height:1.6}
.hc-login .form-group{margin-bottom:24px}
.hc-login .form-label{font-size:13px;font-weight:600;margin-bottom:10px;color:var(--hc-ink)}
.hc-login .form-control{height:52px!important;font-size:15px;border:1px solid var(--hc-line);border-radius:8px!important;background:#fff!important;padding:12px 44px 12px 40px!important;box-shadow:none;transition:border-color .15s,box-shadow .15s}
.hc-login .form-control::placeholder{color:var(--hc-muted);font-size:14px}
.hc-login .form-control:focus{border-color:var(--hc-brand);box-shadow:0 0 0 3px #d9232d14}
.hc-login .field-icon{left:13px;top:18px;color:var(--hc-muted)}
.hc-login .toggle-password{right:10px;top:5px;padding:13px;width:42px;height:42px;border-radius:6px;box-sizing:border-box;cursor:pointer}
.hc-login .page-card-actions{margin-top:28px}
.hc-login .page_content .page-card .page-card-actions .btn{height:52px;border-radius:8px;background:var(--hc-brand);color:#fff;border:1px solid var(--hc-brand);font-size:15px;font-weight:600;padding:12px 18px;box-shadow:none;transition:background .15s}
.hc-login .page_content .page-card .page-card-actions .btn:is(:hover,:focus,:active){background:var(--hc-brand-hover);border-color:var(--hc-brand-hover)}
.hc-login .for-login .btn-login-option,.hc-login .for-login .forgot-password-message{display:none}
.hc-login .login-error-banner{background:#fff1f2;border:1px solid #f0bcc1;color:#a31a23;border-radius:8px;margin-bottom:18px;font-size:13px;padding:12px;line-height:1.5}
.hc-login .hc-login-help{margin-top:22px;font-size:12px;color:var(--hc-muted)}
.hc-login .hc-login-help summary{cursor:pointer;min-height:44px;display:flex;align-items:center;width:max-content;max-width:100%}
.hc-login .hc-login-help p{line-height:1.8;margin:4px 0 0}
.hc-login-footer{margin-top:auto;padding-top:46px;font-size:11px;color:var(--hc-muted);letter-spacing:.035em}
.hc-login :is(button,a,input,summary,[role=button]):focus-visible{outline:2px solid var(--hc-brand);outline-offset:4px}
.hc-login a{color:var(--hc-brand)}
@media(max-width:1000px){.hc-login .page-content-wrapper>main{padding:28px!important}.hc-login-brand{padding:32px}.hc-login-panel{padding:50px 36px 26px}.hc-login-shell{min-height:620px}}
@media(max-width:700px){
  .hc-login .page-content-wrapper{align-items:flex-start}.hc-login .page-content-wrapper>main{padding:0!important}
  .hc-login-shell{grid-template-columns:minmax(0,1fr);border:0;border-radius:0;min-height:100dvh;box-shadow:none}
  .hc-login-brand{padding:24px;gap:32px}.hc-login-brand-top{font-size:10px}
  .hc-login-brand .hc-wordmark{font-size:clamp(40px,12.5vw,66px);margin:0;flex-direction:row;gap:.22em;letter-spacing:-.06em}
  .hc-login-caption{font-size:15px;gap:0}.hc-login-caption span:last-child{display:none}
  .hc-login-panel{padding:28px 24px 20px;justify-content:flex-start}.hc-login-eyebrow{padding-bottom:20px}
  .hc-login .page-card-head{margin-bottom:28px}.hc-login .page-card-head h4{font-size:28px}
  .hc-login .form-control{font-size:16px}.hc-login-footer{padding-top:32px}
}
@media(max-width:360px){.hc-login-panel{padding:26px 20px 20px}}
@media(prefers-reduced-motion:reduce){.hc-login *,.hc-source *,.hc-source-dialog *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
