:root {
  --vc-ink: #182b29;
  --vc-muted: #60706d;
  --vc-paper: #fbfaf5;
  --vc-surface: #ffffff;
  --vc-sage: #dfe9df;
  --vc-salmon: #f05c55;
  --vc-line: #d8e1d9;
  --bs-primary: #e95851;
  --bs-primary-rgb: 233, 88, 81;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--vc-paper); }
body { margin: 0; background: var(--vc-paper); color: var(--vc-ink); font-family: 'Atkinson Hyperlegible', Arial, sans-serif; font-size: 1.0625rem; line-height: 1.6; }
a { color: inherit; }
.site-shell { overflow: hidden; }
.sidebar { width: 260px; min-height: calc(100vh - 68px); background: var(--vc-surface); border-right: 1px solid var(--vc-line); position: sticky; top: 68px; align-self: flex-start; }
.sidebar .nav-link { color: var(--vc-ink); border-radius: .65rem; }
.sidebar .nav-link.active { background: var(--vc-ink); color: white; }
.sidebar-note { background: var(--vc-sage); }
.content-panel, .summary-card, .metric-card, .filter-panel { background: var(--vc-surface); border: 1px solid var(--vc-line); }
.narrow-content { max-width: 820px; }
.space-hero { background: var(--vc-sage); position: relative; overflow: hidden; } .space-hero-photo { display: block; width: 100%; max-height: 260px; object-fit: cover; border-radius: 1rem; margin-bottom: 1.25rem; }
.support-card { background: #f7eee7; }
.choice-card { border: 2px solid var(--vc-line); background: var(--vc-surface); color: var(--vc-ink); }
.choice-card.selected { border-color: var(--vc-salmon); box-shadow: 0 0 0 .2rem rgba(240,92,85,.15); }
.payment-confirmation { max-width: 560px; } .hug-emoji { display: inline-block; font-size: 1.15em; line-height: 1; } .journal-timeline { border-inline-start: .2rem solid var(--vc-line); padding-inline-start: 1rem; } .publication-type { display: inline-flex; align-items: center; gap: .45rem; width: fit-content; padding: .35rem .7rem; border-radius: 999px; font-size: .82rem; font-weight: 700; margin-bottom: .75rem; color: var(--vc-ink); background: var(--vc-paper); border: 1px solid var(--vc-line); } .publication-type i { font-size: 1rem; } .publication-type-news { border-color: var(--vc-salmon); } .publication-card { border-top: .25rem solid var(--vc-sage); } .publication-card-achievement { border-top-color: var(--vc-salmon); } .publication-card-request { border-top-color: var(--vc-blue); } .member-post-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .member-post-author { display: flex; align-items: center; gap: .75rem; } .member-post-author strong, .member-post-author span { display: block; } .member-post-author span { color: var(--vc-muted); font-size: .85rem; margin-top: .15rem; } .member-post-avatar { background: var(--vc-sage); color: var(--vc-ink); } .member-only-badge { display: inline-flex; align-items: center; white-space: nowrap; padding: .55rem .8rem; border-radius: .5rem; color: var(--vc-ink); background: var(--vc-sage); font-weight: 700; } .member-post-image { display: block; width: 100%; max-height: 250px; object-fit: cover; border-radius: .9rem; margin-top: 1rem; } .confirmation-image { display: block; width: 220px; height: 220px; object-fit: cover; border-radius: 50%; margin: .5rem auto 2rem; } .confirmation-benefits { display: grid; gap: .75rem; } .confirmation-benefits li { display: flex; align-items: flex-start; gap: .65rem; } .confirmation-benefits i { color: #4d7f59; font-size: 1.2rem; font-weight: 700; line-height: 1.5; }
.list-row { color: var(--vc-ink); }
.list-row:hover, .list-row:focus { background: var(--vc-paper) !important; }
.mini-avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--vc-sage); color: var(--vc-ink); font-size: 2rem; font-weight: 800; }
.sort-select { max-width: 180px; }
.status-timeline { display: grid; gap: 0; }
.status-item { position: relative; padding: .85rem 1rem .85rem 2rem; border-left: 3px solid var(--vc-line); color: var(--vc-muted); }
.status-item::before { content: ''; position: absolute; width: .8rem; height: .8rem; border-radius: 50%; background: var(--vc-line); left: -.48rem; top: 1.1rem; }
.status-item span { display: block; font-size: .875rem; }
.status-item.done, .status-item.current { color: var(--vc-ink); border-left-color: var(--vc-salmon); }
.status-item.done::before, .status-item.current::before { background: var(--vc-salmon); }
.status-item.current { font-weight: 700; }
.table { --bs-table-bg: transparent; --bs-table-color: var(--vc-ink); }
.list-group-item { background: transparent; border-color: var(--vc-line); color: var(--vc-ink); }
.role-switcher { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; padding: .5rem .75rem; background: var(--vc-surface); border: 1px solid var(--vc-line); border-radius: 1rem; width: fit-content; max-width: 100%; }
.role-switcher .btn { min-height: 2.5rem; }
.admin-shell-title { border-bottom: 1px solid var(--vc-line); padding-bottom: 1rem; }
@media (max-width: 575.98px) { .role-switcher { width: 100%; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: thin; } .role-switcher .small { flex: 0 0 auto; } .role-switcher .btn { flex: 0 0 auto; } .site-header nav .btn-link { max-width: 6rem; white-space: normal; line-height: 1.2; text-align: center; } }

.site-header { background: rgba(251,250,245,.98); border-bottom: 1px solid var(--vc-line); position: relative; z-index: 2; min-height: 4.25rem; }
.site-header .btn, .site-footer .btn { min-height: 2.75rem; }
.site-header .navbar-brand { min-height: 2.75rem; }
@media (max-width: 575.98px) { .site-header .container-fluid { padding-inline: .75rem !important; } .site-header nav { flex-wrap: nowrap; justify-content: flex-end; gap: .15rem !important; } .site-header nav .btn-link { display: none; } .site-header nav .btn { padding-inline: .65rem; font-size: .875rem; } .brand-name { font-size: 1rem; } .brand-mark { width: 34px; height: 34px; } }

.brand-name { font-weight: 700; letter-spacing: -.03em; }
.brand-symbol { width: 2.5rem; height: 2.5rem; border-radius: 50%; display: inline-grid; place-items: center; background: var(--vc-ink); color: var(--vc-paper); font-weight: 800; font-size: .8rem; letter-spacing: .08em; }
.site-header .btn-link.active { color: var(--vc-salmon); text-decoration: underline; text-underline-offset: .3rem; }

.brand-mark { object-fit: contain; border-radius: 50%; } .space-visual { min-height: 220px; position: relative; overflow: hidden; } .space-visual img { display: block; width: 100%; height: 220px; object-fit: cover; } .space-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(24,43,41,.22)); pointer-events: none; }
.nav-link { font-weight: 600; color: var(--vc-ink); }
.nav-link:hover, .nav-link:focus, .site-footer a:hover { color: var(--vc-salmon); }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 10; padding: .75rem 1rem; background: var(--vc-ink); color: white; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.hero-section { padding: 6rem 0 7rem; background: var(--vc-paper); }
.eyebrow { color: var(--vc-salmon); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
h1, h2, h3, .brand-name { letter-spacing: -.045em; }
h1 { max-width: 720px; }
.hero-lede { color: var(--vc-muted); font-size: 1.2rem; max-width: 590px; margin-top: 1.5rem; }
.btn-primary { --bs-btn-bg: var(--vc-salmon); --bs-btn-border-color: var(--vc-salmon); --bs-btn-hover-bg: var(--vc-ink); --bs-btn-hover-border-color: var(--vc-ink); }
.btn-outline-primary { --bs-btn-color: var(--vc-ink); --bs-btn-border-color: var(--vc-ink); --bs-btn-hover-bg: var(--vc-ink); --bs-btn-hover-border-color: var(--vc-ink); }
.btn-link, .text-link { color: var(--vc-ink); font-weight: 700; }
.btn-link:hover, .text-link:hover { color: var(--vc-salmon); }
.trust-row { color: var(--vc-muted); }
.trust-row strong { color: var(--vc-salmon); margin-right: .35rem; }
.hero-art { display: none; } .hero-section .col-lg-5 { display: none; } .hero-section .col-lg-7 { width: 100%; max-width: 56rem; }

.section-space { padding: 6rem 0; background: var(--vc-surface); }
.creator-section { background: var(--vc-paper); }
.creator-intro { background: var(--vc-ink); color: white; }
.creator-intro .eyebrow { color: #ff9b8b; }
.creator-intro .text-muted { color: #d5dfdb !important; }
.creator-proof { box-shadow: 0 1rem 2rem rgba(24,43,41,.08); }
.creator-mark { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--vc-salmon); color: var(--vc-ink); font-weight: 800; }
.creator-quote { border-left: 3px solid var(--vc-salmon); padding-left: 1rem; color: var(--vc-muted); font-style: italic; }
.creator-number { color: var(--vc-salmon); font-weight: 800; letter-spacing: .12em; }
.section-title { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 750; }.space-card { display: block; color: inherit; text-decoration: none; border: 2px solid var(--vc-line); border-radius: 1.25rem; overflow: hidden; background: var(--vc-paper); transition: transform .2s ease, box-shadow .2s ease; min-height: 100%; }.space-card:hover, .space-card:focus { transform: translateY(-4px); box-shadow: 0 1rem 2rem rgba(24,43,41,.1); }.space-visual { min-height: 190px; display: grid; place-items: center; font-size: 3rem; font-weight: 800; color: var(--vc-ink); }.space-visual span { border: 2px solid currentColor; border-radius: 50%; padding: 1.6rem; }.space-card-green { background: #cfe2d1; }.space-card-blue { background: #d5e3ed; }.space-card-yellow { background: #f0dfb1; }
.how-section { padding: 6rem 0; background: var(--vc-sage); }.section-copy { color: var(--vc-muted); font-size: 1.1rem; max-width: 440px; }.steps-list { list-style: none; padding: 0; margin: 0; }.steps-list li { display: flex; gap: 1.25rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(24,43,41,.18); }.steps-list li:last-child { border-bottom: 0; }.steps-list p { color: var(--vc-muted); margin: 0; }.step-number { flex: 0 0 2.5rem; height: 2.5rem; border: 1px solid var(--vc-ink); border-radius: 50%; display: grid; place-items: center; font-weight: 800; }
.join-section { padding: 5rem 0; background: var(--vc-paper); }.join-panel { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding: 3rem; border-radius: 1.5rem; background: var(--vc-ink); color: white; }.join-panel .eyebrow { color: #ff9b8b; }.join-form { max-width: 430px; width: 100%; }.join-form .form-control { min-height: 48px; }.join-form .form-text { color: #c9d4d0; }.mobile-bottom-nav { display: none; } .site-footer { padding: 2rem 0; background: var(--vc-surface); border-top: 1px solid var(--vc-line); color: var(--vc-muted); font-size: .9rem; }.site-footer a { text-decoration: none; }
:focus-visible { outline: 3px solid #7b3fc6; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media (max-width: 767.98px) { body { padding-bottom: 5.25rem; } .mobile-bottom-nav { position: fixed; z-index: 1030; left: 0; right: 0; bottom: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: .25rem; padding: .5rem .75rem calc(.5rem + env(safe-area-inset-bottom)); background: var(--vc-paper); border-top: 1px solid var(--vc-line); box-shadow: 0 -.5rem 1.25rem rgba(24,43,41,.08); } .mobile-bottom-nav a, .mobile-bottom-nav button { min-height: 3.25rem; min-width: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; padding: .25rem; border: 0; border-radius: .75rem; background: transparent; color: var(--vc-muted); font: inherit; font-size: .75rem; font-weight: 700; text-decoration: none; } .mobile-bottom-nav a i, .mobile-bottom-nav button i { font-size: 1.2rem; } .mobile-bottom-nav a:focus-visible { outline: 3px solid #7b3fc6; outline-offset: -3px; } .mobile-bottom-nav a.active, .mobile-bottom-nav a[aria-current='page'], .mobile-bottom-nav button.active { background: var(--vc-sage); color: var(--vc-ink); } .member-post-header { align-items: flex-start; flex-direction: column; } .member-only-badge { font-size: .8rem; } body { font-size: 1.0625rem; } .hero-section { padding: 3.5rem 0 4rem; }.hero-section h1 { font-size: clamp(2.55rem, 13vw, 4rem); line-height: 1.05; }.hero-art { min-height: 300px; border-radius: 1.25rem; }.join-panel { padding: 2rem; flex-direction: column; align-items: stretch; gap: 2rem; }.join-form .input-group { flex-direction: column; gap: .75rem; }.join-form .btn, .join-form .form-control { width: 100%; border-radius: .375rem !important; } .section-space, .how-section { padding: 4rem 0; } .space-card { border-radius: 1rem; } }
@media (forced-colors: active) { .space-card, .hero-art, .join-panel { border: 2px solid CanvasText; } }

/* Elección de apoyo: estado seleccionado sin JS (:has) */
.choice-card { display: block; cursor: pointer; position: relative; }
.choice-card input[type='radio'] { position: absolute; opacity: 0; pointer-events: none; }
.choice-card:has(input:checked) { border-color: var(--vc-salmon); box-shadow: 0 0 0 .2rem rgba(240,92,85,.15); }
.choice-card:has(input:focus-visible) { outline: 3px solid #7b3fc6; outline-offset: 3px; }

/* Radios de visibilidad estilo VC */
.visibility-radios .form-check { background: var(--vc-surface); border: 2px solid var(--vc-line); border-radius: 1rem; padding: .75rem 1rem; min-width: 160px; }
.visibility-radios .form-check.has-error { border-color: var(--vc-salmon); }

/* ============ Accesibilidad WCAG AA — ajustes de contraste ============ */
:root {
  --vc-salmon-text: #c6423c;
  --vc-salmon-strong: #c6423c;
}
.eyebrow { color: var(--vc-salmon-text); }
.btn-primary {
  --bs-btn-bg: var(--vc-salmon-strong);
  --bs-btn-border-color: var(--vc-salmon-strong);
}
.site-header .btn-link.active { color: var(--vc-salmon-text); }
.nav-link:hover, .nav-link:focus,
.btn-link:hover, .btn-link:focus,
.text-link:hover, .text-link:focus { color: var(--vc-salmon-text); }
.trust-row strong { color: var(--vc-salmon-text); }
.progress-bar { color: var(--vc-ink); font-weight: 700; }

/* Checklist de activación del impulsor */
.activation-steps li { border-bottom: 1px dashed var(--vc-line); }
.activation-steps li:last-child { border-bottom: 0; }

/* Estado "enviando" en botones (accesible: foco conservado, spinner + texto) */
.vc-is-loading {
  pointer-events: none;
  opacity: 0.75;
}
.vc-is-loading:focus-visible { outline: 3px solid #7b3fc6; outline-offset: 3px; }

/* Navegación: estado de carga en el link seleccionado */
a[aria-busy='true'] { pointer-events: none; }
.vc-is-loading { pointer-events: none; opacity: 0.65; }

@media (prefers-reduced-motion: reduce) {
  .vc-is-loading .spinner-border,
  a[aria-busy='true']::after { animation: none; }
}

/* Mobile: prevenir zoom-on-focus de iOS (requiere font-size ≥16px) */
@media (max-width: 767.98px) {
  .form-control, .form-select { font-size: max(16px, 1em); }
}

/* Header móvil: dropdown de usuario */
.vc-header-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1040;
  min-width: 200px;
  background: var(--vc-surface);
  border: 1px solid var(--vc-line);
  box-shadow: 0 .5rem 1.5rem rgba(24,43,41,.12);
}

@media (max-width: 575.98px) {
  .role-switcher-details { padding-inline: .75rem; }
  .role-switcher-summary { cursor: pointer; }
  .role-switcher[hidden] { display: none; }
}
