#scsp-new-id-form{
  --text:#142033;
  --muted:#5b6575;
  --line:#d9e1ec;
  --primary:#0d47a1;
  --primary2:#1565c0;
  --radius:18px;
  --shadow:0 14px 32px rgba(17,24,39,.08);
  --max:820px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
}
#scsp-new-id-form *{box-sizing:border-box}
#scsp-new-id-form .wrap{max-width:var(--max);margin:0 auto;padding:24px 16px}
#scsp-new-id-form .card,
.scspAdminCard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
#scsp-new-id-form .head{padding:28px 24px 18px;background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);border-bottom:1px solid var(--line)}
#scsp-new-id-form .eyebrow{display:inline-block;margin:0 0 10px;padding:6px 10px;border-radius:999px;background:#e8f1ff;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
#scsp-new-id-form h2{margin:0 0 10px;font-size:30px;line-height:1.15;color:var(--text)}
#scsp-new-id-form .lead{margin:0;font-size:15px;line-height:1.65;color:var(--muted)}
#scsp-new-id-form form{padding:24px}
#scsp-new-id-form .grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px}
#scsp-new-id-form .full{grid-column:1 / -1}
#scsp-new-id-form .field{display:flex;flex-direction:column;gap:8px}
#scsp-new-id-form label{font-size:14px;font-weight:700;color:var(--text)}
#scsp-new-id-form .req{color:#c62828;margin-left:4px}
#scsp-new-id-form input,
#scsp-new-id-form select,
#scsp-new-id-form textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);font:inherit;outline:none;transition:border-color .2s ease, box-shadow .2s ease}
#scsp-new-id-form textarea{min-height:120px;resize:vertical}
#scsp-new-id-form input:focus,
#scsp-new-id-form select:focus,
#scsp-new-id-form textarea:focus{border-color:var(--primary2);box-shadow:0 0 0 4px rgba(21,101,192,.10)}
#scsp-new-id-form .hint{margin:0;font-size:12px;line-height:1.45;color:var(--muted)}
#scsp-new-id-form .consent{margin-top:6px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}
#scsp-new-id-form .consent label{display:flex;align-items:flex-start;gap:10px;font-weight:600;line-height:1.55;font-size:14px;cursor:pointer}
#scsp-new-id-form .consent input[type="checkbox"]{width:18px;height:18px;min-height:auto;margin-top:2px;padding:0;flex:0 0 18px}
#scsp-new-id-form .actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line);flex-wrap:wrap}
#scsp-new-id-form .note{font-size:13px;color:var(--muted);line-height:1.5}
#scsp-new-id-form #scspNewIdSubmit,
#scsp-new-id-form .modalClose{appearance:none;border:0;border-radius:999px;min-height:48px;padding:0 22px;font:inherit;font-weight:800;color:#ffffff !important;background:linear-gradient(135deg,var(--primary2),var(--primary));cursor:pointer;box-shadow:0 10px 22px rgba(13,71,161,.18);transition:transform .04s ease, filter .2s ease, opacity .2s ease;text-shadow:none}
#scsp-new-id-form #scspNewIdSubmit:hover,
#scsp-new-id-form .modalClose:hover{filter:brightness(1.03)}
#scsp-new-id-form #scspNewIdSubmit:active,
#scsp-new-id-form .modalClose:active{transform:translateY(1px)}
#scsp-new-id-form #scspNewIdSubmit[disabled]{opacity:.7;cursor:not-allowed}
#scsp-new-id-form .after{padding:0 24px 24px;color:var(--muted);font-size:13px;line-height:1.6}
#scsp-new-id-form .modalOverlay{position:fixed;inset:0;background:rgba(17,24,39,.58);display:none;align-items:center;justify-content:center;padding:20px;z-index:99999}
#scsp-new-id-form .modalOverlay.show{display:flex}
#scsp-new-id-form .modal{width:100%;max-width:560px;background:#fff;border-radius:22px;box-shadow:0 24px 60px rgba(17,24,39,.24);overflow:hidden;border:1px solid rgba(255,255,255,.6)}
#scsp-new-id-form .modalTop{padding:22px 24px 14px;background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);border-bottom:1px solid var(--line)}
#scsp-new-id-form .modalTop h3{margin:0;font-size:26px;line-height:1.15;color:var(--text)}
#scsp-new-id-form .modalBody{padding:22px 24px}
#scsp-new-id-form .modalBody p{margin:0;font-size:16px;line-height:1.7;color:var(--text)}
#scsp-new-id-form .modalActions{padding:0 24px 24px;display:flex;justify-content:center}
#scsp-new-id-form .scspFormMsg{margin-top:14px;font-size:14px;color:#b42318;display:none}
#scsp-new-id-form .scspFormMsg.show{display:block}

.scspAdminWrap{max-width:1400px}
.scspAdminToolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin:18px 0}
.scspAdminSearch{display:flex;gap:8px;flex-wrap:wrap}
.scspAdminSearch input[type="search"]{min-width:320px}
.scspAdminCard{padding:0}
.scspAdminTable th{white-space:nowrap}
.scspAdminTable td{vertical-align:top}
.scspMetaMuted{color:#667085}
.scspStatusBadge{display:inline-block;padding:6px 10px;border-radius:999px;background:#e8f1ff;color:#0d47a1;font-weight:700;font-size:12px}
.scspNoteBox{margin-top:8px;padding:8px 10px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}
.scspSettingsCard{padding:20px 24px}

@media (max-width:720px){
  #scsp-new-id-form h2{font-size:24px}
  #scsp-new-id-form .grid{grid-template-columns:1fr}
  #scsp-new-id-form .actions{align-items:stretch}
  #scsp-new-id-form #scspNewIdSubmit{width:100%}
  #scsp-new-id-form .modalTop h3{font-size:22px}
  #scsp-new-id-form .modalBody p{font-size:15px}
  .scspAdminSearch input[type="search"]{min-width:220px;width:100%}
}
