:root { color-scheme: light; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; color: #26344a; background: #f5f8fc; }
* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: radial-gradient(circle at 88% 0%, rgba(22,119,255,.09), transparent 34%), linear-gradient(145deg, #f8fbff 0%, #f2f5fa 100%); }
button { font: inherit; cursor: pointer; }
.page-shell { width: min(980px, calc(100% - 32px)); margin: 0 auto; padding: 56px 0 72px; }
.hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.eyebrow { margin: 0 0 8px; color: #1677ff; font-size: 11px; font-weight: 750; letter-spacing: .14em; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 10px; color: #1e2c43; font-size: clamp(30px, 5vw, 46px); letter-spacing: -.045em; line-height: 1.08; }
.intro { max-width: 680px; margin-bottom: 0; color: #72829a; font-size: 14px; line-height: 1.75; }
.site-pill { padding: 8px 11px; border: 1px solid #d8e4f4; border-radius: 7px; color: #4e6a8d; background: rgba(255,255,255,.72); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.security-note { display: flex; gap: 14px; margin-bottom: 18px; padding: 15px 17px; border: 1px solid #cfe0f8; border-radius: 12px; color: #34506f; background: rgba(235,244,255,.8); }
.security-note .note-icon { display: grid; flex: 0 0 34px; height: 34px; place-items: center; border-radius: 9px; color: #fff; background: #1677ff; font-weight: 750; }
.security-note strong { display: block; margin: 1px 0 4px; font-size: 13px; }
.security-note p { margin-bottom: 0; color: #657b98; font-size: 12px; line-height: 1.65; }
.security-note code, .notice code { font-weight: 700; }
.panel { padding: 20px; border: 1px solid #dbe4ef; border-radius: 14px; background: rgba(255,255,255,.78); box-shadow: 0 16px 38px rgba(57,83,119,.07); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 17px; }
.panel-head h2 { margin-bottom: 4px; font-size: 18px; }
.panel-head p { margin-bottom: 0; color: #8a98ab; font-size: 12px; }
.state-chip { padding: 6px 10px; border-radius: 999px; color: #467b63; background: #eaf7ef; font-size: 11px; }
.table-wrap { overflow-x: auto; border: 1px solid #e3eaf2; border-radius: 9px; background: rgba(255,255,255,.5); }
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th, td { padding: 13px 15px; border-bottom: 1px solid #e9eef5; text-align: left; font-size: 12px; white-space: nowrap; }
th { color: #8492a6; background: rgba(230,238,248,.48); font-size: 11px; font-weight: 650; }
td { color: #5c6b80; }
th:first-child, td:first-child { width: 110px; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover td { background: rgba(22,119,255,.035); }
td code { color: #365a83; font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.mobile-number-grid { display: none; }
.empty { padding: 34px; color: #93a0b0; text-align: center; }
.pager { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; color: #8190a5; font-size: 12px; }
.pager button { min-width: 82px; padding: 8px 14px; border: 1px solid #d5e0ec; border-radius: 6px; }
.pager button:disabled { cursor: not-allowed; opacity: .45; }
.secondary { color: #52647c; background: transparent; }
.primary { border-color: #1677ff !important; color: white; background: #1677ff; }
.notice { margin-bottom: 14px; padding: 10px 12px; border-radius: 7px; font-size: 12px; line-height: 1.6; }
.notice.error { color: #9b3e4b; background: #fff0f1; }
.notice.protocol { color: #365f8d; background: #eef6ff; }
.captcha-frame { display: block; width: 100%; height: 178px; min-height: 150px; max-height: 280px; border: 0; background: transparent; transition: height 160ms ease; }
dialog { width: min(470px, calc(100% - 30px)); padding: 0; border: 1px solid #dce5f0; border-radius: 13px; color: #29384f; background: #fff; box-shadow: 0 24px 70px rgba(35,55,86,.22); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 22px 22px 0; }
.dialog-head h2 { margin-bottom: 0; font-size: 18px; }
.close { border: 0; color: #8795a7; background: transparent; font-size: 24px; line-height: 1; }
.dialog-copy { margin: 13px 22px 0; color: #8997a9; font-size: 12px; line-height: 1.65; }
.captcha-mount { min-height: 86px; margin: 18px 22px 0; }
.verification-status { min-height: 20px; margin: 5px 22px 21px; color: #8190a5; font-size: 11px; text-align: center; }
dialog::backdrop { background: rgba(21,35,56,.36); backdrop-filter: blur(2px); }
@media (max-width: 700px) {
  .page-shell { width: min(100% - 20px, 980px); padding: 28px 0 44px; }
  .hero { align-items: flex-start; flex-direction: column; }
  h1 { font-size: 30px; line-height: 1.16; }
  .intro { font-size: 13px; line-height: 1.65; }
  .site-pill { align-self: flex-start; }
  .panel { padding: 12px; border-radius: 12px; }
  .panel-head { align-items: flex-start; margin-bottom: 13px; }
  .state-chip { flex: 0 0 auto; }
  .security-note { gap: 11px; padding: 13px; }
  .security-note .note-icon { flex-basis: 30px; height: 30px; border-radius: 8px; }
  .table-wrap { overflow: visible; border: 0; background: transparent; }
  table, tbody { display: block; width: 100%; min-width: 0; }
  thead { display: none; }
  tbody { display: grid; gap: 10px; }
  tbody tr { display: block; overflow: hidden; border: 1px solid #dde7f2; border-radius: 11px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(246,250,255,.96)); box-shadow: 0 5px 15px rgba(55,82,119,.055); }
  tbody tr:hover td { background: transparent; }
  tbody td { display: block; width: 100%; padding: 0; border: 0; white-space: normal; }
  tbody td.array-label { width: 100%; padding: 9px 11px 8px; border-bottom: 1px solid #e9eff6; color: #60738d; background: rgba(235,243,252,.7); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
  tbody td.array-values { padding: 10px; }
  .desktop-number-array { display: none; }
  .mobile-number-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
  .number-chip { display: grid; min-width: 0; min-height: 32px; place-items: center; padding: 6px 3px; border: 1px solid #dce8f6; border-radius: 7px; color: #31577f; background: #f2f7fd; font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.02em; }
  .empty { padding: 28px 12px !important; text-align: center; }
  .pager { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; margin-top: 14px; }
  .pager button { width: 100%; min-width: 0; min-height: 42px; padding: 8px 7px; line-height: 1.25; }
  #page-label { white-space: nowrap; }
  dialog { width: min(100% - 18px, 470px); }
  .dialog-head { padding-inline: 16px; }
  .dialog-copy, .verification-status { margin-inline: 16px; }
  .captcha-mount { margin-inline: 10px; }
}
@media (max-width: 390px) {
  .mobile-number-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .number-chip { min-height: 34px; font-size: 12px; }
  .pager { grid-template-columns: 1fr 1fr; }
  #page-label { grid-column: 1 / -1; grid-row: 1; text-align: center; }
}
