:root{
  --auth-forest:#10271f;
  --auth-forest-2:#1d4437;
  --auth-forest-3:#2d6654;
  --auth-paper:#f4f0e7;
  --auth-paper-soft:#fbf8f1;
  --auth-line:#d8d0c1;
  --auth-copper:#ad7a43;
  --auth-ink:#17251f;
  --auth-muted:#66746e;
}

.auth-production-page{
  min-height:100vh;
  display:grid;
  grid-template-rows:68px minmax(0,1fr) 44px;
  /* Keep the normal desktop stage visually fixed, but never make a short
     browser window hide the final controls or the legal/footer links. */
  overflow:auto;
  color:var(--auth-ink);
  background:
    radial-gradient(circle at 84% 10%,rgba(173,122,67,.13),transparent 28%),
    radial-gradient(circle at 12% 90%,rgba(33,76,61,.08),transparent 34%),
    linear-gradient(135deg,#e6ebe6 0,#f3efe6 51%,#e9e1d4 100%);
}

.auth-site-header{
  position:relative;
  z-index:10;
  height:68px;
  padding:0 clamp(24px,4vw,68px);
  border-bottom:1px solid rgba(75,91,82,.18);
  background:rgba(251,249,244,.94);
  backdrop-filter:blur(16px);
}

.auth-site-brand{gap:11px;color:#163b31}
.auth-site-brand img{width:38px;height:38px;border:1px solid #d9c6b2;box-shadow:0 0 0 5px rgba(173,122,67,.06)}
.auth-site-brand strong{font-family:"STZhongsong","Songti SC","Microsoft YaHei UI",sans-serif;font-size:17px;letter-spacing:.03em}
.auth-site-header nav{gap:24px}
.auth-site-header nav a{position:relative;color:#54645d;font-size:12px;font-weight:650}
.auth-site-header nav a::after{position:absolute;right:0;bottom:-6px;left:0;height:1px;transform:scaleX(0);background:var(--auth-copper);content:"";transition:transform .18s ease}
.auth-site-header nav a:hover{color:#183d33}
.auth-site-header nav a:hover::after{transform:scaleX(1)}

.auth-production-main,
.auth-register-page .auth-production-main{
  width:min(1560px,calc(100% - 56px));
  min-height:0;
  margin:18px auto;
  display:grid;
  grid-template-columns:minmax(430px,.86fr) minmax(680px,1.14fr);
  overflow:hidden;
  border:1px solid rgba(67,83,74,.26);
  border-radius:18px;
  background:var(--auth-paper-soft);
  box-shadow:0 24px 74px rgba(24,43,35,.15);
}

.auth-brand-panel{
  position:relative;
  min-height:0;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  isolation:isolate;
  background:var(--auth-forest);
}
.auth-brand-panel::before{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(11,30,23,.08) 8%,rgba(11,30,23,.28) 45%,rgba(9,27,20,.94) 100%),
    linear-gradient(90deg,rgba(16,39,31,.3),transparent 72%);
  content:"";
}
.auth-brand-panel::after{
  position:absolute;
  top:36px;
  right:34px;
  z-index:2;
  width:92px;
  height:92px;
  border:1px solid rgba(237,225,204,.34);
  border-radius:50%;
  box-shadow:inset 0 0 0 8px rgba(17,54,43,.18);
  content:"";
}
.auth-brand-panel>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.78) contrast(1.03);
}
.auth-brand-copy{
  position:relative;
  z-index:3;
  width:100%;
  padding:clamp(32px,4vw,58px);
  color:#f8f4e9;
  background:linear-gradient(180deg,transparent,rgba(11,31,23,.18));
}
.auth-brand-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d9c7ad;
  font-size:10px;
  font-weight:760;
  letter-spacing:.15em;
}
.auth-brand-kicker::before{width:28px;height:1px;background:#c08b50;content:""}
.auth-brand-copy h1,
.auth-register-page .auth-brand-copy h1{
  max-width:600px;
  margin:18px 0 14px;
  color:#fffaf0;
  font:560 clamp(32px,2.85vw,46px)/1.24 "STZhongsong","Songti SC","Microsoft YaHei UI",sans-serif;
  letter-spacing:.035em;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
}
.auth-brand-copy p{max-width:510px;margin:0;color:#d2ddd5;font-size:13px;line-height:1.85}
.auth-brand-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}
.auth-brand-points span{display:grid;gap:5px;min-width:0;padding:12px 13px;border:1px solid rgba(240,231,213,.16);border-radius:9px;color:#e9eee9;background:rgba(18,49,38,.56);font-size:10.5px;backdrop-filter:blur(8px)}
.auth-brand-points b{color:#c99a65;font:700 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}

.auth-form-panel,
.auth-register-page .auth-form-panel{
  min-width:0;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:24px clamp(34px,4.4vw,68px);
  background:
    linear-gradient(rgba(73,91,81,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(73,91,81,.035) 1px,transparent 1px),
    var(--auth-paper-soft);
  background-size:34px 34px;
}
.auth-production-card,
.auth-register-card{
  width:min(600px,100%);
  margin:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.auth-register-card{width:min(770px,100%);padding:0}
.auth-form-heading{position:relative;margin-bottom:18px;padding:0 0 14px 18px;border-bottom:1px solid var(--auth-line)}
.auth-form-heading::before{position:absolute;top:3px;bottom:15px;left:0;width:3px;background:linear-gradient(180deg,#a66f36,#d3aa73);content:""}
.auth-form-heading::after{position:absolute;bottom:-1px;left:0;width:78px;height:2px;background:var(--auth-copper);content:""}
.auth-form-kicker{display:block;margin-bottom:6px;color:#8a633c;font-size:10px;font-weight:780;letter-spacing:.15em}
.auth-form-heading h2{margin:0;color:#102b22;font:650 29px/1.25 "STZhongsong","Songti SC","Microsoft YaHei UI",sans-serif;letter-spacing:.035em}
.auth-form-heading p{margin:7px 0 0;color:var(--auth-muted);font-size:11.5px;line-height:1.65}

.auth-production-card .form-group{gap:6px;margin-bottom:12px}
.auth-production-card .form-group>span:first-child,
.auth-choice-field legend{color:#33483f;font-size:11px;font-weight:730;letter-spacing:.02em}
.auth-production-card .input,
.auth-production-card .select{
  min-height:43px;
  padding:0 13px;
  border:1px solid #c7c1b5;
  border-radius:7px;
  color:#1f3029;
  background:#fffefa;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.auth-production-card .input::placeholder{color:#9a9e99}
.auth-production-card .input:focus,.auth-production-card .select:focus{border-color:#34705d;box-shadow:0 0 0 3px rgba(52,112,93,.11)}
.auth-choice-field{min-width:0;margin:0}
.auth-access-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.auth-choice-field legend{margin:0 0 6px}
.auth-segmented,.auth-mode-tabs{gap:0;padding:4px;border:1px solid #c7cec8;border-radius:9px;background:#e9eee9}
.auth-segmented span,.auth-mode-tabs span{min-height:37px;border-radius:6px;color:#5e6f68;font-size:11px}
.auth-segmented input:checked+span,.auth-mode-tabs input:checked+span{border-color:#b9c7c0;color:#175e4e;background:#fffdfa;box-shadow:0 4px 13px rgba(32,67,56,.1)}
.auth-code-row,.auth-captcha-row{grid-template-columns:minmax(0,1fr) 136px;gap:9px}
.auth-captcha-row{grid-template-columns:minmax(0,1fr) 154px}
.auth-code-row .btn,.auth-captcha-row>button{min-height:43px;border-radius:7px}
.auth-captcha-row>button{position:relative;border-color:#bfcac4;background:#edf4f0}
.auth-captcha-status{height:100%;display:flex;align-items:center;justify-content:center;padding:4px 8px;color:#50645d;font-size:12px;font-weight:700;line-height:1.25;text-align:center}
.auth-captcha-status[hidden]{display:none!important}
.auth-captcha-row img[hidden]{display:none!important}
.auth-captcha-row>button.is-error{border-color:#d29690;background:#fff2f0}
.auth-captcha-row>button.is-error .auth-captcha-status{color:#9e332b}
.auth-captcha-row>button:disabled{cursor:wait}
.auth-remember-options{
  display:grid;
  grid-template-columns:auto auto 1fr;
  align-items:center;
  gap:10px 20px;
  margin:1px 0 11px;
  padding:9px 12px;
  border:1px solid #d8d1c4;
  border-radius:7px;
  background:#f2eee6;
}
.auth-remember{margin:0;color:#40564d;font-size:11px;font-weight:650}
.auth-remember-options>small{justify-self:end;color:#8a8175;font-size:9.5px}
.auth-production-card .btn-primary.btn-lg{
  min-height:45px;
  margin-top:0;
  border-color:#245c4c;
  border-radius:7px;
  color:#fff;
  background:linear-gradient(135deg,#285f4f,#1d4d40);
  box-shadow:0 9px 22px rgba(28,77,63,.16);
}
.auth-production-card .btn-primary.btn-lg:hover{border-color:#173f34;background:linear-gradient(135deg,#1f5546,#173f34)}
.auth-bottom{margin-top:12px;padding-top:12px;border-top-color:var(--auth-line);font-size:11px}
.auth-bottom a{color:#225f50}
.auth-login-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 10px;color:#708078;font-size:10.5px}
.auth-link-button{padding:0;border:0;color:#1f6453;background:transparent;font:700 10.5px/1.4 "Microsoft YaHei UI",sans-serif;cursor:pointer;text-decoration:underline;text-decoration-color:rgba(31,100,83,.35);text-underline-offset:3px}
.auth-link-button:hover{color:#174b40;text-decoration-color:currentColor}
.auth-password-reset{margin:0 0 13px;padding:13px 15px 10px;border:1px solid #d3c6b5;border-left:3px solid #a87642;border-radius:8px;background:linear-gradient(135deg,#faf6ee,#f4f6f1)}
.auth-password-reset[hidden]{display:none}
.auth-password-reset>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:5px;padding-bottom:8px;border-bottom:1px solid #ded5c9}
.auth-password-reset>header div{display:grid;gap:2px}.auth-password-reset>header span{color:#9a6b3c;font-size:8.5px;font-weight:800;letter-spacing:.12em}
.auth-password-reset h3{margin:0;color:#193d32;font:650 16px/1.4 "STZhongsong","Songti SC","Microsoft YaHei UI",sans-serif}
.auth-password-reset>p{margin:7px 0 10px;color:#6d7973;font-size:9.8px;line-height:1.6}
.auth-password-reset .form-group{margin-bottom:9px}
.auth-reset-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.auth-login-card.is-reset-view .auth-access-choice-grid{grid-template-columns:1fr}
.auth-error-summary.is-success{border-color:#9bc5b6;color:#215e4e;background:#edf7f2}

.auth-register-page .auth-form-panel{align-items:center;padding-top:18px;padding-bottom:18px}
.auth-register-page .auth-form-heading{margin-bottom:11px;padding-bottom:10px}
.auth-register-page .auth-form-heading h2{font-size:26px}
.auth-register-type{margin-bottom:9px}
.auth-register-type>legend{margin-bottom:5px}
.auth-register-type .auth-segmented span{min-height:46px;padding:5px 12px}
.auth-register-sections{display:grid;gap:8px}
.auth-register-section{overflow:hidden;border:1px solid #d2cabc;border-radius:8px;background:rgba(255,254,250,.86);box-shadow:0 4px 12px rgba(36,48,40,.035)}
.auth-register-section>header{display:grid;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:9px;padding:7px 11px;border-bottom:1px solid #ddd5c9;background:linear-gradient(90deg,#eee8dd,#f8f5ee)}
.auth-register-section>header>b{display:grid;width:27px;height:27px;place-items:center;border:1px solid #c6ab8b;border-radius:50%;color:#8b633c;background:#fbf7ef;font-size:9px}
.auth-register-section>header>span{display:grid;gap:1px}
.auth-register-section>header strong{color:#294139;font-size:11px}
.auth-register-section>header small{color:#7c847e;font-size:9px;font-weight:400}
.auth-account-context{position:relative;min-height:54px;margin:9px 11px 0}
.auth-personal-context,.auth-organization-context{position:absolute;inset:0;margin:0!important}
.auth-personal-context{display:grid;grid-template-columns:auto 1fr;align-content:center;gap:2px 12px;padding:8px 11px;border:1px solid #cbd7d1;border-left:3px solid #3e7765;border-radius:6px;background:#edf3ef}
.auth-personal-context[hidden]{display:none}
.auth-personal-context span{grid-row:1/3;align-self:center;padding:5px 8px;border-radius:999px;color:#8b6037;background:#f3e8da;font-size:9px;font-weight:800;letter-spacing:.08em}
.auth-personal-context strong{color:#26483d;font-size:10.5px}.auth-personal-context small{color:#718078;font-size:8.8px}
.auth-organization-context{display:grid!important;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:10px;padding:6px 9px;border:1px solid #cdbfae;border-left:3px solid #a77845;border-radius:6px;background:#f6f0e7}
.auth-organization-context[hidden]{display:none!important}
.auth-organization-context>span:first-child{color:#5b4a38;font-size:10px;font-weight:760}
.auth-organization-context .input{min-height:38px}
.auth-register-grid{gap:0 12px;padding:8px 11px 0}
.auth-register-grid .form-group{margin-bottom:8px}
.auth-register-card .input{min-height:39px}
.auth-register-card .auth-code-row .btn{min-height:39px}
.auth-contact-grid{grid-template-columns:1fr 1fr}
.auth-credential-grid{grid-template-columns:1fr 1fr 1fr}
.auth-consent{margin:8px 0;padding:0 2px;color:#596861;font-size:10px}
.auth-consent button,
.auth-production-footer button{
  padding:0;
  border:0;
  color:#1f6453;
  background:transparent;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.auth-consent button:hover,.auth-production-footer button:hover{text-decoration:underline;text-underline-offset:3px}

.auth-production-footer{
  min-height:44px;
  padding:0 clamp(24px,4vw,68px);
  border-top:1px solid rgba(75,91,82,.18);
  color:#6e7974;
  background:rgba(247,246,241,.94);
}
.auth-production-footer>span:last-child{gap:20px}

/* Desktop uses one viewport-bound stage. Neither form pane creates a nested
   scrollbar; login/register and account-type switching stay visually anchored. */
@media(min-width:821px){
  .auth-production-main,
  .auth-register-page .auth-production-main{
    min-height:0;
    grid-template-columns:minmax(430px,.86fr) minmax(680px,1.14fr);
    margin:18px auto;
  }
  .auth-brand-panel{min-height:0}
  .auth-form-panel,
  .auth-register-page .auth-form-panel{
    align-items:center;
    padding-top:18px;
    padding-bottom:18px;
    overflow:hidden;
  }
  .auth-production-card,
  .auth-register-card{margin:0 auto;padding:0}
  .auth-production-card{width:min(600px,100%)}
  .auth-register-card{width:min(770px,100%)}
  .auth-form-heading,
  .auth-register-page .auth-form-heading{
    min-height:0;
  }
  .auth-register-page .auth-form-heading h2{font-size:26px}
}

.auth-legal-backdrop{
  position:fixed;
  inset:0;
  z-index:200;
  display:grid;
  place-items:center;
  padding:28px;
  background:rgba(8,24,18,.72);
  backdrop-filter:blur(8px);
}
.auth-legal-backdrop[hidden]{display:none}
.auth-legal-dialog{
  width:min(940px,100%);
  max-height:min(780px,calc(100vh - 56px));
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  overflow:hidden;
  border:1px solid #cfc5b5;
  border-radius:14px;
  background:#fbf8f1;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.auth-legal-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:17px 20px;border-bottom:1px solid #d9d0c1;background:linear-gradient(110deg,#e9eee8,#f4ede2)}
.auth-legal-title{display:grid;gap:4px}
.auth-legal-title span{color:#9a6b3c;font-size:9.5px;font-weight:780;letter-spacing:.13em}
.auth-legal-title h2{margin:0;color:#18352c;font:650 20px/1.3 "STZhongsong","Songti SC","Microsoft YaHei UI",sans-serif}
.auth-legal-actions{display:flex;align-items:center;gap:8px}
.auth-legal-switch{min-height:34px;padding:0 12px;border:1px solid #c7c0b4;border-radius:6px;color:#51645b;background:#fffaf2;font:650 10.5px/1 "Microsoft YaHei UI",sans-serif;cursor:pointer}
.auth-legal-switch.is-active{border-color:#3d7664;color:#fff;background:#2f6655}
.auth-legal-close{display:grid;width:36px;height:36px;place-items:center;border:1px solid #c8c0b3;border-radius:50%;color:#40544b;background:#fffaf2;font-size:21px;cursor:pointer}
.auth-legal-body{overflow:auto;padding:20px 24px 30px;scrollbar-color:#80968c transparent}
.auth-legal-loading{display:grid;min-height:260px;place-items:center;color:#64756d;font-size:12px}
.auth-legal-dialog .legal-document{padding:0;border:0;background:transparent;box-shadow:none}
.auth-legal-dialog .legal-summary{margin:0 0 18px;padding:14px 16px;border:1px solid #d7c7b2;border-left:4px solid var(--auth-copper);border-radius:7px;color:#42534c;background:#f3ede2;font-size:11px;line-height:1.75}
.auth-legal-dialog .legal-section{padding:17px 0;border-top:1px solid #e0d9ce}
.auth-legal-dialog .legal-section:first-of-type{border-top:0}
.auth-legal-dialog .legal-section h2{display:flex;align-items:center;gap:10px;margin:0 0 9px;color:#173d32;font:650 15px/1.4 "STZhongsong","Songti SC","Microsoft YaHei UI",sans-serif}
.auth-legal-dialog .legal-section h2 span{display:grid;width:28px;height:28px;place-items:center;border:1px solid #c9b18f;border-radius:50%;color:#8b633c;font:700 9px/1 ui-monospace,monospace}
.auth-legal-dialog .legal-section p,.auth-legal-dialog .legal-section li{color:#4e5d57;font-size:11px;line-height:1.85}
.auth-legal-dialog .legal-section p{margin:7px 0}
.auth-legal-dialog .legal-section ul{margin:7px 0;padding-left:20px}
.auth-legal-dialog .legal-note{margin:10px 0;padding:11px 13px;border-left:3px solid #3e7664;color:#4d6158;background:#edf3ee;font-size:10.5px;line-height:1.75}
.auth-legal-dialog .legal-table{width:100%;margin:11px 0;border-collapse:collapse;background:#fffdf8}
.auth-legal-dialog .legal-table th,.auth-legal-dialog .legal-table td{padding:9px 10px;border:1px solid #ddd6c9;color:#4f5d57;font-size:10px;line-height:1.6;text-align:left}
.auth-legal-dialog .legal-table th{color:#29463c;background:#eee9df}
.auth-legal-open{overflow:hidden}

@media(max-width:1100px){
  .auth-production-main,.auth-register-page .auth-production-main{width:min(100% - 28px,1040px);grid-template-columns:minmax(300px,.72fr) minmax(490px,1.28fr)}
  .auth-brand-copy{padding:36px}.auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font-size:34px}
  .auth-brand-points{grid-template-columns:1fr}.auth-brand-points span{grid-template-columns:28px 1fr;align-items:center}
  .auth-form-panel,.auth-register-page .auth-form-panel{padding-right:32px;padding-left:32px}
  .auth-credential-grid{grid-template-columns:1fr 1fr}.auth-credential-grid .form-group:last-child{grid-column:1/-1}
}

@media(max-width:820px){
  .auth-production-page{grid-template-rows:64px auto auto;overflow:auto}
  .auth-site-header{height:64px;padding:0 18px}.auth-site-header nav{gap:14px}.auth-site-header nav a:first-child{display:none}
  .auth-production-main,.auth-register-page .auth-production-main{width:min(100% - 20px,680px);display:block;margin:10px auto;border-radius:15px}
  .auth-brand-panel{min-height:190px;align-items:flex-end}.auth-brand-panel::after{top:18px;right:20px;width:60px;height:60px}
  .auth-brand-copy{padding:26px}.auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{margin:9px 0 5px;font-size:28px}.auth-brand-copy p{font-size:11px}.auth-brand-points{display:none}
  .auth-form-panel,.auth-register-page .auth-form-panel{min-height:0;padding:28px 24px;overflow:visible}
  .auth-production-card,.auth-register-card{padding:0}
  .auth-production-footer{min-height:60px;display:grid;gap:5px;padding:10px 18px;text-align:center}.auth-production-footer>span:last-child{justify-content:center}
  .auth-legal-backdrop{padding:12px}.auth-legal-dialog{max-height:calc(100vh - 24px)}.auth-legal-head{grid-template-columns:1fr;padding:14px}.auth-legal-actions{display:grid;grid-template-columns:1fr 1fr 36px}.auth-legal-body{padding:16px}
}

@media(max-width:560px){
  .auth-site-brand strong{font-size:13px}.auth-site-header nav a{font-size:10px}
  .auth-production-main,.auth-register-page .auth-production-main{width:100%;margin:0;border-width:0;border-radius:0;box-shadow:none}
  .auth-brand-panel{min-height:156px}.auth-brand-copy{padding:20px}.auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font-size:23px}.auth-brand-copy p{display:none}
  .auth-form-panel,.auth-register-page .auth-form-panel{padding:24px 17px}
  .auth-form-heading h2,.auth-register-page .auth-form-heading h2{font-size:25px}
  .auth-register-grid,.auth-credential-grid{grid-template-columns:1fr}.auth-credential-grid .form-group:last-child{grid-column:auto}
  .auth-account-context{min-height:78px}.auth-organization-context{grid-template-columns:1fr;gap:5px}.auth-personal-context{grid-template-columns:1fr}.auth-personal-context span{grid-row:auto;justify-self:start}
  .auth-register-grid{padding-right:10px;padding-left:10px}
  .auth-code-row,.auth-captcha-row{grid-template-columns:minmax(0,1fr) 116px}
  .auth-reset-password-grid{grid-template-columns:1fr}.auth-login-actions{align-items:flex-start}.auth-password-reset{padding-right:12px;padding-left:12px}
  .auth-remember-options{grid-template-columns:1fr 1fr;gap:9px}.auth-remember-options>small{grid-column:1/-1;justify-self:start}
  .auth-register-type .auth-segmented span{align-items:center;text-align:center}.auth-register-type .auth-segmented small{display:none}
  .auth-legal-actions{grid-template-columns:1fr 1fr 34px}.auth-legal-switch{padding:0 7px}.auth-legal-body{padding:14px 13px 20px}.auth-legal-dialog .legal-table{display:block;overflow-x:auto}
}

@media(min-width:821px) and (max-height:790px){
  .auth-brand-points{display:none}
  .auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font-size:32px}
  .auth-brand-copy p{font-size:11px}
  .auth-form-panel,.auth-register-page .auth-form-panel{padding-top:10px;padding-bottom:10px}
  .auth-form-heading{margin-bottom:10px;padding-bottom:9px}
  .auth-register-page .auth-form-heading p{display:none}
  .auth-register-type .auth-segmented span{min-height:40px}
  .auth-account-context{min-height:48px;margin-top:6px}
  .auth-register-grid{padding-top:6px}.auth-register-grid .form-group{margin-bottom:6px}
  .auth-register-card .input,.auth-register-card .auth-code-row .btn{min-height:36px}
  .auth-register-section>header{padding-top:5px;padding-bottom:5px}
  .auth-consent{margin:5px 0}.auth-bottom{margin-top:8px;padding-top:8px}
}

/* 2026-09-05: consistent legibility, calmer surfaces and explicit verification. */
.auth-production-page{background:#eef3ee;font-size:14px}
.auth-production-main,.auth-register-page .auth-production-main{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);width:min(1360px,calc(100% - 48px));margin:24px auto;border-color:#d2ded6;box-shadow:0 18px 52px rgba(27,62,43,.09)}
.auth-brand-panel::after{display:none}
.auth-brand-copy{padding:clamp(28px,3.5vw,50px)}
.auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font:650 clamp(30px,2.7vw,39px)/1.5 "Microsoft YaHei UI",sans-serif;letter-spacing:-.025em}
.auth-brand-copy p{font-size:14px;line-height:1.85}
.auth-brand-kicker{font-size:12px;letter-spacing:.055em}
.auth-brand-points span{font-size:12px;padding:14px 10px}.auth-brand-points b{font-size:11px}
.auth-form-panel,.auth-register-page .auth-form-panel{padding:32px clamp(24px,3.5vw,50px);background:#fbfcf8;overflow:visible}
.auth-form-heading{padding-left:0;border-bottom:1px solid #d7e0d6;padding-bottom:18px;margin-bottom:22px}
.auth-form-heading::before,.auth-form-heading::after{display:none}
.auth-form-kicker{font-size:12px;color:#6a7c5b;letter-spacing:.08em}
.auth-form-heading h2,.auth-register-page .auth-form-heading h2{font:700 28px/1.4 "Microsoft YaHei UI",sans-serif;letter-spacing:-.035em}
.auth-form-heading p{font-size:13px;line-height:1.75}
.auth-production-card .form-group>span:first-child,.auth-choice-field legend{font-size:13px;line-height:1.5}
.auth-production-card .form-group{margin-bottom:16px;gap:8px}
.auth-production-card .input,.auth-production-card .select,.auth-register-card .input{min-height:46px;font-size:14px;border-color:#cbd6cb;border-radius:8px;background:#fff}
.auth-segmented span,.auth-mode-tabs span{min-height:40px;font-size:13px}
.auth-segmented,.auth-mode-tabs{background:#edf2ec;border-color:#d1dcd0}
.auth-access-choice-grid{gap:14px;margin-bottom:20px}
.auth-captcha-row{grid-template-columns:minmax(0,1fr) 180px;align-items:stretch}
.auth-captcha-row>button{height:60px;min-height:60px;overflow:hidden;border-radius:8px}
.auth-captcha-row img{display:block;width:100%;height:100%;object-fit:contain}
.auth-captcha-row>.input{height:60px;letter-spacing:.12em}
.auth-captcha-help{color:#6c7d70;font-size:12px;line-height:1.6;letter-spacing:0}
.auth-remember,.auth-bottom,.auth-consent,.auth-login-actions,.auth-link-button{font-size:12px;line-height:1.7}
.auth-remember-options>small{font-size:11px}
.auth-production-card .btn-primary.btn-lg{min-height:48px;font-size:14px;border-radius:8px;box-shadow:0 5px 14px rgba(34,81,52,.12)}
.auth-register-section{border-radius:10px;background:#fff;border-color:#d7e0d4}
.auth-register-section>header{padding:12px;background:#f0f4ed}
.auth-register-section>header strong{font-size:13px}.auth-register-section>header small{font-size:11px;line-height:1.6}
.auth-register-grid{padding:14px 14px 0;gap:4px 14px}
.auth-contact-grid .auth-verification-field{grid-column:1/-1}
.auth-personal-context strong{font-size:12px}.auth-personal-context small{font-size:11px;line-height:1.5}
.auth-account-context{min-height:76px}.auth-register-sections{gap:14px}
.auth-password-reset>p{font-size:12px}.auth-password-reset>header span{font-size:11px}
@media(max-width:1100px){.auth-production-main,.auth-register-page .auth-production-main{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}.auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font-size:30px}.auth-access-choice-grid{grid-template-columns:1fr}.auth-form-panel,.auth-register-page .auth-form-panel{padding:28px}}
@media(max-width:820px){.auth-production-main,.auth-register-page .auth-production-main{display:block;width:min(680px,calc(100% - 24px));margin:12px auto}.auth-brand-panel{min-height:170px}.auth-brand-copy{padding:24px}.auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font-size:26px}.auth-access-choice-grid{grid-template-columns:1fr 1fr}.auth-brand-points{display:none}}
@media(max-width:560px){.auth-production-main,.auth-register-page .auth-production-main{width:100%;margin:0}.auth-form-panel,.auth-register-page .auth-form-panel{padding:26px 18px}.auth-brand-panel{min-height:150px}.auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font-size:24px}.auth-captcha-row{grid-template-columns:minmax(0,1fr) 150px}.auth-form-heading h2,.auth-register-page .auth-form-heading h2{font-size:25px}.auth-production-card .input{font-size:16px}.auth-code-row{grid-template-columns:minmax(0,1fr) 116px}.auth-personal-context{position:relative}.auth-account-context{min-height:94px}.auth-access-choice-grid{gap:10px}.auth-segmented span,.auth-mode-tabs span{font-size:12px}.auth-register-grid{padding:12px 10px 0}}
@media(max-width:560px){.auth-access-choice-grid{grid-template-columns:1fr}.auth-segmented span,.auth-mode-tabs span{white-space:nowrap;min-height:42px;font-size:13px}}

/* Six-character verification uses the same input geometry as the rest of the form. */
.auth-production-card .auth-verification-field{gap:8px}
.auth-verification-field>label{font-size:13px;font-weight:730;color:#33483f}
.auth-captcha-control{display:grid;gap:12px;min-width:0}
.auth-captcha-challenge{display:flex;align-items:center;gap:18px;padding:12px 14px;border:1px solid #d4dfd6;border-radius:10px;background:linear-gradient(120deg,#f0f5ef,#f9fbf7)}
.auth-captcha-challenge>button{position:relative;display:flex;flex:none;align-items:center;padding:0;border:1px solid #c8d7cc;border-radius:8px;background:#f1f6f3;overflow:hidden;color:#306553;cursor:pointer;height:76px}
.auth-captcha-challenge img{display:block;width:228px;height:74px;object-fit:contain}
.auth-captcha-refresh{align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;width:46px;border-left:1px solid #d2dfd5;background:#fbfdf9;font-size:11px;white-space:nowrap}
.auth-captcha-challenge>button:hover{border-color:#4c8974;box-shadow:0 0 0 3px #336b5210}
.auth-captcha-challenge>button:focus-visible{outline:3px solid #82b39d;outline-offset:3px}
.auth-captcha-challenge>button:disabled{cursor:wait;opacity:.8}
.auth-captcha-copy{display:grid;gap:5px;min-width:0}
.auth-captcha-copy strong{font-size:12px;color:#345345;line-height:1.5}
.auth-captcha-copy span{font-size:11px;color:#6f8075;line-height:1.65}
.auth-captcha-control>.input{width:100%;height:46px!important;min-height:46px!important;letter-spacing:.14em;border-radius:8px}
.auth-captcha-control>.input::placeholder{letter-spacing:0}
.auth-captcha-challenge .auth-captcha-status{position:absolute;inset:0 46px 0 0;background:#f0f5ef;min-width:228px}
.auth-captcha-challenge img[hidden]{display:block!important;visibility:hidden}
.auth-captcha-challenge button.is-error{border-color:#c59086}.auth-captcha-challenge button.is-error .auth-captcha-status{color:#a43c2a}
.auth-register-grid .auth-verification-field{grid-column:1/-1}
@media(max-width:1150px){.auth-captcha-challenge{gap:12px;padding:10px}.auth-captcha-copy span{font-size:11px}.auth-captcha-copy strong{font-size:11px}}
@media(max-width:560px){.auth-captcha-challenge{display:block;padding:10px}.auth-captcha-challenge>button{width:100%;height:76px;justify-content:space-between}.auth-captcha-challenge img{flex:1;min-width:0;width:calc(100% - 46px);max-width:272px}.auth-captcha-copy{display:none}.auth-captcha-challenge .auth-captcha-status{min-width:0}.auth-captcha-control>.input{font-size:16px!important}.auth-verification-field .auth-captcha-help{font-size:11px;line-height:1.7}}

/* Remembered credentials use the browser's password manager, not persistent login. */
.auth-remember-options{display:grid;grid-template-columns:1fr;gap:7px;align-items:start;margin:14px 0}
.auth-remember-options .auth-remember{width:fit-content;font-size:13px;line-height:1.7}
.auth-remember-options>small{grid-column:1;justify-self:start;max-width:100%;color:#63756b;font-size:12px;line-height:1.7}
.auth-captcha-challenge{background:#f6f9f5}
.auth-captcha-challenge img{width:252px;object-fit:contain}
@media(max-width:560px){.auth-captcha-challenge img{width:calc(100% - 46px)}.auth-remember-options{grid-template-columns:1fr}}

/* Explicit shared-device reminder for opted-in credential memory. */
.auth-remember-options #remember-credentials-help{color:#b42318;font-weight:700}

/* Registration fields keep a stable one-line control height even when the
   neighbouring field renders an inline validation message. */
.auth-register-card .auth-required{margin-left:3px;color:#c43126;font-style:normal;font-weight:900}
.auth-contact-grid>.form-group{align-self:start;align-content:start}
.auth-contact-grid>.form-group>.input{height:46px;max-height:46px;align-self:start}
.auth-verification-field.is-verified .auth-captcha-challenge,
.auth-verification-field.is-verified .auth-captcha-control>.input{display:none}
.auth-verification-field.is-verified .auth-captcha-help{display:flex;min-height:46px;align-items:center;padding:10px 13px;border:1px solid #b8d7c6;border-radius:8px;color:#246344;background:#eff8f2;font-weight:700}
/* 2026-09 compact authentication: readable controls, all primary actions on the initial desktop viewport. */
.auth-production-page{background:radial-gradient(ellipse at 10% 0,#e0ede5 0,transparent 50%),#f5f7f3;color:#203d32;font-family:"Microsoft YaHei","PingFang SC",sans-serif;min-height:100dvh;display:flex;flex-direction:column}
.auth-production-page .auth-site-header{height:64px;min-height:64px;padding:0 4vw;border-bottom:1px solid #d9e3dc;background:#ffffffbb}.auth-production-page .auth-site-brand img{width:36px;height:36px}.auth-production-page .auth-site-brand strong{font-size:17px}.auth-production-page .auth-site-header nav{gap:24px;font-size:12px}
.auth-production-page .auth-production-main,.auth-register-page .auth-production-main{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);width:min(1160px,calc(100% - 64px));margin:auto;min-height:0;border:1px solid #d1ded4;border-radius:20px;background:#fff;box-shadow:0 22px 70px #254d3620;overflow:hidden}
.auth-register-page .auth-production-main{width:min(1380px,calc(100% - 64px));grid-template-columns:minmax(250px,.52fr) minmax(0,1.48fr)}
.auth-production-page .auth-brand-panel{position:relative;min-height:0;background:linear-gradient(145deg,#123d32,#245c45);overflow:hidden}.auth-production-page .auth-brand-panel>img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;opacity:.18;mix-blend-mode:screen}.auth-production-page .auth-brand-copy{position:relative;z-index:1;padding:46px 32px;display:flex;flex-direction:column;justify-content:center;height:100%;box-sizing:border-box;background:none}.auth-production-page .auth-brand-kicker{font-size:10px;letter-spacing:.13em;color:#c2d9b9}.auth-production-page .auth-brand-copy h1,.auth-register-page .auth-brand-copy h1{font-size:30px;line-height:1.65;color:#f9fcf6;margin:22px 0 14px}.auth-production-page .auth-brand-copy>p{font-size:12px;line-height:1.9;color:#c9dcd1}.auth-production-page .auth-brand-points{display:grid;gap:18px;margin-top:32px}.auth-production-page .auth-brand-points span{font-size:11px;color:#d8e5db}
.auth-production-page .auth-form-panel,.auth-register-page .auth-form-panel{padding:28px 32px;min-width:0;display:flex;align-items:center;background:#fff}.auth-production-page .auth-production-card{width:100%;max-width:none;padding:0!important;border:0!important;background:transparent;box-shadow:none;margin:0}.auth-production-page .auth-form-heading{margin:0 0 18px}.auth-production-page .auth-form-heading h2,.auth-register-page .auth-form-heading h2{font-family:inherit;font-size:25px;line-height:1.4;margin:3px 0 5px}.auth-production-page .auth-form-kicker{font-size:10px;color:#6b8976;letter-spacing:.12em}.auth-production-page .auth-form-heading p{font-size:11px;line-height:1.55;margin:4px 0;color:#718479}
.auth-production-page .form-group{gap:5px;margin-bottom:12px}.auth-production-page .form-group>span,.auth-production-page .auth-verification-field>label{font-size:12px;font-weight:600}.auth-production-page .input{height:42px;min-height:42px;border:1px solid #cfdbd3;border-radius:7px;background:#fcfdfb;padding:10px 12px;font-size:13px;color:#284936}.auth-production-page .input:focus{outline:0;border-color:#518f71;box-shadow:0 0 0 3px #579e7620}.auth-production-page .auth-choice-field{margin:0;min-width:0}.auth-production-page .auth-choice-field legend{font-size:11px;margin-bottom:6px}.auth-production-page .auth-access-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.auth-production-page .auth-segmented,.auth-production-page .auth-mode-tabs{padding:3px;min-height:0;border-radius:8px;border-color:#d4dfd5;background:#f0f5ef}.auth-production-page .auth-segmented span,.auth-production-page .auth-mode-tabs span{min-height:35px;padding:7px 8px;font-size:12px;line-height:1.5}.auth-production-page .auth-segmented small{display:none}
.auth-production-page .auth-captcha-control{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,1fr);align-items:center;gap:12px}.auth-production-page .auth-captcha-challenge{grid-column:2;grid-row:1;padding:0;border:0;border-radius:6px;background:transparent;min-width:0}.auth-production-page .auth-captcha-control>.input{grid-column:1;grid-row:1;height:46px!important;min-height:46px!important;font-size:13px!important;letter-spacing:.04em}.auth-production-page .auth-captcha-challenge>button{width:100%;height:46px;border:1px solid #c6d7c9;border-radius:6px}.auth-production-page .auth-captcha-challenge img{height:44px;width:calc(100% - 30px);min-width:0;object-fit:contain;flex:1}.auth-production-page .auth-captcha-refresh{width:30px;gap:2px;font-size:9px}.auth-production-page .auth-captcha-copy{display:none}.auth-production-page .auth-captcha-challenge .auth-captcha-status{inset:0 30px 0 0;min-width:0;font-size:11px}.auth-production-page .auth-captcha-help{font-size:10px;line-height:1.5;margin:3px 0 0}.auth-production-page .auth-remember-options{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0}.auth-production-page .auth-remember-options .auth-remember{font-size:12px}.auth-production-page #remember-credentials-help{font-size:11px}.auth-production-page .auth-login-actions{margin:8px 0 14px;font-size:11px;display:flex;justify-content:space-between}.auth-production-page .btn-primary.btn-lg{height:42px;min-height:42px;border-radius:7px;font-size:13px;background:#246348}.auth-production-page .auth-bottom{margin:12px 0 0;font-size:12px}.auth-production-page .auth-production-footer{padding:10px 4vw;min-height:38px;font-size:10px;background:transparent;border:0}.auth-production-page .auth-production-footer button{font-size:11px}
.auth-register-page .auth-form-panel{padding:22px 26px}.auth-register-page .auth-form-heading{margin-bottom:12px}.auth-register-page .auth-form-heading p{display:none}.auth-register-page .auth-register-type{margin-bottom:14px}.auth-register-page .auth-register-sections{display:grid;grid-template-columns:1.15fr 1fr;gap:18px;margin-bottom:8px}.auth-register-page .auth-register-section{border:0;border-radius:0;padding:0;min-width:0;background:#fff}.auth-register-page .auth-register-section>header{display:flex;align-items:center;gap:8px;background:transparent;border-bottom:1px solid #dae4dc;border-radius:0;padding:0 0 10px;margin-bottom:12px}.auth-register-page .auth-register-section>header>b{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:7px;font-size:10px;color:#47745a;background:#eef5ed}.auth-register-page .auth-register-section>header strong{font-size:12px}.auth-register-page .auth-register-section>header small{display:none}.auth-register-page .auth-register-grid{padding:0;gap:0 12px;align-items:start}.auth-register-page .auth-contact-grid{display:grid;grid-template-columns:1fr 1fr}.auth-register-page .auth-contact-grid>.form-group{margin-bottom:12px}.auth-register-page .auth-contact-grid>.form-group>.input{height:42px;max-height:42px}.auth-register-page .auth-contact-grid>.form-group:has([name="display_name"]){order:1}.auth-register-page .auth-contact-grid>.form-group:has([name="email"]){order:2}.auth-register-page .auth-contact-grid>.form-group:has([name="phone"]){order:3;grid-column:1/-1}.auth-register-page .auth-contact-grid>.auth-verification-field{order:4}.auth-register-page .auth-contact-grid>.form-group:has([name="sms_code"]){order:5;grid-column:1/-1}.auth-register-page .auth-credential-grid{display:grid;grid-template-columns:1fr}.auth-register-page .auth-account-context{min-height:0;margin:0;padding:0}.auth-register-page .auth-personal-context{display:none}.auth-register-page .auth-organization-context{padding:0;background:none;border:0;margin-bottom:12px}.auth-register-page .auth-code-row{grid-template-columns:minmax(0,1fr) 110px;gap:8px}.auth-register-page .auth-code-row .btn{min-height:42px;font-size:11px}.auth-register-page .auth-consent{margin:8px 0 12px;font-size:11px}.auth-register-page .auth-consent button{font-size:11px}.auth-production-page .field-error{font-size:10px;line-height:1.4;margin-top:3px}.auth-production-page .auth-error{padding:8px 12px;margin:0 0 10px;font-size:11px}
@media(min-width:900px) and (min-height:700px){.auth-production-page .auth-production-main{margin:20px auto;flex:1;max-height:620px;align-self:center}.auth-register-page .auth-production-main{max-height:650px}.auth-production-page .auth-production-footer{margin-top:auto}.auth-production-page .auth-site-header{flex-shrink:0}.auth-production-page .auth-form-panel{align-items:center}}
@media(max-width:899px){.auth-production-page .auth-production-main,.auth-register-page .auth-production-main{display:block;width:min(650px,calc(100% - 28px));margin:18px auto}.auth-production-page .auth-brand-panel{display:none}.auth-production-page .auth-form-panel,.auth-register-page .auth-form-panel{padding:24px}.auth-production-page .auth-site-header{padding:0 18px;height:56px;min-height:56px}.auth-production-page .auth-site-brand strong{font-size:14px}.auth-production-page .auth-site-header nav a:first-child{display:none}.auth-register-page .auth-register-sections{grid-template-columns:1fr 1fr;gap:15px}.auth-register-page .auth-contact-grid{grid-template-columns:1fr}.auth-register-page .auth-contact-grid>.form-group{grid-column:1!important}.auth-production-page .auth-captcha-control{grid-template-columns:1fr}.auth-production-page .auth-captcha-challenge{grid-column:1;grid-row:1}.auth-production-page .auth-captcha-control>.input{grid-row:2}.auth-production-page .auth-captcha-challenge img{max-width:none}}
@media(max-width:560px){.auth-production-page .auth-site-brand strong{font-size:12px}.auth-production-page .auth-site-brand img{width:29px;height:29px}.auth-production-page .auth-production-main{margin:12px auto}.auth-production-page .auth-form-panel{padding:20px}.auth-production-page .auth-access-choice-grid{grid-template-columns:1fr 1fr;gap:8px}.auth-production-page .auth-captcha-control{grid-template-columns:1fr 1fr;gap:8px}.auth-production-page .auth-captcha-challenge{grid-column:2;grid-row:1}.auth-production-page .auth-captcha-control>.input{grid-column:1;grid-row:1}.auth-register-page .auth-register-sections{grid-template-columns:1fr}.auth-register-page .auth-register-section>header{margin-bottom:10px}.auth-register-page .auth-contact-grid{grid-template-columns:1fr 1fr}.auth-register-page .auth-contact-grid>.form-group{grid-column:auto!important}.auth-register-page .auth-contact-grid>.form-group:nth-child(n+3){grid-column:1/-1!important}.auth-register-page .auth-register-grid{gap:0 10px}.auth-register-page .auth-register-section:nth-child(2) .auth-credential-grid{grid-template-columns:1fr 1fr}.auth-register-page .auth-credential-grid>.form-group:first-child{grid-column:1/-1}.auth-production-page .input{font-size:14px}.auth-production-page .auth-form-heading h2{font-size:22px}.auth-production-page .auth-production-footer{font-size:9px;padding:10px 15px}.auth-production-page .auth-brand-panel{display:none!important}}
/* Legal modal shares the document typography, with tables usable on a narrow viewport. */
.auth-legal-body .legal-table-wrap{overflow:auto;margin:18px 0}.auth-legal-body table{width:100%;min-width:540px;border-collapse:collapse}.auth-legal-body th,.auth-legal-body td{padding:12px;border:1px solid #d9e3dc;font-size:12px;line-height:1.7}.auth-legal-body th{background:#eef5f0;color:#245640}.auth-legal-body .legal-summary p{margin:0;line-height:1.95}.auth-legal-body .legal-section h2{font-size:18px}.auth-legal-body .legal-section p{line-height:1.95;text-align:justify}

.auth-register-page .auth-organization-context{position:static!important;inset:auto!important;display:grid!important;grid-template-columns:1fr;gap:5px;padding:0;margin:0 0 10px!important}.auth-register-page .auth-organization-context[hidden]{display:none!important}.auth-register-page .auth-account-context{display:none}.auth-production-page .auth-form-heading{padding:0 0 10px!important}.auth-production-page .auth-form-heading:before,.auth-production-page .auth-form-heading:after{display:none}.auth-register-page .auth-form-heading h2{font-size:23px;line-height:1.25}.auth-register-page .auth-form-heading .auth-form-kicker{display:none}.auth-register-page .auth-form-heading{margin-bottom:10px}.auth-register-page .auth-choice-field legend{line-height:1.2}.auth-register-page .auth-register-type{margin-bottom:12px}.auth-register-page .auth-contact-grid>.form-group,.auth-register-page .auth-credential-grid>.form-group{margin-bottom:9px}.auth-register-page .auth-register-grid .form-group>span,.auth-register-page .auth-verification-field>label{line-height:1.3}.auth-register-page .auth-register-section>header{padding-bottom:8px;margin-bottom:10px}.auth-register-page .auth-consent{margin:3px 0 10px}.auth-register-page .auth-bottom{padding:0;margin-top:8px}.auth-register-page .auth-form-panel{padding:20px 26px}.auth-register-page .auth-production-main{max-height:none!important}.auth-production-page .auth-brand-points{grid-template-columns:1fr;background:none}.auth-production-page .auth-brand-points span{display:flex;align-items:center;border:0;padding:0;background:none;gap:12px}.auth-production-page .auth-brand-points b{color:#b8d4bf;font-size:11px}
@media(min-width:900px) and (min-height:700px){.auth-register-page .auth-production-main{flex:0 1 auto;margin:auto;min-height:580px}.auth-production-page .auth-production-footer{flex-shrink:0}.auth-register-page .auth-production-footer{margin-top:0}}
.auth-production-page:not(.auth-register-page) .auth-form{gap:0!important}.auth-production-page:not(.auth-register-page) .auth-form-heading{margin-bottom:12px}.auth-production-page:not(.auth-register-page) .auth-form-heading h2{font-size:23px}.auth-production-page:not(.auth-register-page) .auth-form-kicker{display:none}.auth-production-page:not(.auth-register-page) .auth-form-panel{padding:22px 30px}.auth-production-page:not(.auth-register-page) .auth-remember-options{padding:6px 10px;margin:4px 0 8px}.auth-production-page:not(.auth-register-page) .auth-bottom{padding:0;margin-top:10px}.auth-production-page:not(.auth-register-page) .auth-production-main{max-height:none!important;flex:0 1 auto;min-height:560px;margin:auto}.auth-production-page:not(.auth-register-page) .auth-production-footer{margin-top:0}.auth-production-page .auth-error-summary:not(.hidden){position:relative;margin:0 0 10px;max-height:80px;overflow:auto}.auth-production-page .auth-form-panel{overflow:visible}.auth-production-page .auth-production-main:has(.field-error){max-height:none!important}.auth-production-page .auth-production-main{flex-shrink:0!important}
@media(min-width:900px) and (max-height:740px){.auth-production-page .auth-site-header{height:52px;min-height:52px}.auth-production-page .auth-production-footer{min-height:28px;padding-top:6px;padding-bottom:6px}.auth-register-page .auth-form-panel{padding-top:14px;padding-bottom:14px}.auth-register-page .auth-production-main{min-height:0}.auth-register-page .auth-form-heading{padding-bottom:6px!important;margin-bottom:6px}.auth-register-page .auth-register-type{margin-bottom:8px}.auth-register-page .auth-contact-grid>.form-group,.auth-register-page .auth-credential-grid>.form-group{margin-bottom:7px}.auth-production-page:not(.auth-register-page) .auth-form-panel{padding-top:16px;padding-bottom:16px}}
.auth-mobile-wizard-nav{display:none}
@media(max-width:560px){.auth-register-page .auth-wizard-ready[data-mobile-step="1"] .auth-register-section:nth-child(2),.auth-register-page .auth-wizard-ready[data-mobile-step="2"] .auth-register-section:first-child{display:none}.auth-register-page .auth-wizard-ready[data-mobile-step="1"]>.auth-consent,.auth-register-page .auth-wizard-ready[data-mobile-step="1"]>button[type=submit]{display:none}.auth-register-page .auth-mobile-wizard-nav{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:10px 0 14px;padding-top:12px;border-top:1px solid #d9e4db}.auth-mobile-wizard-nav>span{font-size:11px;color:#6e8979;flex:1}.auth-mobile-wizard-nav>button{font-size:12px}.auth-mobile-wizard-nav [data-mobile-previous]{border:0;background:transparent;color:#246348;padding:8px}.auth-mobile-wizard-nav [data-mobile-next]{width:100%;height:40px}.auth-mobile-wizard-nav [hidden]{display:none!important}.auth-register-page .auth-register-section:nth-child(2) .auth-credential-grid{grid-template-columns:1fr}.auth-register-page .auth-form-panel{padding:20px 18px}.auth-register-page .auth-register-sections{gap:0}.auth-register-page .auth-production-main{border-radius:12px}.auth-register-page .auth-form-heading{margin-bottom:8px}.auth-register-page .auth-form-heading h2{font-size:21px}}

.auth-production-page [data-login-only][hidden],.auth-production-page [data-login-panel][hidden],.auth-production-page [data-reset-only][hidden]{display:none!important}
.auth-production-page .is-reset-view .auth-access-choice-grid{grid-template-columns:1fr;margin-bottom:16px}.auth-production-page .is-reset-view .auth-password-reset{margin:0 0 14px;padding:16px 18px;border:1px solid #d0dfd4;border-left:3px solid #367d60;border-radius:9px;background:#f9fcf8}.auth-production-page .is-reset-view .auth-password-reset>header{margin-bottom:12px}.auth-production-page .is-reset-view .auth-password-reset>p{margin:0 0 14px;font-size:11px}.auth-production-page .is-reset-view .auth-password-reset .form-group{margin-bottom:10px}.auth-production-page .is-reset-view .auth-reset-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-production-page .is-reset-view [data-reset-verification]{margin:0 0 12px}.auth-production-page .is-reset-view .auth-remember-options,.auth-production-page .is-reset-view .auth-login-actions{display:none!important}
@media(max-width:560px){.auth-production-page .is-reset-view .auth-password-reset{padding:12px}.auth-production-page .is-reset-view .auth-reset-password-grid{grid-template-columns:1fr;gap:0}}
.auth-production-page .is-reset-view .auth-password-reset>header{padding:0 0 8px;margin-bottom:8px;min-height:0}.auth-production-page .is-reset-view .auth-password-reset>header span{display:none}.auth-production-page .is-reset-view .auth-password-reset>header h3{margin:0;font-size:16px}.auth-production-page .is-reset-view .auth-password-reset>p{margin:0 0 10px}.auth-production-page .is-reset-view [data-reset-verification]{margin-bottom:0}.auth-production-page .is-reset-view .auth-password-reset{padding:12px 14px;margin-bottom:10px}.auth-production-page .is-reset-view .auth-form-heading{margin-bottom:8px}.auth-production-page .is-reset-view .auth-access-choice-grid{margin-bottom:10px}.auth-production-page .is-reset-view .auth-password-reset .form-group{margin-bottom:8px}.auth-production-page .is-reset-view .auth-reset-password-grid .form-group{margin-bottom:0}
@media(min-width:900px) and (max-height:740px){.auth-production-page:has(.is-reset-view) .auth-form-panel{padding-top:10px;padding-bottom:10px}.auth-production-page .is-reset-view .auth-choice-field legend{line-height:1.2}.auth-production-page .is-reset-view .auth-form-heading h2{font-size:21px}.auth-production-page .is-reset-view .auth-password-reset>p{font-size:10px}.auth-production-page .is-reset-view .auth-password-reset .form-group>span{line-height:1.3}}

.auth-production-page .auth-reset-challenge[hidden]{display:none!important}.auth-production-page .auth-reset-challenge{position:fixed;inset:0;z-index:15000;display:grid;place-items:center;padding:20px;background:#102f2866;backdrop-filter:blur(3px);margin:0!important}.auth-production-page .auth-reset-challenge>section{width:min(500px,100%);padding:22px;background:#fff;border:1px solid #bed5c5;border-radius:14px;box-shadow:0 24px 80px #0e302a33}.auth-production-page .auth-reset-challenge header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.auth-production-page .auth-reset-challenge header h3{margin:0;font-size:18px}.auth-production-page .auth-reset-challenge header button{border:0;background:transparent;font-size:24px;color:#557561}.auth-production-page .auth-reset-challenge p{font-size:12px;color:#708277;line-height:1.7;margin-bottom:18px}.auth-production-page .auth-reset-challenge footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.auth-production-page .auth-reset-challenge footer .btn{font-size:12px}.auth-production-page .auth-reset-challenge .auth-verification-field{margin:0!important}

.reset-challenge-error{color:#b42318!important;background:#fff3f0;border-left:3px solid #c94332;padding:9px 12px;line-height:1.6;font-size:12px!important}.auth-reset-challenge footer button:disabled{opacity:.55;cursor:wait}.auth-password-reset [data-password-reset-code]{white-space:nowrap;font-size:12px;padding:8px 12px}

/* Unified authentication canvas: one surface, one visual hierarchy. */
.auth-production-page{background:radial-gradient(ellipse at 12% 25%,#e4eee8 0,transparent 58%),#f4f6f2;--auth-card-width:560px}
.auth-production-page.auth-register-page{--auth-card-width:930px}
.auth-production-page .auth-production-main,.auth-production-page.auth-register-page .auth-production-main{display:block!important;grid-template-columns:none;width:min(var(--auth-card-width),calc(100% - 48px));min-height:0!important;max-height:none!important;flex:0 0 auto!important;margin:28px auto!important;border:1px solid #d7e1db;border-radius:16px;background:#fffefa;box-shadow:0 12px 42px #173b2e0c;overflow:visible}
.auth-production-page .auth-brand-panel{display:none!important}
.auth-production-page .auth-form-panel,.auth-production-page.auth-register-page .auth-form-panel{display:block;padding:28px 32px!important;border-radius:16px;background:#fffefa}
.auth-production-page .auth-form-heading{border:0!important;padding:0 0 18px!important;margin:0!important;background:transparent!important;text-align:left}
.auth-production-page .auth-form-heading h2,.auth-production-page.auth-register-page .auth-form-heading h2{font:650 25px/1.4 "Microsoft YaHei",sans-serif;color:#173c35;letter-spacing:0}
.auth-production-page .auth-form-heading p,.auth-production-page.auth-register-page .auth-form-heading p{display:block;font-size:12px;line-height:1.7;color:#718079;margin-top:7px}
.auth-production-page .auth-site-header{background:#fffefa;border-color:#dce4de;flex-shrink:0}
.auth-production-page .auth-site-brand strong{color:#214d40}
.auth-production-page .auth-production-footer{margin-top:auto!important;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:16px 4vw;color:#75837a}
.auth-production-page .auth-remember-options{background:transparent!important;border:0!important;padding:3px 0!important}
.auth-production-page .auth-login-actions{border:0;background:transparent;padding:0}
.auth-production-page .is-reset-view .auth-password-reset{border:0!important;border-radius:0;background:transparent!important;padding:0!important;margin:0 0 14px}
.auth-production-page .is-reset-view .auth-password-reset>header h3,.auth-production-page .is-reset-view .auth-password-reset>p{display:none}
.auth-production-page .is-reset-view .auth-password-reset>header{display:flex;justify-content:flex-end;padding:0;margin:0 0 10px}
.auth-production-page .input{background:#fff!important;border-color:#cbd8d0;border-radius:6px}
.auth-production-page .auth-register-section,.auth-register-page .auth-register-section>header{background:transparent!important}
.auth-production-page .auth-register-sections{gap:28px}
.auth-production-page .auth-register-section+ .auth-register-section{border-left:1px solid #e1e7e2;padding-left:28px}
.auth-production-page .auth-register-section>header{padding-bottom:12px;margin-bottom:14px}
@media(max-width:1099px){.auth-production-page .auth-production-main{margin-top:24px!important;margin-bottom:24px!important}}
@media(max-width:560px){.auth-production-page .auth-production-main{width:calc(100% - 28px)!important;margin:18px auto!important}.auth-production-page .auth-form-panel,.auth-production-page.auth-register-page .auth-form-panel{padding:22px 18px!important}.auth-production-page .auth-register-section+ .auth-register-section{border:0;padding:0}.auth-production-page .auth-form-heading h2{font-size:22px}.auth-production-page .auth-production-footer{font-size:10px}.auth-production-page .auth-register-sections{gap:0}}
.auth-production-page .auth-register-section{box-shadow:none!important}
@media(min-width:900px) and (max-height:800px){
.auth-production-page .auth-production-main,.auth-production-page.auth-register-page .auth-production-main{margin-top:12px!important;margin-bottom:12px!important}
.auth-production-page .auth-form-panel,.auth-production-page.auth-register-page .auth-form-panel{padding:16px 24px!important}
.auth-production-page .auth-form-heading{padding-bottom:10px!important}.auth-production-page .auth-form-heading h2{font-size:23px}.auth-production-page .auth-form-heading p{font-size:11px;margin-top:4px}
.auth-production-page .input{height:38px!important;min-height:38px!important;padding:8px 10px}.auth-production-page .form-group{margin-bottom:8px!important;gap:4px}
.auth-production-page .auth-register-section>header{padding-bottom:6px;margin-bottom:8px}.auth-production-page .auth-register-type{margin-bottom:8px}.auth-production-page .auth-contact-grid>.form-group>.input{max-height:38px}
.auth-production-page .auth-production-footer{padding:8px 4vw;font-size:10px}.auth-production-page .auth-form-panel .btn-lg{height:40px;min-height:40px}
}
/* A single full-width reset action; no duplicate send control at the bottom. */
.auth-production-page .is-reset-view .auth-password-reset>header{border-bottom:0!important}
@media(max-width:1099px){.auth-production-page .auth-production-footer{margin-top:0!important}.auth-production-page .auth-production-main{margin-bottom:18px!important}}
