:root{
  --sx-auth-bg: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.92));
  --sx-auth-border: rgba(124,58,237,.12);
  --sx-auth-border-strong: rgba(124,58,237,.22);
  --sx-auth-shadow: 0 28px 70px rgba(76,29,149,.10);
  --sx-auth-shadow-lg: 0 34px 90px rgba(76,29,149,.16);
  --sx-auth-soft: rgba(124,58,237,.08);
  --sx-auth-soft-2: rgba(168,85,247,.12);
  --sx-auth-input: rgba(248,247,255,.96);
}

.sx-auth-section{
  position:relative;
  padding:136px 0 88px;
  overflow:hidden;
}
.sx-auth-section::before,
.sx-auth-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter: blur(12px);
}
.sx-auth-section::before{
  width:380px;
  height:380px;
  top:70px;
  left:-100px;
  background: radial-gradient(circle, rgba(168,85,247,.18), transparent 70%);
}
.sx-auth-section::after{
  width:440px;
  height:440px;
  right:-120px;
  bottom:10px;
  background: radial-gradient(circle, rgba(124,58,237,.16), transparent 68%);
}
.sx-auth-shell{
  max-width:1240px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.sx-auth-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap:26px;
  align-items:start;
}
@media (max-width: 991px){
  .sx-auth-grid{grid-template-columns:1fr;}
  .sx-auth-section{padding:116px 0 72px;}
}

.sx-auth-showcase,
.sx-auth-card{
  background: var(--sx-auth-bg);
  border:1px solid var(--sx-auth-border);
  border-radius:34px;
  box-shadow: var(--sx-auth-shadow);
  backdrop-filter: blur(20px);
}
.sx-auth-showcase{
  padding:34px;
  position:sticky;
  top:110px;
  overflow:hidden;
}
@media (max-width: 991px){
  .sx-auth-showcase{position:relative;top:auto;}
}
.sx-auth-showcase::before{
  content:"";
  position:absolute;
  inset:auto -100px -130px auto;
  width:320px;
  height:320px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(168,85,247,.22), transparent 70%);
}
.sx-auth-showcase::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(160deg, rgba(255,255,255,.28), transparent 32%, transparent 68%, rgba(255,255,255,.18));
  pointer-events:none;
}
.sx-auth-showcase > *{position:relative;z-index:1;}

.sx-auth-eyebrow,
.sx-auth-mini-badge,
.sx-auth-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  font-weight:900;
}
.sx-auth-eyebrow{
  padding:10px 15px;
  background:rgba(124,58,237,.09);
  color:#5b21b6;
  font-size:13px;
  margin-bottom:16px;
}
.sx-auth-title{
  margin:0;
  font-size:48px;
  line-height:1.01;
  letter-spacing:-.05em;
  max-width:11ch;
}
.sx-auth-text{
  margin-top:16px;
  color:var(--sx-muted);
  font-size:16px;
  line-height:1.7;
  max-width:58ch;
}
.sx-auth-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.sx-auth-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(124,58,237,.10);
  color:#463563;
  font-size:13px;
  font-weight:800;
}
.sx-auth-badge i{color:var(--sx-brand);}

.sx-auth-list,
.sx-auth-metrics,
.sx-auth-roles,
.sx-auth-links,
.sx-auth-kpi-row,
.sx-auth-shortcuts{
  display:grid;
  gap:14px;
}
.sx-auth-list{
  margin-top:24px;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
@media (max-width: 767px){
  .sx-auth-list{grid-template-columns:1fr;}
}
.sx-auth-item,
.sx-auth-metric,
.sx-auth-link,
.sx-auth-shortcut,
.sx-auth-kpi-card,
.sx-auth-role-summary,
.sx-auth-role-panel,
.sx-auth-card-note{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(124,58,237,.10);
  border-radius:22px;
}
.sx-auth-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px;
}
.sx-auth-item-icon,
.sx-auth-link-icon,
.sx-auth-shortcut-icon{
  width:50px;
  height:50px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(124,58,237,.10);
  color:#6d28d9;
  flex:0 0 50px;
  font-size:18px;
}
.sx-auth-item h3,
.sx-auth-link strong,
.sx-auth-role-panel strong,
.sx-auth-shortcut strong{
  margin:0 0 5px;
  font-size:17px;
  font-weight:900;
  color:var(--sx-text);
}
.sx-auth-item p,
.sx-auth-link p,
.sx-auth-helper,
.sx-auth-note,
.sx-auth-footer-note,
.sx-auth-switch,
.sx-auth-form label,
.sx-auth-check,
.sx-auth-role span,
.sx-auth-role-summary span,
.sx-auth-role-panel p,
.sx-auth-shortcut p,
.sx-auth-kpi-card span,
.sx-auth-card-note,
.sx-auth-form-intro,
.sx-auth-field-help{
  color:var(--sx-muted);
}

.sx-auth-clock-panel{
  margin-top:26px;
  padding:20px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.90));
  border:1px solid rgba(124,58,237,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}
.sx-auth-clock-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
.sx-auth-mini-badge{
  padding:8px 12px;
  background:rgba(124,58,237,.10);
  color:#5b21b6;
  font-size:12px;
}
.sx-auth-presence{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#4c1d95;
  font-size:12px;
  font-weight:800;
}
.sx-auth-presence-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#34d399;
  box-shadow:0 0 0 5px rgba(52,211,153,.16);
}
.sx-auth-clock-stage{
  display:grid;
  grid-template-columns: 210px minmax(0,1fr);
  gap:16px;
  align-items:center;
  position:relative;
  padding:16px;
  border-radius:26px;
  background:linear-gradient(155deg, rgba(124,58,237,.08), rgba(255,255,255,.86));
  border:1px solid rgba(124,58,237,.10);
}
@media (max-width: 540px){
  .sx-auth-clock-stage{grid-template-columns:1fr;justify-items:center;text-align:center;}
}
.sx-auth-clock-glow{
  position:absolute;
  inset:auto auto -30px -40px;
  width:180px;
  height:180px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(168,85,247,.24), transparent 68%);
  pointer-events:none;
}
.sx-auth-clock-copy h3{
  margin:0;
  font-size:26px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.sx-auth-clock-copy p{
  margin:10px 0 0;
  color:var(--sx-muted);
  line-height:1.7;
}
.sx-auth-clock-note{
  margin-top:14px;
  display:inline-flex;
  align-items:flex-start;
  gap:8px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(124,58,237,.10);
  color:#5b21b6;
  font-size:13px;
  font-weight:700;
}
.sx-auth-kpi-row{
  grid-template-columns:repeat(3, minmax(0,1fr));
  margin-top:14px;
}
@media (max-width: 575px){
  .sx-auth-kpi-row{grid-template-columns:1fr;}
}
.sx-auth-kpi-card{
  padding:16px;
}
.sx-auth-kpi-card strong{
  display:block;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:6px;
}
.sx-auth-kpi-card span{
  font-size:13px;
  line-height:1.5;
}

.sx-watch-wrap{
  width:180px;
  height:180px;
  position:relative;
  user-select:none;
  cursor:pointer;
  isolation:isolate;
}
.sx-watch{
  width:100%;
  height:100%;
  border-radius:50%;
  background:linear-gradient(180deg, #ffffff, #f6f2ff);
  box-shadow: 0 20px 40px rgba(42,20,85,.18), inset 0 1px 0 rgba(255,255,255,.55);
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  transition:transform .28s ease;
}
.sx-watch::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:50%;
  border:1px solid rgba(124,58,237,.12);
}
.sx-watch-face{
  width:78%;
  height:78%;
  border-radius:50%;
  background:radial-gradient(circle at 30% 25%, #fff 0%, #f6f6ff 42%, #efeaff 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position:relative;
  overflow:hidden;
}
.sx-watch-hand{
  position:absolute;
  left:50%;
  bottom:50%;
  transform-origin:bottom center;
  border-radius:999px;
  transition:transform 300ms cubic-bezier(.2,.9,.2,1);
}
.sx-hour-hand{
  width:7px;
  height:42px;
  background:linear-gradient(180deg, var(--sx-brand), var(--sx-brand-2));
  box-shadow:0 2px 6px rgba(0,0,0,.20);
}
.sx-minute-hand{
  width:4px;
  height:58px;
  background:linear-gradient(180deg, var(--sx-brand-2), var(--sx-brand));
  box-shadow:0 2px 8px rgba(0,0,0,.16);
}
.sx-second-hand{
  width:2px;
  height:66px;
  background:linear-gradient(180deg, #ff6b9b, #fb7185);
  opacity:.92;
}
.sx-watch-center-dot{
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fff;
  border:3px solid rgba(124,58,237,.55);
  box-shadow:0 2px 8px rgba(0,0,0,.12);
  z-index:2;
}
.sx-watch-ticks span{
  position:absolute;
  inset:8px;
}
.sx-watch-ticks span::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:2px;
  height:10px;
  transform:translateX(-50%);
  border-radius:999px;
  background:rgba(124,58,237,.24);
}
.sx-watch-ticks span:nth-child(1){transform:rotate(0deg);} .sx-watch-ticks span:nth-child(2){transform:rotate(30deg);} .sx-watch-ticks span:nth-child(3){transform:rotate(60deg);} .sx-watch-ticks span:nth-child(4){transform:rotate(90deg);} .sx-watch-ticks span:nth-child(5){transform:rotate(120deg);} .sx-watch-ticks span:nth-child(6){transform:rotate(150deg);} .sx-watch-ticks span:nth-child(7){transform:rotate(180deg);} .sx-watch-ticks span:nth-child(8){transform:rotate(210deg);} .sx-watch-ticks span:nth-child(9){transform:rotate(240deg);} .sx-watch-ticks span:nth-child(10){transform:rotate(270deg);} .sx-watch-ticks span:nth-child(11){transform:rotate(300deg);} .sx-watch-ticks span:nth-child(12){transform:rotate(330deg);}
.sx-watch-eyes{
  display:flex;
  gap:11px;
  align-items:center;
  justify-content:center;
  margin-top:22px;
  z-index:3;
}
.sx-watch-eye{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#111827;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:height .12s ease,border-radius .12s ease,transform .16s ease;
}
.sx-watch-eye.is-closed{
  height:10px;
  border-radius:8px;
}
.sx-watch-pupil{
  width:10px;
  height:10px;
  background:#fff;
  border-radius:50%;
  transform:translate(0,0);
  transition:transform .08s linear;
}
.sx-watch-smile{
  width:24px;
  height:12px;
  border-bottom:4px solid #4b5563;
  border-radius:0 0 18px 18px;
  margin-top:18px;
  opacity:.74;
}
.sx-watch-arm,
.sx-watch-leg,
.sx-watch-antenna{
  position:absolute;
  background:linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.20));
  transition:transform 220ms ease;
}
.sx-watch-arm{
  width:12px;
  height:68px;
  border-radius:14px;
  top:74px;
  transform-origin:top center;
}
.sx-watch-arm-left{left:-16px;transform:rotate(-18deg);} 
.sx-watch-arm-right{right:-16px;transform:rotate(18deg);}
.sx-watch-leg{
  width:14px;
  height:70px;
  border-radius:14px;
  bottom:-30px;
  left:50%;
  transform-origin:top center;
}
.sx-watch-leg-left{transform:translateX(-34px) rotate(6deg);} 
.sx-watch-leg-right{transform:translateX(16px) rotate(-6deg);}
.sx-watch-antenna{
  width:4px;
  height:30px;
  top:-14px;
  border-radius:8px;
  transform-origin:bottom center;
}
.sx-watch-antenna-left{left:18%;}
.sx-watch-antenna-right{right:18%;}
.sx-watch-wrap.is-pulse .sx-watch{animation:sxWatchPulse 880ms ease-in-out;}
.sx-watch-wrap.is-jump .sx-watch{animation:sxWatchJump 420ms cubic-bezier(.22,.9,.3,1);}
.sx-watch-wrap.is-sway .sx-watch{animation:sxWatchSway 950ms ease-in-out;}
.sx-watch-wrap.is-look-left .sx-watch{transform:translateX(-6px);} 
.sx-watch-wrap.is-look-right .sx-watch{transform:translateX(6px);} 
@keyframes sxWatchPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}
@keyframes sxWatchJump{0%{transform:translateY(0)}45%{transform:translateY(-18px)}100%{transform:translateY(0)}}
@keyframes sxWatchSway{0%{transform:rotate(-6deg)}50%{transform:rotate(6deg)}100%{transform:rotate(-6deg)}}

.sx-auth-metrics{
  grid-template-columns:repeat(3, minmax(0,1fr));
  margin-top:18px;
}
@media (max-width: 767px){
  .sx-auth-metrics{grid-template-columns:1fr;}
}
.sx-auth-metric{
  padding:20px;
}
.sx-auth-metric strong{
  display:block;
  font-size:29px;
  line-height:1;
  letter-spacing:-.03em;
  margin-bottom:7px;
}

.sx-auth-card{
  padding:30px;
}
.sx-auth-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.sx-auth-card-head h2{
  margin:0 0 6px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.sx-auth-chip{
  padding:9px 13px;
  border:1px solid rgba(124,58,237,.16);
  background:#fff;
  color:#5b21b6;
  font-size:12px;
}
.sx-auth-form-intro{
  margin:0 0 18px;
  font-size:14px;
  line-height:1.7;
}
.sx-auth-roles{
  grid-template-columns:repeat(4, minmax(0,1fr));
  margin-bottom:14px;
}
@media (max-width: 767px){
  .sx-auth-roles{grid-template-columns:repeat(2, minmax(0,1fr));}
}
.sx-auth-role{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:15px;
  border-radius:20px;
  border:1px solid rgba(124,58,237,.12);
  background:#fff;
  min-height:98px;
  transition:all .18s ease;
}
.sx-auth-role input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}
.sx-auth-role i{color:#7c3aed;font-size:18px;}
.sx-auth-role strong{font-size:15px;}
.sx-auth-role span{font-size:12px;line-height:1.45;}
.sx-auth-role:has(input:checked),
.sx-auth-role.is-active{
  border-color:rgba(124,58,237,.34);
  box-shadow:0 14px 34px rgba(124,58,237,.12);
  transform:translateY(-2px);
  background:linear-gradient(180deg, rgba(124,58,237,.06), rgba(255,255,255,.98));
}
.sx-auth-role-summary{
  padding:16px 18px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:16px;
}
.sx-auth-role-summary i{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(124,58,237,.10);
  color:#6d28d9;
  font-size:16px;
  flex:0 0 42px;
}
.sx-auth-role-summary strong{
  display:block;
  margin-bottom:3px;
  font-size:15px;
}
.sx-auth-role-summary span{
  display:block;
  font-size:13px;
  line-height:1.55;
}

.sx-auth-form .form-label{
  font-size:13px;
  font-weight:900;
  margin-bottom:8px;
  color:#31234c;
}
.sx-auth-form .row{--bs-gutter-x: 16px;}
.sx-auth-field,
.sx-auth-password,
.sx-auth-select,
.sx-auth-info-chip{
  position:relative;
}
.sx-auth-input-icon,
.sx-auth-select-icon{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:#8b74bf;
  z-index:3;
  pointer-events:none;
}
.sx-auth-form .form-control,
.sx-auth-form .form-select{
  border:1px solid rgba(124,58,237,.14);
  border-radius:18px;
  min-height:56px;
  padding:14px 16px;
  background:var(--sx-auth-input);
  box-shadow:none;
  color:var(--sx-text);
}
.sx-auth-form .form-control.has-icon,
.sx-auth-form .form-select.has-icon{padding-left:48px;}
.sx-auth-form .form-control:focus,
.sx-auth-form .form-select:focus{
  border-color:rgba(124,58,237,.36);
  box-shadow:0 0 0 4px rgba(124,58,237,.10);
  background:#fff;
}
.sx-auth-form .form-control::placeholder{color:#94a3b8;}
.sx-auth-password-toggle{
  position:absolute;
  top:50%;
  right:16px;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(124,58,237,.10);
  background:#fff;
  color:#6d28d9;
  z-index:3;
}
.sx-auth-password .form-control{padding-right:56px;}
.sx-auth-field-help{
  font-size:12px;
  margin-top:8px;
  line-height:1.5;
}

.sx-auth-check{
  font-size:14px;
  font-weight:700;
}
.sx-auth-check input{
  width:16px;
  height:16px;
  accent-color: var(--sx-brand);
}
.sx-auth-switch{
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}
.sx-auth-switch:hover{color:var(--sx-brand);}
.sx-auth-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:14px;
}
.sx-auth-btn,
.sx-auth-btn--ghost{
  min-height:56px;
  border-radius:999px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.sx-auth-btn{
  padding:0 24px;
  border:none;
  background:linear-gradient(135deg, var(--sx-brand), var(--sx-brand-2));
  color:#fff;
  box-shadow:0 18px 40px rgba(124,58,237,.22);
}
.sx-auth-btn:hover{color:#fff;transform:translateY(-1px);}
.sx-auth-btn--ghost{
  padding:0 22px;
  border:1px solid rgba(124,58,237,.16);
  background:#fff;
  color:var(--sx-text);
}
.sx-auth-btn--ghost:hover{color:var(--sx-brand);border-color:rgba(124,58,237,.30);}
.sx-auth-note{
  margin-top:14px;
  font-size:13px;
  line-height:1.6;
}

.sx-auth-shortcuts{
  grid-template-columns: repeat(2, minmax(0,1fr));
  margin-top:24px;
}
@media (max-width: 767px){
  .sx-auth-shortcuts{grid-template-columns:1fr;}
}
.sx-auth-shortcut{
  display:flex;
  gap:12px;
  padding:16px;
  text-decoration:none;
  color:inherit;
  transition:all .18s ease;
}
.sx-auth-shortcut:hover,
.sx-auth-link:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}
.sx-auth-shortcut small,
.sx-auth-link small{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#6d28d9;
  font-weight:900;
}
.sx-auth-links{
  grid-template-columns:repeat(3, minmax(0,1fr));
  margin-top:24px;
}
@media (max-width: 900px){
  .sx-auth-links{grid-template-columns:1fr;}
}
.sx-auth-link{
  display:flex;
  gap:12px;
  align-items:flex-start;
  text-decoration:none;
  color:inherit;
  padding:18px;
  transition:all .18s ease;
}
.sx-auth-footer-note{
  margin-top:18px;
  font-size:13px;
}
.sx-auth-footer-note a{
  color:var(--sx-brand);
  font-weight:900;
}

.sx-auth-steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
  margin-bottom:18px;
}
@media (max-width: 575px){
  .sx-auth-steps{grid-template-columns:1fr;}
}
.sx-auth-step{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(124,58,237,.10);
}
.sx-auth-step-index{
  width:30px;
  height:30px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:rgba(124,58,237,.10);
  color:#6d28d9;
  font-size:13px;
  font-weight:900;
  flex:0 0 30px;
}
.sx-auth-step strong{
  display:block;
  font-size:14px;
  line-height:1.2;
}
.sx-auth-step span{
  display:block;
  margin-top:2px;
  font-size:12px;
  color:var(--sx-muted);
}
.sx-auth-role-panel{
  padding:16px 18px;
  margin-bottom:16px;
}
.sx-auth-role-panel[hidden]{display:none !important;}
.sx-auth-fieldset-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:20px 0 12px;
}
.sx-auth-fieldset-title h3{
  margin:0;
  font-size:16px;
  font-weight:900;
}
.sx-auth-fieldset-title span{
  font-size:12px;
  color:var(--sx-muted);
}
.sx-auth-info-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(124,58,237,.06);
  border:1px solid rgba(124,58,237,.10);
  color:#5b21b6;
  font-size:13px;
  font-weight:700;
}
.sx-auth-card-note{
  padding:14px 16px;
  margin-top:18px;
  font-size:13px;
  line-height:1.65;
}

@media (max-width: 767px){
  .sx-auth-title{font-size:36px;max-width:none;}
  .sx-auth-showcase,
  .sx-auth-card{padding:22px;border-radius:28px;}
  .sx-auth-card-head{flex-direction:column;align-items:flex-start;}
  .sx-watch-wrap{width:156px;height:156px;}
  .sx-watch-arm{top:64px;height:58px;}
  .sx-watch-leg{height:60px;bottom:-24px;}
}

@media (prefers-reduced-motion: reduce){
  .sx-watch,
  .sx-watch-hand,
  .sx-watch-eye,
  .sx-watch-pupil,
  .sx-watch-arm,
  .sx-watch-leg,
  .sx-watch-antenna,
  .sx-auth-role,
  .sx-auth-link,
  .sx-auth-shortcut,
  .sx-auth-btn,
  .sx-auth-btn--ghost{transition:none !important;animation:none !important;}
}

.sx-auth-grid--balanced{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
}
.sx-auth-showcase--compact{
  padding:28px;
}
.sx-auth-title--wide{
  max-width:12ch;
}
.sx-auth-text--compact{
  max-width:28ch;
  margin-bottom:0;
}
.sx-auth-badges--tight{
  margin-top:18px;
}
.sx-auth-badges--tight .sx-auth-badge{
  padding:9px 12px;
  font-size:12px;
}
.sx-auth-card--clean{
  padding:28px;
}
.sx-auth-roles--compact{
  gap:10px;
  margin-bottom:12px;
}
.sx-auth-roles--compact .sx-auth-role{
  min-height:84px;
  padding:14px 12px;
}
.sx-auth-roles--compact .sx-auth-role span{
  font-size:11px;
  line-height:1.35;
}
.sx-auth-role-summary--compact{
  padding:14px 16px;
  margin-bottom:18px;
}
.sx-auth-role-summary--compact strong{
  margin-bottom:2px;
}
.sx-auth-role-summary--compact span{
  font-size:12px;
}
.sx-auth-actions--single{
  margin-top:16px;
}
.sx-auth-btn--full{
  width:100%;
}
.sx-auth-form-footer{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.sx-auth-footer-note--inside{
  margin-top:14px;
  text-align:center;
}
.sx-auth-role-panel--minimal{
  margin-top:16px;
  margin-bottom:16px;
}
.sx-auth-role-panel--minimal p{
  display:none;
}
.sx-auth-role-panel--minimal strong{
  display:block;
  margin-bottom:4px;
}
.sx-auth-clock-panel.is-compact{
  margin-top:22px;
  padding:16px;
  border-radius:24px;
}
.sx-auth-clock-panel.is-compact .sx-auth-clock-topline{
  margin-bottom:12px;
}
.sx-auth-clock-panel.is-compact .sx-auth-clock-stage{
  grid-template-columns:180px minmax(0,1fr);
  padding:14px;
}
.sx-auth-clock-panel.is-compact .sx-auth-clock-copy h3{
  font-size:22px;
}
.sx-auth-clock-panel.is-compact .sx-auth-clock-copy p{
  margin-top:8px;
  font-size:14px;
  line-height:1.6;
}
.sx-auth-clock-panel.is-compact .sx-auth-clock-note{
  margin-top:10px;
  padding:10px 12px;
  font-size:12px;
}
@media (max-width: 991px){
  .sx-auth-grid--balanced{
    grid-template-columns:1fr;
  }
}
@media (max-width: 767px){
  .sx-auth-form-footer{
    align-items:flex-start;
    flex-direction:column;
  }
  .sx-auth-clock-panel.is-compact .sx-auth-clock-stage{
    grid-template-columns:1fr;
  }
}
