:root {
  color-scheme: dark;
  --bg: #020711;
  --panel: rgba(4, 14, 31, .9);
  --line: rgba(75, 195, 255, .22);
  --cyan: #31dff4;
  --cyan-rgb: 49, 223, 244;
  --blue: #5278ff;
  --green: #42f5bd;
  --text: #eef8ff;
  --muted: #8298ae;
  --font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Text", "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans SC", sans-serif;
  --font-data: ui-monospace, "Cascadia Mono", "Cascadia Code", Consolas, "SFMono-Regular", "Microsoft YaHei UI", "PingFang SC", monospace;
  font-family: var(--font-ui);
}

* { box-sizing: border-box; }
html, body { min-width: 320px; min-height: 100%; margin: 0; }
body {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 22% 36%, rgba(41, 101, 215, .19), transparent 34%),
    radial-gradient(circle at 79% 55%, rgba(30, 217, 238, .12), transparent 32%),
    linear-gradient(135deg, #02050c, #051226 48%, #020711);
}
body::before,
body::after {
  position: fixed;
  inset: -18vmax;
  z-index: 0;
  content: "";
  pointer-events: none;
}
body::before {
  opacity: .68;
  background-image:
    radial-gradient(circle, rgba(118, 229, 255, .66) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(116, 97, 255, .48) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 255, 255, .24) 0 .7px, transparent 1.2px);
  background-position: 0 0, 37px 51px, 17px 29px;
  background-size: 83px 83px, 127px 127px, 59px 59px;
}
body::after {
  opacity: .7;
  background:
    radial-gradient(ellipse at 16% 68%, rgba(77, 66, 206, .18), transparent 32%),
    radial-gradient(ellipse at 82% 31%, rgba(25, 151, 204, .15), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 159px, rgba(79, 172, 226, .025) 160px 161px);
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.register-app {
  position: fixed;
  left: 50%;
  top: 50%;
  width: var(--design-width, 1920px);
  height: var(--design-height, 1080px);
  min-height: 0;
  container-type: size;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(var(--viewport-scale, 1));
  transform-origin: center;
  background:
    radial-gradient(circle at 24% 35%, rgba(41, 101, 215, .17), transparent 35%),
    radial-gradient(circle at 78% 42%, rgba(30, 217, 238, .1), transparent 30%),
    linear-gradient(135deg, #02050c, #051226 48%, #020711);
  transition: opacity .2s ease;
  z-index: 1;
  box-shadow: 0 0 180px 72px rgba(3, 14, 32, .8);
}
.register-app.is-viewport-ready { opacity: 1; }
.register-stars,
.register-grid,
.register-glow { position: absolute; inset: 0; pointer-events: none; }
.register-stars {
  opacity: .56;
  background-image:
    radial-gradient(circle, rgba(118, 229, 255, .62) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(116, 97, 255, .42) 0 1px, transparent 1.5px);
  background-position: 0 0, 37px 51px;
  background-size: 83px 83px, 127px 127px;
  mask-image: radial-gradient(ellipse at 54% 43%, #000, transparent 82%);
  animation: starDrift 32s linear infinite;
}
.register-grid {
  opacity: .17;
  background-image:
    linear-gradient(rgba(80, 180, 235, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 180, 235, .08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 76%, transparent);
  transform: perspective(760px) rotateX(67deg) translateY(43%) scale(1.35);
}
.register-glow {
  left: 42%;
  top: 11%;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(var(--cyan-rgb), .06);
  border-radius: 50%;
  box-shadow: 0 0 160px rgba(24, 144, 255, .09), inset 0 0 120px rgba(35, 119, 255, .05);
}

.register-header {
  position: relative;
  z-index: 10;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 72px);
  border-bottom: 1px solid rgba(var(--cyan-rgb), .16);
  background: linear-gradient(180deg, rgba(2, 6, 14, .96), rgba(2, 7, 16, .58));
  backdrop-filter: blur(18px);
}
.register-header::after {
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: -1px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}
.register-brand { justify-self: start; display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.register-brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--cyan-rgb), .28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--cyan-rgb), .15), rgba(2, 8, 19, .95));
  box-shadow: 0 0 22px rgba(var(--cyan-rgb), .11);
}
.register-brand-mark img { width: 92%; height: 92%; object-fit: contain; filter: brightness(1.7) saturate(1.1) drop-shadow(0 0 8px rgba(var(--cyan-rgb), .34)); }
.register-brand > span:last-child { display: grid; gap: 3px; }
.register-brand b { font-size: 15px; letter-spacing: .08em; }
.register-brand small { color: #688097; font: 8px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; }
.register-service { display: flex; align-items: center; gap: 9px; color: #91a6ba; font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.register-service i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.register-service b { color: var(--green); font-weight: 650; }
.register-back {
  justify-self: end;
  min-width: 126px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border: 1px solid rgba(var(--cyan-rgb), .32);
  color: #c6d9e8;
  font-size: 12px;
  text-decoration: none;
  background: rgba(6, 19, 37, .52);
  transition: border-color .25s, background .25s, transform .25s;
}
.register-back:hover { border-color: var(--cyan); background: rgba(var(--cyan-rgb), .08); transform: translateY(-1px); }
.register-back i { color: var(--cyan); font-style: normal; }

.register-shell {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - 118px);
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 90px);
  width: min(1450px, 92vw);
  margin: 0 auto;
  padding: 28px 0 42px;
}
.register-intro { position: relative; min-height: 610px; display: flex; flex-direction: column; justify-content: center; padding-left: clamp(10px, 2vw, 30px); }
.register-eyebrow { display: flex; align-items: center; gap: 11px; color: #7891a8; font: 8px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.register-eyebrow i { width: 8px; height: 8px; border: 1px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 11px rgba(var(--cyan-rgb), .3); }
.register-eyebrow b { color: #526a82; font-weight: 500; }
.register-intro h1 { margin: 24px 0 18px; font-size: clamp(54px, 5.4vw, 88px); font-weight: 720; line-height: .96; letter-spacing: -.065em; }
.register-intro h1 em {
  color: #42dce9;
  font-style: normal;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .register-intro h1 em {
    color: transparent;
    background-image: linear-gradient(105deg, #4f7dff, #29e4ec 64%, #96a0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.register-intro > p { width: min(570px, 92%); margin: 0; color: #9aafc2; font-size: clamp(13px, 1vw, 16px); line-height: 1.85; }
.identity-sequence { width: min(590px, 96%); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border: 1px solid rgba(var(--cyan-rgb), .16); background: rgba(3, 12, 27, .46); }
.identity-sequence span { position: relative; display: grid; gap: 5px; padding: 15px 17px; border-left: 1px solid rgba(var(--cyan-rgb), .1); }
.identity-sequence span:first-child { border-left: 0; }
.identity-sequence span.is-active::before { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; content: ""; background: var(--cyan); box-shadow: 0 0 14px rgba(var(--cyan-rgb), .55); }
.identity-sequence small { color: #60788f; font: 8px ui-monospace, SFMono-Regular, Consolas, monospace; }
.identity-sequence b { font-size: 13px; }
.identity-sequence em { color: #6e8398; font-size: 10px; font-style: normal; }

.identity-visual { position: relative; width: min(510px, 82%); aspect-ratio: 2.45; margin: 24px auto 0; perspective: 700px; }
.identity-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(var(--cyan-rgb), .22); border-radius: 50%; transform-style: preserve-3d; }
.orbit-one { width: 88%; height: 55%; transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-7deg); animation: orbitSpin 15s linear infinite; }
.orbit-two { width: 64%; height: 82%; border-color: rgba(104, 100, 255, .2); transform: translate(-50%, -50%) rotateX(62deg) rotateZ(74deg); animation: orbitSpinAlt 19s linear infinite reverse; }
.identity-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.identity-orbit i:nth-child(1) { left: 10%; top: 47%; }.identity-orbit i:nth-child(2) { right: 13%; top: 22%; }.identity-orbit i:nth-child(3) { left: 53%; bottom: -3px; }
.identity-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 94px; height: 94px; display: grid; place-items: center; border: 1px solid rgba(var(--cyan-rgb), .48); border-radius: 50%; background: radial-gradient(circle at 38% 28%, rgba(83, 189, 255, .32), rgba(5, 23, 52, .96) 56%, #020710); box-shadow: inset -12px -15px 22px rgba(0, 0, 0, .52), 0 0 38px rgba(var(--cyan-rgb), .2); transform: translate(-50%, -50%); }
.identity-core::before { position: absolute; inset: -12px; border: 1px dashed rgba(var(--cyan-rgb), .24); border-radius: 50%; content: ""; animation: orbitFlat 9s linear infinite; }
.identity-core span { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: #bfffff; box-shadow: 0 0 9px white, 0 0 21px var(--cyan); }
.identity-core img { position: relative; z-index: 2; width: 92%; height: 92%; object-fit: contain; filter: brightness(1.7) saturate(1.1) drop-shadow(0 7px 8px rgba(var(--cyan-rgb), .27)); }
.identity-node { position: absolute; z-index: 4; padding: 5px 8px; border: 1px solid rgba(var(--cyan-rgb), .17); background: rgba(2, 9, 21, .8); color: #7f96ab; font: 8px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.node-a { left: 2%; top: 37%; }.node-b { right: 1%; top: 18%; }.node-c { right: 10%; bottom: 6%; }

.register-panel {
  position: relative;
  width: min(610px, 100%);
  justify-self: end;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(var(--cyan-rgb), .3);
  background: linear-gradient(145deg, rgba(8, 28, 54, .84), rgba(3, 10, 23, .94) 38%, rgba(4, 15, 32, .92));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42), inset 0 0 70px rgba(var(--cyan-rgb), .035), 0 0 55px rgba(30, 124, 255, .08);
  backdrop-filter: blur(20px);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.register-panel::before { position: absolute; left: 0; right: 0; top: 0; height: 2px; content: ""; background: linear-gradient(90deg, var(--cyan), #6172ff, transparent 78%); }
.panel-corner { position: absolute; width: 36px; height: 36px; pointer-events: none; }
.corner-one { left: 12px; top: 12px; border-left: 1px solid rgba(var(--cyan-rgb), .36); border-top: 1px solid rgba(var(--cyan-rgb), .36); }
.corner-two { right: 12px; bottom: 12px; border-right: 1px solid rgba(var(--cyan-rgb), .25); border-bottom: 1px solid rgba(var(--cyan-rgb), .25); }
.register-panel-header > span { color: #78eeff; font: 650 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; text-shadow: 0 0 12px rgba(var(--cyan-rgb), .28); }
.register-panel-header h2 { margin: 10px 0 8px; font-size: clamp(28px, 2.4vw, 38px); font-weight: 680; letter-spacing: -.035em; }
.register-panel-header p { margin: 0; color: #b1c2d1; font-size: 13px; line-height: 1.7; }
.register-form { display: grid; gap: 14px; margin-top: 24px; }
.register-field { display: grid; gap: 7px; }
.register-field > span { min-height: 18px; display: flex; align-items: center; justify-content: flex-start; color: #d8e8f4; font: 650 12px "Microsoft YaHei", "PingFang SC", sans-serif; letter-spacing: .04em; }
.register-field small { color: #a4b7c8; font-size: 10px; font-weight: 550; letter-spacing: .05em; }
.register-field input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid rgba(var(--cyan-rgb), .32); border-radius: 0; outline: 0; background: rgba(2, 12, 27, .9); color: #f4fbff; font-size: 14px; caret-color: var(--cyan); box-shadow: inset 0 0 18px rgba(49, 191, 244, .025); transition: border-color .25s, box-shadow .25s, background .25s; }
.register-field input::placeholder { color: #8296aa; opacity: 1; }
.register-field input:focus { border-color: rgba(var(--cyan-rgb), .7); background: rgba(5, 18, 36, .94); box-shadow: inset 3px 0 0 var(--cyan), 0 0 22px rgba(var(--cyan-rgb), .07); }
.register-field input:disabled { opacity: .55; cursor: not-allowed; }
.code-field { display: grid; grid-template-columns: 1fr 140px; align-items: end; gap: 10px; }
.send-code { height: 48px; border: 1px solid rgba(var(--cyan-rgb), .48); background: linear-gradient(110deg, rgba(var(--cyan-rgb), .18), rgba(43, 73, 176, .18)); color: #e6fbff; font-size: 13px; font-weight: 650; cursor: pointer; transition: border-color .25s, background .25s, color .25s; }
.send-code:hover:not(:disabled) { border-color: var(--cyan); background: rgba(var(--cyan-rgb), .12); }
.send-code:disabled { color: #607489; cursor: not-allowed; }
.password-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.puzzle-verification { position: absolute; z-index: 80; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .28s ease, visibility 0s .32s; }
.puzzle-verification.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.puzzle-scrim { position: absolute; inset: 0; border: 0; background: rgba(0, 4, 12, .74); cursor: default; backdrop-filter: blur(8px) saturate(.78); }
.puzzle-dialog {
  position: relative;
  z-index: 2;
  width: 520px;
  padding: 25px 27px 23px;
  border: 1px solid rgba(var(--cyan-rgb), .42);
  background:
    linear-gradient(135deg, rgba(var(--cyan-rgb), .08), transparent 30%),
    linear-gradient(180deg, rgba(7, 23, 45, .99), rgba(2, 9, 21, .99));
  box-shadow: 0 38px 100px rgba(0, 0, 0, .7), 0 0 70px rgba(var(--cyan-rgb), .12), inset 0 0 50px rgba(var(--cyan-rgb), .035);
  clip-path: polygon(0 18px, 18px 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  opacity: 0;
  transform: perspective(900px) rotateX(5deg) rotateY(-7deg) translateY(18px) scale(.96);
  transition: opacity .3s ease, transform .48s cubic-bezier(.16, .82, .2, 1);
}
.puzzle-verification.is-open .puzzle-dialog { opacity: 1; transform: perspective(900px) rotateX(0) rotateY(0) translateY(0) scale(1); }
.puzzle-dialog::before { position: absolute; left: 0; right: 18%; top: 0; height: 1px; content: ""; background: linear-gradient(90deg, var(--cyan), #6775ff, transparent); box-shadow: 0 0 16px rgba(var(--cyan-rgb), .35); }
.puzzle-close { position: absolute; z-index: 4; right: 17px; top: 15px; width: 30px; height: 30px; padding: 0; border: 1px solid rgba(var(--cyan-rgb), .25); border-radius: 50%; background: rgba(2, 10, 23, .72); color: #8ba0b5; font-size: 17px; cursor: pointer; transition: color .2s, border-color .2s, transform .2s; }
.puzzle-close:hover { color: white; border-color: var(--cyan); transform: rotate(90deg); }
.puzzle-refresh { position: absolute; z-index: 4; right: 55px; top: 15px; width: 30px; height: 30px; padding: 0; border: 1px solid rgba(var(--cyan-rgb), .22); border-radius: 50%; background: rgba(2, 10, 23, .72); color: #91a8bb; font-size: 17px; line-height: 1; cursor: pointer; transition: color .2s, border-color .2s, background .2s, transform .24s; }
.puzzle-refresh:hover:not(:disabled) { color: white; border-color: var(--cyan); background: rgba(var(--cyan-rgb), .09); transform: rotate(45deg); }
.puzzle-refresh:disabled { cursor: wait; opacity: .7; }
.puzzle-refresh.is-refreshing { animation: puzzleRefreshSpin .72s linear infinite; }
.puzzle-header > span { color: var(--cyan); font: 8px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.puzzle-header h2 { margin: 10px 0 7px; font-size: 25px; letter-spacing: -.035em; }
.puzzle-header p { margin: 0; color: #8ba0b4; font-size: 11px; line-height: 1.7; }
.puzzle-board { position: relative; height: 210px; margin: 18px 0 13px; overflow: hidden; border: 1px solid rgba(var(--cyan-rgb), .28); background: #031022; box-shadow: inset 0 0 38px rgba(var(--cyan-rgb), .08); }
.puzzle-board::after { position: absolute; inset: 0; z-index: 4; content: ""; pointer-events: none; background: linear-gradient(120deg, transparent 0 43%, rgba(120, 236, 255, .045) 49%, transparent 56%), linear-gradient(180deg, transparent 70%, rgba(1, 7, 17, .36)); }
.puzzle-board canvas { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: opacity .2s ease, filter .2s ease, transform .24s ease; }
.puzzle-board .puzzle-piece { z-index: 3; width: 72px; height: 72px; filter: brightness(1.13) contrast(1.12) drop-shadow(0 0 6px rgba(var(--cyan-rgb), .62)) drop-shadow(0 9px 13px rgba(0, 0, 0, .5)); transform: translate3d(var(--piece-x, 10px), var(--piece-y, 70px), 0); will-change: transform; }
.puzzle-board.is-resetting .puzzle-piece { transition: transform .34s ease; }
.puzzle-board.is-refreshing canvas { opacity: .18; filter: blur(1px); transform: scale(.985); }
.puzzle-board.is-verified canvas { filter: brightness(.72) saturate(.7); }
.puzzle-coordinate { position: absolute; z-index: 5; right: 10px; bottom: 8px; color: rgba(190, 229, 240, .72); font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.puzzle-result { position: absolute; z-index: 8; left: 50%; top: 50%; display: flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid rgba(66, 245, 189, .5); border-radius: 3px; background: rgba(2, 18, 25, .88); color: #dffff4; box-shadow: 0 0 35px rgba(66, 245, 189, .2); opacity: 0; transform: translate(-50%, -42%) scale(.92); transition: opacity .24s ease, transform .3s cubic-bezier(.2, .8, .2, 1); pointer-events: none; }
.puzzle-result i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: rgba(66, 245, 189, .16); color: var(--green); font-style: normal; }
.puzzle-result b { font-size: 13px; letter-spacing: .08em; }
.puzzle-board.is-verified .puzzle-result { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.puzzle-slider { position: relative; height: 46px; overflow: hidden; border: 1px solid rgba(var(--cyan-rgb), .24); background: linear-gradient(90deg, rgba(3, 15, 31, .98), rgba(6, 26, 48, .82)); touch-action: none; }
.puzzle-slider::after { position: absolute; inset: 0; content: ""; opacity: .22; background: repeating-linear-gradient(115deg, transparent 0 12px, rgba(var(--cyan-rgb), .12) 13px 14px, transparent 15px 26px); animation: sliderScan 2.4s linear infinite; }
.slider-fill { position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; width: calc(var(--slider-x) + 48px); background: linear-gradient(90deg, rgba(var(--cyan-rgb), .28), rgba(71, 104, 255, .16)); box-shadow: 0 0 24px rgba(var(--cyan-rgb), .14); }
.slider-copy { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; color: #879bb0; font-size: 11px; letter-spacing: .06em; pointer-events: none; }
.slider-handle { position: absolute; z-index: 4; left: 4px; top: 4px; width: 38px; height: 36px; padding: 0; border: 1px solid rgba(var(--cyan-rgb), .72); background: radial-gradient(circle, rgba(var(--cyan-rgb), .35), rgba(5, 24, 48, .96)); color: white; font-size: 28px; line-height: 1; cursor: grab; box-shadow: 0 0 18px rgba(var(--cyan-rgb), .19); transform: translateX(var(--slider-x)); transition: box-shadow .2s; }
.puzzle-slider.is-dragging .slider-handle { cursor: grabbing; box-shadow: 0 0 24px rgba(var(--cyan-rgb), .38); }
.puzzle-slider.is-resetting .slider-handle,
.puzzle-slider.is-resetting .slider-fill { transition: transform .34s ease, width .34s ease; }
.puzzle-slider.is-verified { border-color: rgba(66, 245, 189, .6); }
.puzzle-slider.is-verified .slider-fill { width: 100%; background: linear-gradient(90deg, rgba(66, 245, 189, .3), rgba(49, 223, 244, .18)); }
.puzzle-slider.is-verified .slider-copy { color: #d6fff1; }
.puzzle-slider.is-verified .slider-handle { border-color: var(--green); color: var(--green); box-shadow: 0 0 22px rgba(66, 245, 189, .32); }
.puzzle-dialog.is-missed .puzzle-board { animation: puzzleMiss .42s ease; }
.puzzle-dialog.is-missed .puzzle-slider { border-color: rgba(255, 105, 144, .58); }
.puzzle-dialog.is-missed .slider-copy { color: #ff9db5; }
.puzzle-footer { display: flex; justify-content: space-between; margin-top: 10px; color: #7890a5; font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; }
.puzzle-footer span { display: flex; align-items: center; gap: 7px; }
.puzzle-footer i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.puzzle-footer em { font-style: normal; }
.puzzle-footer b { color: #8299ad; font-weight: 500; }

.register-agreement { display: flex; align-items: center; gap: 9px; color: #b2c3d2; font-size: 12px; cursor: pointer; }
.register-agreement input { width: 15px; height: 15px; margin: 0; accent-color: var(--cyan); }
.register-agreement input:focus-visible { outline: 1px solid var(--cyan); outline-offset: 2px; }
.register-agreement a { color: #bcefff; font-weight: 650; text-decoration: none; }
.register-agreement a:hover,
.register-agreement a:focus-visible { text-decoration: underline; }
.register-submit { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border: 1px solid rgba(var(--cyan-rgb), .62); background: linear-gradient(100deg, #416cff, #25cfe3 70%, rgba(49, 223, 244, .35)); color: white; font-size: 14px; font-weight: 650; cursor: pointer; box-shadow: 0 0 28px rgba(var(--cyan-rgb), .14); transition: filter .25s, transform .25s, box-shadow .25s; }
.register-submit b { font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.register-submit:hover { filter: brightness(1.12); transform: translateY(-1px); box-shadow: 0 0 36px rgba(var(--cyan-rgb), .22); }
.register-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; box-shadow: none; }
.register-status { min-height: 16px; margin: 0; color: #94a9bc; font: 500 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; text-align: center; }
.register-status.is-error { color: #ff91ad; }
.register-status.is-success { color: var(--green); }

.register-footer { position: absolute; z-index: 6; left: 0; right: 0; bottom: 0; height: 42px; display: flex; align-items: center; justify-content: center; gap: 28px; border-top: 1px solid rgba(var(--cyan-rgb), .08); color: #587087; font: 8px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }

@keyframes starDrift { to { background-position: 83px 83px, -90px 178px; } }
@keyframes orbitSpin { to { transform: translate(-50%, -50%) rotateX(68deg) rotateZ(353deg); } }
@keyframes orbitSpinAlt { to { transform: translate(-50%, -50%) rotateX(62deg) rotateZ(434deg); } }
@keyframes orbitFlat { to { transform: rotate(360deg); } }
@keyframes sliderScan { to { background-position: 52px 0; } }
@keyframes puzzleRefreshSpin { to { transform: rotate(360deg); } }
@keyframes puzzleMiss { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-7px); } 55% { transform: translateX(6px); } 78% { transform: translateX(-3px); } }

html[data-motion="reduce"] *,
html[data-motion="reduce"] *::before,
html[data-motion="reduce"] *::after {
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
}

/* Registration uses the same native-resolution, high-contrast type system. */
.register-app {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transform: none;
  box-shadow: none;
}

:where([data-nexus-i18n], [data-nexus-i18n-placeholder]) {
  font-family: var(--font-ui) !important;
}

.register-brand small,
.register-service,
.register-eyebrow,
.identity-sequence small,
.identity-sequence em,
.register-panel-header > span,
.register-field small,
.puzzle-header > span,
.puzzle-header p,
.puzzle-coordinate,
.slider-copy,
.puzzle-footer,
.register-submit b,
.register-status {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
}
.register-brand small,
.register-service,
.register-eyebrow,
.identity-sequence em,
.register-field small,
.puzzle-header p,
.slider-copy,
.puzzle-footer,
.register-status { color: #b7c9d8; }
.identity-sequence b { color: #e5eef5; font-size: 14px; font-weight: 700; }
.register-panel-header p { color: #c7d5e1; font-size: 14px; font-weight: 500; }
.register-field > span { font-family: var(--font-ui); font-size: 13px; font-weight: 700; }
.register-field input { font-size: 15px; }
.send-code { font-size: 14px; font-weight: 700; }
.register-agreement { font-size: 13px; }
.register-submit { font-size: 15px; font-weight: 700; }
.register-footer { color: #91a7bb; font-family: var(--font-data); font-size: 10px; font-weight: 600; }
