:root {
  --ld-ink: #111b2a;
  --ld-ink-2: #203049;
  --ld-paper: #fffaf0;
  --ld-white: #ffffff;
  --ld-mint: #32c9b7;
  --ld-mint-soft: #dff8f2;
  --ld-blue: #315fdb;
  --ld-blue-soft: #e5ebff;
  --ld-coral: #ff6258;
  --ld-coral-soft: #ffe6e2;
  --ld-yellow: #f5c94a;
  --ld-yellow-soft: #fff3c9;
  --ld-violet: #8b69d5;
  --ld-violet-soft: #eee7ff;
  --ld-cyan: #5fc3df;
  --ld-cyan-soft: #e1f7fc;
  --ld-text: #2b3545;
  --ld-muted: #657084;
  --ld-line: #dce1e8;
  --ld-shadow: 7px 7px 0 var(--ld-ink);
  --ld-radius: 18px;
  --ld-container: 1180px;
  --ld-reading: 780px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ld-text);
  background: var(--ld-white);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.ld-nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--ld-blue);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--ld-ink);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: break-word;
}

::selection {
  color: var(--ld-ink);
  background: var(--ld-yellow);
}

.ld-container {
  width: min(calc(100% - 40px), var(--ld-container));
  margin-inline: auto;
}

.ld-reading-width {
  max-width: var(--ld-reading);
}

.ld-reading-wide {
  max-width: 980px;
}

.screen-reader-text,
.ld-skip-link:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ld-skip-link:focus {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ld-white);
  background: var(--ld-ink);
  border-radius: 6px;
}

:focus-visible {
  outline: 3px solid var(--ld-yellow);
  outline-offset: 3px;
}

.ld-topbar {
  color: #d9e2ef;
  background: var(--ld-ink);
  font-size: 13px;
  line-height: 1.25;
}

.ld-topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ld-topbar p {
  margin: 0;
}

.ld-topbar p span {
  display: inline-block;
  margin-right: 8px;
  color: var(--ld-yellow);
  font-weight: 800;
  letter-spacing: .08em;
}

.ld-topbar nav {
  display: flex;
  gap: 22px;
}

.ld-topbar a {
  color: #d9e2ef;
  text-decoration: none;
}

.ld-topbar a:hover {
  color: var(--ld-white);
}

.ld-brand-row {
  background: var(--ld-white);
}

.ld-brand-inner {
  min-height: 106px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 390px);
  align-items: center;
  gap: 34px;
}

.ld-brand img,
.ld-brand .custom-logo {
  width: auto;
  max-width: 326px;
  height: 70px;
  object-fit: contain;
}

.ld-brand .custom-logo-link {
  display: inline-flex;
}

.ld-header-search {
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 18px;
  background: #f7f8fa;
  border: 1.5px solid var(--ld-line);
  border-radius: 999px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.ld-header-search:focus-within {
  border-color: var(--ld-blue);
  box-shadow: 0 0 0 4px rgba(49, 95, 219, .12);
}

.ld-header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ld-ink);
  background: transparent;
  font-size: 14px;
}

.ld-header-search input::placeholder {
  color: #7f8794;
}

.ld-header-search button {
  width: 42px;
  height: 42px;
  margin-right: 2px;
  display: grid;
  place-items: center;
  color: var(--ld-white);
  background: var(--ld-ink);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.ld-header-search button:hover {
  background: var(--ld-blue);
}

.ld-nav-row {
  position: relative;
  z-index: 80;
  background: var(--ld-paper);
  border-block: 1px solid #eee7db;
}

.ld-nav-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ld-primary-nav .ld-menu,
.ld-primary-nav > ul {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ld-primary-nav li {
  position: relative;
  margin: 0;
}

.ld-primary-nav a {
  display: block;
  padding: 17px 13px;
  color: var(--ld-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 10px;
}

.ld-primary-nav a:hover,
.ld-primary-nav .current-menu-item > a,
.ld-primary-nav .current-menu-ancestor > a {
  color: var(--ld-blue);
  background: var(--ld-blue-soft);
}

.ld-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  min-width: 230px;
  padding: 8px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  list-style: none;
  background: var(--ld-white);
  border: 1px solid var(--ld-line);
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(17, 27, 42, .15);
  transition: .18s ease;
}

.ld-primary-nav li:hover > .sub-menu,
.ld-primary-nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ld-primary-nav .sub-menu a {
  padding: 11px 12px;
}

.ld-nav-tool {
  flex: 0 0 auto;
  padding: 10px 17px;
  color: var(--ld-white);
  background: var(--ld-coral);
  border: 2px solid var(--ld-ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ld-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.ld-nav-tool:hover {
  color: var(--ld-ink);
  background: var(--ld-yellow);
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--ld-ink);
}

.ld-nav-toggle {
  display: none;
}

.ld-main {
  min-height: 55vh;
}

.ld-tool-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 13% 18%, rgba(245, 201, 74, .36), transparent 26%),
    radial-gradient(circle at 84% 76%, rgba(50, 201, 183, .23), transparent 30%),
    linear-gradient(120deg, #fff7e5 0%, #fffdf8 46%, #effcf8 100%);
  border-bottom: 1px solid #dce9e5;
}

.ld-tool-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .45;
  background-image: radial-gradient(var(--ld-ink) .7px, transparent .7px);
  background-size: 21px 21px;
  mask-image: linear-gradient(to right, transparent, #000 30%, #000 75%, transparent);
}

.ld-tool-pattern {
  position: absolute;
  right: 3.5%;
  top: 24px;
  z-index: 1;
  display: flex;
  gap: 8px;
  transform: rotate(6deg);
}

.ld-tool-pattern span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--ld-ink);
  background: var(--ld-white);
  border: 2px solid var(--ld-ink);
  border-radius: 9px;
  box-shadow: 4px 4px 0 var(--ld-ink);
  font-size: 21px;
  font-weight: 900;
}

.ld-tool-pattern span:nth-child(1) { background: var(--ld-yellow); }
.ld-tool-pattern span:nth-child(2) { background: var(--ld-coral-soft); }
.ld-tool-pattern span:nth-child(3) { background: var(--ld-mint-soft); }

.ld-tool-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 56px;
}

.ld-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--ld-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ld-eyebrow > span {
  width: 24px;
  height: 4px;
  display: block;
  background: currentColor;
  border-radius: 999px;
}

.ld-tool-intro h1 {
  max-width: 540px;
  margin: 0 0 24px;
  color: var(--ld-ink);
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}

.ld-tool-lead,
.ld-tool-lead p {
  max-width: 590px;
  margin: 0;
  color: #4e5a6d;
  font-size: 18px;
  line-height: 1.65;
}

.ld-tool-lead strong {
  color: var(--ld-ink);
}

.ld-tool-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  color: var(--ld-ink-2);
  font-size: 13px;
  font-weight: 800;
}

.ld-tool-benefits li::before {
  margin-right: 6px;
  color: #0d8d75;
  content: "✓";
}

.ld-tool-card {
  padding: 24px;
  background: var(--ld-white);
  border: 2px solid var(--ld-ink);
  border-radius: 22px;
  box-shadow: 10px 10px 0 var(--ld-ink);
}

.ld-tool-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px 17px;
  border-bottom: 1px solid var(--ld-line);
}

.ld-tool-card-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ld-tool-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ld-ink);
  background: var(--ld-yellow);
  border: 2px solid var(--ld-ink);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.ld-tool-card-head h2 {
  margin: 0;
  color: var(--ld-ink);
  font-size: 19px;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.ld-tool-status {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #596476;
  font-size: 11px;
  font-weight: 700;
}

.ld-tool-status i {
  width: 7px;
  height: 7px;
  display: block;
  background: var(--ld-mint);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--ld-mint-soft);
}

.ld-tool-shortcode .ld-herramienta {
  padding: 20px 0 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.ld-tool-shortcode .ld-modos,
.ld-prose .ld-modos {
  gap: 8px;
  margin-bottom: 16px;
}

.ld-tool-shortcode .ld-modo,
.ld-prose .ld-modo {
  min-height: 38px;
  padding: 8px 14px;
  color: var(--ld-ink);
  background: var(--ld-white);
  border: 1.5px solid #cfd6df;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.ld-tool-shortcode .ld-modo.ld-activo,
.ld-prose .ld-modo.ld-activo {
  color: var(--ld-white);
  background: var(--ld-blue);
  border-color: var(--ld-ink);
  box-shadow: 2px 2px 0 var(--ld-ink);
}

.ld-tool-shortcode .ld-campos,
.ld-prose .ld-campos {
  margin-bottom: 11px;
}

.ld-tool-shortcode .ld-in,
.ld-prose .ld-in {
  width: 100%;
  max-width: none;
  min-height: 52px;
  padding: 12px 15px;
  color: var(--ld-ink);
  background: #f8fafc;
  border: 1.5px solid #cbd3df;
  border-radius: 10px;
  font-size: 17px;
  outline: none;
  text-transform: lowercase;
}

.ld-tool-shortcode .ld-in:focus,
.ld-prose .ld-in:focus {
  border-color: var(--ld-blue);
  box-shadow: 0 0 0 4px rgba(49, 95, 219, .12);
}

.ld-tool-shortcode .ld-ir,
.ld-prose .ld-ir {
  min-height: 48px;
  padding: 11px 24px;
  color: var(--ld-white);
  background: var(--ld-ink);
  border: 2px solid var(--ld-ink);
  border-radius: 10px;
  box-shadow: 4px 4px 0 var(--ld-yellow);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.ld-tool-shortcode .ld-ir:hover,
.ld-prose .ld-ir:hover {
  background: var(--ld-blue);
  transform: translate(1px, 1px);
  box-shadow: 3px 3px 0 var(--ld-yellow);
}

.ld-tool-shortcode .ld-ayuda,
.ld-prose .ld-ayuda {
  margin: 13px 0 0;
  color: #707a89;
  font-size: 12px;
  line-height: 1.45;
}

.ld-tool-shortcode .ld-resultado,
.ld-prose .ld-resultado {
  max-height: 420px;
  overflow: auto;
  margin-top: 18px;
  scrollbar-width: thin;
}

.ld-plugin-notice {
  padding: 22px;
  margin-top: 20px;
  color: #6d4d00;
  background: var(--ld-yellow-soft);
  border: 1px solid #ebcd6d;
  border-radius: 12px;
}

.ld-plugin-notice p {
  margin: 0;
}

.ld-quick-tools {
  position: relative;
  z-index: 3;
  padding: 30px 0;
  background: var(--ld-white);
  border-bottom: 1px solid var(--ld-line);
}

.ld-quick-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.ld-quick-tools a {
  min-height: 92px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 13px;
  padding: 15px;
  color: var(--ld-ink);
  background: var(--ld-white);
  border: 1.5px solid var(--ld-line);
  border-radius: 15px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ld-quick-tools a:hover {
  color: var(--ld-ink);
  border-color: var(--ld-ink);
  box-shadow: 4px 4px 0 var(--ld-ink);
  transform: translate(-2px, -2px);
}

.ld-quick-icon {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ld-ink);
  border-radius: 10px;
  font-size: 17px;
  font-weight: 900;
}

.ld-quick-icon.is-coral { background: var(--ld-coral-soft); }
.ld-quick-icon.is-blue { background: var(--ld-blue-soft); }
.ld-quick-icon.is-mint { background: var(--ld-mint-soft); }
.ld-quick-icon.is-yellow { background: var(--ld-yellow-soft); }

.ld-quick-tools strong {
  align-self: end;
  font-size: 14px;
  line-height: 1.2;
}

.ld-quick-tools small {
  align-self: start;
  color: var(--ld-muted);
  font-size: 11px;
  line-height: 1.35;
}

.ld-quick-tools i {
  grid-column: 3;
  grid-row: 1 / 3;
  font-style: normal;
  font-weight: 900;
}

.ld-latest-section,
.ld-related-section {
  padding: 90px 0 100px;
  background: var(--ld-paper);
}

.ld-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

.ld-section-heading h2,
.ld-archive-header h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ld-ink);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.ld-text-link {
  flex: 0 0 auto;
  padding-bottom: 3px;
  color: var(--ld-ink);
  border-bottom: 2px solid var(--ld-coral);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.ld-feature-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(3, minmax(158px, auto));
  gap: 20px;
}

.ld-post-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  color: var(--ld-text);
  background: var(--ld-white);
  border: 1.5px solid var(--ld-line);
  border-radius: var(--ld-radius);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ld-post-card:hover {
  border-color: var(--ld-ink);
  box-shadow: 6px 6px 0 var(--ld-ink);
  transform: translate(-3px, -3px);
}

.ld-post-card.is-featured {
  grid-row: 1 / 4;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(320px, 1fr) auto;
  border-color: var(--ld-ink);
}

.ld-card-media {
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  color: var(--ld-ink);
  background: var(--ld-blue-soft);
  text-decoration: none;
}

.ld-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.ld-post-card:hover .ld-card-media img {
  transform: scale(1.025);
}

.ld-card-fallback {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 158px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.44), transparent 50%),
    var(--ld-blue-soft);
}

.ld-card-fallback::after {
  position: absolute;
  width: 80%;
  height: 80%;
  content: "";
  border: 1px dashed rgba(17, 27, 42, .25);
  border-radius: 50%;
}

.ld-card-fallback i {
  position: relative;
  z-index: 2;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: var(--ld-ink);
  background: var(--ld-white);
  border: 3px solid var(--ld-ink);
  border-radius: 14px;
  box-shadow: 6px 6px 0 var(--ld-ink);
  font-size: 31px;
  font-style: normal;
  font-weight: 900;
  transform: rotate(-4deg);
}

.ld-card-fallback b {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  color: rgba(17, 27, 42, .62);
  font-size: 9px;
  letter-spacing: .14em;
}

.ld-post-card.is-featured .ld-card-fallback {
  min-height: 340px;
}

.ld-post-card.is-featured .ld-card-fallback i {
  width: 124px;
  height: 124px;
  font-size: 52px;
}

.ld-post-card.is-mint .ld-card-fallback { background-color: var(--ld-mint-soft); }
.ld-post-card.is-yellow .ld-card-fallback { background-color: var(--ld-yellow-soft); }
.ld-post-card.is-coral .ld-card-fallback { background-color: var(--ld-coral-soft); }
.ld-post-card.is-violet .ld-card-fallback { background-color: var(--ld-violet-soft); }
.ld-post-card.is-cyan .ld-card-fallback { background-color: var(--ld-cyan-soft); }

.ld-card-body {
  position: relative;
  min-width: 0;
  padding: 20px 54px 18px 20px;
}

.ld-post-card.is-featured .ld-card-body {
  padding: 29px 78px 31px 30px;
}

.ld-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--ld-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ld-card-meta a {
  color: var(--ld-coral);
  text-decoration: none;
}

.ld-card-meta time::before {
  margin-right: 10px;
  color: #b4bcc8;
  content: "•";
}

.ld-card-body h3 {
  margin: 0;
  color: var(--ld-ink);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.ld-post-card.is-featured h3 {
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -.04em;
  line-height: 1.08;
}

.ld-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.ld-card-body p {
  margin: 13px 0 0;
  color: #647084;
  font-size: 15px;
  line-height: 1.55;
}

.ld-card-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--ld-ink);
  background: var(--ld-yellow-soft);
  border: 1.5px solid var(--ld-ink);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.ld-post-card.is-featured .ld-card-arrow {
  width: 42px;
  height: 42px;
  right: 28px;
  bottom: 28px;
}

.ld-topics-section {
  padding: 90px 0 96px;
  color: var(--ld-white);
  background: var(--ld-ink);
}

.ld-section-heading-light h2 {
  color: var(--ld-white);
}

.ld-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ld-topic-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 66px 1fr auto;
  align-items: center;
  gap: 17px;
  padding: 22px;
  color: var(--ld-ink);
  background: var(--ld-blue-soft);
  border: 2px solid var(--ld-white);
  border-radius: 17px;
  box-shadow: 5px 5px 0 rgba(255,255,255,.28);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.ld-topic-card:hover {
  color: var(--ld-ink);
  box-shadow: 2px 2px 0 rgba(255,255,255,.28);
  transform: translate(3px, 3px);
}

.ld-topic-card.is-mint { background: var(--ld-mint-soft); }
.ld-topic-card.is-yellow { background: var(--ld-yellow-soft); }
.ld-topic-card.is-coral { background: var(--ld-coral-soft); }
.ld-topic-card.is-violet { background: var(--ld-violet-soft); }
.ld-topic-card.is-cyan { background: var(--ld-cyan-soft); }

.ld-topic-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.65);
  border: 2px solid var(--ld-ink);
  border-radius: 13px;
  font-size: 27px;
  font-weight: 900;
}

.ld-topic-copy {
  min-width: 0;
}

.ld-topic-copy strong,
.ld-topic-copy small {
  display: block;
}

.ld-topic-copy strong {
  font-size: 18px;
  line-height: 1.2;
}

.ld-topic-copy small {
  margin-top: 7px;
  color: #5f6878;
  font-size: 12px;
}

.ld-topic-card i {
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
}

.ld-front-copy {
  padding: 82px 0 92px;
  background: var(--ld-white);
}

.ld-pagina {
  padding: 54px 20px 90px;
  background: var(--ld-paper);
}

.ld-pagina > article {
  width: min(100%, 980px);
  padding: 42px;
  margin-inline: auto;
  color: #354154;
  background: var(--ld-white);
  border: 1.5px solid var(--ld-line);
  border-radius: 20px;
  box-shadow: 7px 7px 0 var(--ld-ink);
  font-size: 16px;
  line-height: 1.7;
}

.ld-pagina > article > h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--ld-ink);
  font-size: clamp(37px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.03;
}

.ld-pagina .ld-resumen {
  max-width: 760px;
  margin: 0 0 25px;
  color: var(--ld-muted);
  font-size: 18px;
}

.ld-pagina .ld-tabla {
  margin-block: 24px;
}

.ld-pagina .ld-datos h2,
.ld-pagina .ld-relacionados h2 {
  margin-top: 0;
  color: var(--ld-ink);
  font-size: 22px;
}

.ld-prose {
  color: #354154;
  font-size: 17px;
  line-height: 1.78;
}

.ld-prose > *:first-child {
  margin-top: 0;
}

.ld-prose > *:last-child {
  margin-bottom: 0;
}

.ld-prose h2,
.ld-prose h3,
.ld-prose h4 {
  color: var(--ld-ink);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.ld-prose h2 {
  margin: 2.2em 0 .7em;
  font-size: clamp(29px, 3.3vw, 40px);
}

.ld-prose h3 {
  margin: 1.8em 0 .65em;
  font-size: 25px;
}

.ld-prose h4 {
  margin: 1.6em 0 .6em;
  font-size: 20px;
}

.ld-prose p,
.ld-prose ul,
.ld-prose ol,
.ld-prose table,
.ld-prose blockquote {
  margin-block: 1.15em;
}

.ld-prose a {
  font-weight: 650;
}

.ld-prose strong {
  color: var(--ld-ink);
}

.ld-prose ul,
.ld-prose ol {
  padding-left: 1.35em;
}

.ld-prose li + li {
  margin-top: .45em;
}

.ld-prose blockquote {
  padding: 22px 24px;
  margin-inline: 0;
  background: var(--ld-yellow-soft);
  border: 0;
  border-left: 5px solid var(--ld-yellow);
  border-radius: 0 12px 12px 0;
  color: var(--ld-ink-2);
}

.ld-prose code {
  padding: 2px 6px;
  color: var(--ld-ink);
  background: #f1f3f7;
  border-radius: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9em;
}

.ld-prose table,
.ld-tabla {
  width: 100%;
  display: table;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--ld-line);
  border-radius: 12px;
  font-size: 14px;
}

.ld-prose th,
.ld-prose td,
.ld-tabla th,
.ld-tabla td {
  padding: 11px 13px;
  text-align: left;
  border-bottom: 1px solid var(--ld-line);
}

.ld-prose th,
.ld-tabla th {
  color: var(--ld-ink);
  background: #f1f5f9;
  font-weight: 850;
}

.ld-prose .ld-herramienta {
  padding: 24px;
  margin: 28px 0;
  background: var(--ld-paper);
  border: 2px solid var(--ld-ink);
  border-radius: 18px;
  box-shadow: 6px 6px 0 var(--ld-ink);
}

.ld-prose .ld-wordle-grid {
  flex-wrap: wrap;
}

.ld-prose .ld-w-col .ld-in {
  width: 52px;
  max-width: 52px;
}

.ld-prose .ld-gris {
  max-width: 100%;
}

.ld-datos {
  padding: 18px 20px !important;
  background: var(--ld-mint-soft) !important;
  border-left: 5px solid var(--ld-mint) !important;
  border-radius: 0 12px 12px 0;
}

.ld-relacionados ul {
  gap: 9px !important;
}

.ld-relacionados li a,
.ld-paginacion a {
  color: var(--ld-ink);
  background: var(--ld-white);
  border: 1.5px solid var(--ld-line) !important;
  border-radius: 8px !important;
}

.ld-relacionados li a:hover,
.ld-paginacion a:hover,
.ld-paginacion a.ld-activo {
  color: var(--ld-white) !important;
  background: var(--ld-blue) !important;
  border-color: var(--ld-blue) !important;
}

.ld-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin-bottom: 32px;
  color: #8992a0;
  font-size: 12px;
  line-height: 1.35;
}

.ld-breadcrumbs a,
.ld-breadcrumbs span[aria-current] {
  max-width: 300px;
  overflow: hidden;
  color: #657084;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.ld-breadcrumbs a:hover {
  color: var(--ld-blue);
}

.ld-archive-main {
  padding: 54px 0 96px;
  background: var(--ld-paper);
}

.ld-archive-header {
  max-width: 820px;
  margin-bottom: 48px;
}

.ld-archive-header > p:last-child,
.ld-archive-description {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--ld-muted);
  font-size: 18px;
}

.ld-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ld-archive-grid .ld-post-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px auto;
}

.ld-archive-grid .ld-card-media {
  min-height: 220px;
}

.ld-archive-grid .ld-card-fallback {
  min-height: 220px;
}

.ld-archive-grid .ld-card-body {
  min-height: 186px;
  padding: 22px 58px 25px 22px;
}

.ld-archive-grid .ld-card-body h3 {
  font-size: 21px;
}

.navigation.pagination {
  margin-top: 48px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.nav-links .page-numbers {
  min-width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding-inline: 12px;
  color: var(--ld-ink);
  background: var(--ld-white);
  border: 1.5px solid var(--ld-line);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nav-links .current,
.nav-links a:hover {
  color: var(--ld-white);
  background: var(--ld-blue);
  border-color: var(--ld-blue);
}

.ld-empty-state {
  padding: 64px 30px;
  text-align: center;
  background: var(--ld-white);
  border: 2px solid var(--ld-ink);
  border-radius: 22px;
  box-shadow: var(--ld-shadow);
}

.ld-empty-state > span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--ld-ink);
  background: var(--ld-yellow);
  border: 2px solid var(--ld-ink);
  border-radius: 14px;
  font-size: 34px;
  font-weight: 900;
}

.ld-empty-state h2 {
  margin: 0;
  color: var(--ld-ink);
  font-size: 30px;
}

.ld-empty-state p {
  margin: 10px 0 22px;
  color: var(--ld-muted);
}

.ld-page-header,
.ld-single-header {
  padding: 52px 0 44px;
  background:
    radial-gradient(circle at 82% 12%, rgba(50,201,183,.23), transparent 28%),
    var(--ld-paper);
  border-bottom: 1px solid #ece5d9;
}

.ld-page-header h1,
.ld-single-header h1 {
  margin: 0;
  color: var(--ld-ink);
  font-size: clamp(40px, 5.6vw, 68px);
  font-weight: 900;
  letter-spacing: -.052em;
  line-height: 1.02;
}

.ld-page-content {
  padding-block: 60px 90px;
}

.ld-single-category {
  display: inline-flex;
  padding: 7px 10px;
  margin-bottom: 20px;
  color: var(--ld-ink);
  background: var(--ld-blue-soft);
  border: 1.5px solid var(--ld-ink);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.ld-single-category.is-mint { background: var(--ld-mint-soft); }
.ld-single-category.is-yellow { background: var(--ld-yellow-soft); }
.ld-single-category.is-coral { background: var(--ld-coral-soft); }
.ld-single-category.is-violet { background: var(--ld-violet-soft); }
.ld-single-category.is-cyan { background: var(--ld-cyan-soft); }

.ld-single-deck {
  max-width: 780px;
  margin: 22px 0 0;
  color: #566174;
  font-size: 20px;
  line-height: 1.55;
}

.ld-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 27px;
  color: #6d7787;
  font-size: 12px;
  font-weight: 700;
}

.ld-single-meta > * + *::before {
  margin-right: 18px;
  color: #b7bec8;
  content: "•";
}

.ld-single-featured {
  margin-top: 42px;
}

.ld-single-featured img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  border: 2px solid var(--ld-ink);
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--ld-ink);
}

.ld-single-featured figcaption {
  margin-top: 12px;
  color: var(--ld-muted);
  font-size: 12px;
  text-align: center;
}

.ld-article-content {
  padding-block: 55px 74px;
}

.ld-article-content > p:first-child {
  color: #263247;
  font-size: 19px;
}

.ld-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 70px;
}

.ld-tags a {
  padding: 7px 11px;
  color: var(--ld-ink-2);
  background: #f4f6f9;
  border: 1px solid var(--ld-line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.ld-related-section {
  border-top: 1px solid #e8e1d5;
}

.ld-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  color: var(--ld-white);
  background: var(--ld-ink);
  border: 2px solid var(--ld-ink);
  border-radius: 10px;
  box-shadow: 4px 4px 0 var(--ld-yellow);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.ld-button:hover {
  color: var(--ld-white);
  background: var(--ld-blue);
}

.ld-button-outline {
  color: var(--ld-ink);
  background: var(--ld-white);
  box-shadow: none;
}

.ld-button-outline:hover {
  color: var(--ld-ink);
  background: var(--ld-yellow-soft);
}

.ld-error-main {
  display: grid;
  place-items: center;
  padding: 90px 0 110px;
  background: var(--ld-paper);
}

.ld-error-layout {
  text-align: center;
}

.ld-error-code {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
}

.ld-error-code span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  color: var(--ld-ink);
  background: var(--ld-white);
  border: 3px solid var(--ld-ink);
  border-radius: 15px;
  box-shadow: 6px 6px 0 var(--ld-ink);
  font-size: 38px;
  font-weight: 900;
}

.ld-error-code span:nth-child(2) {
  background: var(--ld-yellow);
  transform: rotate(-7deg);
}

.ld-error-layout .ld-eyebrow {
  justify-content: center;
}

.ld-error-layout h1 {
  margin: 0;
  color: var(--ld-ink);
  font-size: clamp(42px, 6vw, 68px);
  letter-spacing: -.05em;
  line-height: 1;
}

.ld-error-layout > p:not(.ld-eyebrow) {
  max-width: 580px;
  margin: 20px auto 30px;
  color: var(--ld-muted);
}

.ld-error-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.ld-search-form {
  max-width: 580px;
  display: flex;
  gap: 10px;
  margin: 20px auto 0;
}

.ld-search-form label {
  flex: 1;
}

.ld-search-form input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1.5px solid var(--ld-line);
  border-radius: 9px;
}

.ld-search-form button {
  padding: 0 19px;
  color: var(--ld-white);
  background: var(--ld-ink);
  border: 0;
  border-radius: 9px;
  font-weight: 800;
  cursor: pointer;
}

.ld-site-footer {
  color: #d8e0eb;
  background: #0c1522;
}

.ld-footer-main {
  padding: 68px 0 62px;
}

.ld-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .7fr .85fr;
  gap: 74px;
}

.ld-footer-brand img {
  width: 300px;
  height: auto;
}

.ld-footer-brand > p {
  max-width: 410px;
  margin: 22px 0 25px;
  color: #aeb8c7;
  font-size: 14px;
}

.ld-footer-tiles {
  display: flex;
  gap: 6px;
}

.ld-footer-tiles span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--ld-ink);
  background: var(--ld-yellow);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
}

.ld-footer-tiles span:nth-child(2) { background: var(--ld-coral); }
.ld-footer-tiles span:nth-child(3) { background: var(--ld-mint); }
.ld-footer-tiles span:nth-child(4) { background: var(--ld-cyan); }
.ld-footer-tiles span:nth-child(5) { background: var(--ld-violet); }

.ld-footer-column h2 {
  margin: 4px 0 20px;
  color: var(--ld-white);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ld-footer-column ul,
.ld-footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ld-footer-column li + li {
  margin-top: 10px;
}

.ld-footer-column a {
  color: #abb6c6;
  font-size: 13px;
  text-decoration: none;
}

.ld-footer-column a:hover {
  color: var(--ld-white);
}

.ld-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
}

.ld-footer-bottom .ld-container {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ld-footer-bottom p {
  margin: 0;
  color: #7f8a9b;
  font-size: 11px;
}

@media (max-width: 1080px) {
  .ld-tool-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ld-tool-intro {
    max-width: 760px;
  }

  .ld-tool-intro h1 {
    max-width: 720px;
  }

  .ld-tool-card {
    max-width: 780px;
  }

  .ld-quick-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ld-primary-nav a {
    padding-inline: 9px;
    font-size: 13px;
  }

  .ld-feature-grid {
    grid-template-columns: 1.1fr .9fr;
  }

  .ld-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .ld-topbar nav,
  .ld-header-search,
  .ld-nav-tool {
    display: none;
  }

  .ld-brand-inner {
    min-height: 84px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .ld-brand img,
  .ld-brand .custom-logo {
    max-width: 260px;
    height: 58px;
  }

  .ld-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    color: var(--ld-ink);
    background: var(--ld-yellow-soft);
    border: 1.5px solid var(--ld-ink);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
  }

  .ld-nav-toggle-icon,
  .ld-nav-toggle-icon::before,
  .ld-nav-toggle-icon::after {
    width: 18px;
    height: 2px;
    display: block;
    background: currentColor;
    border-radius: 99px;
    transition: .2s ease;
  }

  .ld-nav-toggle-icon {
    position: relative;
  }

  .ld-nav-toggle-icon::before,
  .ld-nav-toggle-icon::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .ld-nav-toggle-icon::before { top: -6px; }
  .ld-nav-toggle-icon::after { top: 6px; }

  .ld-nav-open .ld-nav-toggle-icon {
    background: transparent;
  }

  .ld-nav-open .ld-nav-toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .ld-nav-open .ld-nav-toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .ld-nav-row {
    border-top: 0;
  }

  .ld-nav-inner {
    min-height: 0;
  }

  .ld-primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 120px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    background: var(--ld-white);
    border-top: 1px solid var(--ld-line);
    box-shadow: 0 18px 35px rgba(17,27,42,.15);
    transition: .2s ease;
  }

  .ld-nav-open .ld-primary-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ld-primary-nav .ld-menu,
  .ld-primary-nav > ul {
    width: min(calc(100% - 40px), var(--ld-container));
    display: block;
    padding: 14px 0 20px;
    margin-inline: auto;
  }

  .ld-primary-nav a {
    padding: 13px 12px;
    border-bottom: 1px solid #edf0f4;
    border-radius: 0;
    font-size: 15px;
  }

  .ld-primary-nav .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0 18px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
  }

  .ld-feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ld-post-card.is-featured {
    grid-row: auto;
    grid-template-rows: 360px auto;
  }

  .ld-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
  }

  .ld-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .ld-container,
  .ld-primary-nav .ld-menu,
  .ld-primary-nav > ul {
    width: min(calc(100% - 28px), var(--ld-container));
  }

  .ld-topbar-inner {
    min-height: 34px;
    justify-content: center;
    text-align: center;
    font-size: 11px;
  }

  .ld-brand-inner {
    min-height: 74px;
  }

  .ld-brand img,
  .ld-brand .custom-logo {
    max-width: 205px;
    height: 48px;
  }

  .ld-nav-toggle {
    padding: 9px;
  }

  .ld-nav-toggle > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }

  .ld-tool-hero {
    padding: 48px 0 58px;
  }

  .ld-tool-pattern {
    right: -18px;
    top: 12px;
    opacity: .7;
    transform: scale(.7) rotate(6deg);
  }

  .ld-tool-intro h1 {
    font-size: clamp(40px, 14vw, 57px);
  }

  .ld-tool-lead,
  .ld-tool-lead p {
    font-size: 16px;
  }

  .ld-tool-benefits {
    font-size: 11px;
  }

  .ld-tool-card {
    padding: 16px;
    border-radius: 17px;
    box-shadow: 6px 6px 0 var(--ld-ink);
  }

  .ld-tool-card-head {
    display: block;
  }

  .ld-tool-status {
    margin-left: 50px;
  }

  .ld-tool-shortcode .ld-modo,
  .ld-prose .ld-modo {
    padding: 7px 11px;
    font-size: 11px;
  }

  .ld-quick-tools-grid {
    grid-template-columns: 1fr;
  }

  .ld-quick-tools a {
    min-height: 82px;
  }

  .ld-latest-section,
  .ld-related-section,
  .ld-topics-section,
  .ld-front-copy {
    padding-block: 64px;
  }

  .ld-section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .ld-section-heading h2,
  .ld-archive-header h1 {
    font-size: 38px;
  }

  .ld-text-link {
    display: inline-block;
    margin-top: 20px;
  }

  .ld-post-card,
  .ld-post-card.is-featured {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto;
  }

  .ld-post-card.is-featured .ld-card-fallback {
    min-height: 220px;
  }

  .ld-post-card.is-featured .ld-card-body,
  .ld-card-body {
    padding: 22px 58px 25px 20px;
  }

  .ld-post-card.is-featured h3 {
    font-size: 27px;
  }

  .ld-post-card.is-featured .ld-card-arrow {
    right: 18px;
    bottom: 20px;
    width: 34px;
    height: 34px;
  }

  .ld-topic-grid,
  .ld-archive-grid {
    grid-template-columns: 1fr;
  }

  .ld-topic-card {
    min-height: 108px;
  }

  .ld-archive-main {
    padding: 38px 0 70px;
  }

  .ld-archive-grid .ld-post-card {
    grid-template-rows: 220px auto;
  }

  .ld-page-header,
  .ld-single-header {
    padding: 38px 0 34px;
  }

  .ld-page-header h1,
  .ld-single-header h1 {
    font-size: 42px;
  }

  .ld-single-deck {
    font-size: 17px;
  }

  .ld-single-meta > * + *::before {
    margin-right: 8px;
  }

  .ld-single-meta {
    gap: 8px;
  }

  .ld-single-featured {
    margin-top: 24px;
  }

  .ld-single-featured img {
    border-radius: 13px;
    box-shadow: 5px 5px 0 var(--ld-ink);
  }

  .ld-prose {
    font-size: 16px;
  }

  .ld-prose h2 {
    font-size: 30px;
  }

  .ld-prose table,
  .ld-tabla,
  .ld-pagina .ld-tabla {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .ld-pagina {
    padding: 30px 14px 64px;
  }

  .ld-pagina > article {
    padding: 24px 16px;
    border-radius: 14px;
    box-shadow: 4px 4px 0 var(--ld-ink);
  }

  .ld-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ld-footer-brand {
    grid-column: auto;
  }

  .ld-footer-bottom .ld-container {
    padding-block: 16px;
    display: block;
    text-align: center;
  }

  .ld-footer-bottom p + p {
    margin-top: 4px;
  }

  .ld-error-code span {
    width: 66px;
    height: 66px;
    font-size: 30px;
  }

  .ld-error-actions,
  .ld-search-form {
    flex-direction: column;
  }

  .ld-search-form button {
    min-height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .ld-site-header,
  .ld-site-footer,
  .ld-related-section,
  .ld-single-meta,
  .ld-tags {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 12pt;
  }

  .ld-prose a {
    color: #000;
  }
}
