.nav-tabs,
.nav-tabs-tools,
.nav-tabs-filter,
.nav-tabs-api,
.nav-tabs-apiauth {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid transparent;
}
.nav-tabs > li,
.nav-tabs-tools > li,
.nav-tabs-filter > li,
.nav-tabs-api > li,
.nav-tabs-apiauth > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav-tabs-tools > li > a,
.nav-tabs-filter > li > a,
.nav-tabs-api > li > a,
.nav-tabs-apiauth > li > a {
  margin-right: 2px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  float: left;
  text-decoration: none;
}
.nav-tabs > li > a:hover,
.nav-tabs-tools > li > a:hover,
.nav-tabs-filter > li > a:hover,
.nav-tabs-api > li > a:hover,
.nav-tabs-apiauth > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs-tools > li.active > a,
.nav-tabs-tools > li.active > a:hover,
.nav-tabs-tools > li.active > a:focus,
.nav-tabs-filter > li.active > a,
.nav-tabs-filter > li.active > a:hover,
.nav-tabs-filter > li.active > a:focus,
.nav-tabs-api > li.active > a,
.nav-tabs-api > li.active > a:hover,
.nav-tabs-api > li.active > a:focus,
.nav-tabs-apiauth > li.active > a,
.nav-tabs-apiauth > li.active > a:hover,
.nav-tabs-apiauth > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-color: transparent;
}
.tab-content > .tab-pane,
.tab-content-tools > .tab-pane-tools {
  float: left;
  width: 98%;
  display: none;
}
.tab-content > .tab-pane.active,
.tab-content-tools > .tab-pane-tools.active {
  display: block;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
}
#top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: purple;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#top-btn:hover {
  background-color: #555;
}
.tag {
  display: inline-block;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
  color: none;
  border-radius: 100px;
  font-weight: 300;
}
.tag.small {
  font-size: 0.8rem;
  border-radius: 3px;
  font-weight: 300;
}
.tag.medium {
  font-size: 0.9rem;
  border-radius: 15px;
  font-weight: 300;
}
.tag.large {
  font-size: 1.4rem;
  border-radius: 15px;
  font-weight: 400;
}
.tag.step {
  font-size: 1.2rem;
  border-radius: 50px;
  font-weight: 500;
}
.tag.uppercase {
  text-transform: uppercase;
}
.tag--woo {
  color: #eee;
  background-color: #6c3ba4;
}
.tag--woorev {
  color: #6c3ba4;
  background-color: #eee;
}
.tag--wooadv {
  color: #eee;
  background-color: #dab3fe;
}
.tag--auth {
  color: #333;
  background-color: #f6a90e;
}
.tag--attr {
  color: #333;
  background-color: #cecece;
}
.tag--large {
  color: #333;
  background-color: #eee;
}
.tag--order {
  color: #eee;
  background-color: #845f84;
}
.tag--billing {
  color: #333;
  background-color: #cecece;
}
.tag--fields {
  color: lightblue;
  background-color: #191919;
}
.tag--codefree {
  color: #fff;
  background-color: #11111a;
}
.tag--secure {
  color: #fff;
  background-color: #0a97da;
}
.tag--notice {
  color: #fff;
  background-color: #4a4af3;
}
.tag--new {
  color: #11111a;
  background-color: #f34a4a;
}
.tag--cap {
  color: #f34a4a;
  background-color: #11111a;
}
.tag--disable {
  color: #fff;
  background-color: #e70000;
}
.tag--enable {
  color: #fff;
  background-color: #43aa8b;
}
.tag.available:hover {
  cursor: pointer;
  opacity: 0.7;
}
.tag.selected {
  cursor: pointer;
  opacity: 0.7;
}
.tag.disabled {
  color: white;
  background-color: #d2d2d2;
  pointer-events: none;
}
.tag.pro {
  color: #333;
  background-color: #fdf2e9;
  cursor: not-allowed;
}
.step-tag {
  color: #eee;
  background-color: #ccc;
  cursor: pointer;
  text-transform: uppercase;
}
.step-tag.current {
  background-color: #6c3ba4;
}
.order-api-step > .step-pane {
  display: none;
}
.order-api-step > .step-pane.active {
  display: block;
}
.notice-tag {
  color: #eee;
  background-color: #ccc;
}
.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.8rem 1.6rem;
  border-radius: 9px;
  color: #11111a;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}
.btn.medium {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.6rem 1rem;
}
.btn--full:link,
.btn--full:visited {
  background-color: #f34a4a;
  color: #11111a;
}
.btn--full:hover,
.btn--full:active {
  background-color: #11111a;
  color: #f34a4a;
}
.btn--full.small {
  font-size: 0.9rem;
  border-radius: 26px;
  font-weight: 500;
}
.btn--outline:link,
.btn--outline:visited {
  background-color: #2f2f48;
}
.btn--outline:hover,
.btn--outline:active {
  background-color: #11111a;
  color: #fff;
}
.next-btn,
.prev-btn,
.save-btn,
.back-btn,
.save-settings {
  text-align: right;
  padding: 1px;
}
.btn-next,
.btn-prev,
.btn-save,
.btn-back {
  float: right;
}
div.ui-toggle {
  margin: 0;
  padding: 0;
}
div.ui-toggle input[type="checkbox"] {
  display: none;
}
div.ui-toggle input[type="checkbox"]:checked + label {
  border-color: #6c3ba4;
  background: #6c3ba4;
  box-shadow: inset 0 0 0 8px #6c3ba4;
}
div.ui-toggle input[type="checkbox"]:checked + label > div {
  margin-left: 16px;
}
div.ui-toggle label {
  transition: all 200ms ease;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #8c8c8c;
  box-shadow: inset 0 0 0 0 #6c3ba4;
  border: 2px solid #8c8c8c;
  border-radius: 18px;
  width: 32px;
  height: 16px;
}
div.ui-toggle label div {
  transition: all 200ms ease;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
div.ui-toggle label:hover,
div.ui-toggle label > div:hover {
  cursor: pointer;
}
div.ui-toggle.mb-10 {
  margin-bottom: 10px;
}
.api-table {
  width: 100%;
  border-spacing: 5px;
  text-align: left;
}
.api-table,
.api-table th,
.api-table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px;
}
.api-table th {
  background-color: #f5f5f5;
}
.tag-table {
  width: 100%;
  border-spacing: 5px;
  text-align: left;
}
.tag-table,
.tag-table th,
.tag-table td {
  border: 0.8px solid #ccc;
  border-collapse: collapse;
  padding: 5px;
}
.tag-table th {
  background-color: none;
}
.text-center {
  text-align: center;
}
.inline-block {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.w-50 {
  width: 49%;
}
.inline {
  display: inline-block;
}
.meta-label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.meta-container {
  display: block;
  margin-top: 20px;
}
.section-features {
  padding: 9.6rem 0;
}
.feature {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
}
.feature:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}
.feature-content {
  font-size: 0.9rem;
  line-height: 1.8;
  align-items: center;
  padding: 1.6rem 2.4rem 2.4rem 2.4rem;
}
.feature-cards {
  padding: 1.6rem 2.4rem 2.4rem 2.4rem;
}
.feature-tags {
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0.4rem;
}
.feature-dashboard-tags {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  display: flex;
  gap: 0.4rem;
}
.feature-hidden {
  margin-bottom: 1.2rem;
  gap: 0.4rem;
}
.feature-name {
  font-size: 1.2rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.feature-info {
  font-size: 0.9rem;
  line-height: 1.6;
}
.feature-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.feature-attribute {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.feature-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #e67e22;
}
.feature-img {
  width: 100%;
}
.call-to-action {
  text-align: center;
  margin-top: 2.4rem;
}
.all-features {
  text-align: center;
  font-size: 1rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #555;
  background-color: #fae5d3;
  border: 2px solid #fff;
  border-radius: 11px;
}
.card-content {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
}
.notice-action-button {
  float: right;
  margin-top: -66px;
}
.action-tags {
  margin-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.2rem;
}
.tag-item {
  flex: 0 0 calc(50% - 0.1em);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.tag-wrapper {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}
.tag-wrapper .tag {
  flex-shrink: 0;
  white-space: nowrap;
}
.tag-wrapper .image-container {
  flex-shrink: 0;
}
.tag-wrapper .image-container img {
  display: block;
}
.tag-desc {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
  word-break: break-word;
}
.api-input-form {
  display: grid;
  border-radius: 11px;
  overflow: hidden;
  text-align: left;
  padding: 0px 0px 18px 0px;
  font-size: 18px;
  line-height: 1.8;
}
.api-input-form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 12px;
}
.api-input-form input,
.api-input-form textarea,
.api-input-form select {
  width: 60%;
  padding: 7px;
  font-size: 15px;
  font-family: inherit;
  color: inherit;
  border-radius: 9px;
  background-color: #fdf2e9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.api-input-form input::-moz-placeholder,
.api-input-form textarea::-moz-placeholder {
  color: #aaa;
}
.api-input-form input::placeholder,
.api-input-form textarea::placeholder {
  color: #aaa;
}
.api-input-form *:focus {
  outline: none;
  box-shadow: 0 0 0 16px rgba(253, 242, 233, 0.5);
}
.adv-box-container {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
}
.adv-box {
  width: 350px;
}
.adv-pre {
  width: 650px;
}
.adv-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px 10px;
}
.adv-box-title {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0;
}
.adv-box-table-container {
  height: 250px;
  margin-bottom: 15px;
  overflow: auto;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.adv-minus-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.adv-box-btn {
  border-radius: 5px;
  transition: background-color 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 35px;
}
.adv-box-btn.circle {
  border-radius: 50px;
}
.adv-box-btn-icon {
  height: 3px;
  width: 12px;
  border-radius: 5px;
  background-color: white;
}
.adv-box-btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e53c4a;
  height: 22px;
  width: 22px;
}
.adv-box-btn-delete:hover {
  background-color: #db3240;
}
.adv-box-btn-delete:active {
  background-color: #cc2331;
}
.adv-box td .adv-box-btn-delete {
  margin: auto;
}
.adv-box-footer {
  display: flex;
  flex-direction: column;
}
.adv-box-total {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 15px;
  padding: 0;
  text-align: right;
}
.api-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  cursor: default;
}
.image-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.image-info {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
.image-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-right-color: #ccc;
}
.image-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-right-color: #fff;
  z-index: 1;
}
.image-wrapper:hover .image-info {
  display: block;
}
.aa-legend {
  list-style-type: none;
  margin: 17rem 0rem 0rem 5rem;
}
.aa-legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
}
.aa-legend-description {
  margin: 0 0 0 10px;
}
.aa-legend-bullet {
  width: 22px;
  height: 22px;
  border-radius: 5px 5px 0 0;
}
.color1 {
  color: white;
  background-color: #277da1;
}
.color2 {
  color: white;
  background-color: #43aa8b;
}
.color3 {
  color: white;
  background-color: #f8961e;
}
.scroll {
  padding: 0px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pretty {
  background-color: #adb5bd;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pretty.sendapi {
  height: 555px;
}
.pretty.filterapi {
  height: 222px;
  width: 777px;
}
.pretty.manageapi {
  height: 444px;
}
.pretty.api {
  height: 333px;
}
.pretty.advance {
  height: 250px;
  color: lightblue;
}
.pretty.props {
  height: 333px;
  align-items: left;
}
.json {
  display: none;
}
.container {
  max-width: 80rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}
.grid {
  display: grid;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
  row-gap: 9.6rem;
}
.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}
.grid--5-cols {
  grid-template-columns: repeat(5, 1fr);
}
.grid--center-v {
  align-items: center;
}
.header {
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  position: fixed;
  width: calc(100% - 160px);
  top: 32px;
  z-index: 1001;
}
.header-title {
  padding: 1.2rem 0rem 1.2rem 0rem;
}
.heading-primary,
.heading-secondary,
.heading-tertiary {
  font-weight: 700;
  color: #333;
  letter-spacing: -0.5px;
}
.heading-primary {
  font-size: 5.2rem;
  line-height: 1.05;
  margin-bottom: 3.2rem;
}
.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
}
.heading-tertiary {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
}
.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #cf711f;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
}
.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.list-icon {
  width: 3rem;
  height: 3rem;
  color: #e67e22;
}
*:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(230, 125, 34, 0.5);
}
.margin-right-sm {
  margin-right: 1.6rem !important;
}
.margin-bottom-md {
  margin-bottom: 4.8rem !important;
}
.center-text {
  text-align: center;
}
strong {
  font-weight: 500;
}
.section-pricing {
  padding: 9.6rem 0;
}
.pricing-plan {
  border-radius: 11px;
  width: 75%;
}
.pricing-plan--starter {
  justify-self: end;
  border: 2px solid #fdf2e9;
  padding: 4.6rem;
}
.pricing-plan--complete {
  background-color: #fdf2e9;
  padding: 4.8rem;
  position: relative;
  overflow: hidden;
}
.pricing-plan--complete::after {
  content: "Best value";
  position: absolute;
  top: 6%;
  right: -18%;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  background-color: #ffd43b;
  padding: 0.8rem 8rem;
  transform: rotate(45deg);
}
.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}
.plan-name {
  color: #cf711f;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.75;
  margin-bottom: 3.2rem;
}
.plan-price {
  font-size: 6.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}
.plan-price span {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 0.8rem;
}
.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
}
.plan-sing-up {
  text-align: center;
  margin-top: 4.8rem;
}
.plan-details {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.feature-icon {
  color: #e67e22;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #fdf2e9;
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
}
.feature-title {
  font-size: 2.4rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.feature-text {
  font-size: 1.8rem;
  line-height: 1.8;
}
pre.prettyprint {
  display: block;
  background-color: #333;
}
pre .nocode {
  background-color: none;
  color: #000;
}
pre .str {
  color: #ffa0a0;
}
pre .kwd {
  color: #f0e68c;
  font-weight: bold;
}
pre .com {
  color: #87ceeb;
}
pre .typ {
  color: #98fb98;
}
pre .lit {
  color: #cd5c5c;
}
pre .pun {
  color: #fff;
}
pre .pln {
  color: #fff;
}
pre .tag {
  color: #f0e68c;
  font-weight: bold;
}
pre .atn {
  color: #bdb76b;
  font-weight: bold;
}
pre .atv {
  color: #ffa0a0;
}
pre .dec {
  color: #98fb98;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #aeaeae;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
@media print {
  pre.prettyprint {
    background-color: none;
  }
  pre .str,
  code .str {
    color: #060;
  }
  pre .kwd,
  code .kwd {
    color: #006;
    font-weight: bold;
  }
  pre .com,
  code .com {
    color: #600;
    font-style: italic;
  }
  pre .typ,
  code .typ {
    color: #404;
    font-weight: bold;
  }
  pre .lit,
  code .lit {
    color: #044;
  }
  pre .pun,
  code .pun {
    color: #440;
  }
  pre .pln,
  code .pln {
    color: #000;
  }
  pre .tag,
  code .tag {
    color: #006;
    font-weight: bold;
  }
  pre .atn,
  code .atn {
    color: #404;
  }
  pre .atv,
  code .atv {
    color: #060;
  }
}
:root {
  --anyapi-bg: #f6f7f7;
  --anyapi-card: #fff;
  --anyapi-primary: #5d5fef;
  --anyapi-primary-hover: #4c4ddc;
  --anyapi-text: #1a1a2e;
  --anyapi-success: #00c48c;
  --anyapi-danger: #ff6b6b;
}
.dark-mode {
  --anyapi-bg: #0f1121;
  --anyapi-card: #161827;
  --anyapi-primary: #7b7cff;
  --anyapi-primary-hover: #9697ff;
  --anyapi-text: ##b2b2fa;
  --anyapi-success: #00d4a0;
  --anyapi-danger: #ff6b9d;
}
#anyapi-review-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 30px 0;
  box-shadow:
    0 20px 40px rgba(102, 126, 234, 0.3),
    0 10px 20px rgba(118, 75, 162, 0.2);
  position: relative;
  overflow: hidden;
  animation: slideDown 0.6s ease-out;
}
#anyapi-review-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: shimmer 3s infinite;
}
.review-content {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.review-icon {
  font-size: 32px;
  animation: float 3s ease-in-out infinite;
}
.review-text h3 {
  margin: 0 0 4px 0;
  font-size: 22px;
  font-weight: 700;
}
.review-text p {
  margin: 0 0 8px 0;
  opacity: 0.9;
  font-size: 16px;
}
.review-stars {
  font-size: 20px;
  margin-top: 4px;
  animation: sparkle 2s ease-in-out infinite;
}
.review-actions {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.review-actions .button {
  padding: 12px 24px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}
.review-actions .button-primary {
  background: #fff !important;
  color: #667eea !important;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3) !important;
}
.review-actions .button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.4) !important;
}
.review-close {
  position: absolute;
  top: 12px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transform: rotate(90deg);
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes sparkle {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .review-content {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .review-actions {
    margin-left: 0 !important;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#anyapi-dashboard {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--anyapi-bg);
  min-height: 80vh;
  padding: 20px;
  border-radius: 8px;
}
#anyapi-last-updated {
  font-size: 13px;
  color: #646970;
  margin-top: 10px;
  margin-left: 15px;
  white-space: nowrap;
  float: right;
}
.anyapi-main-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .anyapi-main-grid {
    grid-template-columns: 1fr;
  }
  .anyapi-sidebar {
    order: -1;
  }
}
.anyapi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.anyapi-card {
  background: var(--anyapi-card);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}
.anyapi-card:hover {
  transform: translateY(-4px);
}
.anyapi-card h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #646970;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.anyapi-card .value {
  font-size: 32px;
  font-weight: 700;
  color: #1d2327;
  margin: 8px 0 0;
}
.anyapi-card .change {
  font-size: 14px;
}
.positive {
  color: var(--anyapi-success);
}
.warning {
  color: #dba617;
}
.negative {
  color: var(--anyapi-danger);
}
.anyapi-charts-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .anyapi-charts-row {
    grid-template-columns: 1fr;
  }
}
.anyapi-chart-card {
  background: var(--anyapi-card);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.anyapi-chart-card h2 {
  margin-top: 0;
  font-size: 18px;
}
#anyapi-logs-section {
  background: var(--anyapi-card);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#anyapi-logs-header {
  padding: 20px 24px;
  border-bottom: 1px solid #e2e4e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#anyapi-logs-section .logs-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}
#anyapi-log-search {
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  width: 300px;
  max-width: 100%;
}
.logs-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
#anyapi-status-filter {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  min-width: 160px;
}
.dark-mode #anyapi-status-filter {
  background: #2d3748;
  border-color: #4a5568;
  color: white;
}
#anyapi-log-refresh .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
#anyapi-log-refresh.rotating .dashicons {
  animation: spin 1s linear infinite;
}
.skeleton-row {
  background: #f8f9fa;
  animation: pulse 1.5s infinite ease-in-out;
}
.skeleton {
  height: 16px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: skeleton-loading 1.8s infinite linear;
}
.skeleton.short {
  width: 60%;
}
.skeleton.long {
  width: 85%;
}
.skeleton.status {
  width: 40%;
}
.skeleton.payload {
  width: 90%;
  height: 32px;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.dark-mode .skeleton {
  background: linear-gradient(90deg, #2d3748 25%, #4a5568 50%, #2d3748 75%);
}
.loading {
  text-align: center;
  padding: 60px;
  color: #64748b;
  font-size: 16px;
}
.loading::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #cbd5e1;
  border-top-color: #7c3aed;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 12px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#logs-pagination,
#logs-info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 5px 0;
  font-size: 14px;
  color: #2c3338;
}
.tablenav-pages a.button,
.tablenav-pages span.current-page,
.tablenav-pages a.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 12px;
  margin: 0 4px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.tablenav-pages a.button,
.tablenav-pages a.page-numbers {
  background: #ffffff;
  border: 1px solid #c3c4c7;
  color: #2c3338;
}
.tablenav-pages a.button:hover,
.tablenav-pages a.page-numbers:hover {
  background: #f0f0f1;
  border-color: #8c8f94;
  color: #1d2327;
}
.tablenav-pages span.current-page {
  background: #2271b1;
  color: white;
  border: 1px solid #135e96;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(34, 113, 177, 0.25);
}
.prev-page,
.next-page {
  min-width: 100px !important;
  font-weight: 600;
}
.tablenav-pages span.dots {
  padding: 0 12px;
  color: #646970;
  font-weight: bold;
}
@media (max-width: 782px) {
  #logs-pagination,
  #logs-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .tablenav-pages a.button,
  .tablenav-pages span.current-page {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .prev-page,
  .next-page {
    min-width: 80px !important;
  }
}
.method-post {
  background: #7c3aed;
  color: white;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: bold;
}
.status-badge {
  padding: 4px 10px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
}
.status-badge.success {
  background: #10b981;
  color: white;
}
.status-badge.warning {
  background: #f59e0b;
  color: white;
}
.status-badge.error {
  background: #ef4444;
  color: white;
}
.endpoint code {
  font-size: 12px;
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
}
.payload pre {
  margin: 0;
  font-size: 11px;
  color: #666;
  white-space: pre-wrap;
  word-break: break-all;
}
#anyapi-logs-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 14px;
  color: #666;
}
#anyapi-log-search {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 300px;
}
#anyapi-logs-table {
  width: 100%;
  border-collapse: collapse;
}
#anyapi-logs-table th {
  background: #f9fafb;
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
  color: #1d2327;
}
#anyapi-logs-table td {
  padding: 12px 16px;
  border-top: 1px solid #e2e4e7;
  font-size: 14px;
}
.status-2xx {
  color: var(--anyapi-success);
}
.status-4xx {
  color: var(--anyapi-danger);
}
.status-5xx {
  color: var(--anyapi-danger);
  font-weight: bold;
}
.payload {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #646970;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.anyapi-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.anyapi-sidebar-card {
  background: var(--anyapi-card);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e4e7;
}
.anyapi-sidebar-card h3 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #1d2327;
}
.dashicons-yes-alt {
  color: #00a32a;
}
.dashicons-warning {
  color: #dba617;
}
.dashicons-update {
  color: #f56e14;
  animation: anyapi-spin 2s linear infinite;
}
.anyapi-new-version-notice {
  font-size: 12px;
  color: #d63638;
  font-weight: bold;
  margin: 8px 0 4px;
}
.anyapi-new-version-notice small {
  font-weight: normal;
  color: #666;
}
.anyapi-update-box {
  margin: 10px 0;
  padding: 12px;
  background: #fff8e5;
  border-left: 4px solid #ffb900;
  font-size: 11px;
  line-height: 1.4;
}
.anyapi-update-box strong {
  font-size: 11px;
  display: block;
  margin-bottom: 4px;
}
.anyapi-update-box ul {
  margin: 6px 0 8px;
  padding-left: 18px;
  line-height: 1.4;
}
.anyapi-update-box ul li {
  margin-bottom: 2px;
}
.anyapi-update-box .anyapi-update-button {
  background: #d63638;
  border-color: #d63638;
  box-shadow: none;
  text-shadow: none;
  color: #fff !important;
}
.anyapi-update-box .anyapi-update-button:hover,
.anyapi-update-box .anyapi-update-button:focus {
  background: #c02a2a;
  border-color: #c02a2a;
}
.anyapi-update-box .anyapi-view-details {
  margin-left: 8px;
  font-size: 10px;
  color: #666;
}
.anyapi-update-box .anyapi-view-details:hover {
  color: #d63638;
}
.anyapi-latest-text {
  font-size: 12px;
  color: #646970;
}
@keyframes anyapi-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.anyapi-upgrade {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.anyapi-upgrade::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(30deg);
}
.anyapi-upgrade h3,
.anyapi-upgrade p,
.anyapi-upgrade li {
  color: white;
}
.anyapi-upgrade .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffb900;
  color: #000;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
}
.anyapi-upgrade .features {
  margin: 16px 0;
  padding-left: 20px;
}
.anyapi-upgrade .features li {
  margin-bottom: 8px;
  position: relative;
}
.anyapi-upgrade .features li::before {
  content: "✓";
  position: absolute;
  left: -20px;
}
.anyapi-upgrade .button-primary {
  background: white;
  color: #667eea;
  font-weight: bold;
}
.anyapi-button-block {
  display: block;
  text-align: center;
}
.anyapi-save {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.9;
}
.anyapi-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.anyapi-quick-links li {
  margin-bottom: 8px;
}
.anyapi-quick-links a {
  color: #0073aa;
  text-decoration: none;
}
.anyapi-quick-links a:hover {
  text-decoration: underline;
}
.anyapi-bottom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.anyapi-info-card {
  background: var(--anyapi-card);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e4e7;
  text-align: center;
}
.anyapi-info-card h3 {
  margin: 0 0 12px;
  color: #1d2327;
}
.anyapi-info-card p {
  color: #646970;
  margin-bottom: 20px;
  line-height: 1.5;
}
.anyapi-info-card .button {
  width: 100%;
}
#anyapi-dashboard-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  padding: 0 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}
.anyapi-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.anyapi-logo {
  height: 40px;
  width: auto;
}
.anyapi-logo svg {
  border-radius: 8px;
  transition: transform 0.2s;
}
.anyapi-logo:hover svg {
  transform: scale(1.08);
}
.anyapi-header-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 782px) {
  #anyapi-dashboard-header {
    padding: 0 16px;
  }
  .anyapi-header-right {
    right: 16px;
  }
}
#dark-mode-toggle {
  position: relative;
  width: 56px;
  height: 28px;
  background: #ccd0d5;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s;
}
#dark-mode-toggle .toggle-ball {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#dark-mode-toggle .sun-icon,
#dark-mode-toggle .moon-icon {
  position: absolute;
  top: 6px;
  font-size: 14px;
  transition: opacity 0.3s;
}
#dark-mode-toggle .sun-icon {
  left: 8px;
  opacity: 1;
}
#dark-mode-toggle .moon-icon {
  right: 8px;
  opacity: 0;
}
.dark-mode #dark-mode-toggle {
  background: #6366f1;
}
.dark-mode #dark-mode-toggle .toggle-ball {
  transform: translateX(28px);
}
.dark-mode #dark-mode-toggle .sun-icon {
  opacity: 0;
}
.dark-mode #dark-mode-toggle .moon-icon {
  opacity: 1;
}
.dark-mode {
  background: #1e1e1e;
  color: #e0e0e0;
}
.dark-mode #anyapi-dashboard,
.dark-mode .anyapi-card,
.dark-mode .chart-card,
.dark-mode #logs-section,
.dark-mode .anyapi-sidebar-card,
.dark-mode .anyapi-info-card {
  background: #2d2d2d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-color: #444;
}
.dark-mode .anyapi-card h3,
.dark-mode .chart-card h2,
.dark-mode #logs-table th,
.dark-mode .anyapi-info-card h3 {
  color: #a0a0a0;
}
.dark-mode .value,
.dark-mode #logs-table td {
  color: var(--anyapi-text);
}
.dark-mode #logs-table th {
  background: #363636;
}
.dark-mode .status-2xx {
  color: var(--anyapi-success);
}
.dark-mode .status-4xx,
.dark-mode .status-5xx {
  color: var(--anyapi-danger);
}
:root {
  --anyapi-purple: #7b68ee;
  --anyapi-gray-light: #f8f9fa;
  --anyapi-gray: #6c757d;
}
.dark-mode {
  --anyapi-purple: #a78bfa;
  --anyapi-gray-light: #2d3748;
  --anyapi-gray: #a0aec0;
}
.integration-main {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  margin: 20px 0;
}
.steps-sidebar {
  background: var(--anyapi-card);
  border-radius: 12px;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  cursor: pointer;
  transition: color 0.3s;
}
.step-item.active .step-number {
  background: var(--anyapi-purple);
  color: white;
}
.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--anyapi-gray-light);
  display: grid;
  place-items: center;
  font-weight: bold;
}
.step-label {
  font-size: 14px;
  color: var(--anyapi-text-muted);
}
.integration-content {
  position: relative;
}
.step-content {
  display: none;
  animation: fadeIn 0.3s;
}
.step-content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.form-group {
  margin-bottom: 24px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--anyapi-text);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--anyapi-border);
  border-radius: 8px;
  background: var(--anyapi-card);
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--anyapi-primary);
}
.required {
  color: var(--anyapi-danger);
}
.help-text {
  color: var(--anyapi-text-muted);
  font-size: 12px;
}
.filter-mode-toggle {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}
.mode-btn {
  padding: 8px 16px;
  border: 1px solid var(--anyapi-border);
  background: var(--anyapi-card);
  border-radius: 6px;
  cursor: pointer;
}
.mode-btn.active {
  background: var(--anyapi-primary);
  color: white;
  border-color: var(--anyapi-primary);
}
.json-preview {
  background: #1e1e1e;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  overflow: auto;
}
.json-preview pre {
  margin: 0;
  color: #f8f8f2;
  font-family: "Courier New", monospace;
  font-size: 14px;
}
.actions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.action-card {
  background: var(--anyapi-card);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--anyapi-border);
}
.action-card h3 {
  margin-top: 0;
  color: var(--anyapi-text);
}
.action-card label {
  display: block;
  margin: 8px 0;
  cursor: pointer;
}
.integration-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid var(--anyapi-border);
}
.preview-json-btn {
  background: var(--anyapi-danger);
  color: white;
}
@media (max-width: 960px) {
  .integration-main {
    grid-template-columns: 1fr;
  }
  .steps-sidebar {
    order: -1;
    display: flex;
    justify-content: center;
  }
  .step-item {
    flex-direction: column;
    text-align: center;
  }
  .actions-grid {
    grid-template-columns: 1fr;
  }
}
#anyapi-status {
  background: var(--anyapi-bg);
  min-height: 100vh;
}
.anyapi-notice.success {
  background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
  color: white;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.2);
}
.notice-actions {
  display: flex;
  gap: 8px;
}
.integration-card {
  background: var(--anyapi-card);
  border: 1px solid var(--anyapi-border);
  border-radius: 16px;
  overflow: hidden;
  margin: 30px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.integration-row {
  display: grid;
  grid-template-columns: 100px 1fr 120px 1fr 100px 1fr;
  gap: 16px;
  padding: 24px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .integration-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 782px) {
  .integration-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.badge {
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.badge.purple {
  background: #7b68ee;
  color: white;
}
.badge.gray {
  background: #e2e8f0;
  color: #475569;
}
.code-snippet {
  background: #1e1e1e;
  color: #a6e22e;
  padding: 12px 16px;
  border-radius: 12px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.dark-mode .code-snippet {
  background: #2d2d2d;
  color: #89ddff;
}
.status-action {
  text-align: center;
  margin: 40px 0;
}
.button-warning {
  background: #f59e0b !important;
  color: white !important;
  padding: 14px 32px !important;
  font-size: 16px;
  border-radius: 12px;
}
.status-footer {
  text-align: center;
  margin: 60px 0 20px;
}
.dark-mode .anyapi-notice.success {
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
}
.dark-mode .integration-card {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.completion-wrapper {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.completion-header h2 {
  font-size: 28px;
  margin: 16px 0;
  color: var(--anyapi-text);
}
.success-icon {
  font-size: 64px;
  color: #10b981;
}
.completion-actions {
  margin: 30px 0;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.integration-card.standalone {
  margin: 40px auto;
  max-width: 100%;
}
.final-cta {
  margin: 50px 0;
}
.button-hero {
  padding: 18px 40px !important;
  font-size: 18px !important;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}
.completion-footer {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.test-api-section {
  margin: 50px auto;
  text-align: center;
}
.button-success {
  background: linear-gradient(135deg, #10b981, #34d399) !important;
  color: white !important;
  border: none;
  padding: 18px 40px !important;
  font-size: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
  transition: all 0.3s;
}
.button-success:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
}
.button-success.loading {
  opacity: 0.7;
  cursor: not-allowed;
  position: relative;
}
.button-success.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  right: 20px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.test-result {
  margin-top: 30px;
  padding: 20px;
  border-radius: 12px;
  font-family: "SFMono-Regular", monospace;
  font-size: 14px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.test-result.success {
  background: #ecfdf5;
  border-color: #10b981;
  color: #065f46;
}
.test-result.error {
  background: #fee2e2;
  border-color: #ef4444;
  color: #991b1b;
}
.dark-mode .test-result.success {
  background: #064e3b;
  color: #86efac;
}
.dark-mode .test-result.error {
  background: #7f1d1d;
  color: #fca5a5;
}

/*# sourceMappingURL=style.css.map */
