:root{--zh-auth-pink: #c8467b;--zh-auth-pink-hot: #f0358c;--zh-auth-pink-soft: #f7e4ec;--zh-auth-pink-border: #ead3dc;--zh-auth-ink: #2d2028;--zh-auth-muted: #8a7080;--zh-auth-bg: #faf6f8;--zh-auth-input-bg: #fff;--zh-auth-radius: 10px;--zh-auth-max: 440px}.zh-auth{padding:clamp(32px,5vw,56px) 20px clamp(48px,6vw,72px);background:radial-gradient(90% 60% at 50% 0%,var(--zh-auth-pink-soft) 0%,rgba(255,255,255,0) 70%),linear-gradient(180deg,#fff 0%,var(--zh-auth-bg) 100%);min-height:calc(100dvh - var(--header-group-height, 72px) - 120px)}.zh-auth__inner{width:min(var(--zh-auth-max),100%);margin-inline:auto}.zh-auth__tabs{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px;font-family:var(--font-accent--family);font-size:1.125rem}.zh-auth__tab{color:var(--zh-auth-muted);text-decoration:none;font-weight:500;transition:color .2s ease}.zh-auth__tab:hover{color:var(--zh-auth-ink)}.zh-auth__tab.is-active{color:var(--zh-auth-ink);font-weight:700}.zh-auth__tab-divider{color:var(--zh-auth-pink-border);-webkit-user-select:none;user-select:none}.zh-auth__promo{margin-bottom:18px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,var(--zh-auth-pink-hot) 0%,var(--zh-auth-pink) 100%);color:#fff;box-shadow:0 8px 24px #c8467b38}.zh-auth__promo-tag{display:inline-block;margin:14px 16px 0;padding:4px 10px;border-radius:6px;background:#ffffff2e;font-family:var(--font-accent--family);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.zh-auth__promo-title{margin:10px 16px 0;font-family:var(--font-heading--family);font-size:clamp(1.75rem,5vw,2.125rem);font-weight:700;line-height:1.1}.zh-auth__promo-foot{margin-top:14px;padding:10px 16px;background:#0000001f;font-family:var(--font-accent--family);font-size:.8125rem;font-weight:500}.zh-auth__trust{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:16px;font-family:var(--font-accent--family);font-size:.8125rem;color:var(--zh-auth-muted)}.zh-auth__trust svg{flex-shrink:0;color:#3aa76d}.zh-auth__heading{margin:0 0 8px;text-align:center;font-family:var(--font-heading--family);font-size:1.375rem;font-weight:700;color:var(--zh-auth-ink)}.zh-auth__subtext{margin:0 0 20px;text-align:center;font-family:var(--font-accent--family);font-size:.875rem;line-height:1.5;color:var(--zh-auth-muted)}.zh-auth__errors,.zh-auth__success{margin-bottom:16px;padding:12px 14px;border-radius:var(--zh-auth-radius);font-family:var(--font-accent--family);font-size:.875rem;line-height:1.45}.zh-auth__errors{background:#fff0f3;border:1px solid #f5c2cf;color:#a61e3f}.zh-auth__errors ul{margin:0;padding-left:18px}.zh-auth__success{background:#eefbf3;border:1px solid #b8e6c8;color:#1f6b3f}.zh-auth__field{margin-bottom:12px}.zh-auth__label{display:block;margin-bottom:6px;font-family:var(--font-accent--family);font-size:.8125rem;font-weight:600;color:var(--zh-auth-ink)}.zh-auth__input,.zh-auth__select{width:100%;padding:14px 16px;border:1px solid var(--zh-auth-pink-border);border-radius:var(--zh-auth-radius);background:var(--zh-auth-input-bg);font-family:var(--font-accent--family);font-size:.9375rem;color:var(--zh-auth-ink);transition:border-color .2s ease,box-shadow .2s ease}.zh-auth__input::placeholder{color:#b8a5ae}.zh-auth__input:focus,.zh-auth__select:focus{outline:none;border-color:var(--zh-auth-pink);box-shadow:0 0 0 3px #c8467b1f}.zh-auth__input.is-invalid{border-color:#d64545;box-shadow:0 0 0 3px #d645451f}.zh-auth__phone-row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:8px}.zh-auth__verify-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.zh-auth__verify-send{min-width:96px;padding:0 14px;border:1px solid var(--zh-auth-pink-border);border-radius:var(--zh-auth-radius);background:#fff;color:var(--zh-auth-pink);font-family:var(--font-accent--family);font-size:.8125rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .12s ease}.zh-auth__verify-send:hover:not(:disabled){background:#f0358c0f;border-color:var(--zh-auth-pink)}.zh-auth__verify-send:disabled{opacity:.55;cursor:not-allowed}.zh-auth__verify-note{margin:6px 0 0;font-size:.72rem;line-height:1.45;color:var(--zh-auth-muted)}.zh-auth__inline-message{margin-top:10px;opacity:0;transform:translateY(-4px);transition:opacity .28s ease,transform .28s ease}.zh-auth__inline-message.is-visible{opacity:1;transform:translateY(0)}.zh-auth__select{padding-inline:10px;cursor:pointer}.zh-auth__links-row{display:flex;justify-content:flex-end;gap:16px;margin:4px 0 16px}.zh-auth__text-link{font-family:var(--font-accent--family);font-size:.8125rem;color:var(--zh-auth-ink);text-decoration:underline;text-underline-offset:2px;-webkit-tap-highlight-color:transparent;transition:color .15s ease,opacity .12s ease,transform .12s ease}.zh-auth__text-link:hover{color:var(--zh-auth-pink)}.zh-auth__text-link.is-pressed,.zh-auth__text-link:active{opacity:.68;transform:scale(.98)}.zh-auth__submit{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:100%;min-height:50px;padding:14px 20px;border:0;border-radius:var(--zh-auth-radius);background:var(--zh-auth-ink);box-shadow:0 4px 14px #2d20282e;font-family:var(--font-accent--family);font-size:1rem;font-weight:600;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .2s ease,transform .12s cubic-bezier(.34,1.2,.64,1),box-shadow .12s ease,filter .12s ease}.zh-auth__submit:hover:not(:disabled):not(.is-loading){background:#1a1218}.zh-auth__submit.is-pressed:not(:disabled):not(.is-loading),.zh-auth__submit:active:not(:disabled):not(.is-loading){transform:scale(.972) translateY(1px);box-shadow:0 2px 6px #2d202824}.zh-auth__submit.is-clicked:not(.is-loading){animation:zh-auth-submit-pop .28s cubic-bezier(.34,1.25,.64,1)}.zh-auth__submit-ripple{position:absolute;border-radius:50%;background:#ffffff61;transform:scale(0);opacity:.85;animation:zh-auth-ripple .55s ease-out forwards;pointer-events:none}@keyframes zh-auth-ripple{to{transform:scale(2.5);opacity:0}}@keyframes zh-auth-submit-pop{0%{transform:scale(.972) translateY(1px)}55%{transform:scale(1.018)}to{transform:scale(1)}}.zh-auth__submit.is-loading{opacity:.94;cursor:wait;pointer-events:none;transform:none;box-shadow:0 3px 10px #c8467b29}.zh-auth__submit.is-loading:after{content:"";width:16px;height:16px;margin-left:10px;border:2px solid rgb(255 255 255 / .35);border-top-color:#fff;border-radius:50%;animation:zh-auth-spin .7s linear infinite}.zh-auth.is-submitting .zh-auth__input,.zh-auth.is-submitting .zh-auth__select{opacity:.72}@keyframes zh-auth-spin{to{transform:rotate(360deg)}}.zh-auth__toast{position:fixed;top:88px;left:50%;z-index:9999;max-width:min(92vw,420px);padding:14px 18px;border:1px solid var(--zh-auth-pink-border, #f0c4d4);border-radius:12px;background:#fff;box-shadow:0 14px 36px #c8467b2e;font-family:var(--font-accent--family, sans-serif);font-size:.875rem;font-weight:500;line-height:1.45;color:#1a1218;opacity:0;transform:translate(-50%,-10px);transition:opacity .24s ease,transform .24s ease;pointer-events:none}.zh-auth__toast.is-visible{opacity:1;transform:translate(-50%)}.zh-auth__submit--pink{background:linear-gradient(135deg,var(--zh-auth-pink-hot) 0%,var(--zh-auth-pink) 100%);box-shadow:0 4px 16px #c8467b47}.zh-auth__submit--pink:hover:not(:disabled):not(.is-loading){background:linear-gradient(135deg,#ff4da0,#d43a72)}.zh-auth__submit--pink.is-pressed:not(:disabled):not(.is-loading),.zh-auth__submit--pink:active:not(:disabled):not(.is-loading){filter:brightness(.94);box-shadow:0 2px 8px #c8467b33}.zh-auth__divider{display:flex;align-items:center;gap:12px;margin:22px 0 16px;font-family:var(--font-accent--family);font-size:.8125rem;color:var(--zh-auth-muted)}.zh-auth__divider:before,.zh-auth__divider:after{content:"";flex:1;height:1px;background:var(--zh-auth-pink-border)}.zh-auth__social{display:grid;gap:10px}.zh-auth__social-btn{display:flex;align-items:center;gap:12px;position:relative;overflow:hidden;width:100%;min-height:48px;padding:10px 16px;border:1px solid var(--zh-auth-pink-border);border-radius:var(--zh-auth-radius);background:#fff;font-family:var(--font-accent--family);font-size:.9375rem;font-weight:500;color:var(--zh-auth-ink);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:border-color .2s ease,box-shadow .12s ease,transform .12s cubic-bezier(.34,1.2,.64,1),opacity .12s ease}.zh-auth__social-btn:hover:not(.is-loading){border-color:var(--zh-auth-pink);box-shadow:0 4px 14px #c8467b1a}.zh-auth__social-btn.is-pressed:not(.is-loading),.zh-auth__social-btn:active:not(.is-loading){transform:scale(.985) translateY(1px);box-shadow:0 2px 6px #c8467b14}.zh-auth__social-btn.is-loading{opacity:.72;cursor:wait;pointer-events:none}.zh-auth__social-btn.is-error{border-color:#e88aa0;background:#fff5f8;box-shadow:0 0 0 3px #f0358c1f}.zh-auth__social-error{margin:0 0 12px;opacity:0;transform:translateY(-6px);transition:opacity .28s ease,transform .28s ease}.zh-auth__social-error.is-visible{opacity:1;transform:translateY(0)}.zh-auth__social-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.zh-auth__social-icon svg{width:22px;height:22px}.zh-auth__social-label{flex:1;text-align:center;padding-right:28px}.zh-auth__legal{margin-top:18px;font-family:var(--font-accent--family);font-size:.75rem;line-height:1.55;color:var(--zh-auth-muted)}.zh-auth__legal a{color:var(--zh-auth-ink);text-decoration:underline;text-underline-offset:2px;-webkit-tap-highlight-color:transparent;transition:color .15s ease,opacity .12s ease,transform .12s ease}.zh-auth__legal a:hover{color:var(--zh-auth-pink)}.zh-auth__legal a.is-pressed,.zh-auth__legal a:active{opacity:.68;transform:scale(.98)}.zh-auth__checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:8px 10px;border-radius:10px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease,transform .12s cubic-bezier(.34,1.2,.64,1)}.zh-auth__checkbox.is-pressed{background:#f7e4ec8c;transform:scale(.992)}.zh-auth__checkbox.is-toggled{animation:zh-auth-checkbox-pop .22s ease}@keyframes zh-auth-checkbox-pop{0%{transform:scale(.992)}55%{transform:scale(1.012)}to{transform:scale(1)}}.zh-auth__checkbox input{flex:0 0 auto;width:16px;height:16px;margin-top:3px;accent-color:var(--zh-auth-pink)}.zh-auth__checkbox span{flex:1 1 auto;min-width:0;font-family:var(--font-accent--family);font-size:.75rem;line-height:1.5;color:var(--zh-auth-muted)}.zh-auth__checkbox span a{color:var(--zh-auth-ink);text-decoration:underline;text-underline-offset:2px}.zh-auth__checkbox.is-error,.zh-auth__checkbox.is-error span{color:#b42318}.zh-auth__optional{font-style:normal;color:var(--zh-auth-muted)}.zh-auth__consents{display:flex;flex-direction:column;flex:0 0 auto}.zh-auth__consents .zh-auth__checkbox{margin:0}.zh-auth__ripple{position:absolute;border-radius:50%;transform:scale(0);opacity:.85;animation:zh-auth-ripple .55s ease-out forwards;pointer-events:none}.zh-auth__ripple--soft{background:#c8467b24}.zh-auth__submit.is-disabled,.zh-auth__submit:disabled:not(.is-loading){opacity:.48;cursor:not-allowed;transform:none;box-shadow:none}.zh-auth__back{display:block;margin-top:20px;text-align:center;font-family:var(--font-accent--family);font-size:.875rem;color:var(--zh-auth-ink);text-decoration:underline;text-underline-offset:3px}.zh-auth__back:hover{color:var(--zh-auth-pink)}.zh-auth--recover .zh-auth__tabs{display:none}.zh-auth-query-shell{--zh-auth-shell-min-h: 920px;width:100%;min-height:var(--zh-auth-shell-min-h);height:auto;overflow:visible}.zh-auth-query-shell.is-switching{opacity:.92;pointer-events:none;transition:opacity .12s ease}.zh-auth.zh-auth--query-page{box-sizing:border-box;height:auto;min-height:var(--zh-auth-shell-min-h, 920px);padding:clamp(16px,2.5vw,28px) 16px clamp(24px,3vw,32px);background:radial-gradient(90% 50% at 50% 0%,var(--zh-auth-pink-soft) 0%,rgba(255,255,255,0) 72%),linear-gradient(180deg,#fff 0%,var(--zh-auth-bg) 100%)}.zh-auth--query-page.zh-auth--mode-login,.zh-auth--query-page.zh-auth--mode-register{min-height:var(--zh-auth-shell-min-h, 920px);padding-bottom:clamp(24px,3vw,32px)}.zh-auth--query-page .zh-auth__inner{width:min(100%,480px);margin-inline:auto}.zh-auth--query-page .zh-auth__stage{display:flex;flex-direction:column;align-items:stretch;height:auto;min-height:calc(var(--zh-auth-shell-min-h, 920px) - 72px);overflow:visible}.zh-auth--query-page.zh-auth--mode-recover .zh-auth__stage,.zh-auth--query-page.zh-auth--mode-reset .zh-auth__stage{min-height:0}.zh-auth--query-page .zh-auth__promo-slot{flex:0 0 68px;margin-bottom:12px}.zh-auth--query-page .zh-auth__promo-banner--promo{background:linear-gradient(135deg,var(--zh-auth-pink-hot) 0%,var(--zh-auth-pink) 100%);box-shadow:0 10px 28px #c8467b2e}.zh-auth--query-page .zh-auth__promo-banner--recover{gap:14px;background:linear-gradient(135deg,#fff 0%,var(--zh-auth-pink-soft) 55%,rgb(252 236 244) 100%);border:1px solid var(--zh-auth-pink-border);box-shadow:0 10px 26px #c8467b1a}.zh-auth--query-page .zh-auth__card-title{margin:8px 0 0;text-align:center;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:700;line-height:1.2;color:var(--zh-auth-ink)}.zh-auth--query-page .zh-auth__recover-steps{display:flex;flex-direction:column;gap:6px;margin:10px 0 0;padding:0;list-style:none}.zh-auth--query-page .zh-auth__recover-steps li{position:relative;padding-left:18px;font-family:var(--font-accent--family);font-size:.75rem;line-height:1.35;color:var(--zh-auth-muted)}.zh-auth--query-page .zh-auth__recover-steps li:before{content:"";position:absolute;top:.45em;left:0;width:6px;height:6px;border-radius:50%;background:var(--zh-auth-pink)}.zh-auth--recover .zh-auth__form,.zh-auth--reset .zh-auth__form{height:auto}.zh-auth__recover-nav{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px 10px;margin-top:4px;white-space:nowrap}.zh-auth__recover-link{font-family:var(--font-accent--family);font-size:.8125rem;font-weight:500;color:var(--zh-auth-muted);text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color .15s ease,opacity .12s ease,transform .12s ease}.zh-auth__recover-link--primary{color:var(--zh-auth-ink);font-weight:600;text-decoration:underline;text-underline-offset:3px}.zh-auth__recover-link:hover{color:var(--zh-auth-pink)}.zh-auth__recover-link.is-pressed,.zh-auth__recover-link:active{opacity:.68;transform:scale(.98)}.zh-auth__recover-or{font-family:var(--font-accent--family);font-size:.75rem;color:var(--zh-auth-muted)}.zh-auth--query-page .zh-auth__card-foot--compact{min-height:0;margin-top:20px;padding-top:18px;padding-bottom:8px}.zh-auth-query-shell[data-auth-compact=true]:not(:has(.zh-auth--mode-login,.zh-auth--mode-register)){min-height:0;height:auto}.zh-auth--recover.zh-auth--query-page,.zh-auth--reset.zh-auth--query-page{min-height:0;height:auto;padding-bottom:clamp(48px,6vw,72px)}body.zh-auth-query-active:has(.zh-auth--recover) #MainContent,body.zh-auth-query-active:has(.zh-auth--reset) #MainContent,body.zh-auth-query-active:has(.zh-auth--welcome-page) #MainContent{min-height:0;padding-bottom:clamp(20px,3vw,32px)}.zh-auth--account-page.zh-auth--query-page,.zh-auth-account:not(.zh-auth--query-page){min-height:0;height:auto;padding-bottom:clamp(32px,4vw,48px)}body.zh-auth-query-active:has(.zh-auth--account-page) #MainContent{min-height:0}.zh-auth__account-card{gap:18px}.zh-auth__account-title{margin:0;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:700;line-height:1.2;color:var(--zh-auth-ink)}.zh-auth__account-sub{margin:0;font-family:var(--font-accent--family);font-size:.875rem;line-height:1.45;color:var(--zh-auth-muted)}.zh-auth__account-nav{display:flex;flex-direction:column;gap:8px}.zh-auth__account-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--zh-auth-pink-border);border-radius:10px;background:#fff;text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:border-color .2s ease,background .2s ease,transform .12s cubic-bezier(.34,1.2,.64,1),box-shadow .2s ease}.zh-auth__account-link:hover{border-color:var(--zh-auth-pink);background:var(--zh-auth-pink-soft);box-shadow:0 4px 14px #c8467b14}.zh-auth__account-link.is-pressed,.zh-auth__account-link:active{transform:scale(.985)}.zh-auth__account-link-icon{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9px;background:var(--zh-auth-pink-soft);color:var(--zh-auth-pink)}.zh-auth__account-link-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.zh-auth__account-link-copy strong{font-family:var(--font-accent--family);font-size:.9375rem;font-weight:600;color:var(--zh-auth-ink)}.zh-auth__account-link-copy span{font-family:var(--font-accent--family);font-size:.75rem;line-height:1.35;color:var(--zh-auth-muted)}.zh-auth--welcome-page.zh-auth--query-page{min-height:0;height:auto;padding-bottom:clamp(32px,4vw,48px)}.zh-auth--query-page .zh-auth__promo-banner--celebrate{position:relative;overflow:hidden}.zh-auth--query-page .zh-auth__promo-banner--celebrate:after{content:"";position:absolute;top:-40%;right:-20%;bottom:-40%;left:-20%;background:linear-gradient(115deg,transparent 40%,rgb(255 255 255 / .55) 50%,transparent 60%);transform:translate(-120%);animation:zh-auth-welcome-shine 1.8s ease .35s 1;pointer-events:none}@keyframes zh-auth-welcome-shine{to{transform:translate(120%)}}.zh-auth__welcome-card{gap:20px}.zh-auth__welcome-head{display:flex;flex-direction:column;gap:8px}.zh-auth__welcome-hero{margin:0;font-family:var(--font-heading--family);font-size:1.375rem;font-weight:700;line-height:1.2;color:var(--zh-auth-ink)}.zh-auth__welcome-sub{margin:0;font-family:var(--font-accent--family);font-size:.875rem;line-height:1.45;color:var(--zh-auth-muted)}.zh-auth__coupon-ticket{position:relative;display:flex;flex-direction:column;border:1px dashed var(--zh-auth-pink-border);border-radius:14px;background:linear-gradient(180deg,#fff8fc,#fff);box-shadow:0 10px 28px #c8467b1f;overflow:hidden;opacity:0;transform:translateY(14px) scale(.96);transition:opacity .55s cubic-bezier(.34,1.1,.64,1),transform .55s cubic-bezier(.34,1.1,.64,1)}.zh-auth-welcome.is-revealed .zh-auth__coupon-ticket{opacity:1;transform:translateY(0) scale(1)}.zh-auth__coupon-ticket-top{display:flex;flex-direction:column;gap:8px;padding:18px 18px 16px}.zh-auth__coupon-tag{align-self:flex-start;padding:4px 10px;border-radius:999px;background:var(--zh-auth-pink-soft);font-family:var(--font-accent--family);font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--zh-auth-pink)}.zh-auth__coupon-value{font-family:var(--font-heading--family);font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700;line-height:1.1;color:var(--zh-auth-ink)}.zh-auth__coupon-divider{position:relative;height:1px;margin:0 14px;background:repeating-linear-gradient(90deg,var(--zh-auth-pink-border) 0,var(--zh-auth-pink-border) 6px,transparent 6px,transparent 12px)}.zh-auth__coupon-divider:before,.zh-auth__coupon-divider:after{content:"";position:absolute;top:50%;width:14px;height:14px;border:1px solid var(--zh-auth-pink-border);border-radius:50%;background:#fff;transform:translateY(-50%)}.zh-auth__coupon-divider:before{left:-22px}.zh-auth__coupon-divider:after{right:-22px}.zh-auth__coupon-ticket-bottom{display:flex;flex-direction:column;gap:10px;padding:16px 18px 18px}.zh-auth__coupon-code-wrap{display:flex;flex-direction:column;gap:6px}.zh-auth__coupon-code-label{font-family:var(--font-accent--family);font-size:.6875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--zh-auth-muted)}.zh-auth__coupon-code{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 14px;border:1px solid var(--zh-auth-pink-border);border-radius:10px;background:#fff;font-family:var(--font-accent--family);font-size:1.0625rem;font-weight:700;letter-spacing:.08em;color:var(--zh-auth-pink);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:border-color .2s ease,box-shadow .2s ease,transform .12s cubic-bezier(.34,1.2,.64,1)}.zh-auth__coupon-code:hover{border-color:var(--zh-auth-pink);box-shadow:0 4px 14px #c8467b1f}.zh-auth__coupon-code.is-pressed,.zh-auth__coupon-code:active{transform:scale(.985)}.zh-auth__coupon-code.is-copied{border-color:var(--zh-auth-pink);background:var(--zh-auth-pink-soft)}.zh-auth__coupon-note{margin:0;font-family:var(--font-accent--family);font-size:.8125rem;line-height:1.45;color:var(--zh-auth-muted)}.zh-auth__welcome-actions{display:flex;flex-direction:column;gap:10px}.zh-auth__welcome-btn-secondary{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:0 16px;border:1px solid var(--zh-auth-pink-border);border-radius:10px;background:#fff;font-family:var(--font-accent--family);font-size:.9375rem;font-weight:600;color:var(--zh-auth-ink);text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:border-color .2s ease,background .2s ease,transform .12s cubic-bezier(.34,1.2,.64,1),box-shadow .2s ease}.zh-auth__welcome-btn-secondary:hover{border-color:var(--zh-auth-pink);background:var(--zh-auth-pink-soft)}.zh-auth__welcome-btn-secondary.is-pressed,.zh-auth__welcome-btn-secondary:active{transform:scale(.985)}.zh-auth-welcome.is-revealed .zh-auth__welcome-card{animation:zh-auth-welcome-rise .5s cubic-bezier(.34,1.1,.64,1) both}@keyframes zh-auth-welcome-rise{0%{opacity:.7;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.zh-auth--query-page .zh-auth__promo-banner--welcome{gap:14px;background:linear-gradient(135deg,#fff 0%,var(--zh-auth-pink-soft) 55%,rgb(252 236 244) 100%);border:1px solid var(--zh-auth-pink-border);box-shadow:0 10px 26px #c8467b1a}.zh-auth--query-page .zh-auth__welcome-badge{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,var(--zh-auth-pink-hot) 0%,var(--zh-auth-pink) 100%);color:#fff;box-shadow:0 4px 14px #c8467b38}.zh-auth--query-page .zh-auth__welcome-copy{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.zh-auth--query-page .zh-auth__welcome-kicker{font-family:var(--font-accent--family);font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--zh-auth-pink)}.zh-auth--query-page .zh-auth__welcome-title{font-family:var(--font-heading--family);font-size:1.0625rem;font-weight:700;line-height:1.15;color:var(--zh-auth-ink)}.zh-auth--query-page .zh-auth__welcome-foot{flex:0 0 auto;font-family:var(--font-accent--family);font-size:.6875rem;font-weight:500;line-height:1.3;color:var(--zh-auth-muted);white-space:nowrap}.zh-auth--query-page .zh-auth__tab-track{position:relative;isolation:isolate;display:flex;gap:0;height:44px;margin-bottom:0;padding:4px;border-radius:10px;background:var(--zh-auth-pink-soft)}.zh-auth--query-page .zh-auth__tab-indicator{position:absolute;top:4px;bottom:4px;left:0;width:50%;border-radius:8px;background:#fff;box-shadow:0 2px 10px #c8467b29;transition:transform .32s cubic-bezier(.34,1.15,.64,1),width .32s cubic-bezier(.34,1.15,.64,1);z-index:0;pointer-events:none}.zh-auth--query-page .zh-auth__tab-track[data-active-tab=register] .zh-auth__tab-indicator{transform:translate(0)}.zh-auth--query-page .zh-auth__tab-track[data-active-tab=login] .zh-auth__tab-indicator{transform:translate(100%)}.zh-auth--query-page .zh-auth__tab-btn{display:flex;flex:1 1 0;align-items:center;justify-content:center;position:relative;z-index:1;min-width:0;height:100%;padding:0 12px;border:0;border-radius:8px;background:transparent;font-family:var(--font-accent--family);font-size:.9375rem;font-weight:500;color:var(--zh-auth-muted);text-decoration:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .2s ease,transform .12s cubic-bezier(.34,1.2,.64,1)}.zh-auth--query-page .zh-auth__tab-btn:hover{color:var(--zh-auth-ink)}.zh-auth--query-page .zh-auth__tab-btn.is-pressed,.zh-auth--query-page .zh-auth__tab-btn:active{transform:scale(.96)}.zh-auth--query-page .zh-auth__tab-btn.is-active.is-pressed,.zh-auth--query-page .zh-auth__tab-btn.is-active:active{transform:scale(.98)}.zh-auth--query-page .zh-auth__tab-btn.is-active{background:transparent;color:var(--zh-auth-ink);font-weight:700;box-shadow:none}.zh-auth--query-page .zh-auth__promo-banner-main{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.zh-auth--query-page .zh-auth__promo-banner .zh-auth__promo-tag{display:inline-block;margin:0;padding:3px 8px;border-radius:6px;background:#fff3;font-family:var(--font-accent--family);font-size:.625rem;font-weight:600;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.zh-auth--query-page .zh-auth__promo-banner .zh-auth__promo-title{margin:0;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:700;line-height:1.15;white-space:nowrap}.zh-auth--query-page .zh-auth__promo-banner .zh-auth__promo-foot{flex:0 0 auto;margin:0;padding:0;background:none;font-family:var(--font-accent--family);font-size:.75rem;font-weight:500;line-height:1.3;white-space:nowrap;opacity:.95}.zh-auth--query-page .zh-auth__promo-banner--muted{justify-content:center;background:var(--zh-auth-pink-soft);border:1px solid var(--zh-auth-pink-border);box-shadow:none}.zh-auth--query-page .zh-auth__promo-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;height:68px;padding:0 18px;border-radius:12px;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.zh-auth--query-page .zh-auth__promo-banner--promo:hover{transform:translateY(-1px);box-shadow:0 14px 32px #c8467b38}.zh-auth--query-page .zh-auth__promo-banner--welcome:hover{transform:translateY(-1px);box-shadow:0 14px 30px #c8467b24}.zh-auth--query-page .zh-auth__card{display:flex;flex:1 1 auto;flex-direction:column;height:auto;min-height:580px;max-height:none;padding:22px 22px 20px;border:1px solid var(--zh-auth-pink-border);border-radius:14px;background:#fff;box-shadow:0 16px 44px #c8467b1a;overflow:visible}.zh-auth--query-page .zh-auth__card-head{flex:0 0 auto;margin-bottom:12px}.zh-auth--query-page .zh-auth__card-sub{display:flex;align-items:center;justify-content:center;min-height:36px;margin:10px 0 8px;font-family:var(--font-accent--family);font-size:.8125rem;line-height:1.45;text-align:center;color:var(--zh-auth-muted)}.zh-auth--query-page .zh-auth__highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 0 4px;padding:0;list-style:none}.zh-auth--query-page .zh-auth__highlights li{padding:5px 10px;border:1px solid var(--zh-auth-pink-border);border-radius:8px;background:#ffffffb8;font-family:var(--font-accent--family);font-size:.6875rem;font-weight:500;line-height:1.2;color:var(--zh-auth-muted);cursor:default;-webkit-tap-highlight-color:transparent;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .12s cubic-bezier(.34,1.2,.64,1)}.zh-auth--query-page .zh-auth__highlights li:hover{border-color:var(--zh-auth-pink);background:#fff;color:var(--zh-auth-ink);transform:translateY(-1px)}.zh-auth--query-page .zh-auth__highlights li.is-pressed,.zh-auth--query-page .zh-auth__highlights li:active{transform:scale(.96) translateY(0);border-color:var(--zh-auth-pink);background:#fcecf4e6}.zh-auth--query-page .zh-auth__highlights--compact{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.zh-auth--query-page .zh-auth__highlights--compact li{flex:0 0 auto;white-space:nowrap}.zh-auth--query-page .zh-auth__tabs{gap:12px;margin-bottom:20px;padding:0;border-radius:0;background:none}.zh-auth--query-page .zh-auth__tab{flex:none;padding:0;border-radius:0;font-size:1.125rem;text-align:center}.zh-auth--query-page .zh-auth__tab.is-active{background:none;box-shadow:none}.zh-auth--query-page .zh-auth__tab-divider{display:none}.zh-auth--query-page .zh-auth__form>.zh-auth__field{flex:0 0 56px;margin-bottom:0}.zh-auth--query-page .zh-auth__card-body{flex:1 1 auto;min-height:0;overflow:visible}.zh-auth--query-page .zh-auth__form{display:flex;flex-direction:column;gap:14px;height:100%}.zh-auth--query-page [data-auth-mode=register] .zh-auth__form{height:auto}.zh-auth--query-page [data-auth-mode=login] .zh-auth__form{height:auto;gap:10px}.zh-auth--query-page [data-auth-mode=login] .zh-auth__card-body{flex:1 1 auto;min-height:240px}.zh-auth--query-page [data-auth-mode=login] .zh-auth__form>.zh-auth__consents{margin-top:2px}.zh-auth--query-page [data-auth-mode=login] .zh-auth__slot-row3{flex:0 0 auto;min-height:0}.zh-auth--query-page [data-auth-mode=login] .zh-auth__slot-row3 .zh-auth__links-row{margin:0;padding-top:0}.zh-auth--query-page [data-auth-mode=login] .zh-auth__form>.zh-auth__submit{margin-top:2px}.zh-auth--query-page .zh-auth__form>.zh-auth__consents{flex:0 0 auto;margin:0}.zh-auth--query-page .zh-auth__form>.zh-auth__submit{flex:0 0 auto;margin-top:0}.zh-auth--recover.zh-auth--query-page .zh-auth__stage,.zh-auth--reset.zh-auth--query-page .zh-auth__stage{height:auto;min-height:0}.zh-auth--recover.zh-auth--query-page .zh-auth__card,.zh-auth--reset.zh-auth--query-page .zh-auth__card{flex:0 0 auto;min-height:0;overflow:visible;padding-bottom:28px;box-shadow:0 16px 44px #c8467b1a,0 8px 24px #c8467b0f}.zh-auth--recover.zh-auth--query-page .zh-auth__card-body,.zh-auth--reset.zh-auth--query-page .zh-auth__card-body{flex:0 0 auto;overflow:visible}.zh-auth--recover.zh-auth--query-page .zh-auth__form,.zh-auth--reset.zh-auth--query-page .zh-auth__form{height:auto}.zh-auth--recover.zh-auth--query-page .zh-auth__card-foot,.zh-auth--reset.zh-auth--query-page .zh-auth__card-foot{flex:0 0 auto;min-height:0;margin-top:0}.zh-auth--query-page .zh-auth__field.is-focused .zh-auth__input,.zh-auth--query-page .zh-auth__field.is-focused .zh-auth__select{border-color:var(--zh-auth-pink);box-shadow:0 0 0 3px #c8467b1f}.zh-auth--query-page .zh-auth__input,.zh-auth--query-page .zh-auth__select{transition:border-color .2s ease,box-shadow .2s ease}.zh-auth--query-page .zh-auth__slot-row3{flex:0 0 48px;display:flex;align-items:flex-start}.zh-auth--query-page .zh-auth__slot-row3 .zh-auth__field{width:100%;margin-bottom:0}.zh-auth--query-page .zh-auth__slot-row3 .zh-auth__links-row{width:100%;margin:0;align-items:flex-start;padding-top:2px}.zh-auth--query-page .zh-auth__slot-marketing{flex:0 0 48px;display:flex;align-items:flex-start;margin-top:4px}.zh-auth--query-page .zh-auth__checkbox--ghost{visibility:hidden;pointer-events:none}.zh-auth--query-page .zh-auth__legal--cta{margin:0;text-align:center}.zh-auth--query-page .zh-auth__legal--cta a{color:var(--zh-auth-pink);font-weight:600;text-decoration:underline;text-underline-offset:2px;-webkit-tap-highlight-color:transparent;transition:color .15s ease,opacity .12s ease,transform .12s ease}.zh-auth--query-page .zh-auth__legal--cta a.is-pressed,.zh-auth--query-page .zh-auth__legal--cta a:active,.zh-auth__checkbox span a.is-pressed,.zh-auth__checkbox span a:active{opacity:.68;transform:scale(.98)}.zh-auth--query-page .zh-auth__field.is-pressed .zh-auth__input,.zh-auth--query-page .zh-auth__field.is-pressed .zh-auth__select{border-color:var(--zh-auth-pink);box-shadow:0 0 0 3px #c8467b1a}.zh-auth__trust--foot{margin-top:10px;margin-bottom:0}.zh-auth--query-page .zh-auth__card-foot{display:flex;flex-direction:column;flex:0 0 auto;gap:12px;min-height:0;margin-top:20px;padding-top:16px;border-top:1px solid rgb(200 70 123 / .14)}.zh-auth--recover .zh-auth__card-foot.zh-auth__card-foot--compact,.zh-auth--reset .zh-auth__card-foot.zh-auth__card-foot--compact{flex:0 0 auto;min-height:0;margin-top:0}.zh-auth--query-page .zh-auth__trust--foot{flex:0 0 auto;gap:8px;margin:8px 0 0;font-size:.75rem}.zh-auth--query-page .zh-auth__divider{flex:0 0 auto;margin:0}.zh-auth--query-page .zh-auth__social{flex:0 0 auto}.zh-auth--query-page .zh-auth__legal-slot{flex:0 0 auto;height:auto;min-height:52px;max-height:none;margin-top:12px;overflow:visible}.zh-auth--query-page [data-auth-mode=login] .zh-auth__legal-slot{flex:0 0 auto;height:auto;min-height:52px;max-height:none;overflow:visible}.zh-auth--query-page .zh-auth__legal{margin-top:0;font-size:.6875rem;line-height:1.5;word-spacing:.02em}.zh-auth--query-page .zh-auth__legal-spacer{display:block;height:52px;min-height:52px}.zh-auth--query-page .zh-auth__submit{flex:0 0 auto;margin-top:0;border-radius:10px;background:linear-gradient(135deg,var(--zh-auth-pink-hot) 0%,var(--zh-auth-pink) 100%);box-shadow:0 4px 16px #c8467b42;transition:background .2s ease,transform .12s cubic-bezier(.34,1.2,.64,1),box-shadow .12s ease,filter .12s ease}.zh-auth--query-page .zh-auth__submit:hover:not(:disabled):not(.is-loading){background:linear-gradient(135deg,#ff4da0,#d43a72);transform:translateY(-1px);box-shadow:0 6px 18px #c8467b47}.zh-auth--query-page .zh-auth__submit.is-pressed:not(:disabled):not(.is-loading),.zh-auth--query-page .zh-auth__submit:active:not(:disabled):not(.is-loading){transform:scale(.972) translateY(1px);box-shadow:0 2px 8px #c8467b33}.zh-auth--query-page .zh-auth__submit.is-loading:hover{transform:none;box-shadow:0 3px 10px #c8467b29}.zh-auth--query-page .zh-auth__social-btn{border-radius:10px;transition:border-color .2s ease,box-shadow .12s ease,transform .12s cubic-bezier(.34,1.2,.64,1),opacity .12s ease}.zh-auth--query-page .zh-auth__social-btn:hover:not(.is-loading){transform:translateY(-1px);box-shadow:0 6px 16px #c8467b1f}.zh-auth--query-page .zh-auth__social-btn.is-pressed:not(.is-loading),.zh-auth--query-page .zh-auth__social-btn:active:not(.is-loading){transform:scale(.985) translateY(1px);box-shadow:0 2px 8px #c8467b14}.zh-auth-query-shell[data-slide=left] .zh-auth__card,.zh-auth-query-shell[data-slide=left] .zh-auth__promo-slot{animation:zh-auth-slide-left .34s cubic-bezier(.34,1.1,.64,1);animation-fill-mode:both}.zh-auth-query-shell[data-slide=right] .zh-auth__card,.zh-auth-query-shell[data-slide=right] .zh-auth__promo-slot{animation:zh-auth-slide-right .34s cubic-bezier(.34,1.1,.64,1);animation-fill-mode:both}@keyframes zh-auth-slide-left{0%{opacity:.55;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes zh-auth-slide-right{0%{opacity:.55;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}body.zh-auth-query-active #MainContent{min-height:var(--zh-auth-shell-min-h, 920px)}@media screen and (max-width:520px){.zh-auth--query-page .zh-auth__promo-banner{flex-wrap:wrap;align-content:center;height:auto;min-height:68px;padding:12px 14px}.zh-auth--query-page .zh-auth__promo-banner .zh-auth__promo-title{font-size:1rem;white-space:normal}.zh-auth--query-page .zh-auth__promo-banner .zh-auth__promo-foot{width:100%}}html.zh-auth-pending #MainContent{visibility:hidden}.zh-auth__shop-bridge{display:grid;gap:14px}.zh-auth__shop-bridge-lead{margin:0;font-size:.95rem;line-height:1.5;color:rgb(var(--color-foreground-rgb) / .78)}.zh-auth__submit--shop{background:#5a31f4;color:#fff}.zh-auth__submit--shop:hover:not(:disabled):not(.is-loading){background:#4a28cc;color:#fff}.zh-auth__shop-bridge-note{margin:0;font-size:.82rem;line-height:1.45;color:rgb(var(--color-foreground-rgb) / .62);text-align:center}.zh-auth--query-page .zh-auth__social-note{margin:0;font-size:.72rem;line-height:1.4;color:rgb(var(--color-foreground-rgb) / .55);text-align:center}.zh-auth--query-page .zh-auth__consents{margin:0}.zh-auth--query-page [data-auth-mode=register] .zh-auth__card-body{flex:0 0 auto}html.zh-social-auth-open:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--layer-overlay, 1000) + 10);background:#140a106b;pointer-events:none}html.zh-social-auth-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/2/assets/zh-auth.css.map */
