
    body {
      min-height: 100vh; background: #0d1117;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: #e6edf3; padding: 32px 0;
    }
    body::before {
      content: ""; position: fixed; inset: 0; pointer-events: none;
      background: radial-gradient(ellipse 80% 60% at 20% 10%, rgba(0,150,255,.12) 0%, transparent 60%),
                  radial-gradient(ellipse 60% 50% at 80% 90%, rgba(0,230,150,.09) 0%, transparent 55%);
    }
    .wrap { position: relative; width: 100%; max-width: 420px; padding: 0 16px; display: flex; flex-direction: column; align-items: center; gap: 28px; }
    .brand { text-align: center; }
    .brand-icon { width: 64px; height: 64px; background: linear-gradient(135deg,#0096ff,#00e676); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 30px; box-shadow: 0 4px 24px rgba(0,150,255,.35); }
    .brand-name { font-size: 26px; font-weight: 800; background: linear-gradient(90deg,#4fc3f7,#00e676); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .brand-sub { margin-top: 4px; font-size: 13px; color: #8b949e; text-transform: uppercase; letter-spacing: .5px; }
    .card { width: 100%; background: #161b22; border: 1px solid #30363d; border-radius: 16px; padding: 36px 32px; box-shadow: 0 8px 32px rgba(0,0,0,.5); }
    .card-title { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
    .card-sub { font-size: 13px; color: #8b949e; margin-bottom: 28px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
    label { font-size: 13px; font-weight: 600; color: #c9d1d9; }
    .input-wrap { position: relative; }
    .input-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 15px; pointer-events: none; opacity: .6; }
    input { width: 100%; padding: 11px 14px 11px 38px; background: #0d1117; border: 1px solid #30363d; border-radius: 10px; font-size: 14px; color: #e6edf3; outline: none; transition: border-color .2s, box-shadow .2s; font-family: inherit; }
    input:focus { border-color: #0096ff; box-shadow: 0 0 0 3px rgba(0,150,255,.18); }
    input.code-input { font-family: monospace; font-size: 18px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; padding-left: 38px; }
    .btn { width: 100%; padding: 13px; background: linear-gradient(135deg,#0096ff,#00c6a0); border: none; border-radius: 10px; font-size: 15px; font-weight: 700; color: #fff; cursor: pointer; margin-top: 6px; transition: opacity .2s; }
    .btn:hover { opacity: .88; }
    .alert { padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-bottom: 18px; }
    .alert.error { background: rgba(244,67,54,.12); border: 1px solid rgba(244,67,54,.4); color: #f44336; }
    .alert.success { background: rgba(0,230,150,.1); border: 1px solid rgba(0,230,150,.3); color: #00e676; }
    .divider { display: flex; align-items: center; gap: 12px; margin: 24px 0 20px; color: #484f58; font-size: 12px; }
    .divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: #30363d; }
    .footer-links { text-align: center; font-size: 13px; color: #8b949e; }
    .footer-links a { color: #4fc3f7; text-decoration: none; font-weight: 600; }
    .login-footer { font-size: 12px; color: #484f58; text-align: center; }
    .invite-info { background: rgba(0,150,255,.08); border: 1px solid rgba(0,150,255,.25); border-radius: 10px; padding: 12px 14px; margin-bottom: 20px; font-size: 12px; color: #8b949e; line-height: 1.6; }
    .invite-info strong { color: #4fc3f7; }
    .pw-toggle { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; font-size: 17px; color: #8b949e; padding: 0; line-height: 1; transition: color .2s; }
    .pw-toggle:hover { color: #e6edf3; }
    .input-wrap input[type="password"], .input-wrap input[type="text"] { padding-right: 44px; }

/* ── Extracted from register.html ── */

.register-s1 {
  text-align: center;
  margin-top: 8px;
}

.register-s2 {
  color: #4fc3f7;
  font-weight: 700;
  text-decoration: none;
}

.register-s3 {
  padding-left: 38px;
}
