/* Proxy IP tools family: /tools/IPget.html and /tools/IPdebug.html */
body.ui-v2.page-tools-v3 {
  overflow-x: hidden;
  color: var(--ui-color-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(22, 119, 255, 0.1), transparent 28rem),
    linear-gradient(180deg, #f2f7ff 0, #f7f9fc 28rem, #f5f8fc 100%);
}

body.ui-v2.page-tools-v3 #section {
  min-width: 0;
  padding-bottom: 0 !important;
  background: transparent;
}

body.ui-v2.page-tools-v3 #section .banner {
  position: relative;
  height: 260px;
  min-height: 260px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 42%, rgba(56, 214, 232, 0.2), transparent 21rem),
    linear-gradient(115deg, #041632 0%, #08275a 52%, #075fb7 100%);
}

body.ui-v2.page-tools-v3 #section .banner::before,
body.ui-v2.page-tools-v3 #section .banner::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

body.ui-v2.page-tools-v3 #section .banner::before {
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(80, 158, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 158, 255, 0.11) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

body.ui-v2.page-tools-v3 #section .banner::after {
  top: 38px;
  right: max(var(--ui-page-gutter), calc((100% - var(--ui-content-width)) / 2));
  width: 260px;
  height: 160px;
  border: 1px solid rgba(110, 216, 255, 0.3);
  border-radius: 26px;
  box-shadow:
    -28px 28px 0 -1px rgba(8, 70, 142, 0.42),
    inset 0 0 48px rgba(56, 214, 232, 0.08);
  transform: rotate(-5deg);
}

body.ui-v2.page-tools-v3 #section .banner .carousel,
body.ui-v2.page-tools-v3 #section .banner .banner-item {
  width: 100%;
  height: 100%;
  min-width: 0;
}

body.ui-v2.page-tools-v3 #section .banner .banner-item-1 {
  position: relative;
  background: transparent !important;
}

body.ui-v2.page-tools-v3 #section .banner .banner-item-1 > .image {
  position: absolute;
  inset: 0;
  opacity: 0.16;
}

body.ui-v2.page-tools-v3 #section .banner .banner-item-1 > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.ui-v2.page-tools-v3 #section .banner .banner-item-2 {
  display: none;
}

body.ui-v2.page-tools-v3 #section .banner .content.payment-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: auto !important;
  right: auto !important;
  width: min(calc(100% - (2 * var(--ui-page-gutter))), var(--ui-content-width)) !important;
  max-width: var(--ui-content-width) !important;
  min-width: 0 !important;
  height: 100%;
  margin: 0 auto !important;
  padding: 0;
  color: #fff;
}

body.ui-v2.page-tools-v3 #section .banner .content .line {
  display: none;
}

body.ui-v2.page-tools-v3 .tools-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #70e7f6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

body.ui-v2.page-tools-v3 .tools-hero-kicker::before {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

body.ui-v2.page-tools-v3 #section .banner h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

body.ui-v2.page-tools-v3 .tools-hero-summary {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(225, 239, 255, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

body.ui-v2.page-tools-v3 #section .section-content {
  position: relative;
  z-index: 3;
  min-width: 0;
  background: transparent;
}

body.ui-v2.page-tools-v3 #section .section-content .content-bar {
  width: min(calc(100% - (2 * var(--ui-page-gutter))), var(--ui-content-width));
  max-width: var(--ui-content-width);
  min-width: 0;
  margin: -30px auto 0 !important;
  padding: 0 0 72px;
  box-sizing: border-box;
}

body.ui-v2.page-tools-v3 #section .chose-setting {
  position: relative;
  z-index: 3;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(128px, 1fr));
  gap: 6px;
  margin: 0 0 18px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(7, 37, 82, 0.16);
  backdrop-filter: blur(14px);
}

body.ui-v2.page-tools-v3 #section .chose-setting .chose-setting-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--ui-color-text-secondary);
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: color var(--ui-duration-fast), background var(--ui-duration-fast), box-shadow var(--ui-duration-fast), transform var(--ui-duration-fast);
}

body.ui-v2.page-tools-v3 #section .chose-setting .chose-setting-btn:hover {
  color: var(--ui-color-primary-600);
  background: var(--ui-color-primary-50);
}

body.ui-v2.page-tools-v3 #section .chose-setting .chose-setting-btn.active {
  color: #fff;
  background: linear-gradient(135deg, var(--ui-color-primary-500), #0868e8);
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.24);
}

body.ui-v2.page-tools-v3 #section .tools-workspace {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 20px;
  min-width: 0;
}

body.ui-v2.page-tools-v3 #section .section-content .content-left,
body.ui-v2.page-tools-v3 #section .section-content .content-right {
  width: auto;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
}

body.ui-v2.page-tools-v3 #section .debugging-tool,
body.ui-v2.page-tools-v3 #section .request-txt,
body.ui-v2.page-tools-v3 #section .help-bar {
  border: 1px solid var(--ui-color-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--ui-shadow-sm);
  box-sizing: border-box;
}

body.ui-v2.page-tools-v3 #section .debugging-tool {
  margin: 0 !important;
  padding: 30px !important;
}

body.ui-v2.page-tools-v3 #section .debugging-tool ul {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

body.ui-v2.page-tools-v3 #section .debugging-tool ul li {
  min-width: 0;
  min-height: 44px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body.ui-v2.page-tools-v3 #section .debugging-tool ul li:last-child {
  margin-bottom: 0;
}

body.ui-v2.page-tools-v3 #section .debugging-tool input,
body.ui-v2.page-tools-v3 #section .debugging-tool select,
body.ui-v2.page-tools-v3 #section .qg-text-item,
body.ui-v2.page-tools-v3 #section .qg-select-item .title {
  min-width: 0;
  height: 44px;
  border: 1px solid #c7d5e8 !important;
  border-radius: 9px;
  color: var(--ui-color-text);
  background: #fbfdff;
  box-sizing: border-box;
  transition: border-color var(--ui-duration-fast), box-shadow var(--ui-duration-fast), background var(--ui-duration-fast);
}

body.ui-v2.page-tools-v3 #section .debugging-tool input {
  padding: 0 13px;
  font-size: 14px;
}

body.ui-v2.page-tools-v3 #section .qg-text-item,
body.ui-v2.page-tools-v3 #section .qg-select-item .title {
  display: flex;
  align-items: center;
}

body.ui-v2.page-tools-v3 #section .qg-select-item .title {
  width: 100%;
}

body.ui-v2.page-tools-v3 #section .qg-text-item > input,
body.ui-v2.page-tools-v3 #section .qg-select-item .title > .search-inp,
body.ui-v2.page-tools-v3 #section .qg-select-item .title > .hidePass {
  height: 42px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ui-v2.page-tools-v3 #section .qg-select-item .title > .search-inp {
  flex: 1 1 auto;
  width: 0 !important;
  min-width: 0;
  padding-right: 4px;
}

body.ui-v2.page-tools-v3 #section .qg-select-item .title > .to-right-icon {
  flex: 0 0 10px;
  margin: 0 13px 0 8px;
  opacity: 0.78;
}

body.ui-v2.page-tools-v3 #section .debugging-tool input:hover,
body.ui-v2.page-tools-v3 #section .debugging-tool .qg-text-item:hover,
body.ui-v2.page-tools-v3 #section .debugging-tool .qg-select-item .title:hover {
  border-color: #8eacd2 !important;
  background: #fff;
}

body.ui-v2.page-tools-v3 #section .debugging-tool input:focus,
body.ui-v2.page-tools-v3 #section .debugging-tool .qg-text-item:focus-within,
body.ui-v2.page-tools-v3 #section .debugging-tool .qg-select-item .title:focus-within {
  border-color: var(--ui-color-primary-500) !important;
  box-shadow: var(--ui-shadow-focus);
  outline: 0;
}

body.ui-v2.page-tools-v3 #section .qg-select-item .drop-down-box {
  z-index: 30;
  overflow: hidden;
  border: 1px solid #c7d5e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--ui-shadow-md);
}

body.ui-v2.page-tools-v3 #section .qg-btn,
body.ui-v2.page-tools-v3 #section .free-try {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--ui-color-primary-500), var(--ui-color-primary-600)) !important;
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.2);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: transform var(--ui-duration-fast), box-shadow var(--ui-duration-fast), filter var(--ui-duration-fast);
}

body.ui-v2.page-tools-v3 #section .qg-btn:hover,
body.ui-v2.page-tools-v3 #section .free-try:hover {
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.28);
  filter: brightness(1.03);
  transform: translateY(-1px);
}

body.ui-v2.page-tools-v3 #section .free-try {
  margin-left: 16px;
  background: linear-gradient(135deg, #ff9f2e, #f47b20) !important;
  box-shadow: 0 8px 18px rgba(244, 123, 32, 0.2);
}

body.ui-v2.page-tools-v3 #section .help-bar {
  position: sticky;
  top: 92px;
  padding: 22px;
}

body.ui-v2.page-tools-v3 #section .help-item + .help-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--ui-color-border);
}

body.ui-v2.page-tools-v3 #section .help-item .help-item-title {
  margin: 0 0 16px;
  padding: 0;
  color: var(--ui-color-text);
  background: transparent;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

body.ui-v2.page-tools-v3 #section .help-item ul {
  margin: 0;
  padding: 0;
}

body.ui-v2.page-tools-v3 #section .help-item li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 18px;
  color: var(--ui-color-text-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.ui-v2.page-tools-v3 #section .help-item li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-color-primary-400);
  content: "";
}

body.ui-v2.page-tools-v3 #section .help-item a {
  color: var(--ui-color-text-secondary);
  transition: color var(--ui-duration-fast);
}

body.ui-v2.page-tools-v3 #section .help-item a:hover {
  color: var(--ui-color-primary-600);
}

body.ui-v2.page-tools-v3 #section .request-txt {
  max-width: 100%;
  margin-top: 20px;
  padding: 28px;
  overflow-x: auto;
}

body.ui-v2.page-tools-v3 #section .request-txt-title {
  color: var(--ui-color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

body.ui-v2.page-tools-v3 #section .request-table {
  width: 100%;
  min-width: 640px;
  margin: 12px 0 28px;
  overflow: hidden;
  border: 1px solid var(--ui-color-border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}

body.ui-v2.page-tools-v3 #section .request-table thead {
  background: #eef5ff;
}

body.ui-v2.page-tools-v3 #section .request-table thead th,
body.ui-v2.page-tools-v3 #section .request-table tbody td {
  padding: 13px 14px;
  border: 0;
  border-right: 1px solid var(--ui-color-border);
  border-bottom: 1px solid var(--ui-color-border);
  color: var(--ui-color-text-secondary);
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

body.ui-v2.page-tools-v3 #section .request-table thead th {
  color: var(--ui-color-text);
  font-weight: 700;
}

body.ui-v2.page-tools-v3 #section .request-table tr > *:last-child {
  border-right: 0;
}

body.ui-v2.page-tools-v3 #section .request-table tbody tr:last-child td {
  border-bottom: 0;
}

body.ui-v2.page-tools-v3 #section .request-table tbody tr:nth-child(even) {
  background: #f8faff;
}

body.ui-v2.page-tools-v3 #section .error-code {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 12px 0 26px;
  padding: 18px;
  border-radius: 10px;
  background: #f7f9fd;
}

body.ui-v2.page-tools-v3 #section .error-code .request-txt-title {
  margin: 0;
  color: var(--ui-color-text-secondary);
  font-size: 13px;
  font-weight: 500;
}

body.ui-v2.page-tools-v3 #section .code-box {
  display: block;
  min-width: 0;
  max-width: 100%;
}

body.ui-v2.page-tools-v3 #section .code-box pre,
body.ui-v2.page-tools-v3 #section .info pre {
  max-width: 100%;
  margin: 12px 0 28px;
  padding: 18px;
  overflow: auto;
  border: 1px solid rgba(90, 158, 255, 0.16);
  border-radius: 12px;
  color: #cfe4ff;
  background: #06162f;
  font: 13px/1.7 Consolas, "SFMono-Regular", Menlo, monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Extract tool */
body.ui-v2.page-tools-extract-v3 #section .form-ul > li {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.ui-v2.page-tools-extract-v3 #section .form-ul > li > .li-title {
  flex: 0 0 108px;
  width: 108px;
  color: var(--ui-color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

body.ui-v2.page-tools-extract-v3 #section .AuthKeyInput,
body.ui-v2.page-tools-extract-v3 #section .authkey-li .qg-select-item {
  width: min(100%, 430px);
}

body.ui-v2.page-tools-extract-v3 #section .keepAlive .alivekeep-item {
  flex: 0 0 140px;
  width: 140px;
}

body.ui-v2.page-tools-extract-v3 #section .keepAlive .li-tip {
  white-space: nowrap;
}

body.ui-v2.page-tools-extract-v3 #section .address-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 12px;
  width: min(100%, 520px);
}

body.ui-v2.page-tools-extract-v3 #section .address-box .qg-select-item {
  width: 100%;
  margin: 0;
}

body.ui-v2.page-tools-extract-v3 #section .radio-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  min-width: 0;
}

body.ui-v2.page-tools-extract-v3 #section .radio-box .qg-radio-item {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 0 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: color var(--ui-duration-fast), background var(--ui-duration-fast);
}

body.ui-v2.page-tools-extract-v3 #section .radio-box .qg-radio-item:hover {
  color: var(--ui-color-primary-600);
  background: var(--ui-color-primary-50);
}

body.ui-v2.page-tools-extract-v3 #section .radio-box .qg-radio-item .select-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1.5px solid #91a8c4;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

body.ui-v2.page-tools-extract-v3 #section .radio-box .qg-radio-item[toggle="true"] .select-icon {
  border-color: var(--ui-color-primary-500);
}

body.ui-v2.page-tools-extract-v3 #section .radio-box .qg-radio-item[toggle="true"] .select-icon::after {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--ui-color-primary-500);
  content: "";
}

body.ui-v2.page-tools-extract-v3 #section .radio-box .qg-radio-item em {
  margin-left: 7px;
  color: inherit;
}

body.ui-v2.page-tools-extract-v3 #section .debugging-tool .toggle-line-box {
  flex: 1 1 320px;
  max-width: 540px;
  min-width: 200px;
  border-radius: 999px;
  background: #dfe8f4;
}

body.ui-v2.page-tools-extract-v3 #section .debugging-tool .toggle-num-box .toggle-num-txt {
  width: 58px;
  padding: 0 8px;
}

body.ui-v2.page-tools-extract-v3 #section .datatype-area {
  width: 100%;
}

body.ui-v2.page-tools-extract-v3 #section .datatype-area > li {
  width: 100%;
}

body.ui-v2.page-tools-extract-v3 #section #LinkBar {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--ui-color-border);
}

body.ui-v2.page-tools-extract-v3 #section #LinkBar .qg-text-item {
  width: auto;
}

body.ui-v2.page-tools-extract-v3 #section .demo-bar {
  border-radius: 10px;
  background: #f4f7fc;
}

/* Debug tool */
body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way {
  display: grid;
  grid-template-columns: 88px 150px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--ui-color-border);
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way p {
  margin: 0;
  color: var(--ui-color-text-secondary);
  font-size: 14px;
  font-weight: 600;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .way,
body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .url,
body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .qg-select-item {
  width: 100%;
  min-width: 0;
  height: 44px !important;
  margin: 0;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .url {
  border: 1px solid #c7d5e8 !important;
  border-left: 0 !important;
  border-radius: 0 9px 9px 0;
  background: #fbfdff !important;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .url > input {
  height: 42px !important;
  border: 0 !important;
  border-radius: inherit;
  background: transparent !important;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .way .qg-select-item .title {
  height: 44px !important;
  border-radius: 9px 0 0 9px;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 24px;
  align-items: stretch;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface > ul {
  width: 100% !important;
  min-width: 0;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface ul li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface ul li > span {
  color: var(--ui-color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-txt,
body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-select,
body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .qg-select-item,
body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface input {
  width: 100% !important;
  min-width: 0;
  margin: 0;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-txt,
body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-select {
  height: 44px !important;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-txt input {
  height: 44px !important;
  border: 1px solid #c7d5e8 !important;
  border-radius: 9px !important;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-select .qg-select-item .title {
  height: 44px !important;
  border: 1px solid #c7d5e8 !important;
  border-radius: 9px !important;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-select .qg-select-item .title > input {
  height: 42px !important;
  border: 0 !important;
  background: transparent !important;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .input-select {
  margin-left: 0;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .info {
  position: relative;
  display: block !important;
  width: 100% !important;
  min-width: 0;
  min-height: 100%;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(82, 137, 213, 0.2);
  border-radius: 14px;
  background: #06162f;
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .info::before {
  display: block;
  height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(126, 180, 255, 0.16);
  color: #86a9d8;
  font: 600 12px/42px var(--ui-font-sans);
  letter-spacing: 0.12em;
  content: "RESPONSE PREVIEW";
}

body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .info pre {
  min-height: 360px;
  margin: 0;
  border: 0;
  border-radius: 0;
}

body.ui-v2.page-tools-debug-v3 #section #submit {
  width: 132px;
}

@media (max-width: 1100px) {
  body.ui-v2.page-tools-v3 #section .tools-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  body.ui-v2.page-tools-v3 #section .help-bar {
    position: static;
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface {
    grid-template-columns: minmax(0, 1fr);
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .info {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  body.ui-v2.page-tools-v3 #section .banner {
    height: 210px;
    min-height: 210px;
  }

  body.ui-v2.page-tools-v3 #section .banner::after {
    top: 40px;
    right: -92px;
    width: 210px;
    height: 128px;
    opacity: 0.68;
  }

  body.ui-v2.page-tools-v3 #section .banner .content.payment-content {
    width: calc(100% - 32px);
  }

  body.ui-v2.page-tools-v3 .tools-hero-kicker {
    margin-bottom: 9px;
    font-size: 10px;
  }

  body.ui-v2.page-tools-v3 .tools-hero-summary {
    max-width: calc(100% - 40px);
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  body.ui-v2.page-tools-v3 #section .section-content .content-bar {
    width: calc(100% - 24px);
    margin-top: -22px !important;
    padding-bottom: 48px;
  }

  body.ui-v2.page-tools-v3 #section .chose-setting {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    box-sizing: border-box;
  }

  body.ui-v2.page-tools-v3 #section .chose-setting .chose-setting-btn {
    width: 100%;
    height: 42px;
    padding: 0 12px;
  }

  body.ui-v2.page-tools-v3 #section .debugging-tool,
  body.ui-v2.page-tools-v3 #section .request-txt,
  body.ui-v2.page-tools-v3 #section .help-bar {
    border-radius: 14px;
  }

  body.ui-v2.page-tools-v3 #section .debugging-tool {
    padding: 18px !important;
  }

  body.ui-v2.page-tools-v3 #section .request-txt,
  body.ui-v2.page-tools-v3 #section .help-bar {
    padding: 18px;
  }

  body.ui-v2.page-tools-v3 #section .error-code {
    grid-template-columns: minmax(0, 1fr);
  }

  body.ui-v2.page-tools-extract-v3 #section .form-ul > li {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
  }

  body.ui-v2.page-tools-extract-v3 #section .form-ul > li > .li-title {
    flex: 0 0 100%;
    width: 100%;
  }

  body.ui-v2.page-tools-extract-v3 #section .authkey-li > div,
  body.ui-v2.page-tools-extract-v3 #section .AuthKeyInput,
  body.ui-v2.page-tools-extract-v3 #section .authkey-li .qg-select-item,
  body.ui-v2.page-tools-extract-v3 #section .qg-text-item {
    width: 100% !important;
    max-width: 100%;
  }

  body.ui-v2.page-tools-extract-v3 #section .free-try {
    margin-left: 0;
  }

  body.ui-v2.page-tools-extract-v3 #section .keepAlive {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
  }

  body.ui-v2.page-tools-extract-v3 #section .keepAlive > .li-title {
    grid-column: 1 / -1;
  }

  body.ui-v2.page-tools-extract-v3 #section .keepAlive .alivekeep-item {
    width: 100% !important;
  }

  body.ui-v2.page-tools-extract-v3 #section .keepAlive .li-tip {
    padding: 0 4px;
    color: var(--ui-color-text-muted);
    line-height: 44px;
  }

  body.ui-v2.page-tools-extract-v3 #section .extract_li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 76px;
    align-items: end !important;
    column-gap: 12px !important;
    padding-bottom: 34px !important;
  }

  body.ui-v2.page-tools-extract-v3 #section .extract_li > .li-title,
  body.ui-v2.page-tools-extract-v3 #section .extract_li > .prompt {
    grid-column: 1 / -1;
  }

  body.ui-v2.page-tools-extract-v3 #section .extract_li .toggle-num-box {
    width: 76px;
    justify-self: end;
  }

  body.ui-v2.page-tools-extract-v3 #section .extract_li .toggle-line-box {
    width: 100% !important;
    max-width: none;
    min-width: 0;
  }

  body.ui-v2.page-tools-extract-v3 #section .address-box {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  body.ui-v2.page-tools-extract-v3 #section .radio-box {
    width: 100%;
  }

  body.ui-v2.page-tools-extract-v3 #section .debugging-tool .toggle-line-box {
    flex: 1 1 calc(100% - 76px);
    min-width: 180px;
  }

  body.ui-v2.page-tools-extract-v3 #section .debugging-tool .toggle-line-box .toggle-line-node,
  body.ui-v2.page-tools-extract-v3 #section .debugging-tool .toggle-line-box .toggle-line-dot {
    left: 0 !important;
    width: 100% !important;
  }

  body.ui-v2.page-tools-extract-v3 #section .debugging-tool .toggle-line-box .toggle-line-node span,
  body.ui-v2.page-tools-extract-v3 #section .debugging-tool .toggle-line-box .toggle-line-dot span {
    width: auto;
    min-width: 24px;
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .url {
    border-left: 1px solid #c7d5e8 !important;
    border-radius: 9px;
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .request-way .way .qg-select-item .title {
    border-radius: 9px;
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface ul li {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 18px;
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface ul li > span {
    text-align: left;
  }

  body.ui-v2.page-tools-debug-v3 #section .debugging-tool .edit-interface .info pre {
    min-height: 240px;
  }

  body.ui-v2.page-tools-debug-v3 #section #submit {
    width: 100%;
  }
}

@media (max-width: 420px) {
  body.ui-v2.page-tools-v3 #section .banner h3 {
    font-size: 28px;
  }

  body.ui-v2.page-tools-v3 #section .request-table {
    min-width: 560px;
  }

  body.ui-v2.page-tools-extract-v3 #section .radio-box {
    gap: 10px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ui-v2.page-tools-v3 #section *,
  body.ui-v2.page-tools-v3 #section *::before,
  body.ui-v2.page-tools-v3 #section *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
