@font-face {
  font-family: "Siroka";
  src: url("https://binariaestudio.com/wp-content/uploads/2026/08/SIROKA.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Typold";
  src: url("https://binariaestudio.com/wp-content/uploads/2026/08/The-Northern-Block-Ltd-Typold-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.bx-app,
.bx-app *,
.bx-app *::before,
.bx-app *::after {
  box-sizing: border-box;
}

.bx-app {
  --bx-bg: #f4f4f1;
  --bx-surface: #ffffff;
  --bx-ink: #151515;
  --bx-muted: #717171;
  --bx-line: #dcdcd7;
  --bx-soft: #ededE8;
  --bx-blue: #2563eb;
  min-height: 100vh;
  margin: 0;
  padding: 0 clamp(18px, 4vw, 64px);
  overflow: hidden;
  color: var(--bx-ink);
  background: var(--bx-bg);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.bx-app button,
.bx-app input,
.bx-app select,
.bx-app textarea {
  font: inherit;
}

.bx-app button,
.bx-app label,
.bx-app select {
  -webkit-tap-highlight-color: transparent;
}

.bx-app button {
  color: inherit;
}

.bx-app :focus-visible {
  outline: 2px solid var(--bx-blue);
  outline-offset: 3px;
}

.bx-topbar {
  width: min(1460px, 100%);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--bx-line);
}

.bx-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bx-ink) !important;
  text-decoration: none !important;
}

.bx-brand__mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 9px;
  color: #fff;
  background: var(--bx-ink);
  font-size: 16px;
  font-weight: 800;
}

.bx-brand > span:last-child {
  display: grid;
  line-height: 1;
}

.bx-brand b {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bx-brand small {
  margin-top: 5px;
  color: var(--bx-muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.29em;
}

.bx-topbar__right {
  display: flex;
  align-items: center;
  gap: 9px;
}

.bx-plan-chip,
.bx-credit-chip {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--bx-line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--bx-muted);
  background: var(--bx-surface);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bx-credit-chip {
  color: var(--bx-ink);
}

.bx-credit-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #23a56f;
}

.bx-credit-chip strong {
  font-size: 15px;
  font-weight: 800;
}

.bx-intro {
  width: min(1460px, 100%);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 110px) 0 clamp(42px, 6vw, 76px);
}

.bx-eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bx-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bx-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--bx-ink);
}

.bx-intro h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.bx-intro h1 em {
  color: var(--bx-blue);
  font-weight: 500;
  font-style: normal;
}

.bx-intro > p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--bx-muted);
  font-size: clamp(15px, 1.5vw, 18px);
}

.bx-workspace {
  width: min(1460px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(410px, 0.97fr);
  gap: clamp(30px, 4.5vw, 74px);
  align-items: start;
}

.bx-editor {
  min-width: 0;
  margin: 0;
}

.bx-step {
  margin: 0 0 42px;
  padding: 0 0 42px;
  border-bottom: 1px solid var(--bx-line);
}

.bx-step--last {
  margin-bottom: 0;
  border-bottom: 0;
}

.bx-step__heading {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.bx-step__heading > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid var(--bx-ink);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}

.bx-step__heading h2 {
  margin: -2px 0 3px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.bx-step__heading p {
  margin: 0;
  color: var(--bx-muted);
  font-size: 12px;
}

.bx-fields {
  display: grid;
  gap: 14px;
}

.bx-fields--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bx-field {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--bx-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bx-field--wide {
  grid-column: 1 / -1;
}

.bx-field input,
.bx-field select,
.bx-field textarea {
  width: 100%;
  color: var(--bx-ink);
  border: 1px solid var(--bx-line);
  border-radius: 10px;
  background: var(--bx-surface);
  outline: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bx-field input,
.bx-field select {
  height: 50px;
  padding: 0 14px;
}

.bx-field textarea {
  min-height: 82px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.55;
}

.bx-field input:hover,
.bx-field select:hover,
.bx-field textarea:hover,
.bx-field input:focus,
.bx-field select:focus,
.bx-field textarea:focus {
  border-color: #9b9b96;
  box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.05);
}

.bx-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.bx-upload {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px dashed #aaa9a3;
  border-radius: 13px;
  background: var(--bx-surface);
  cursor: pointer;
  transition: border-color 0.18s ease;
}

.bx-upload:hover {
  border-color: var(--bx-ink);
}

.bx-upload__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  color: #fff;
  background: var(--bx-ink);
  font-size: 23px;
  font-weight: 400;
}

.bx-upload > span:last-child,
.bx-logo-upload > span:nth-child(2) {
  display: grid;
  gap: 4px;
}

.bx-upload b,
.bx-logo-upload b {
  font-size: 13px;
  font-weight: 700;
}

.bx-upload small,
.bx-logo-upload small {
  color: var(--bx-muted);
  font-size: 10px;
}

.bx-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0 2px;
}

.bx-thumb {
  position: relative;
  width: 68px;
  height: 68px;
  flex: none;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--bx-line);
  border-radius: 9px;
  background: #ddd;
  cursor: pointer;
}

.bx-thumb.is-cover {
  border-color: var(--bx-ink);
  box-shadow: 0 0 0 2px var(--bx-ink);
}

.bx-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-thumb span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  min-width: 21px;
  padding: 2px 4px;
  border-radius: 99px;
  color: #fff;
  background: rgba(17, 17, 17, 0.78);
  font-size: 8px;
}

.bx-logo-upload {
  min-height: 70px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: 43px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--bx-line);
  border-radius: 11px;
  background: var(--bx-surface);
  cursor: pointer;
}

.bx-logo-upload__preview {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  color: var(--bx-muted);
  background: var(--bx-soft);
  font-size: 8px;
  font-weight: 700;
}

.bx-logo-upload__preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.bx-logo-upload > i {
  color: var(--bx-ink);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bx-template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 14px;
}

.bx-template {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
  padding: 9px;
  border: 1px solid var(--bx-line);
  border-radius: 10px;
  background: var(--bx-surface);
  text-align: left;
  cursor: pointer;
}

.bx-template.is-active {
  border-color: var(--bx-ink);
  box-shadow: 0 0 0 1px var(--bx-ink);
}

.bx-template__visual {
  position: relative;
  grid-row: 1 / 3;
  width: 42px;
  height: 48px;
  overflow: hidden;
  border-radius: 5px;
  background: #bcbcb6;
}

.bx-template__visual::before,
.bx-template__visual::after {
  content: "";
  position: absolute;
}

.bx-template__visual--linea::before {
  left: 6px;
  bottom: 0;
  width: 3px;
  height: 23px;
  background: #e63946;
}

.bx-template__visual--linea::after {
  left: 12px;
  right: 3px;
  bottom: 5px;
  height: 15px;
  background: #1a1a1a;
}

.bx-template__visual--bloque::before {
  left: 4px;
  right: 8px;
  bottom: 4px;
  height: 23px;
  background: #fff;
}

.bx-template__visual--bloque::after {
  left: 7px;
  bottom: 21px;
  width: 14px;
  height: 5px;
  background: #e63946;
}

.bx-template__visual--marco::before {
  inset: 4px;
  border: 2px solid #e63946;
}

.bx-template__visual--marco::after {
  left: 7px;
  right: 7px;
  bottom: 7px;
  height: 16px;
  background: #1a1a1a;
}

.bx-template b,
.bx-template small {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bx-template b {
  align-self: end;
  font-size: 11px;
  font-weight: 700;
}

.bx-template small {
  align-self: start;
  color: var(--bx-muted);
  font-size: 8px;
}

.bx-color-control {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--bx-line);
  border-radius: 11px;
  background: var(--bx-surface);
}

.bx-color-control > div:first-child {
  display: grid;
  gap: 2px;
}

.bx-color-control b {
  font-size: 11px;
  font-weight: 700;
}

.bx-color-control small {
  color: var(--bx-muted);
  font-size: 9px;
}

.bx-swatches {
  display: flex;
  align-items: center;
  gap: 7px;
}

.bx-swatches > button,
.bx-custom-color {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: none;
  border: 2px solid var(--bx-surface);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px var(--bx-line);
  cursor: pointer;
}

.bx-swatches > button.is-active {
  box-shadow: 0 0 0 2px var(--bx-ink);
}

.bx-custom-color {
  position: relative;
  overflow: hidden;
  color: var(--bx-ink);
  background: #fff;
}

.bx-custom-color input {
  position: absolute;
  inset: -8px;
  width: 45px;
  height: 45px;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.bx-custom-color span {
  font-size: 17px;
  line-height: 1;
}

.bx-format-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--bx-line);
  border-radius: 12px;
  background: var(--bx-soft);
}

.bx-format-tabs button {
  min-height: 53px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.bx-format-tabs button.is-active {
  color: #fff;
  background: var(--bx-ink);
}

.bx-format-tabs b {
  font-size: 11px;
  font-weight: 700;
}

.bx-format-tabs small {
  color: var(--bx-muted);
  font-size: 8px;
}

.bx-format-tabs .is-active small {
  color: rgba(255, 255, 255, 0.65);
}

.bx-preview-column {
  position: sticky;
  top: 20px;
  min-width: 0;
}

.bx-preview-card {
  padding: clamp(16px, 2.2vw, 25px);
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  color: #fff;
  background: #171717;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.16);
}

.bx-preview-card__top {
  min-height: 38px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.bx-preview-card__top > div {
  display: grid;
  gap: 2px;
}

.bx-preview-card__top span,
.bx-preview-card__top small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bx-preview-card__top span {
  color: #8d8d8d;
}

.bx-preview-card__top small {
  color: #fff;
}

.bx-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #72d4a9 !important;
}

.bx-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #54d198;
}

.bx-canvas-stage {
  width: 100%;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background: #262626;
}

.bx-canvas-stage canvas {
  display: block;
  width: 100%;
  height: auto;
  max-height: 68vh;
  object-fit: contain;
  background: #ddd;
}

.bx-canvas-stage[data-format="story"] canvas {
  width: auto;
  max-width: 100%;
  height: min(68vh, 690px);
}

.bx-carousel-nav {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.bx-carousel-nav[hidden] {
  display: none;
}

.bx-carousel-nav button {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #3d3d3d;
  border-radius: 50%;
  color: #fff;
  background: #222;
  cursor: pointer;
}

.bx-carousel-nav span {
  min-width: 45px;
  color: #888;
  font-size: 10px;
  text-align: center;
}

.bx-carousel-nav b {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.bx-download {
  width: 100%;
  min-height: 55px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 9px;
  padding: 8px 10px 8px 22px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: var(--bx-ink);
  background: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.bx-download:hover {
  transform: translateY(-2px);
}

.bx-download:disabled {
  cursor: wait;
  opacity: 0.55;
  transform: none;
}

.bx-download > span {
  justify-self: start;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bx-download small {
  color: #777;
  font-size: 8px;
}

.bx-download i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bx-ink);
  font-size: 16px;
  font-style: normal;
}

.bx-download-note {
  min-height: 18px;
  margin: 9px 0 0;
  color: #777;
  font-size: 9px;
  text-align: center;
}

.bx-copy-card {
  width: min(1460px, 100%);
  margin: clamp(62px, 8vw, 110px) auto 0;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--bx-line);
  border-radius: 18px;
  background: var(--bx-surface);
}

.bx-copy-card__heading {
  margin-bottom: 19px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.bx-copy-card__heading > div {
  display: grid;
  gap: 5px;
}

.bx-copy-card__heading span {
  color: var(--bx-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.bx-copy-card__heading h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.bx-copy-card__heading button {
  min-height: 39px;
  flex: none;
  padding: 8px 16px;
  border: 1px solid var(--bx-ink);
  border-radius: 999px;
  color: #fff;
  background: var(--bx-ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.bx-copy-card textarea {
  width: 100%;
  min-height: 225px;
  resize: vertical;
  padding: 18px;
  border: 1px solid var(--bx-line);
  border-radius: 11px;
  color: #484848;
  background: #fafaf8;
  font-size: 12px;
  line-height: 1.7;
  outline: none;
}

.bx-footer {
  width: min(1460px, 100%);
  min-height: 115px;
  margin: 55px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--bx-line);
  color: var(--bx-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bx-footer p {
  margin: 0;
}

.bx-footer p:first-child {
  display: grid;
  gap: 3px;
}

.bx-footer b {
  color: var(--bx-ink);
  font-size: 14px;
  font-weight: 800;
}

.bx-toast {
  position: fixed;
  z-index: 999999;
  left: 50%;
  bottom: 24px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 11px 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--bx-ink);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 18px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.bx-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.bx-toast.is-error {
  background: #a51d2d;
}

.bx-login-required {
  padding: 28px;
  border: 1px solid #ddd;
  border-radius: 14px;
  color: #151515;
  background: #fff;
  text-align: center;
}

.bx-app [hidden] {
  display: none !important;
}

@media (max-width: 1060px) {
  .bx-workspace {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
    gap: 30px;
  }

  .bx-template {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .bx-template__visual {
    grid-row: auto;
    margin: 0 auto 3px;
  }

  .bx-color-control {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 820px) {
  .bx-app {
    padding-inline: 16px;
  }

  .bx-plan-chip {
    display: none;
  }

  .bx-intro {
    padding-top: 56px;
  }

  .bx-workspace {
    grid-template-columns: 1fr;
  }

  .bx-preview-column {
    position: static;
    grid-row: 1;
  }

  .bx-preview-card {
    max-width: 560px;
    margin: 0 auto 28px;
  }

  .bx-canvas-stage canvas {
    max-height: none;
  }

  .bx-canvas-stage[data-format="story"] canvas {
    height: min(72vh, 650px);
  }
}

@media (max-width: 560px) {
  .bx-topbar {
    min-height: 68px;
  }

  .bx-brand b {
    font-size: 14px;
  }

  .bx-credit-chip span:last-child {
    display: none;
  }

  .bx-intro h1 {
    font-size: clamp(43px, 14vw, 61px);
  }


  .bx-fields--two {
    grid-template-columns: 1fr;
  }

  .bx-field--wide {
    grid-column: auto;
  }

  .bx-step__heading h2 {
    font-size: 21px;
  }

  .bx-template-grid {
    gap: 6px;
  }

  .bx-template {
    padding: 7px 4px;
  }

  .bx-color-control {
    padding: 12px;
  }

  .bx-swatches {
    width: 100%;
    justify-content: space-between;
  }

  .bx-format-tabs small {
    display: none;
  }

  .bx-copy-card__heading {
    align-items: stretch;
    flex-direction: column;
  }

  .bx-footer {
    min-height: 135px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bx-app *,
  .bx-app *::before,
  .bx-app *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Identidad Binaria Express · mercado 0.4 */
.bx-app {
  --bx-bg: #0c0d1b;
  --bx-surface: #121426;
  --bx-ink: #eff2f7;
  --bx-muted: #8a93a6;
  --bx-line: rgba(239, 242, 247, 0.13);
  --bx-soft: #17192d;
  --bx-blue: #0066ff;
  --bx-violet: #7b2dff;
  color: var(--bx-ink);
  background:
    radial-gradient(circle at 88% 5%, rgba(123, 45, 255, 0.13), transparent 29%),
    radial-gradient(circle at 18% 34%, rgba(0, 102, 255, 0.08), transparent 25%),
    var(--bx-bg);
  font-family: "Typold", Arial, sans-serif;
  font-weight: 400;
}

.bx-app button,
.bx-app input,
.bx-app select,
.bx-app textarea {
  font-family: "Typold", Arial, sans-serif;
}

.bx-brand__mark {
  border-radius: 50%;
  background: var(--bx-blue);
  font-family: "Siroka", Impact, sans-serif;
  font-weight: 400;
}

.bx-brand b,
.bx-brand small,
.bx-plan-chip,
.bx-credit-chip,
.bx-credit-chip strong,
.bx-eyebrow,
.bx-field,
.bx-field input,
.bx-field select,
.bx-field textarea,
.bx-upload b,
.bx-logo-upload b,
.bx-template b,
.bx-color-control b,
.bx-format-tabs b,
.bx-download > span,
.bx-copy-card__heading button,
.bx-footer,
.bx-footer b {
  font-weight: 400;
}

.bx-plan-chip,
.bx-credit-chip {
  background: rgba(255, 255, 255, 0.025);
}

.bx-plan-chip i {
  padding: 4px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--bx-violet);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.1em;
}

.bx-plan-chip del {
  opacity: 0.5;
}

.bx-credit-chip i {
  background: #42dba0;
  box-shadow: 0 0 11px #42dba0;
}

.bx-eyebrow {
  color: var(--bx-blue);
}

.bx-eyebrow::before {
  height: 1px;
  background: currentColor;
}

.bx-intro h1 {
  color: var(--bx-ink);
  font-family: "Siroka", Impact, sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.005em;
  line-height: 0.87;
  text-transform: uppercase;
}

.bx-intro h1 em {
  color: var(--bx-blue);
  font-family: "Typold", Arial, sans-serif;
  font-size: 0.52em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.035em;
  text-transform: none;
}

.bx-step__heading h2,
.bx-copy-card__heading h2 {
  color: var(--bx-ink);
  font-family: "Siroka", Impact, sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.bx-step__heading > span {
  color: var(--bx-blue);
  border-color: rgba(0, 102, 255, 0.65);
}

.bx-field input,
.bx-field select,
.bx-field textarea,
.bx-upload,
.bx-logo-upload,
.bx-template,
.bx-color-control,
.bx-copy-card {
  color: var(--bx-ink);
  border-color: var(--bx-line);
  background: rgba(255, 255, 255, 0.035);
}

.bx-field input::placeholder,
.bx-field textarea::placeholder {
  color: #697186;
}

.bx-field select {
  background-image: linear-gradient(45deg, transparent 50%, #8a93a6 50%), linear-gradient(135deg, #8a93a6 50%, transparent 50%);
}

.bx-field input:hover,
.bx-field select:hover,
.bx-field textarea:hover,
.bx-field input:focus,
.bx-field select:focus,
.bx-field textarea:focus {
  border-color: rgba(0, 102, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

.bx-upload {
  border-color: rgba(0, 102, 255, 0.48);
}

.bx-upload:hover,
.bx-template.is-active {
  border-color: var(--bx-blue);
}

.bx-upload__icon {
  background: var(--bx-blue);
}

.bx-logo-upload__preview {
  background: var(--bx-soft);
}

.bx-template.is-active {
  box-shadow: 0 0 0 1px var(--bx-blue);
}

.bx-swatches > button,
.bx-custom-color {
  border-color: var(--bx-surface);
}

.bx-swatches > button.is-active {
  box-shadow: 0 0 0 2px var(--bx-ink);
}

.bx-custom-color {
  color: var(--bx-ink);
  background: var(--bx-soft);
}

.bx-format-tabs {
  background: rgba(255, 255, 255, 0.035);
}

.bx-format-tabs button.is-active {
  background: linear-gradient(135deg, var(--bx-blue), var(--bx-violet));
}

.bx-preview-card {
  border-color: rgba(239, 242, 247, 0.13);
  background: #101221;
  box-shadow: 0 25px 75px rgba(0, 0, 0, 0.3);
}

.bx-download {
  color: #fff;
  border: 0;
  background: linear-gradient(110deg, var(--bx-blue), #1479ff 55%, var(--bx-violet));
  box-shadow: 0 14px 35px rgba(0, 102, 255, 0.2);
}

.bx-download small {
  color: rgba(255, 255, 255, 0.68);
}

.bx-download i {
  background: rgba(255, 255, 255, 0.16);
}

.bx-copy-card textarea {
  color: #c8cfdd;
  border-color: var(--bx-line);
  background: #0f1120;
}

.bx-copy-card__heading button {
  color: #fff;
  border-color: var(--bx-blue);
  background: var(--bx-blue);
}

.bx-toast {
  background: linear-gradient(110deg, var(--bx-blue), var(--bx-violet));
}

.bx-brand-fonts {
  margin-bottom: 14px;
}

.bx-brand-actions {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 16px;
  padding: 14px;
  border: 1px solid var(--bx-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
}

.bx-brand-actions > div:first-child {
  display: grid;
  gap: 2px;
}

.bx-brand-actions b {
  font-size: 11px;
  font-weight: 400;
}

.bx-brand-actions small,
.bx-brand-actions p {
  color: var(--bx-muted);
  font-size: 9px;
}

.bx-brand-actions > div:nth-child(2) {
  display: flex;
  gap: 7px;
}

.bx-brand-actions button {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--bx-line);
  border-radius: 999px;
  color: var(--bx-ink);
  background: var(--bx-soft);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.bx-brand-actions button:first-child {
  color: #fff;
  border-color: var(--bx-blue);
  background: var(--bx-blue);
}

.bx-brand-actions p {
  grid-column: 1 / -1;
  margin: 0;
}

@media (max-width: 620px) {
  .bx-plan-chip del,
  .bx-plan-chip i {
    display: none;
  }

  .bx-brand-actions {
    grid-template-columns: 1fr;
  }

  .bx-brand-actions > div:nth-child(2) {
    width: 100%;
  }

  .bx-brand-actions button {
    flex: 1;
  }
}

/* Binaria Express 0.6 · flujo progresivo y línea gráfica unificada */
.bx-brand__mark {
  width: 42px;
  height: 42px;
  overflow: hidden;
  padding: 0;
  background: transparent;
}

.bx-brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bx-field select {
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 46px !important;
  color: var(--bx-ink) !important;
  border-color: var(--bx-line) !important;
  background-color: rgba(255, 255, 255, 0.035) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M2 2l5 5 5-5' fill='none' stroke='%238a93a6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 16px center !important;
  background-size: 14px 9px !important;
  background-repeat: no-repeat !important;
}

.bx-field select:hover,
.bx-field select:focus {
  border-color: rgba(0, 102, 255, 0.72) !important;
}

.bx-field select option {
  color: var(--bx-ink);
  background: var(--bx-surface);
}

.bx-brand-fonts {
  grid-template-columns: 1fr;
}

.bx-brand-contact {
  margin-bottom: 14px;
}

.bx-design-heading {
  display: grid;
  gap: 3px;
  margin: 18px 0 10px;
}

.bx-design-heading b {
  color: var(--bx-ink);
  font-size: 11px;
  font-weight: 400;
}

.bx-design-heading small {
  color: var(--bx-muted);
  font-size: 9px;
}

.bx-template-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bx-template {
  min-height: 76px;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 12px;
  padding: 10px;
  border-radius: 13px;
}

.bx-template > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.bx-template__visual {
  grid-row: auto;
  width: 52px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(160deg, #d5d7dc 0 42%, #838997 100%);
}

.bx-template__visual--degrade::before {
  inset: 0;
  background: linear-gradient(to top, rgba(5, 6, 9, 0.96), rgba(5, 6, 9, 0));
}

.bx-template__visual--degrade::after {
  left: 7px;
  right: 12px;
  bottom: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid var(--bx-blue);
}

.bx-template__visual--ficha::before {
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 26px;
  border-radius: 5px;
  background: rgba(5, 6, 9, 0.9);
}

.bx-template__visual--ficha::after {
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 8px;
  border-top: 2px solid #fff;
  border-bottom: 2px dotted var(--bx-blue);
}

.bx-template__visual--editorial::before {
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 29px;
  border-radius: 4px;
  background: rgba(247, 247, 244, 0.96);
  border-top: 3px solid var(--bx-blue);
}

.bx-template__visual--editorial::after {
  left: 10px;
  right: 14px;
  bottom: 11px;
  height: 10px;
  border-top: 2px solid #191b20;
  border-bottom: 2px solid #777b84;
}

.bx-template__visual--contorno::before {
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 29px;
  border: 2px solid var(--bx-blue);
  border-radius: 4px;
  background: rgba(5, 7, 12, 0.76);
}

.bx-template__visual--contorno::after {
  left: 11px;
  right: 11px;
  bottom: 12px;
  height: 8px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.bx-template b {
  color: var(--bx-ink);
  font-size: 12px;
}

.bx-template small {
  color: var(--bx-muted);
  font-size: 9px;
  white-space: normal;
  line-height: 1.25;
}

.bx-swatches > button,
.bx-custom-color {
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  aspect-ratio: 1 / 1;
  padding: 0 !important;
  border-radius: 50% !important;
}

.bx-brand-addon {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 15px;
  border: 1px solid rgba(123, 45, 255, 0.42);
  border-radius: 13px;
  background: linear-gradient(110deg, rgba(0, 102, 255, 0.08), rgba(123, 45, 255, 0.11));
}

.bx-brand-addon > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.bx-brand-addon span {
  color: #8f62ff;
  font-size: 7px;
  letter-spacing: 0.13em;
}

.bx-brand-addon b {
  color: var(--bx-ink);
  font-size: 11px;
  font-weight: 400;
}

.bx-brand-addon small {
  color: var(--bx-muted);
  font-size: 9px;
  line-height: 1.45;
}

.bx-brand-addon a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(123, 45, 255, 0.7);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(123, 45, 255, 0.14);
  font-size: 9px;
  text-decoration: none !important;
  white-space: nowrap;
}

.bx-brand-addon a i {
  color: #bda8ff;
  font-style: normal;
}

.bx-carousel-nav button {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  border: 1px solid rgba(123, 45, 255, 0.75) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(123, 45, 255, 0.08) !important;
  line-height: 1 !important;
  text-align: center !important;
}

.bx-carousel-nav button:hover {
  border-color: var(--bx-blue) !important;
  background: rgba(0, 102, 255, 0.16) !important;
}

@media (max-width: 620px) {
  .bx-template-grid,
  .bx-brand-addon {
    grid-template-columns: 1fr;
  }

  .bx-template {
    grid-template-columns: 52px minmax(0, 1fr);
    text-align: left;
  }

  .bx-template__visual {
    margin: 0;
  }

  .bx-brand-addon a {
    justify-content: center;
  }
}

/* ============================================================
   Binaria Express 0.6.1
   Estados interactivos, jerarquía de texto y galería editable.
   Todo el bloque está acotado a .bx-app para no chocar con Elementor.
   ============================================================ */

/* --- Línea gráfica: legibilidad y estados --- */
.bx-app .bx-template {
  position: relative;
  min-height: 80px;
  gap: 14px;
  padding: 11px 13px;
  color: #fff !important;
  border: 1px solid rgba(239, 242, 247, 0.16) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  background-image: none !important;
  box-shadow: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-template b {
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.bx-app .bx-template small {
  color: #fff !important;
  opacity: 0.82;
  font-size: 9px;
  line-height: 1.35;
}

.bx-app .bx-template:hover,
.bx-app .bx-template:focus-visible {
  outline: none;
  border-color: var(--bx-blue) !important;
  background: rgba(0, 102, 255, 0.1) !important;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.24), 0 12px 30px rgba(0, 102, 255, 0.14) !important;
  transform: translateY(-1px);
}

.bx-app .bx-template:hover small,
.bx-app .bx-template:focus-visible small {
  opacity: 1;
}

.bx-app .bx-template.is-active {
  border-color: var(--bx-blue) !important;
  background: linear-gradient(130deg, rgba(0, 102, 255, 0.2), rgba(123, 45, 255, 0.22)) !important;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4), 0 14px 34px rgba(0, 102, 255, 0.16) !important;
}

.bx-app .bx-template.is-active small {
  opacity: 0.95;
}

.bx-app .bx-template__visual {
  flex: none;
  align-self: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

/* --- Formato: mismos estados que la línea gráfica --- */
.bx-app .bx-format-tabs button {
  color: #fff !important;
  transition: background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.bx-app .bx-format-tabs button small {
  color: rgba(255, 255, 255, 0.72) !important;
}

.bx-app .bx-format-tabs button:hover:not(.is-active),
.bx-app .bx-format-tabs button:focus-visible:not(.is-active) {
  outline: none;
  background: rgba(0, 102, 255, 0.14) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 102, 255, 0.55);
}

.bx-app .bx-format-tabs button.is-active small {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* --- Subida de archivos y color --- */
.bx-app .bx-upload,
.bx-app .bx-logo-upload {
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bx-app .bx-upload:hover,
.bx-app .bx-upload:focus-visible,
.bx-app .bx-logo-upload:hover {
  outline: none;
  border-color: var(--bx-blue) !important;
  background: rgba(0, 102, 255, 0.08) !important;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.16);
}

.bx-app .bx-swatches > button,
.bx-app .bx-custom-color {
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-swatches > button:hover,
.bx-app .bx-custom-color:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55);
}

/* --- Botón de descarga: texto siempre legible + estado contorneado --- */
.bx-app .bx-download {
  border: 2px solid transparent !important;
  color: #fff !important;
  background-image: linear-gradient(to right, var(--bx-blue), #1479ff 52%, var(--bx-violet)) !important;
  background-color: var(--bx-blue) !important;
  box-shadow: 0 14px 35px rgba(0, 102, 255, 0.2);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-download > span,
.bx-app .bx-download i {
  color: #fff !important;
}

.bx-app .bx-download small {
  color: rgba(255, 255, 255, 0.9) !important;
}

.bx-app .bx-download:hover:not(:disabled),
.bx-app .bx-download:focus-visible:not(:disabled) {
  outline: none;
  border-color: var(--bx-blue) !important;
  background-image: linear-gradient(to right, rgba(0, 102, 255, 0.22), rgba(123, 45, 255, 0.26)) !important;
  background-color: rgba(10, 12, 24, 0.72) !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.18), 0 18px 40px rgba(0, 102, 255, 0.22);
  transform: translateY(-2px);
}

.bx-app .bx-download i {
  background: rgba(255, 255, 255, 0.18) !important;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.bx-app .bx-download:hover:not(:disabled) i {
  background: var(--bx-blue) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.bx-app .bx-copy-card__heading button {
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-copy-card__heading button:hover,
.bx-app .bx-copy-card__heading button:focus-visible {
  outline: none;
  background: transparent !important;
  color: #fff !important;
  border-color: var(--bx-blue) !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.18);
  transform: translateY(-1px);
}

/* --- Guardar perfil: botones alineados con el borde de la sección --- */
.bx-app .bx-brand-actions {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  padding: 15px;
}

.bx-app .bx-brand-actions > div:nth-child(2) {
  justify-self: end;
  align-items: center;
  gap: 8px;
}

.bx-app .bx-brand-actions button {
  min-height: 39px;
  padding: 9px 17px;
  font-size: 8px;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-brand-actions button:hover,
.bx-app .bx-brand-actions button:focus-visible {
  outline: none;
  border-color: var(--bx-blue) !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.18);
  transform: translateY(-1px);
}

.bx-app .bx-brand-actions button:first-child:hover,
.bx-app .bx-brand-actions button:first-child:focus-visible {
  background: transparent !important;
  color: #fff !important;
}

.bx-app .bx-brand-actions button:last-child:hover,
.bx-app .bx-brand-actions button:last-child:focus-visible {
  background: rgba(0, 102, 255, 0.12) !important;
}

.bx-app .bx-brand-actions p {
  grid-column: 1 / -1;
  margin: 0;
}

.bx-app .bx-brand-addon a {
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-brand-addon a:hover {
  border-color: var(--bx-violet) !important;
  background: rgba(123, 45, 255, 0.26) !important;
  box-shadow: 0 0 0 3px rgba(123, 45, 255, 0.16);
  transform: translateY(-1px);
}

/* --- Galería de fotos: eliminar, reordenar y elegir portada --- */
.bx-app .bx-thumbnails {
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 0 2px;
}

.bx-app .bx-thumb {
  position: relative;
  width: 88px;
  height: 88px;
  flex: none;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(239, 242, 247, 0.18) !important;
  border-radius: 12px !important;
  background: #0f1120 !important;
  cursor: grab;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.bx-app .bx-thumb:hover {
  border-color: var(--bx-blue) !important;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.22);
  transform: translateY(-1px);
}

.bx-app .bx-thumb.is-cover {
  border-color: var(--bx-blue) !important;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.45) !important;
}

.bx-app .bx-thumb.is-dragging {
  opacity: 0.45;
  cursor: grabbing;
}

.bx-app .bx-thumb.is-drop-target {
  border-color: var(--bx-violet) !important;
  box-shadow: 0 0 0 2px rgba(123, 45, 255, 0.55) !important;
}

.bx-app .bx-thumb__pick {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  cursor: pointer;
}

.bx-app .bx-thumb__pick img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-app .bx-thumb__remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  max-height: 21px !important;
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(9, 11, 20, 0.82) !important;
  font-size: 13px;
  line-height: 1 !important;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.bx-app .bx-thumb__remove:hover,
.bx-app .bx-thumb__remove:focus-visible {
  outline: none;
  border-color: #ff5f74 !important;
  background: #ff5f74 !important;
  transform: scale(1.06);
}

.bx-app .bx-thumb__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  padding: 4px 5px;
  background: linear-gradient(to top, rgba(6, 8, 16, 0.94), rgba(6, 8, 16, 0));
}

.bx-app .bx-thumb__bar span {
  position: static !important;
  min-width: 0;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.bx-app .bx-thumb__move {
  width: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  max-height: 21px !important;
  display: grid;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.16) !important;
  font-size: 12px;
  line-height: 1 !important;
  cursor: pointer;
  transition: background 0.16s ease;
}

.bx-app .bx-thumb__move:hover:not(:disabled),
.bx-app .bx-thumb__move:focus-visible:not(:disabled) {
  outline: none;
  background: var(--bx-blue) !important;
}

.bx-app .bx-thumb__move:disabled {
  opacity: 0.3;
  cursor: default;
}

.bx-app .bx-photos-hint {
  margin: 6px 0 0;
  color: var(--bx-muted);
  font-size: 9px;
  line-height: 1.5;
}

/* --- Flechas del carrusel: círculo perfecto también en foco --- */
.bx-app .bx-carousel-nav button:focus-visible {
  outline: none;
  border-color: var(--bx-blue) !important;
  background: rgba(0, 102, 255, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.18) !important;
}

/* ============================================================
   Binaria Express 0.7.0 · cuentas, prueba y activación manual
   ============================================================ */

.bx-app .bx-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 11px;
  border: 1px solid rgba(123, 45, 255, 0.55);
  border-radius: 999px;
  color: #cbb6ff;
  background: rgba(123, 45, 255, 0.12);
  font-size: 7px;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.bx-app .bx-status-chip.is-active {
  border-color: rgba(66, 219, 160, 0.55);
  color: #7ff0c4;
  background: rgba(66, 219, 160, 0.12);
}

.bx-app .bx-gate {
  display: grid;
  gap: 7px;
  margin-top: 13px;
  padding: 15px;
  border: 1px solid rgba(0, 102, 255, 0.42);
  border-radius: 13px;
  background: linear-gradient(130deg, rgba(0, 102, 255, 0.12), rgba(123, 45, 255, 0.14));
  text-align: left;
}

.bx-app .bx-gate[hidden] {
  display: none;
}

.bx-app .bx-gate b {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.bx-app .bx-gate small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  line-height: 1.5;
}

.bx-app .bx-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.bx-app .bx-gate__primary,
.bx-app .bx-gate__secondary {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-gate__primary {
  color: #fff !important;
  border-color: var(--bx-blue);
  background: var(--bx-blue);
}

.bx-app .bx-gate__primary:hover,
.bx-app .bx-gate__primary:focus-visible {
  outline: none;
  background: transparent;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
  transform: translateY(-1px);
}

.bx-app .bx-gate__secondary {
  color: #fff !important;
  border-color: rgba(239, 242, 247, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.bx-app .bx-gate__secondary:hover,
.bx-app .bx-gate__secondary:focus-visible {
  outline: none;
  border-color: var(--bx-blue);
  background: rgba(0, 102, 255, 0.12);
  transform: translateY(-1px);
}

.bx-app .bx-gate__secondary[hidden],
.bx-app .bx-gate__primary[hidden] {
  display: none;
}

/* ============================================================
   Binaria Express 0.7.1 · interruptor de datos en post e historia
   ============================================================ */

.bx-app .bx-toggle {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: 14px;
  padding: 14px 15px;
  border: 1px solid var(--bx-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bx-app .bx-toggle:hover,
.bx-app .bx-toggle:focus-within {
  border-color: var(--bx-blue);
  background: rgba(0, 102, 255, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.16);
}

.bx-app .bx-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.bx-app .bx-toggle__mark {
  position: relative;
  width: 42px;
  height: 24px;
  flex: none;
  border: 1px solid rgba(239, 242, 247, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.bx-app .bx-toggle__mark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  transition: transform 0.18s ease, background 0.18s ease;
}

.bx-app .bx-toggle input:checked + .bx-toggle__mark {
  border-color: var(--bx-blue);
  background: linear-gradient(120deg, var(--bx-blue), var(--bx-violet));
}

.bx-app .bx-toggle input:checked + .bx-toggle__mark::after {
  background: #fff;
  transform: translateX(18px);
}

.bx-app .bx-toggle input:focus-visible + .bx-toggle__mark {
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.24);
}

.bx-app .bx-toggle__text {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.bx-app .bx-toggle__text b {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.bx-app .bx-toggle__text small {
  color: var(--bx-muted);
  font-size: 9px;
  line-height: 1.45;
}

/* ============================================================
   Binaria Express 0.8.0 · registro y acceso dentro de la página
   ============================================================ */

.bx-app .bx-account {
  width: min(1460px, 100%);
  margin: clamp(52px, 7vw, 92px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: clamp(22px, 3vw, 44px);
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(0, 102, 255, 0.32);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgba(123, 45, 255, 0.16), transparent 45%),
    linear-gradient(120deg, rgba(0, 102, 255, 0.09), rgba(123, 45, 255, 0.08));
}

.bx-app .bx-account__intro {
  align-self: center;
  display: grid;
  gap: 11px;
  min-width: 0;
}

.bx-app .bx-account__intro h2 {
  margin: 0;
  color: var(--bx-ink);
  font-family: "Siroka", Impact, sans-serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  line-height: 1.02;
  text-transform: uppercase;
}

.bx-app .bx-account__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.6;
}

.bx-app .bx-account__intro ul {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.bx-app .bx-account__intro li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.5;
}

.bx-app .bx-account__intro li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--bx-blue);
  border-radius: 50%;
}

.bx-app .bx-account__panel {
  min-width: 0;
  display: grid;
  gap: 13px;
  align-content: start;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid var(--bx-line);
  border-radius: 15px;
  background: rgba(10, 12, 24, 0.66);
}

.bx-app .bx-account__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--bx-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.bx-app .bx-account__tabs button {
  min-height: 38px;
  padding: 8px;
  border: 0;
  border-radius: 9px;
  color: #fff !important;
  background: transparent;
  font-size: 10px;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.bx-app .bx-account__tabs button:hover:not(.is-active),
.bx-app .bx-account__tabs button:focus-visible:not(.is-active) {
  outline: none;
  background: rgba(0, 102, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(0, 102, 255, 0.5);
}

.bx-app .bx-account__tabs button.is-active {
  background: linear-gradient(135deg, var(--bx-blue), var(--bx-violet));
}

.bx-app .bx-account__form {
  display: grid;
  gap: 11px;
}

.bx-app .bx-account__form[hidden] {
  display: none;
}

.bx-app .bx-account__hint {
  margin: -3px 0 0;
  color: var(--bx-muted);
  font-size: 9px;
}

.bx-app .bx-account__hint a {
  color: #9fc2ff !important;
  text-decoration: none !important;
}

.bx-app .bx-account__hint a:hover {
  text-decoration: underline !important;
}

.bx-app .bx-account__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.bx-app .bx-account__submit {
  min-height: 46px;
  margin-top: 2px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 999px;
  color: #fff !important;
  background-image: linear-gradient(to right, var(--bx-blue), #1479ff 52%, var(--bx-violet));
  background-color: var(--bx-blue);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bx-app .bx-account__submit:hover:not(:disabled),
.bx-app .bx-account__submit:focus-visible:not(:disabled) {
  outline: none;
  border-color: var(--bx-blue);
  background-image: linear-gradient(to right, rgba(0, 102, 255, 0.22), rgba(123, 45, 255, 0.26));
  background-color: rgba(10, 12, 24, 0.72);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.18);
  transform: translateY(-1px);
}

.bx-app .bx-account__submit:disabled {
  cursor: wait;
  opacity: 0.6;
  transform: none;
}

.bx-app .bx-account__message {
  margin: 0;
  min-height: 15px;
  color: #9fe7c6;
  font-size: 10px;
  line-height: 1.5;
}

.bx-app .bx-account__message.is-error {
  color: #ff9aa8;
}

.bx-app .bx-download-note--mark {
  margin-top: 3px;
  color: #8f9bb5;
}

@media (max-width: 900px) {
  .bx-app .bx-account {
    grid-template-columns: 1fr;
  }
}

/* Binaria Express 0.8.1 · ayuda de campos opcionales */
.bx-app .bx-fields-hint {
  margin: 12px 0 0;
  color: var(--bx-muted);
  font-size: 9px;
  line-height: 1.55;
}

.bx-app .bx-fields-hint b {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 400;
}

/* ============================================================
   Binaria Express 0.9.1 · textos del carrusel por placa
   ============================================================ */

.bx-app .bx-slide-group {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  padding: 15px;
  border: 1px solid var(--bx-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.028);
  transition: opacity 0.18s ease, border-color 0.18s ease;
}

.bx-app .bx-slide-group:last-child {
  margin-bottom: 0;
}

.bx-app .bx-slide-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
}

.bx-app .bx-slide-group__head b {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.bx-app .bx-slide-group__head small {
  color: #c0a3ff;
  font-size: 9px;
}

.bx-app .bx-slide-group__foot {
  margin: 0;
  color: var(--bx-muted);
  font-size: 9px;
  line-height: 1.5;
}

.bx-app .bx-slide-group.is-off {
  border-style: dashed;
  border-color: rgba(239, 242, 247, 0.14);
  opacity: 0.55;
}

.bx-app .bx-slide-group.is-off:hover,
.bx-app .bx-slide-group.is-off:focus-within {
  opacity: 1;
}
