html,
body.user-console {
  min-height: 100%;
  height: auto !important;
  padding-top: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  background: #ecf0f5;
}
.user-console .wrapper {
  min-height: 100vh;
  height: auto !important;
  overflow: visible !important;
}
.user-console.fixed .main-header {
  position: fixed;
}
.user-console.fixed .main-sidebar {
  position: fixed;
  padding-top: 50px;
  height: 100vh;
  overflow-y: auto;
}
.user-console.fixed .content-wrapper {
  min-height: calc(100vh - 50px);
  height: auto !important;
  padding-top: 50px !important;
  overflow: visible !important;
}
.user-console.fixed .right-side {
  padding-top: 50px !important;
}
.user-console .content-wrapper {
  height: auto !important;
}
.user-console .content-header {
  display: none !important;
  padding: 10px 18px 0;
}
.user-console .content-header h1 {
  font-size: 22px;
  font-weight: 700;
}
.user-console .content {
  padding-top: 14px !important;
  padding-bottom: 40px;
}
.user-console .sidebar-menu li.treeview.treeview-open > .treeview-menu,
.user-console .sidebar-menu li.treeview.active > .treeview-menu,
.user-console .sidebar-menu .treeview-menu.menu-open {
  display: block;
}
.user-console .sidebar-menu li.treeview.treeview-open > a > .pull-right-container > .fa-angle-left,
.user-console .sidebar-menu li.treeview.active > a > .pull-right-container > .fa-angle-left {
  transform: rotate(-90deg);
}
.user-sms-index .content {
  padding-top: 10px !important;
}
.user-console .content > .console-page-head:first-child,
.user-console .content > .console-hero:first-child {
  margin-top: 0;
}
.user-console .main-footer {
  color: #7b8794;
}
.user-console .box,
.user-console .panel {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .06);
}
.user-console .stat-row {
  margin-bottom: 15px;
}
.console-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 22px 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #17212b, #263747);
  box-shadow: 0 14px 34px rgba(23, 33, 43, .16);
}
.compact-hero {
  margin-bottom: 14px;
  padding: 18px 24px;
}
.console-hero .eyebrow {
  color: #8dd7ff;
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 6px;
}
.console-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 18px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .06);
}
.console-page-head h2 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #17212b;
}
.console-page-head p {
  margin: 0;
  color: #7b8794;
}
.console-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.console-hero h2 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
}
.console-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}
.btn-light-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}
.btn-light-outline:hover,
.btn-light-outline:focus {
  color: #fff;
  background: rgba(255, 255, 255, .16);
}
.compact-stat-row {
  margin-left: -7px;
  margin-right: -7px;
}
.compact-stat-row > [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.metric-card {
  min-height: 78px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(31, 45, 61, .08);
}
.metric-card:after {
  content: "";
  position: absolute;
  right: -26px;
  top: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
}
.metric-card span {
  display: block;
  opacity: .86;
}
.metric-card strong {
  display: block;
  margin-top: 6px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.metric-blue { background: #1f8fe5; }
.metric-orange { background: #f59e0b; }
.metric-green { background: #18b99a; }
.metric-red { background: #ef5146; }
.sms-page-shell {
  margin-top: 0;
}
.take-workbench {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr) 330px;
  gap: 14px;
  align-items: start;
}
.take-workbench-v2 {
  grid-template-columns: 390px minmax(420px, 1fr) 300px;
  gap: 16px;
}
.take-config-panel,
.take-project-panel,
.active-phone-panel,
.take-left-panel,
.phone-center-panel,
.take-side-panel,
.console-panel {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .06);
}
.take-config-panel,
.active-phone-panel,
.take-left-panel,
.take-side-panel {
  position: sticky;
  top: 64px;
  padding: 16px;
}
.take-left-panel,
.take-side-panel {
  top: 60px;
}
.phone-center-panel {
  min-height: calc(100vh - 190px);
  padding: 18px;
}
.take-project-panel {
  padding: 14px;
}
.take-left-head,
.phone-center-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.take-left-head h3,
.phone-center-head h3 {
  margin: 0 0 4px;
  color: #17212b;
  font-size: 20px;
  font-weight: 700;
}
.take-left-head p,
.phone-main-subtitle {
  margin: 0;
  color: #7b8794;
  font-size: 12px;
}
.panel-title-block {
  margin-bottom: 14px;
}
.panel-kicker {
  display: block;
  margin-bottom: 4px;
  color: #1684e2;
  font-size: 12px;
  font-weight: 700;
}
.panel-title-block h3,
.project-panel-header h3 {
  margin: 0 0 4px;
  color: #17212b;
  font-size: 18px;
  font-weight: 700;
}
.panel-title-block p {
  margin: 0;
  color: #7b8794;
  font-size: 12px;
}
.business-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}
.business-switch a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 8px;
  border-radius: 6px;
  border: 1px solid #e5ebf1;
  color: #526173;
  background: #f6f8fb;
  font-weight: 600;
}
.business-switch a.active {
  color: #fff;
  background: #2f4050;
  border-color: #2f4050;
}
.business-select-form {
  margin-bottom: 12px;
  padding: 0;
  border-radius: 8px;
  background: #eaf4ff;
  border: 1px solid rgba(31, 143, 229, .1);
  overflow: hidden;
  transition: background .18s ease, box-shadow .18s ease;
}
.business-select-form:hover {
  background: #dfefff;
  box-shadow: inset 0 0 0 1px rgba(31, 143, 229, .12);
}
.business-select-form .form-group {
  margin-bottom: 0;
}
.filter-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px 0;
  color: #243746;
  font-weight: 700;
}
.filter-card-head > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.filter-card-head i {
  color: #1684e2;
}
.filter-card-head > .fa-angle-down {
  transition: transform .18s ease;
}
.business-select-form:hover .filter-card-head > .fa-angle-down {
  transform: translateY(1px);
}
.business-select-field {
  padding: 9px 12px 12px;
}
.pretty-select-wrap {
  position: relative;
}
.pretty-select-wrap:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 50%;
  color: #8aa0b4;
  pointer-events: none;
  transform: translateY(-50%);
}
.pretty-select-wrap > i {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  color: #1684e2;
  transform: translateY(-50%);
}
.pretty-select {
  height: 42px;
  line-height: 40px;
  padding: 0 32px 0 34px;
  border-color: #d5e7f7;
  background-color: #fff;
  cursor: pointer;
  color: #263747;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pretty-select:focus,
.take-left-panel .form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 0 0 3px rgba(31, 143, 229, .12);
}
.filter-collapse-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 11px 12px;
  border: 0;
  border-radius: 8px;
  color: #243746;
  background: #eaf4ff;
  font-weight: 700;
  text-align: left;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.filter-collapse-trigger:hover,
.filter-collapse-trigger:focus {
  color: #1684e2;
  background: #dfefff;
  box-shadow: inset 0 0 0 1px rgba(31, 143, 229, .12);
}
.filter-collapse-trigger .fa-angle-right {
  transition: transform .18s ease;
}
.filter-collapse-trigger[aria-expanded="true"] .fa-angle-right {
  transform: rotate(90deg);
}
.filter-collapse-trigger:not(.collapsed) .fa-angle-right {
  transform: rotate(90deg);
}
.filter-collapse-body {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e7edf3;
  background: #fbfdff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}
.take-config-panel .form-group {
  margin-bottom: 12px;
}
.take-left-panel .form-group,
.take-left-panel label {
  margin-bottom: 8px;
}
.take-config-panel label {
  color: #3a4652;
  font-size: 12px;
}
.take-left-panel label {
  color: #3a4652;
  font-size: 12px;
  font-weight: 700;
}
.take-left-panel .form-control {
  border-color: #e1e8ef;
  box-shadow: none;
}
.take-left-panel .send-only-config input + input,
.take-left-panel input[name="remark"] + input[name="tag"] {
  margin-top: 8px;
}
.config-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.switch-card {
  display: flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 7px 9px;
  border-radius: 6px;
  background: #f6f8fb;
  border: 1px solid #e5ebf1;
  color: #526173;
  font-weight: 500;
}
.switch-card input {
  margin: 0 6px 0 0;
}
.switch-card.disabled {
  opacity: .55;
}
.rule-note {
  display: flex;
  gap: 8px;
  padding: 11px 12px;
  border-radius: 6px;
  color: #557087;
  background: #eef7ff;
  font-size: 12px;
  line-height: 1.6;
}
.project-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.project-search-compact {
  width: 330px;
  max-width: 100%;
}
.project-search-form {
  margin: 12px 0;
  padding-top: 12px;
  border-top: 1px solid #edf1f5;
}
.project-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.project-list-rail {
  max-height: calc(100vh - 455px);
  min-height: 240px;
  overflow-y: auto;
  padding-right: 3px;
}
.project-list-rail::-webkit-scrollbar,
.active-phone-list::-webkit-scrollbar {
  width: 6px;
}
.project-list-rail::-webkit-scrollbar-thumb,
.active-phone-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c9d3dd;
}
.project-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 16px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.compact-project-row {
  padding: 14px 15px;
}
.project-list-rail .project-row {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 12px;
  padding: 14px;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  box-shadow: none;
}
.project-list-rail .project-row:hover {
  border-color: #d7e7f7;
  box-shadow: 0 8px 18px rgba(31, 143, 229, .08);
}
.project-list-rail .project-main {
  align-items: flex-start;
  min-width: 0;
}
.project-list-rail .project-info h4 {
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.project-inline-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 6px 0 8px;
}
.project-inline-price small {
  color: #8b98a7;
  font-size: 12px;
}
.project-inline-price strong {
  color: #ef5146;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.project-list-rail .project-sub {
  gap: 5px;
}
.project-list-rail .project-side {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 72px;
}
.project-list-rail .project-side .btn-success {
  background: #18bc9c;
  border-color: #18bc9c;
}
.project-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.project-actions .btn-take-project {
  padding-left: 0;
  padding-right: 0;
}
.project-actions .btn-icon {
  width: auto;
  height: auto;
  padding: 5px 0;
  color: #7b8794;
  background: #fff;
  border-color: #dde6ef;
  font-size: 12px;
}
.project-actions .btn-icon:hover {
  color: #f59e0b;
  border-color: #f7d99c;
  background: #fffaf0;
}
.project-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(47, 64, 80, .12);
}
.active-phone-list {
  display: grid;
  gap: 16px;
  margin-bottom: 14px;
}
.phone-focus-list {
  max-height: calc(100vh - 245px);
  overflow-y: auto;
  padding: 2px 6px 2px 2px;
}
.phone-card {
  padding: 13px;
  border-radius: 8px;
  border: 1px solid #edf1f5;
  background: #fbfcfe;
}
.phone-card.is-new {
  animation: phonePulse .8s ease-out;
}
.phone-focus-card {
  position: relative;
  padding: 18px;
  border-radius: 10px;
  border-color: #dfe8f1;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 10px 24px rgba(34, 45, 50, .08);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.phone-focus-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #1f8fe5;
}
.phone-focus-card:nth-of-type(3n + 2):before {
  background: #18b99a;
}
.phone-focus-card:nth-of-type(3n + 3):before {
  background: #f59e0b;
}
.phone-focus-card + .phone-focus-card {
  margin-top: 2px;
}
.phone-focus-card:hover {
  border-color: #cfe0ef;
  box-shadow: 0 14px 30px rgba(31, 143, 229, .12);
  transform: translateY(-1px);
}
.phone-focus-card.is-removing {
  opacity: .45;
  transform: scale(.985);
}
.phone-accordion-card {
  padding: 0;
  overflow: hidden;
}
.phone-accordion-card:before {
  top: 54px;
  bottom: 16px;
}
.phone-accordion-card:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 16px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #1f8fe5, rgba(31,143,229,0) 72%);
  opacity: .82;
}
.phone-accordion-card:nth-of-type(3n + 2):after {
  background: linear-gradient(90deg, #18b99a, rgba(24,185,154,0) 72%);
}
.phone-accordion-card:nth-of-type(3n + 3):after {
  background: linear-gradient(90deg, #f59e0b, rgba(245,158,11,0) 72%);
}
.phone-accordion-card.is-collapsed:after {
  left: 20px;
  right: 20px;
  height: 2px;
  opacity: .56;
}
.phone-card-summary {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 118px minmax(125px, 1fr) minmax(100px, 1fr) auto 18px;
  align-items: center;
  gap: 10px;
  padding: 13px 16px 13px 20px;
  border: 0;
  border-bottom: 1px solid #edf1f5;
  background: #fff;
  color: #526173;
  text-align: left;
  transition: background .18s ease;
}
.phone-card-summary:hover,
.phone-card-summary:focus {
  background: #f8fbff;
  outline: none;
}
.phone-card-summary strong {
  color: #17212b;
  font-size: 17px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.phone-card-summary > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone-card-summary .summary-record {
  color: #1f6fb2;
  font-size: 12px;
  font-weight: 700;
}
.phone-card-summary .fa-angle-down {
  color: #91a2b3;
  transition: transform .18s ease;
}
.phone-accordion-card.is-collapsed .phone-card-summary {
  border-bottom: 0;
}
.phone-accordion-card.is-expanded .phone-card-summary .fa-angle-down {
  transform: rotate(180deg);
}
.phone-card-body {
  padding: 18px;
}
.phone-accordion-card.is-collapsed .phone-card-body {
  display: none;
}
.phone-card-head,
.phone-card-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.phone-card-head strong {
  color: #17212b;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}
.phone-focus-card .phone-card-head strong {
  display: block;
  margin-top: 4px;
  font-size: 30px;
  letter-spacing: .02em;
}
.copy-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}
.copy-line strong {
  min-width: 0;
}
.copy-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #dce7f1;
  border-radius: 6px;
  color: #60758a;
  background: #fff;
  line-height: 1;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}
.copy-chip:hover,
.copy-chip:focus {
  color: #1684e2;
  border-color: #b9d9f2;
  background: #f0f8ff;
}
.phone-label {
  color: #8b98a7;
  font-size: 12px;
  font-weight: 700;
}
.phone-card-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.record-no-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 7px;
  border-radius: 5px;
  color: #1f6fb2;
  background: #edf7ff;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.phone-card-meta {
  margin-top: 4px;
  color: #7b8794;
  font-size: 12px;
}
.phone-card-code {
  margin-top: 10px;
}
.phone-card .verify-code {
  color: #1f8fe5;
  font-size: 18px;
  font-weight: 700;
}
.phone-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.phone-info-grid div {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f5f7fa;
}
.phone-info-grid span,
.phone-card-code > span {
  display: block;
  color: #8b98a7;
  font-size: 12px;
  font-weight: 700;
}
.phone-info-grid b {
  display: block;
  margin-top: 5px;
  color: #2f4050;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone-focus-card .phone-card-code {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 9px;
  background: #eef7ff;
}
.phone-card-code .copy-line {
  justify-content: flex-end;
}
.phone-focus-card .verify-code {
  color: #0f78bf;
  font-size: 26px;
}
.phone-card .sms-content {
  margin: 8px 0 0;
  color: #526173;
  font-size: 12px;
  line-height: 1.55;
}
.phone-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #edf1f5;
}
.phone-card-footer .btn {
  min-width: 72px;
  border-radius: 6px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.phone-card-footer .btn:hover:not([disabled]) {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(47, 64, 80, .12);
}
.status-badge {
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: #8b98a7;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.status-holding { background: #f59e0b; }
.status-received { background: #18b99a; }
.status-released { background: #8b98a7; }
.status-blacklisted { background: #ef5146; }
.status-failed,
.status-rejected { background: #ef5146; }
.status-pending { background: #f59e0b; }
.status-paid { background: #18b99a; }
.status-cancelled { background: #8b98a7; }
.phone-empty {
  min-height: 232px;
  padding: 70px 20px;
  text-align: center;
  border-radius: 8px;
  color: #7b8794;
  background: #f7f9fc;
}
.phone-empty i {
  display: block;
  margin-bottom: 10px;
  color: #b7c1cc;
  font-size: 34px;
}
.phone-empty p {
  margin: 0 0 4px;
  color: #2f4050;
  font-weight: 700;
}
.phone-empty span {
  font-size: 12px;
}
.phone-head-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.take-side-panel {
  display: grid;
  gap: 14px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.side-helper-card {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .06);
}
.account-state-card {
  background: #fff;
}
.side-balance {
  margin: 6px 0 14px;
  color: #17212b;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.side-stat-grid {
  display: grid;
  gap: 8px;
}
.side-stat-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 6px;
  background: #f7f9fc;
}
.side-stat-grid span {
  color: #7b8794;
}
.side-stat-grid b {
  color: #2f4050;
}
.side-link-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.side-link-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 7px;
  color: #2f4050;
  background: #f6f8fb;
  transition: background .18s ease, transform .18s ease;
}
.side-link-list a:hover {
  background: #eef5fb;
  transform: translateX(2px);
}
.side-link-list i {
  width: 18px;
  color: #1f8fe5;
}
.rule-card ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #5f6f80;
  line-height: 1.8;
}
.console-panel {
  margin-bottom: 14px;
  overflow: hidden;
}
.console-panel .panel-heading-lite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid #edf1f5;
}
.panel-heading-lite h3 {
  margin: 0 0 4px;
  color: #17212b;
  font-size: 18px;
  font-weight: 700;
}
.panel-heading-lite p {
  margin: 0;
  color: #7b8794;
}
.console-table {
  margin-bottom: 0;
}
.console-table > thead > tr > th {
  border-bottom: 1px solid #edf1f5;
  color: #526173;
  background: #f8fafc;
  font-weight: 700;
}
.console-table > tbody > tr > td {
  vertical-align: middle;
  border-top-color: #edf1f5;
}
.field-tag {
  display: inline-flex;
  max-width: 210px;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #526173;
  background: #f6f8fb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-blue {
  color: #1f6fb2;
  background: #edf7ff;
}
.tag-green {
  color: #0f806b;
  background: #eafaf5;
}
.tag-orange {
  color: #a96805;
  background: #fff6df;
}
.tag-red {
  color: #bb2f28;
  background: #fff0ef;
}
.mono-clip {
  display: inline-block;
  max-width: 220px;
  padding: 2px 6px;
  border-radius: 5px;
  color: #24445f;
  background: #f6f8fb;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.finance-table .mono-clip {
  max-width: 180px;
}
.pay-method-panel {
  border-top: 3px solid #2f4050;
}
.pay-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.pay-method-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 78px;
  padding: 10px;
  border-radius: 9px;
  border: 1px solid #e3ebf2;
  background: #f8fafc;
  color: #2f4050;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.pay-method-card:hover,
.pay-method-card:focus {
  border-color: #b8d9f2;
  background: #fff;
  box-shadow: 0 10px 22px rgba(31, 143, 229, .08);
  outline: none;
}
.pay-method-card.active {
  border-color: #1ba27a;
  background: #f0fbf7;
  box-shadow: inset 0 0 0 1px rgba(27, 162, 122, .16);
}
.pay-method-icon,
.card-pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(47, 64, 80, .08), 0 6px 14px rgba(31, 46, 61, .06);
  flex: 0 0 auto;
}
.pay-method-icon svg,
.card-pay-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}
.pay-method-icon-usdt {
  background: #e9fbf5;
}
.pay-method-icon-card,
.card-pay-icon {
  background: #fff5e9;
}
.pay-method-body {
  display: block;
  min-width: 0;
}
.pay-method-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 1px 6px;
  border-radius: 999px;
  color: #0f806b;
  background: #e2f8ef;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}
.pay-method-card strong,
.pay-method-card em {
  display: block;
}
.pay-method-card strong {
  margin-bottom: 2px;
  color: #203244;
  font-size: 15px;
  font-weight: 800;
}
.pay-method-card em {
  max-width: 100%;
  color: #728294;
  font-size: 11px;
  font-style: normal;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recharge-form-panel {
  display: none;
}
.recharge-form-panel.active {
  display: block;
  animation: fadeInPanel .18s ease-out;
}
.recharge-layout .console-panel {
  border-radius: 9px;
}
.pay-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.usdt-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: #e9fbf5;
  box-shadow: inset 0 0 0 1px rgba(27, 162, 122, .14);
  flex: 0 0 auto;
}
.usdt-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}
.usdt-pay-panel {
  border-top: 3px solid #1ba27a;
}
.card-recharge-panel {
  border-top: 3px solid #fc9024;
}
.recharge-select-wrap:after {
  right: 14px;
  color: #67839c;
}
.recharge-select-wrap .pretty-select {
  height: 46px;
  min-height: 46px;
  line-height: 44px;
  padding: 0 44px 0 15px;
  border-radius: 7px;
  border: 1px solid #cfe1f2;
  color: #1f3040;
  background: linear-gradient(180deg, #fff, #f7fbff);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 7px 18px rgba(31, 143, 229, .06);
}
.recharge-select-wrap .pretty-select:hover {
  border-color: #9fc9eb;
  background: #fff;
}
.empty-network-note {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px dashed #d9e5ef;
  border-radius: 7px;
  color: #7b8794;
  background: #f8fafc;
  font-weight: 700;
}
.usdt-order-result {
  margin-bottom: 14px;
}
.usdt-order-card {
  overflow: hidden;
  border-top: 3px solid #1ba27a;
}
.usdt-order-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  color: #fff;
  background: linear-gradient(135deg, #173b36, #1ba27a);
}
.usdt-order-head span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
}
.usdt-order-head h3 {
  margin: 5px 0 4px;
  font-size: 28px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.usdt-order-head p {
  margin: 0;
  color: rgba(255,255,255,.75);
}
.usdt-order-head .status-badge {
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}
.usdt-pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px;
}
.usdt-pay-grid > div {
  position: relative;
  min-height: 72px;
  padding: 11px 44px 11px 12px;
  border-radius: 8px;
  background: #f7fafc;
  border: 1px solid #edf1f5;
}
.usdt-pay-grid > div > span {
  display: block;
  margin-bottom: 6px;
  color: #8b98a7;
  font-size: 12px;
  font-weight: 700;
}
.usdt-pay-grid > div > b {
  display: block;
  color: #21313f;
  font-size: 14px;
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
  word-break: break-all;
}
.usdt-pay-grid .copy-chip {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.usdt-pay-grid .pay-address-cell {
  grid-column: 1 / -1;
}
.usdt-order-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 18px;
}
.usdt-order-actions span {
  color: #7b8794;
  font-size: 12px;
  line-height: 1.5;
}
.recharge-record-table .btn + .btn {
  margin-left: 4px;
}
.recharge-record-table th,
.recharge-record-table td {
  min-width: 92px;
}
.recharge-record-table th:nth-child(3),
.recharge-record-table td:nth-child(3) {
  min-width: 240px;
}
.recharge-record-table th:last-child,
.recharge-record-table td:last-child {
  min-width: 122px;
}
.table-small-text {
  margin-top: 6px;
  color: #8b98a7;
  font-size: 12px;
  line-height: 1.45;
}
.mono-line {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Consolas, "Courier New", monospace;
}
.status-reviewing {
  background: #1f8fe5;
}
.recharge-confirm-box {
  padding: 22px 24px 8px;
}
.recharge-confirm-box h4 {
  margin: 0 0 8px;
  color: #17212b;
  font-weight: 800;
}
.confirm-amount {
  margin: 6px 0 16px;
  color: #1ba27a;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.confirm-grid {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px 12px;
  padding: 12px;
  border-radius: 8px;
  background: #f7fafc;
}
.confirm-grid span {
  color: #8b98a7;
  font-size: 12px;
  font-weight: 700;
}
.confirm-grid b {
  min-width: 0;
  color: #263747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recharge-confirm-box p {
  margin: 12px 0 0;
  color: #7b8794;
  line-height: 1.6;
}
.pay-page-head {
  align-items: flex-start;
}
.usdt-pay-page {
  position: relative;
}
.pay-hero-card {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 26px 28px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 10%, rgba(255,255,255,.28), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(102, 255, 199, .25), transparent 30%),
    linear-gradient(135deg, #10251f 0%, #154c3d 42%, #1ba27a 100%);
  box-shadow: 0 22px 48px rgba(19, 79, 63, .22);
}
.pay-hero-card:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 32px solid rgba(255,255,255,.08);
}
.pay-hero-main,
.pay-hero-status {
  position: relative;
  z-index: 1;
}
.pay-kicker {
  display: inline-flex;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.pay-hero-main h1 {
  margin: 12px 0 6px;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.pay-hero-main h1 small {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  font-weight: 800;
}
.pay-hero-main p {
  margin: 0;
  color: rgba(255,255,255,.72);
}
.pay-hero-status {
  min-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  text-align: right;
}
.pay-hero-status .status-badge {
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}
.pay-hero-status strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.pay-hero-status em {
  max-width: 260px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}
.pay-detail-grid {
  display: flex;
  flex-wrap: wrap;
}
.pay-detail-grid > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.pay-detail-grid .console-panel {
  flex: 1 1 auto;
  border-radius: 16px;
}
.qr-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background:
    linear-gradient(180deg, #ffffff, #f7fbff);
}
.qr-frame {
  position: relative;
  width: 260px;
  max-width: 100%;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(24, 44, 64, .12);
}
.qr-frame:before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(27,162,122,.32), rgba(31,143,229,.22));
}
.qr-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}
.qr-caption {
  margin-top: 18px;
  text-align: center;
}
.qr-caption strong {
  display: block;
  color: #173b36;
  font-size: 16px;
  font-weight: 900;
}
.qr-caption span {
  display: block;
  margin-top: 5px;
  color: #7b8794;
  font-size: 12px;
}
.pay-info-panel {
  padding: 18px;
}
.pay-info-row {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 34px;
  align-items: center;
  min-height: 58px;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  background: #f8fbfd;
}
.pay-info-row + .pay-info-row {
  margin-top: 10px;
}
.pay-info-row span {
  color: #7b8794;
  font-size: 12px;
  font-weight: 800;
}
.pay-info-row b {
  min-width: 0;
  color: #1c2f3f;
  font-size: 15px;
  line-height: 1.45;
  word-break: break-all;
  font-variant-numeric: tabular-nums;
}
.pay-info-row .copy-chip {
  justify-self: end;
}
.pay-info-row.important {
  border-color: rgba(27,162,122,.24);
  background: #effbf6;
}
.pay-info-row.important b {
  color: #118264;
  font-size: 22px;
  font-weight: 900;
}
.address-row {
  grid-template-columns: 92px minmax(0, 1fr) 34px;
}
.pay-warning {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  color: #8a5a00;
  background: #fff7e6;
  border: 1px solid #ffe3a6;
  line-height: 1.6;
}
.pay-warning i {
  margin-top: 3px;
}
.pay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.txid-note {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #5f6d7a;
  background: #f3f6f9;
  word-break: break-all;
}
.txid-note span {
  font-family: Consolas, "Courier New", monospace;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 12px;
}
.quick-card {
  display: block;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #edf1f5;
  color: #2f4050;
  background: #fbfcfe;
}
.quick-card i {
  display: block;
  margin-bottom: 10px;
  color: #1f8fe5;
  font-size: 22px;
}
.quick-card strong {
  display: block;
  font-size: 15px;
}
.quick-card span {
  color: #7b8794;
  font-size: 12px;
}
.profile-summary {
  text-align: center;
}
.profile-summary img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  margin-bottom: 10px;
}
.profile-summary h4 {
  margin: 0 0 6px;
  color: #17212b;
  font-weight: 700;
}
.identity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}
.identity-grid div {
  padding: 9px 8px;
  border-radius: 8px;
  background: #f6f9fc;
}
.identity-grid span,
.identity-grid strong {
  display: block;
}
.identity-grid span {
  color: #7b8794;
  font-size: 12px;
}
.identity-grid strong {
  margin-top: 4px;
  color: #1f3040;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}
.profile-summary p {
  margin: 0;
  color: #7b8794;
}
.api-example-list code {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #24445f;
  background: #f6f8fb;
  white-space: normal;
  word-break: break-all;
}
.api-key-panel {
  border-top: 3px solid #1f8fe5;
}
.api-key-card {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #e5edf5;
  background: linear-gradient(180deg, #fbfdff, #f6f9fc);
}
.api-key-card > span {
  display: block;
  margin-bottom: 8px;
  color: #8b98a7;
  font-size: 12px;
  font-weight: 800;
}
.api-key-copy-row {
  display: flex;
  gap: 8px;
}
.api-key-copy-row .form-control {
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
}
.api-key-card p {
  margin: 10px 0 0;
  color: #7b8794;
  line-height: 1.6;
}
.api-key-card code,
.api-doc-list code {
  color: #1f6fb2;
  background: #edf7ff;
  border-radius: 4px;
  padding: 2px 5px;
}
.api-key-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.api-doc-list {
  display: grid;
  gap: 10px;
}
.api-doc-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  padding: 13px;
  border-radius: 9px;
  border: 1px solid #edf1f5;
  background: #fbfcfe;
}
.api-doc-list strong {
  display: block;
  margin-bottom: 5px;
  color: #17212b;
  font-family: Consolas, "Courier New", monospace;
  word-break: break-all;
}
.api-doc-list p {
  margin: 0;
  color: #6b7b8d;
  line-height: 1.65;
}
.method-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.method-badge.get {
  background: #1f8fe5;
}
.method-badge.post {
  background: #18b99a;
}
.polished-api-examples {
  display: grid;
  gap: 10px;
}
.polished-api-examples code {
  border-left: 3px solid #1f8fe5;
  line-height: 1.65;
}
.api-safe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.api-safe-grid div {
  padding: 12px;
  border-radius: 8px;
  background: #f7fafc;
}
.api-safe-grid b,
.api-safe-grid span {
  display: block;
}
.api-safe-grid b {
  color: #2f4050;
}
.api-safe-grid span {
  margin-top: 4px;
  color: #7b8794;
  font-size: 12px;
}
@keyframes phonePulse {
  0% { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(31, 143, 229, .18); }
  100% { transform: translateY(0); box-shadow: none; }
}
@keyframes fadeInPanel {
  0% { opacity: 0; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}
.project-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}
.project-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: #1f8fe5;
  background: #eaf5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
}
.project-icon.is-voice {
  color: #8b5cf6;
  background: #f0ebff;
}
.project-icon.is-send {
  color: #f59e0b;
  background: #fff6df;
}
.project-info {
  min-width: 0;
}
.project-info h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #16202a;
}
.project-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #7c8a99;
  font-size: 12px;
}
.project-sub span {
  padding: 2px 7px;
  border-radius: 4px;
  background: #f6f8fa;
}
.project-sub span:nth-child(3) {
  color: #0f806b;
  background: #eafaf5;
}
.project-hint {
  margin-top: 7px;
  color: #7c8a99;
  font-size: 12px;
}
.project-side {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.project-price {
  min-width: 82px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
  text-align: right;
}
.project-price small {
  color: #8b98a7;
  font-weight: 400;
}
.project-price strong {
  color: #e74c3c;
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.btn-icon {
  width: 32px;
  padding-left: 0;
  padding-right: 0;
}
.take-project-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px 16px;
  padding: 14px 16px;
  border-radius: 6px;
  background: #f5f8fb;
}
.take-project-summary strong,
.take-project-summary span {
  display: block;
}
.take-project-summary span {
  margin-top: 4px;
  color: #7c8a99;
  font-size: 12px;
}
.take-project-summary b {
  color: #e74c3c;
  font-size: 20px;
}
.take-config-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 15px 16px;
}
.take-config-card {
  padding: 12px 14px;
  border-radius: 6px;
  background: #fbfcfe;
  border: 1px solid #edf1f5;
}
.take-config-card h5 {
  margin: 0 0 5px;
  color: #2f4050;
  font-weight: 700;
}
.take-config-card p {
  margin: 0;
  color: #7c8a99;
  font-size: 12px;
}
.take-config-form {
  padding-top: 15px;
}
.take-config-form .alert {
  margin-bottom: 0;
}
.empty-state {
  padding: 42px 20px;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  color: #7c8a99;
}
.empty-state i {
  font-size: 32px;
  color: #b7c1cc;
}
.empty-state h4 {
  margin: 12px 0 6px;
  color: #2f4050;
  font-weight: 700;
}
.rail-empty {
  padding: 30px 15px;
}
.record-card-grid {
  display: grid;
  gap: 12px;
}
.record-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #edf1f5;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.record-card:hover {
  border-color: #d7e7f7;
  box-shadow: 0 10px 24px rgba(31, 143, 229, .08);
  transform: translateY(-1px);
}
.record-card-main {
  min-width: 0;
  flex: 1;
}
.record-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.record-title-row h3 {
  margin: 0;
  color: #17212b;
  font-size: 17px;
  font-weight: 700;
}
.record-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.record-meta-row span {
  padding: 4px 8px;
  border-radius: 5px;
  color: #637487;
  background: #f6f8fb;
  font-size: 12px;
}
.record-remark {
  margin: 10px 0 0;
  color: #7b8794;
  line-height: 1.6;
}
.record-card-actions,
.record-card-side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.record-card-side {
  min-width: 150px;
  flex-direction: column;
  align-items: flex-end;
  color: #8b98a7;
  font-size: 12px;
}
.record-card-side strong {
  margin-top: 6px;
  color: #2f4050;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.number-record-card .record-title-row h3 {
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}
.order-table-wrap {
  background: #fff;
}
.number-console-table > tbody > tr > td {
  vertical-align: middle;
  border-top-color: #edf1f5;
}
.number-table-row {
  transition: background .18s ease, opacity .18s ease;
}
.number-table-row:hover {
  background: #fbfdff;
}
.number-table-row.is-archived {
  background: #fafbfc;
}
.number-title-line,
.code-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.number-title-line strong {
  color: #17212b;
  font-size: 18px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.number-subline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.number-subline span {
  padding: 3px 7px;
  border-radius: 5px;
  color: #637487;
  background: #f6f8fb;
  font-size: 12px;
}
.number-subline.muted-line span {
  color: #7b8794;
  background: #fbfcfe;
}
.code-content-cell {
  min-width: 220px;
}
.code-content-cell .sms-content {
  max-width: 360px;
  margin-top: 8px;
  color: #526173;
  line-height: 1.55;
}
.remark-cell {
  min-width: 150px;
}
.remark-cell > div + div {
  margin-top: 7px;
}
.mini-label {
  display: inline-block;
  min-width: 34px;
  margin-right: 6px;
  color: #8b98a7;
  font-size: 12px;
  font-weight: 700;
}
.remark-cell strong {
  color: #2f4050;
  font-weight: 600;
}
.table-action-cell {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.table-action-cell .btn {
  border-radius: 5px;
}
.favorite-card-grid,
.number-pool-grid {
  margin-bottom: 14px;
}
.favorite-record-card .record-card-actions {
  gap: 8px;
  flex-wrap: wrap;
}
.favorite-record-card.is-removing,
.record-card.is-removing {
  opacity: .45;
}
.favorite-record-card .record-remark,
.number-record-card .record-remark {
  max-width: 680px;
}
.record-meta-row b {
  color: #526173;
  font-weight: 700;
}
.number-pool-grid .record-card {
  position: relative;
  overflow: hidden;
}
.number-pool-grid .record-card:after {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 999px 0 0 999px;
  background: #dfe8f1;
}
.number-pool-grid .number-record-card:hover:after {
  background: #1f8fe5;
}
.sms-modal-form .form-control {
  border-color: #dfe8f1;
  box-shadow: none;
}
.sms-modal-form .form-control:focus {
  border-color: #66afe9;
  box-shadow: 0 0 0 3px rgba(31, 143, 229, .12);
}
.record-empty {
  grid-column: 1 / -1;
}
.project-load-state {
  margin-top: 10px;
  padding: 9px 10px;
  border-radius: 6px;
  color: #8b98a7;
  background: #f6f8fb;
  font-size: 12px;
  text-align: center;
}
.project-load-state.is-loading {
  color: #1684e2;
}
.project-load-state.is-end {
  color: #b0bac5;
}
.code-pill {
  display: inline-block;
  min-width: 78px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #eef6ff;
  color: #1f6fb2;
  font-weight: 700;
  text-align: center;
}
.countdown {
  color: #f39c12;
  font-weight: 700;
}
.user-auth {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: #eaf7ff;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.18), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(61,179,197,.28), transparent 34%),
    linear-gradient(110deg, rgba(39,70,133,.92), rgba(61,179,197,.84)),
    url("../img/landing/hero-bg.jpg") center/cover no-repeat;
}
.user-auth:before,
.user-auth:after {
  content: "";
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
}
.user-auth:before {
  width: 420px;
  height: 420px;
  left: -160px;
  bottom: 10%;
  background: rgba(255,255,255,.10);
}
.user-auth:after {
  width: 580px;
  height: 580px;
  right: -220px;
  top: -180px;
  background: rgba(255,255,255,.09);
}
.auth-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 420px);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  width: min(1080px, calc(100% - 48px));
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  padding: clamp(34px, 6vh, 68px) 0;
}
.auth-intro {
  max-width: 600px;
}
.auth-brand {
  display: inline-flex;
  margin-bottom: 52px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.auth-kicker {
  display: block;
  margin-bottom: 18px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
}
.auth-intro h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.auth-intro p {
  max-width: 500px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
.auth-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.auth-points span {
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.11);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.user-auth .login-screen {
  width: 100%;
  max-width: 420px;
  justify-self: end;
  padding: 0;
  margin: 0;
}
.user-auth .well {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 34px 88px rgba(18, 48, 91, .28);
  overflow: hidden;
  padding: 0;
  backdrop-filter: blur(18px);
}
.user-auth .login-head {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 0, rgba(61,179,197,.36), transparent 34%),
    linear-gradient(135deg, #162b45, #243d73);
  color: #fff;
  padding: 30px 36px 28px;
}
.user-auth .login-head:after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -52px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
}
.user-auth .login-head h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.03em;
}
.user-auth .login-head p {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 8px 0 0;
  color: rgba(234,247,255,.78) !important;
  font-weight: 700;
}
.user-auth .login-form {
  padding: 30px 36px 34px;
}
.user-auth #login-form,
.user-auth #register-form {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.user-auth .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 16px;
}
.user-auth #login-form > .input-group,
.user-auth #register-form > .input-group {
  display: grid !important;
  grid-template-columns: 46px minmax(0, 1fr);
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 16px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-collapse: separate !important;
}
.user-auth .input-group-addon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-color: #dfe8f3;
  border-right: 0;
  border-radius: 14px 0 0 14px;
  background: #f8fbff;
  color: #273a51;
}
.user-auth #login-form > .input-group > .input-group-addon,
.user-auth #register-form > .input-group > .input-group-addon {
  display: flex !important;
}
.user-auth .form-control {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 46px;
  border-color: #dfe8f3;
  border-radius: 0 14px 14px 0;
  box-shadow: none;
  color: #1f2d3d;
}
.user-auth #login-form > .input-group > .form-control,
.user-auth #register-form > .input-group > .form-control {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}
.user-auth .form-control:focus {
  border-color: #3db3c5;
  box-shadow: 0 0 0 3px rgba(61,179,197,.14);
}
.user-auth .input-group .form-control:first-child {
  border-radius: 14px 0 0 14px;
}
.user-auth .btn {
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.user-auth .input-group-btn {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
}
.user-auth .input-group-btn .btn,
.user-auth .input-group-btn img {
  height: 46px;
  min-width: 108px;
  border-radius: 0 14px 14px 0;
}
.user-auth .checkbox,
.user-auth .btn-forgot,
.user-auth .btn-link {
  color: #345069;
  font-weight: 700;
}
.user-auth .form-group.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.user-auth .auth-form-options {
  min-height: 24px;
  margin: 2px 0 18px;
  line-height: 1;
}
.user-auth .form-group.clearfix:before,
.user-auth .form-group.clearfix:after {
  display: none;
}
.user-auth .checkbox.pull-left,
.user-auth .btn-forgot.pull-right {
  float: none !important;
}
.user-auth .auth-check {
  display: flex;
  align-items: center;
  min-height: 24px;
  margin: 0 !important;
  padding: 0;
}
.user-auth .checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  padding-left: 0;
  color: #345069;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.user-auth .auth-check input[type="checkbox"] {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0 !important;
  border: 1px solid #c9d8ea;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(36, 61, 115, .08);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.user-auth .auth-check input[type="checkbox"]:checked {
  border-color: #2f8fb9;
  background: linear-gradient(135deg, #2b5a9a, #39adbd);
  box-shadow: 0 8px 16px rgba(45, 113, 161, .22);
}
.user-auth .auth-check input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.user-auth .auth-check input[type="checkbox"]:hover {
  transform: translateY(-1px);
  border-color: #39adbd;
}
.user-auth .auth-check input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(61,179,197,.16);
}
.user-auth .btn-forgot {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  font-size: 13px;
  line-height: 1;
}
.user-auth .btn-primary {
  min-height: 46px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #243d73, #3db3c5);
  box-shadow: 0 16px 34px rgba(36,61,115,.20);
  font-weight: 900;
}
.user-auth .btn-primary:hover,
.user-auth .btn-primary:focus {
  background: linear-gradient(135deg, #1d315e, #35a7b8);
  transform: translateY(-1px);
}
.user-auth .btn-default {
  min-height: 46px;
  border-color: #dfe8f3;
  border-radius: 14px;
  color: #26384e;
  background: #fff;
  font-weight: 800;
}
.user-auth .btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  white-space: normal;
}
.user-auth .btn-link.btn-block {
  min-height: auto;
  padding-top: 12px;
  padding-bottom: 0;
}
.user-auth .btn-link:hover,
.user-auth .btn-forgot:hover {
  color: #2d71a1;
}
.user-auth .form-group {
  margin-bottom: 16px;
}
.user-auth .msg-box,
.user-auth .n-default,
.user-auth .n-right,
.user-auth .n-left {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 7px 0 0 !important;
  padding-left: 46px;
  color: #e55b5b;
  font-size: 12px;
  flex: 0 0 100%;
  line-height: 1.45;
  white-space: normal !important;
  word-break: break-word;
  text-align: left;
}
.user-auth .n-right,
.user-auth .n-left {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}
.user-auth .n-ok {
  color: #1ba27a;
}
.user-auth .has-error .form-control,
.user-auth .form-control.n-invalid {
  border-color: #e55b5b;
}
@media (max-width: 991px) {
  .auth-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 100vh;
    min-height: 100dvh;
    align-content: center;
    justify-items: center;
    padding: 34px 0;
  }
  .auth-intro {
    max-width: 100%;
    text-align: center;
  }
  .auth-brand {
    margin-bottom: 22px;
  }
  .auth-intro h1 {
    margin: 0 auto;
    font-size: clamp(34px, 8vw, 54px);
  }
  .auth-intro p {
    margin-left: auto;
    margin-right: auto;
  }
  .auth-points {
    justify-content: center;
  }
  .user-auth .login-screen {
    justify-self: center;
  }
  .take-workbench {
    grid-template-columns: 1fr;
  }
  .take-config-panel,
  .active-phone-panel,
  .take-left-panel,
  .take-side-panel {
    position: static;
  }
  .phone-center-panel {
    min-height: 0;
  }
  .project-list-rail,
  .phone-focus-list {
    max-height: none;
  }
  .take-side-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pay-hero-card {
    flex-direction: column;
  }
  .pay-hero-status {
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }
  .project-panel-header {
    align-items: stretch;
    flex-direction: column;
  }
  .project-row,
  .project-side {
    align-items: stretch;
    flex-direction: column;
  }
  .project-search {
    width: 100%;
  }
  .project-side {
    gap: 8px;
  }
  .project-price {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .auth-shell {
    width: min(100% - 28px, 420px);
    gap: 20px;
    padding: 22px 0 30px;
  }
  .auth-intro p,
  .auth-points {
    display: none;
  }
  .user-auth .login-head {
    padding: 24px 24px 22px;
  }
  .user-auth .login-form {
    padding: 24px;
  }
  .user-auth .form-group.clearfix {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .user-auth .msg-box,
  .user-auth .n-default,
  .user-auth .n-right,
  .user-auth .n-left {
    padding-left: 0;
  }
  .user-console.fixed .content-wrapper {
    padding-top: 50px !important;
  }
  .user-console.fixed .main-sidebar {
    padding-top: 50px;
  }
  .user-console .content {
    padding: 10px !important;
  }
  .console-page-head,
  .console-hero {
    flex-direction: column;
    align-items: flex-start;
  }
  .console-page-head,
  .compact-hero {
    padding: 16px;
  }
  .project-panel-header,
  .panel-heading-lite {
    align-items: flex-start;
    flex-direction: column;
  }
  .console-actions,
  .console-actions .btn,
  .panel-heading-lite .btn-group {
    width: 100%;
  }
  .panel-heading-lite .btn-group .btn {
    width: 25%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .take-config-grid {
    grid-template-columns: 1fr;
  }
  .take-left-head,
  .phone-center-head {
    flex-direction: column;
  }
  .phone-info-grid,
  .config-inline {
    grid-template-columns: 1fr;
  }
  .take-side-panel {
    grid-template-columns: 1fr;
  }
  .project-list-rail .project-row,
  .project-list-rail .project-side {
    align-items: stretch;
    flex-direction: column;
  }
  .project-list-rail .project-row {
    display: flex;
  }
  .project-list-rail .project-info h4 {
    max-width: none;
  }
  .project-list-rail .project-side {
    align-items: stretch;
  }
  .project-actions {
    flex-direction: row;
    justify-content: flex-start;
  }
  .record-card,
  .record-card-side,
  .record-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .record-card-side {
    min-width: 0;
  }
  .phone-focus-card .phone-card-head strong {
    font-size: 24px;
  }
  .usdt-pay-grid {
    grid-template-columns: 1fr;
  }
  .usdt-order-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .pay-hero-card {
    padding: 22px 18px;
    border-radius: 14px;
  }
  .pay-hero-main h1 {
    font-size: 38px;
  }
  .pay-info-row {
    grid-template-columns: 1fr 34px;
    gap: 8px;
  }
  .pay-info-row span {
    grid-column: 1 / -1;
  }
  .qr-frame {
    width: 220px;
  }
  .pay-actions .btn {
    width: 100%;
  }
  .pay-method-grid {
    grid-template-columns: 1fr;
  }
  .api-key-copy-row,
  .api-key-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .api-doc-list article,
  .api-safe-grid {
    grid-template-columns: 1fr;
  }
}
