@font-face{font-family:'Sora';font-style:normal;font-weight:400 800;font-display:swap;src:url('../fonts/sora-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Sora';font-style:normal;font-weight:400 800;font-display:swap;src:url('../fonts/sora-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --font-sans:'Sora',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --font-heading:'Sora',sans-serif;
  --ghost-accent-color:#C13DB0;
  --dv-spectrum:linear-gradient(100deg,#6D5EF6,#9B4DE0,#D8459E,#F2774F);
  --dv-ink:#191427;
}

body,.gh-button,.gh-form-input,.gh-card-excerpt,.gh-navigation{font-family:var(--font-sans)}

.gh-navigation{position:relative}
.gh-navigation::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--dv-spectrum)}
.gh-navigation-logo.is-title{font-weight:800;letter-spacing:-0.02em}

.dv-hero{background:var(--dv-spectrum)}
.dv-hero .gh-header-image{display:none !important}
.gh-header.dv-hero .gh-header-inner.dv-grid{display:grid !important;grid-template-columns:1.05fr 0.95fr;gap:3rem;align-items:center;max-width:1140px;margin:0 auto;padding:4.5rem 4vmin}

.dv-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.dv-kicker{font-family:var(--font-mono);font-size:0.78rem;letter-spacing:0.06em;text-transform:uppercase;color:#fff;opacity:0.9;margin:0 0 1.1rem}
.gh-header.dv-hero .gh-header-title{font-family:var(--font-sans);font-weight:800;font-size:clamp(2rem,3.4vw,3rem);line-height:1.06;letter-spacing:-0.02em;color:#fff;text-align:left;margin:0;max-width:16ch}
.gh-header.dv-hero .dv-left .gh-form{justify-content:flex-start;max-width:440px;margin:1.8rem 0 0}
.dv-hero .gh-form-input{font-family:var(--font-mono);border:none;border-radius:9px;background:#fff;color:var(--dv-ink)}
.dv-hero .gh-button{background:var(--dv-ink);color:#fff;font-family:var(--font-sans);font-weight:700;border-radius:9px}
.dv-hero .gh-button:hover{background:#0f0c1c}
.dv-chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:1.5rem 0 0}
.dv-chips li{font-family:var(--font-mono);font-size:0.72rem;color:#fff;border:1px solid rgba(255,255,255,0.45);border-radius:20px;padding:5px 11px}

.dv-right{display:flex;justify-content:flex-end}
.dv-edition{display:flex;flex-direction:column;width:100%;max-width:460px;background:#fff;border:1px solid rgba(25,20,39,0.08);border-radius:20px;overflow:hidden;text-decoration:none;box-shadow:0 20px 55px -14px rgba(20,12,40,0.5);transition:transform .18s ease,box-shadow .18s ease}
.dv-edition:hover{transform:translateY(-4px);box-shadow:0 28px 64px -14px rgba(20,12,40,0.58)}
.dv-edition-figure{margin:0;aspect-ratio:16/9;overflow:hidden;background:var(--dv-spectrum)}
.dv-edition-img{display:block;width:100%;height:100%;object-fit:cover}
.dv-edition-body{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.4rem 1.6rem 1.6rem}
.dv-edition-tag{display:inline-block;font-family:var(--font-mono);font-size:0.66rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#fff;background:var(--ghost-accent-color);padding:0.34rem 0.72rem;border-radius:999px;margin-bottom:0.9rem}
.dv-edition-title{font-family:var(--font-sans);font-weight:800;font-size:1.5rem;line-height:1.18;letter-spacing:-0.015em;color:var(--dv-ink);margin:0}
.dv-edition-excerpt{font-family:var(--font-sans);font-size:0.97rem;line-height:1.5;color:#4a4458;margin:0.7rem 0 0}
.dv-edition-date{font-family:var(--font-mono);font-size:0.76rem;letter-spacing:0.02em;color:#6b6580;margin-top:0.9rem}
.dv-edition-link{display:inline-block;font-family:var(--font-sans);font-weight:800;font-size:0.97rem;color:var(--ghost-accent-color);margin-top:1.1rem}

.gh-card-title{font-family:var(--font-sans);font-weight:700;letter-spacing:-0.01em}
.gh-card-link:hover .gh-card-title{color:var(--ghost-accent-color)}
.gh-cta-title{font-family:var(--font-sans);font-weight:800;letter-spacing:-0.02em}

/* Reveal + center the "Load more" wrapper on the homepage. The base theme only
   shows .gh-more when the feed has exactly 12 cards
   (.home-template .gh-feed:has(>:nth-child(12):last-child)~.gh-more), but this
   site's home feed has 11 — the newest post lives in the hero "Última edición"
   card (post-list.hbs from="2") — so .gh-more stayed display:none and neither the
   old "See all" link nor the new button ever showed. post-list only renders
   .gh-more when there are more pages, so forcing it visible on home is always correct. */
.home-template .gh-more{display:flex;justify-content:center;margin-top:4.8rem}

/* Homepage "Load more" button (replaces the "See all" jump; wired in dv-spectrum.js).
   NOTE: root font-size is 62.5% (1rem = 10px), so sizes are scaled accordingly. */
.dv-loadmore{font-family:var(--font-sans);font-weight:700;font-size:1.6rem;line-height:1;color:#fff;background:var(--dv-spectrum);border:none;border-radius:999px;padding:1.3rem 3rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 10px 28px -10px rgba(20,12,40,0.5)}
.dv-loadmore:hover{transform:translateY(-2px);box-shadow:0 16px 36px -10px rgba(20,12,40,0.58)}
.dv-loadmore:disabled{cursor:default;opacity:0.6;transform:none;box-shadow:none}

/* Share button "copied" confirmation (clipboard fallback in dv-spectrum.js) */
.gh-button-share.is-copied{color:#fff;background:var(--ghost-accent-color);border-color:var(--ghost-accent-color)}

/* Inline article subscribe CTA (post.hbs: above-fold + end). A real form, not a
   passive text link — the conversion surface for direct-to-article SEO/GEO traffic.
   NOTE: root font-size is 62.5% (1rem = 10px). */
.dv-inline-cta{position:relative;margin:2.6rem 0;padding:2rem 2.2rem 2rem 2.6rem;border-radius:16px;background:linear-gradient(100deg,rgba(109,94,246,0.08),rgba(216,69,158,0.09));border:1px solid rgba(109,94,246,0.20);overflow:hidden}
.dv-inline-cta::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--dv-spectrum)}
.dv-inline-cta-copy{margin:0 0 1.3rem}
.dv-inline-cta-title{font-family:var(--font-sans);font-weight:800;font-size:1.9rem;line-height:1.22;letter-spacing:-0.02em;color:var(--dv-ink);margin:0}
.dv-inline-cta-sub{font-family:var(--font-sans);font-size:1.5rem;line-height:1.45;color:#4a4458;margin:0.7rem 0 0}
.dv-inline-cta .gh-form{display:flex;gap:0.9rem;max-width:none;margin:0}
.dv-inline-cta .gh-form-input{flex:1 1 auto;min-width:0;font-family:var(--font-mono);border:1px solid rgba(25,20,39,0.16);border-radius:9px;background:#fff;color:var(--dv-ink)}
.dv-inline-cta .gh-button{flex:0 0 auto;background:var(--dv-ink);color:#fff;font-family:var(--font-sans);font-weight:700;border-radius:9px;white-space:nowrap}
.dv-inline-cta .gh-button:hover{background:#0f0c1c}
.dv-inline-cta-fine{font-family:var(--font-mono);font-size:1.2rem;line-height:1.4;color:#6b6580;margin:1.1rem 0 0}
.dv-inline-cta--above_fold{margin:0.4rem 0 0}

@media (max-width:640px){
  .dv-inline-cta{padding:1.7rem 1.7rem 1.7rem 2.1rem}
  .dv-inline-cta .gh-form{flex-direction:column}
  .dv-inline-cta .gh-button{width:100%;justify-content:center}
}

@media (max-width:880px){
  .gh-header.dv-hero .gh-header-inner.dv-grid{grid-template-columns:1fr;gap:2rem;padding:3.5rem 6vmin}
  .dv-right{justify-content:stretch}
  .dv-edition{max-width:none}
  .gh-header.dv-hero .gh-header-title{font-size:clamp(1.9rem,7vw,2.6rem)}
}
