/* Auto-split from xy-member.css — do not hand-edit large chunks; edit source packs or re-run tests/split_xy_member_css.py */
.xy-m-split{
  display:flex;
  min-height:100vh;
  background:var(--xy-ui-bg,#f4f3f1);
}
.xy-m-split-panel{
  flex:0 0 420px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:64px 52px;
  background:linear-gradient(165deg,var(--xy-skin-primary) 0%,color-mix(in srgb,var(--xy-skin-primary) 78%,#1a1208) 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
@supports not (background: color-mix(in srgb, red 78%, black)){
  .xy-m-split-panel{background:linear-gradient(165deg,var(--xy-skin-primary) 0%,#c96f08 100%)}
}
.xy-m-split-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse 120% 80% at 0% 100%,rgba(255,255,255,.08) 0%,transparent 55%),
    linear-gradient(145deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,0) 58%);
  pointer-events:none;
}
.xy-m-split-panel-logo{
  margin-bottom:44px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  position:relative;
  z-index:1;
}
.xy-m-split-panel-logo img{
  max-height:36px;
  max-width:132px;
  object-fit:contain;
  padding:10px 14px;
  border-radius:8px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 2px 12px rgba(0,0,0,.08);
  filter:brightness(0) invert(1);
  opacity:.98;
}
.xy-m-split-panel-logo strong{
  font-size:14px;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1.45;
  opacity:.92;
  max-width:28ch;
}
.xy-m-split-panel-tagline{
  position:relative;
  z-index:1;
}
.xy-m-split-panel-tagline h2{
  margin:0 0 14px;
  font-size:30px;
  font-weight:700;
  line-height:1.18;
  letter-spacing:-.03em;
  opacity:.98;
}
.xy-m-split-panel-tagline p{
  margin:0 0 32px;
  font-size:14px;
  line-height:1.65;
  opacity:.8;
  max-width:32ch;
}
.xy-m-split-panel-pills{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.xy-m-split-panel-pill{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:13px;
  line-height:1.45;
  font-weight:500;
  opacity:.88;
}
.xy-m-split-panel-pill-icon{
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  margin-top:1px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.32);
  color:#fff;
}
.xy-m-split-panel-pill-icon svg{
  display:block;
  width:12px;
  height:12px;
}
.xy-m-split-form{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:56px 48px;
  min-width:0;
  overflow-y:auto;
}
.xy-m-split-form-inner{
  position:relative;
  width:100%;
  max-width:400px;
}
.xy-m-split-form-card{
  margin-top:8px;
  padding:32px 28px 28px;
  background:var(--xy-ui-surface,#fff);
  border:1px solid var(--xy-ui-line,#e6e8eb);
  border-radius:8px;
  box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06);
}
.xy-m-lang-switch{
  display:inline-flex;
  align-items:center;
  gap:0;
  font-size:12px;
  font-weight:600;
  letter-spacing:.04em;
  line-height:1;
}
.xy-m-lang-switch-desk{
  position:absolute;
  top:0;
  right:0;
  z-index:10;
}
.xy-m-split-form-inner > .xy-m-lang-switch-desk,
.xy-m-split-mob-bar .xy-m-lang-switch{
  padding:3px;
  border-radius:999px;
  background:#eef0f2;
  border:1px solid var(--xy-ui-line,#e6e8eb);
}
.xy-m-lang-seg{
  background:none;
  border:0;
  padding:6px 8px;
  cursor:pointer;
  font:inherit;
  color:var(--xy-ui-muted,#6a727c);
  border-radius:4px;
  transition:color .2s ease,background .2s ease,box-shadow .2s ease;
}
.xy-m-split-form-inner > .xy-m-lang-switch-desk .xy-m-lang-seg,
.xy-m-split-mob-bar .xy-m-lang-switch .xy-m-lang-seg{
  padding:7px 14px;
  border-radius:999px;
  min-width:44px;
  text-align:center;
}
.xy-m-lang-seg:hover{color:var(--xy-ui-ink,var(--xy-skin-ink,#1a1d21))}
.xy-m-lang-seg.is-on{
  color:var(--xy-skin-primary);
  background:rgba(0,0,0,.04);
}
.xy-m-split-form-inner > .xy-m-lang-switch-desk .xy-m-lang-seg.is-on,
.xy-m-split-mob-bar .xy-m-lang-switch .xy-m-lang-seg.is-on{
  background:#fff;
  color:var(--xy-skin-primary);
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}
.xy-m-lang-sep{
  color:var(--xy-ui-line,#e6e8eb);
  user-select:none;
  font-weight:400;
}
.xy-m-split-form-inner > .xy-m-lang-switch-desk .xy-m-lang-sep,
.xy-m-split-mob-bar .xy-m-lang-switch .xy-m-lang-sep{
  display:none;
}
.xy-m-lang-switch-dash{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid var(--xy-ui-line,#e6e8eb);
}
.xy-m-toast-host{
  position:fixed;
  right:24px;
  bottom:28px;
  left:auto;
  top:auto;
  z-index:10050;
  display:flex;
  flex-direction:column-reverse;
  align-items:flex-end;
  gap:10px;
  width:min(380px,calc(100vw - 32px));
  margin:0;
  padding:0;
  transform:none;
  pointer-events:none;
}
.xy-m-toast{
  pointer-events:auto;
  display:flex;
  align-items:flex-start;
  gap:10px;
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding:12px 14px 12px 12px;
  border-radius:10px;
  border:1px solid #e6e8eb;
  background:#fff;
  box-shadow:0 10px 28px rgba(26,29,33,.12),0 2px 8px rgba(26,29,33,.06);
  opacity:0;
  transform:translateY(12px) scale(.98);
  transition:opacity .28s ease,transform .28s cubic-bezier(.22,1,.36,1);
  font-size:13px;
  line-height:1.45;
  color:#1a1d21;
}
.xy-m-toast.is-in{
  opacity:1;
  transform:translateY(0) scale(1);
}
.xy-m-toast.is-out{
  opacity:0;
  transform:translateY(10px) scale(.98);
}
.xy-m-toast-icon{
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.xy-m-toast.is-ok .xy-m-toast-icon{background:linear-gradient(180deg,#3db89a 0%,#2a9a7f 100%)}
.xy-m-toast.is-err .xy-m-toast-icon{background:linear-gradient(180deg,#e57373 0%,#c62828 100%)}
.xy-m-toast-msg{
  flex:1 1 auto;
  min-width:0;
  margin:5px 0 0;
  font-weight:600;
  word-break:break-word;
}
.xy-m-toast-x{
  flex:0 0 auto;
  margin:-2px -4px 0 0;
  border:0;
  background:transparent;
  color:#94a3b8;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  padding:4px 6px;
}
.xy-m-toast-x:hover{color:#1a1d21}
.xy-m-toast.is-ok{border-color:#b7d4c9;background:linear-gradient(180deg,#f3fbf8 0%,#fff 55%)}
.xy-m-toast.is-err{border-color:#f0c4c0;background:linear-gradient(180deg,#fff7f6 0%,#fff 55%)}
@media (max-width:640px){
  .xy-m-toast-host{right:12px;bottom:16px;width:calc(100vw - 24px)}
}
.xy-m-split-panel-mob-slogan{display:none}
.xy-m-split-mob-bar{display:none}
.xy-m-split-form-card h1{
  margin:0 0 8px;
  font-size:26px;
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1.2;
  color:var(--xy-ui-ink,var(--xy-skin-ink,#1a1d21));
}
.xy-m-split-form-card .sub{
  margin:0 0 24px;
  font-size:14px;
  color:var(--xy-ui-muted,#6a727c);
  line-height:1.5;
}
.xy-m-auth-form{margin:0}
.xy-m-auth-form .xy-m-field{margin-bottom:18px}
.xy-m-auth-form .xy-m-field label{
  margin-bottom:7px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
}
.xy-m-auth-form .xy-m-field input:not([type="checkbox"]):not([type="radio"]){
  width:100%;
  max-width:100%;
  height:44px;
  padding:0 14px;
  border:1px solid var(--xy-ui-line,#e6e8eb);
  border-radius:8px;
  background:#fafbfc;
  font-size:15px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.xy-m-auth-form .xy-m-field input:not([type="checkbox"]):not([type="radio"]):focus{
  outline:none;
  border-color:var(--xy-skin-primary);
  background:#fff;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--xy-skin-primary) 14%,transparent);
}
@supports not (background: color-mix(in srgb, red 14%, transparent)){
  .xy-m-auth-form .xy-m-field input:not([type="checkbox"]):not([type="radio"]):focus{box-shadow:0 0 0 3px rgba(232,138,10,.14)}
}
.xy-m-auth-form .xy-m-field input:not([type="checkbox"]):not([type="radio"]):focus-visible{
  box-shadow:0 0 0 3px color-mix(in srgb,var(--xy-skin-primary) 14%,transparent);
}
.xy-m-auth-form .xy-m-field.is-focused label{color:var(--xy-skin-primary)}
.xy-m-auth-form .xy-m-field input:not([type="checkbox"]):not([type="radio"]).is-ok{
  border-color:var(--xy-ui-ok,#1f6b57);
}
.xy-m-auth-form .xy-m-field input:not([type="checkbox"]):not([type="radio"]).is-err{
  border-color:#c0392b;
}
.xy-m-auth-form .xy-m-pw-wrap{position:relative}
.xy-m-auth-form .xy-m-pw-wrap input:not([type="checkbox"]):not([type="radio"]){padding-right:44px}
.xy-m-auth-form .xy-m-pw-wrap .xy-m-pw-eye{
  right:12px;
  width:36px;
  height:36px;
}
.xy-m-auth-form .xy-m-pw-strength{
  margin-top:8px;
  height:4px;
  border-radius:999px;
}
.xy-m-auth-form .xy-m-field-remember{
  margin-top:4px;
  margin-bottom:4px;
}
.xy-m-auth-form .xy-m-remember-label{
  font-size:14px;
  font-weight:500;
  color:var(--xy-ui-ink,var(--xy-skin-ink,#1a1d21));
}
.xy-m-auth-form .xy-m-form-actions{
  margin-top:4px;
  padding-top:0;
}
.xy-m-auth-form .xy-m-btn{
  margin-top:20px;
  min-height:46px;
  height:46px;
  border-radius:8px;
  box-shadow:0 2px 8px color-mix(in srgb,var(--xy-skin-primary) 28%,transparent);
}
@supports not (background: color-mix(in srgb, red 28%, transparent)){
  .xy-m-auth-form .xy-m-btn{box-shadow:0 2px 8px rgba(232,138,10,.22)}
}
.xy-m-auth-form .xy-m-btn:hover{
  box-shadow:0 4px 14px color-mix(in srgb,var(--xy-skin-primary) 32%,transparent);
}
@supports not (background: color-mix(in srgb, red 32%, transparent)){
  .xy-m-auth-form .xy-m-btn:hover{box-shadow:0 4px 14px rgba(232,138,10,.26)}
}
.xy-m-split-form-card .xy-m-alert{
  border-radius:8px;
  margin-bottom:18px;
}
.xy-m-split-foot{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:6px 14px;
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid var(--xy-ui-line,#e6e8eb);
  text-align:center;
  font-size:13px;
  color:var(--xy-ui-muted,#6a727c);
}
.xy-m-split-foot a{
  color:var(--xy-ui-ink,var(--xy-skin-ink,#1a1d21));
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  padding:2px 0;
  border-bottom:1px solid transparent;
  transition:color .18s ease,border-color .18s ease;
}
.xy-m-split-foot a:hover{
  color:var(--xy-skin-primary);
  border-bottom-color:var(--xy-skin-primary);
}
.xy-m-split-foot-sep{
  color:var(--xy-ui-line,#e6e8eb);
  user-select:none;
  font-weight:400;
}
.xy-m-split-back{
  margin:20px 0 0;
  text-align:center;
}
.xy-m-split-back a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--xy-ui-muted,#6a727c);
  text-decoration:none;
  cursor:pointer;
  transition:color .18s ease;
}
.xy-m-split-back a:hover{color:var(--xy-skin-primary)}
@media (max-width:840px){
  .xy-m-split{flex-direction:column;min-height:auto}
  .xy-m-split-mob-bar{
    display:flex;
    position:sticky;
    top:0;
    z-index:100;
  }
  .xy-m-lang-switch-desk{display:none}
  .xy-m-split-panel{
    flex:none;
    padding:28px 20px 24px;
  }
  .xy-m-split-panel-logo{margin-bottom:12px}
  .xy-m-split-panel-tagline{display:none}
  .xy-m-split-panel-mob-slogan{
    display:block;
    margin:0;
    position:relative;
    z-index:1;
    font-size:13px;
    line-height:1.5;
    opacity:.82;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .xy-m-split-panel-tagline h2{font-size:22px}
  .xy-m-split-panel-pills{display:none}
  .xy-m-split-form{
    padding:28px 18px 48px;
  }
  .xy-m-split-form-card{
    padding:24px 20px 22px;
    margin-top:4px;
  }
  .xy-m-split-form-card .sub{margin-bottom:20px}
}
@media (max-width:480px){
  .xy-m-split-form{padding:24px 16px 40px}
  .xy-m-split-panel{padding:24px 16px 20px}
  .xy-m-split-mob-bar{padding:12px 16px}
  .xy-m-split-form-card{padding:22px 16px 20px}
}
.xy-m-sidenav-footer .xy-m-lang-switch-dash{
  margin-top:0;
  padding-top:0;
  border-top:0;
  justify-content:center;
  width:100%;
  padding:4px;
  border-radius:8px;
  background:var(--xy-ui-bg,#f4f3f1);
}
.xy-m-sidenav-footer .xy-m-lang-seg{
  flex:1;
  text-align:center;
  padding:8px 10px;
  border-radius:6px;
}
.xy-m-sidenav-footer .xy-m-lang-seg.is-on{
  background:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}
body.xy-m-tip-body{background:var(--xy-ui-bg,#f4f3f1)}
.xy-m-tip{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:64px 24px 80px;
}
.xy-m-tip-top{
  position:absolute;
  top:20px;
  right:24px;
  left:24px;
  display:flex;
  justify-content:flex-end;
  pointer-events:none;
}
.xy-m-tip-top .xy-m-lang-switch{pointer-events:auto}
.xy-m-welcome-card{
  width:100%;
  max-width:480px;
  margin:0 auto;
  padding:40px 36px 36px;
  background:var(--xy-ui-surface,#fff);
  border:1px solid var(--xy-ui-line,#e6e8eb);
  border-radius:14px;
  box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 32px rgba(0,0,0,.06);
  text-align:center;
}
.xy-m-welcome-icon{
  width:64px;
  height:64px;
  margin:0 auto 22px;
  color:var(--xy-skin-primary,#e88a0a);
}
.xy-m-welcome-icon svg{display:block;width:100%;height:100%}
.xy-m-welcome-icon--login{color:var(--xy-skin-primary,#e88a0a)}
.xy-m-welcome-icon--register{color:var(--xy-skin-accent,#ff9e16)}
.xy-m-tip-inner{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.xy-m-tip h1{
  margin:0 0 12px;
  font-size:clamp(22px,4.5vw,28px);
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.25;
  color:var(--xy-ui-ink,var(--xy-skin-ink,#1a1d21));
}
.xy-m-tip-sub{
  margin:0 auto;
  max-width:380px;
  font-size:15px;
  line-height:1.65;
  color:var(--xy-ui-muted,#6a727c);
}
.xy-m-tip-countdown{
  display:inline-block;
  margin:18px 0 0;
  padding:6px 16px;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.01em;
  color:var(--xy-skin-primary,#e88a0a);
  background:color-mix(in srgb,var(--xy-skin-primary) 10%,#fff);
  border-radius:999px;
}
@supports not (background: color-mix(in srgb, red 10%, white)){
  .xy-m-tip-countdown{background:rgba(232,138,10,.1)}
}
.xy-m-welcome-hints{
  display:flex;
  justify-content:center;
  gap:20px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.xy-m-welcome-hint{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  min-width:0;
  font-size:12px;
  line-height:1.3;
  color:var(--xy-ui-muted,#6a727c);
}
.xy-m-welcome-hint-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:10px;
  background:var(--xy-ui-bg,#f4f3f1);
  color:var(--xy-ui-muted,#6a727c);
}
.xy-m-welcome-hint-icon svg{width:18px;height:18px}
.xy-m-tip-actions{
  margin-top:28px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
}
.xy-m-tip-actions .xy-m-welcome-btn,
.xy-m-tip-actions .xy-m-welcome-btn-outline{
  margin:0;
  width:100%;
  max-width:none;
  border-radius:8px;
}
.xy-m-tip-actions .xy-m-welcome-btn{
  box-shadow:0 2px 8px color-mix(in srgb,var(--xy-skin-primary) 28%,transparent);
}
@supports not (background: color-mix(in srgb, red 28%, transparent)){
  .xy-m-tip-actions .xy-m-welcome-btn{box-shadow:0 2px 8px rgba(232,138,10,.22)}
}
.xy-m-tip-actions .xy-m-welcome-btn:hover{
  box-shadow:0 4px 14px color-mix(in srgb,var(--xy-skin-primary) 32%,transparent);
}
@supports not (background: color-mix(in srgb, red 32%, transparent)){
  .xy-m-tip-actions .xy-m-welcome-btn:hover{box-shadow:0 4px 14px rgba(232,138,10,.26)}
}
.xy-m-tip-actions .xy-m-welcome-btn-outline{
  background:transparent;
  color:var(--xy-ui-ink,var(--xy-skin-ink,#1a1d21));
  border:1px solid var(--xy-ui-line,#e6e8eb);
  line-height:44px;
  box-shadow:none;
}
.xy-m-tip-actions .xy-m-welcome-btn-outline:hover{
  border-color:var(--xy-skin-primary);
  color:var(--xy-skin-primary);
  background:transparent;
}
.xy-m-tip-link{
  display:inline-block;
  margin-top:4px;
  padding:6px 0;
  font-size:14px;
  color:var(--xy-ui-muted,#6a727c);
  text-decoration:none;
  transition:color .2s ease;
}
.xy-m-tip-link:hover{color:var(--xy-skin-primary)}
@media (max-width:480px){
  .xy-m-tip{padding:56px 16px 72px}
  .xy-m-tip-top{top:14px;right:16px;left:16px}
  .xy-m-welcome-card{padding:32px 22px 28px;border-radius:12px}
  .xy-m-welcome-hints{gap:12px}
  .xy-m-welcome-hint{font-size:11px}
  .xy-m-welcome-hint-icon{width:32px;height:32px;border-radius:8px}
  .xy-m-welcome-hint-icon svg{width:16px;height:16px}
}
