/* ════════════════════════════════════════════════════════════════════════
 * fc2-launchpad.css · Lanzadera FC2 · TAG: FC11-LP-FIX
 * Sin caja contenedora · sin scroll · elementos distribuidos en la superficie.
 * Tokens LUZOkit theme-aware (3 temas).
 * ════════════════════════════════════════════════════════════════════════ */

/* ── superficie (overlay que tapa el escritorio) ──────────────────────────── */
.fc2-host .fc2-surface { position: absolute; inset: 0; z-index: 30; background: var(--bg-body, #0a0c10); }
/* el surface es overlay DENTRO de .fc2-body → el body debe ser el contexto de posicionamiento
   (si falta, el overlay se ancla a un ancestro superior y arranca detrás de la barra de tabs). */
.fc2-host .fc2-body { position: relative; }
.fc2-host .fc2-surface[hidden] { display: none; }

.fc2-host .fc2-surface-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 40px; }
.fc2-host .fc2-surface-ph-t { font-size: 15px; font-weight: 500; color: var(--tx-base, #E6EDF3); }
.fc2-host .fc2-surface-ph-s { font-size: 12.5px; color: var(--tx-muted, #8B949E); max-width: 360px; }
.fc2-host .fc2-surface-ph-btn { margin-top: 6px; padding: 9px 16px; border-radius: 9px; cursor: pointer; font: 500 12px/1 inherit; background: transparent; color: var(--tx-base, #E6EDF3); border: .5px solid var(--border, rgba(255,255,255,0.10)); }
.fc2-host .fc2-surface-ph-btn:hover { border-color: var(--c-brand, #6d28d9); }

/* ── layout: flex column que llena la superficie, sin scroll ──────────────── */
.fc2-host .fc2-lp { position: absolute; inset: 0; display: flex; flex-direction: column; overflow: hidden; }
.fc2-host .fc-lp-body { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; gap: 16px; padding: 20px 28px; overflow-y: auto; overflow-x: hidden; }
.fc2-host .fc-lp-body::-webkit-scrollbar { width: 6px; }
.fc2-host .fc-lp-body::-webkit-scrollbar-thumb { background: var(--border, rgba(255,255,255,0.10)); border-radius: 3px; }
.fc2-host .fc-lp-body::-webkit-scrollbar-track { background: transparent; }
.fc2-host .fc-lp-center { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px; font-size: 13px; }

/* ── card paciente ───────────────────────────────────────────────────────── */
.fc2-host .fc-pac { display: flex; align-items: center; gap: 15px; padding: 16px 18px; background: var(--bg-surface, #1C232E); border: .5px solid var(--border-soft, rgba(255,255,255,0.06)); border-radius: 13px; position: relative; transition: border-color .3s; animation: fclp-up .45s ease .04s backwards; }
.fc2-host .fc-pac:hover { border-color: var(--lk-brand-border, rgba(127,119,221,0.30)); }
.fc2-host .fc-pac-av { width: 50px; height: 50px; border-radius: 50%; background: rgba(167,139,250,0.20); color: var(--c-brand-soft, #A78BFA); display: flex; align-items: center; justify-content: center; font: 500 16px/1 inherit; flex-shrink: 0; position: relative; }
.fc2-host .fc-pac-av::before { content: ''; position: absolute; inset: -7px; border-radius: 50%; z-index: -1; pointer-events: none; background: radial-gradient(circle, rgba(167,139,250,0.34) 0%, rgba(167,139,250,0) 66%); animation: fclp-halo 3.2s ease-in-out infinite; }
@keyframes fclp-halo { 0%,100% { opacity: .5; transform: scale(1); } 50% { opacity: .85; transform: scale(1.07); } }
.fc2-host .fc-pac-empty .fc-pac-av { background: rgba(255,255,255,0.05); color: var(--tx-soft, #6E7681); }
.fc2-host .fc-pac-empty .fc-pac-av::before { display: none; }
.fc2-host .fc-pac-av-ini { position: relative; z-index: 1; }
.fc2-host .fc-pac-info { flex: 1; min-width: 0; }
.fc2-host .fc-pac-name { font-size: 16px; font-weight: 500; color: var(--tx-base, #E6EDF3); }
.fc2-host .fc-pac-meta { font-size: 12px; color: var(--tx-muted, #8B949E); margin-top: 3px; }
.fc2-host .fc-pac-meta strong { color: var(--tx-base, #E6EDF3); font-weight: 500; }
.fc2-host .fc-pac-cambiar { padding: 9px 14px; background: transparent; border: .5px solid var(--border, rgba(255,255,255,0.10)); border-radius: 9px; color: var(--tx-strong, #C9D1D9); font: 500 12px/1 inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: all .22s; white-space: nowrap; }
.fc2-host .fc-pac-cambiar svg { width: 13px; height: 13px; }
.fc2-host .fc-pac-cambiar:hover, .fc2-host .fc-pac-cambiar.is-active { border-color: var(--c-brand-soft, #A78BFA); color: var(--c-brand-soft, #A78BFA); background: var(--c-brand-muted, rgba(127,119,221,0.18)); }
.fc2-host .fc-pac-cambiar-primary { background: var(--c-brand, #6d28d9); border-color: var(--c-brand, #6d28d9); color: #fff; }
.fc2-host .fc-pac-cambiar-primary:hover { background: var(--c-brand, #6d28d9); border-color: var(--c-brand, #6d28d9); color: #fff; filter: brightness(1.08); }
.fc2-host .fc-pac-badge { display: inline-flex; align-items: center; gap: 4px; margin-left: 8px; padding: 2px 8px; border-radius: 6px; font-size: 10px; font-weight: 500; background: rgba(239,159,39,0.18); color: var(--amber-base, #EF9F27); vertical-align: middle; }
.fc2-host .fc-pac-badge svg { width: 10px; height: 10px; }

/* ── alerta sin cita ─────────────────────────────────────────────────────── */
.fc2-host .fc-alert-cita { display: flex; align-items: center; gap: 11px; padding: 8px 13px; border-radius: 11px; background: rgba(239,159,39,0.10); border: .5px solid rgba(239,159,39,0.32); animation: fclp-up .4s ease; }
.fc2-host .fc-alert-cita-ico { color: var(--amber-base, #EF9F27); display: flex; flex-shrink: 0; }
.fc2-host .fc-alert-cita-ico svg { width: 16px; height: 16px; }
.fc2-host .fc-alert-cita-txt { flex: 1; font-size: 12px; color: var(--amber-base, #EF9F27); }
.fc2-host .fc-alert-cita-txt b { font-weight: 500; }
.fc2-host .fc-alert-cita-btn { padding: 7px 13px; border-radius: 8px; background: rgba(239,159,39,0.16); border: .5px solid rgba(239,159,39,0.42); color: var(--amber-base, #EF9F27); font: 500 11.5px/1 inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: all .2s; white-space: nowrap; }
.fc2-host .fc-alert-cita-btn:hover { background: rgba(239,159,39,0.26); }
.fc2-host .fc-alert-cita-btn:disabled { opacity: .6; cursor: default; }
.fc2-host .fc-alert-cita-btn svg { width: 13px; height: 13px; }

/* ── stats ───────────────────────────────────────────────────────────────── */
.fc2-host .fc-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; animation: fclp-up .45s ease .1s backwards; }
.fc2-host .fc-stat-card { background: var(--bg-surface, #1C232E); border: .5px solid var(--border-soft, rgba(255,255,255,0.06)); border-radius: 12px; padding: 15px 16px; min-height: 84px; display: flex; flex-direction: column; justify-content: center; transition: transform .3s cubic-bezier(.22,1,.36,1), border-color .3s; }
.fc2-host .fc-stat-card:hover { border-color: var(--lk-brand-border, rgba(127,119,221,0.30)); transform: translateY(-2px); }
.fc2-host .fc-stat-lbl { font-size: 9.5px; color: var(--tx-muted, #8B949E); letter-spacing: .06em; text-transform: uppercase; font-weight: 500; }
.fc2-host .fc-stat-val { font-size: 23px; font-weight: 500; margin-top: 7px; line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.4px; color: var(--tx-base, #E6EDF3); }
.fc2-host .fc-stat-val.purple { color: var(--c-brand-soft, #A78BFA); }
.fc2-host .fc-stat-val.green { color: var(--green-base, #5DCAA5); }
.fc2-host .fc-stat-val.red { color: var(--red-soft, #F09595); }
.fc2-host .fc-stat-val.strong { color: var(--tx-base, #E6EDF3); font-size: 18px; margin-top: 7px; line-height: 1.2; }
.fc2-host .fc-stat-sub { font-size: 10.5px; color: var(--tx-muted, #8B949E); margin-top: 4px; }

.fc2-host .fc-section-lbl { font-size: 9.5px; color: var(--tx-muted, #8B949E); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; animation: fclp-up .4s ease backwards; }

/* ── tipos · color por tipo + glass sobrio ───────────────────────────────── */
.fc2-host .fc-tipo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; animation: fclp-up .45s ease .16s backwards; }
.fc2-host .fc-tipo-card {
  --accent: var(--c-brand-soft, #A78BFA); --accent-bg: rgba(167,139,250,0.12); --accent-glow: rgba(109,40,217,0.22);
  padding: 16px 16px; min-height: 132px; display: flex; flex-direction: column; background: var(--bg-surface, #1C232E); border: .5px solid var(--border-soft, rgba(255,255,255,0.06)); border-radius: 14px; cursor: pointer;
  position: relative; overflow: hidden; isolation: isolate;
  transition: transform .32s cubic-bezier(.22,1,.36,1), border-color .3s, box-shadow .35s, background .3s;
}
.fc2-host .fc-tipo-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0) 42%); opacity: 0; transition: opacity .35s; }
.fc2-host .fc-tipo-card::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: linear-gradient(120deg, transparent 38%, rgba(255,255,255,0.05) 50%, transparent 62%); transform: translateX(-130%); }
.fc2-host .fc-tipo-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--accent) 55%, transparent); box-shadow: 0 16px 38px -16px var(--accent-glow); background: color-mix(in srgb, var(--bg-surface, #1C232E) 58%, transparent); backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%); }
.fc2-host .fc-tipo-card:hover::before { opacity: 1; }
.fc2-host .fc-tipo-card:hover::after { animation: fclp-sweep 1.1s cubic-bezier(.4,0,.2,1); }
@keyframes fclp-sweep { to { transform: translateX(130%); } }
.fc2-host .fc-tipo-card.selected { border-color: var(--accent); background: var(--accent-bg); box-shadow: 0 0 0 .5px var(--accent), 0 6px 18px -10px var(--accent-glow); }
.fc2-host .fc-tipo-card.disabled { opacity: 1; cursor: not-allowed; pointer-events: none; background: var(--bg-surface, #1C232E); border-style: dashed; }
.fc2-host .fc-tipo-card.disabled .fc-tipo-lbl { color: var(--tx-muted, #8B949E); }
.fc2-host .fc-tipo-card.disabled .fc-tipo-sub { color: var(--tx-muted, #8B949E); opacity: .85; }
.fc2-host .fc-tipo-card.neutral { cursor: default; pointer-events: none; }
.fc2-host .fc-tipo-card.neutral .fc-tipo-ico { background: rgba(255,255,255,0.05); color: var(--tx-muted, #8B949E); }
.fc2-host .fc-tipo-card.neutral .fc-tipo-lbl { color: var(--tx-muted, #8B949E); }
.fc2-host .fc-tipo-card.neutral .fc-tipo-sub { color: var(--tx-soft, #6E7681); }
.fc2-host .fc-tipo-ico { width: 34px; height: 34px; border-radius: 10px; background: var(--accent-bg); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 11px; position: relative; z-index: 2; transition: transform .35s cubic-bezier(.22,1,.36,1), background .3s; }
.fc2-host .fc-tipo-card:hover .fc-tipo-ico { transform: scale(1.06); }
.fc2-host .fc-tipo-card.selected .fc-tipo-ico { background: color-mix(in srgb, var(--accent) 24%, transparent); }
.fc2-host .fc-tipo-card.disabled .fc-tipo-ico { background: rgba(255,255,255,0.05); color: var(--tx-muted, #8B949E); }
.fc2-host .fc-tipo-ico svg { width: 17px; height: 17px; }
.fc2-host .fc-tipo-lbl { font-size: 13px; font-weight: 500; color: var(--tx-base, #E6EDF3); position: relative; z-index: 2; }
.fc2-host .fc-tipo-sub { font-size: 11px; color: var(--tx-muted, #8B949E); margin-top: 2px; position: relative; z-index: 2; }
.fc2-host .fc-tipo-flag { display: inline-block; margin-top: auto; align-self: flex-start; font-size: 9.5px; padding: 2.5px 8px; border-radius: 6px; font-weight: 500; position: relative; z-index: 2; }
.fc2-host .fc-tipo-flag-consent { color: var(--red-soft, #F09595); background: rgba(226,75,74,0.14); }
.fc2-host .fc-tipo-flag-skip { color: var(--green-base, #5DCAA5); background: rgba(93,202,165,0.14); }
.fc2-host .fc-tipo-flag-blocked { color: var(--tx-muted, #8B949E); background: rgba(255,255,255,0.06); }
.fc2-host .fc-tipo-card.tipo-eval   { --accent: var(--c-brand-soft, #A78BFA); --accent-bg: rgba(167,139,250,0.12); --accent-glow: rgba(109,40,217,0.24); }
.fc2-host .fc-tipo-card.tipo-evol   { --accent: var(--blue-base, #85B7EB); --accent-bg: rgba(133,183,235,0.12); --accent-glow: rgba(59,130,246,0.22); }
.fc2-host .fc-tipo-card.tipo-cierre { --accent: var(--amber-base, #EF9F27); --accent-bg: rgba(239,159,39,0.12); --accent-glow: rgba(239,159,39,0.22); }
.fc2-host .fc-tipo-card.tipo-inter  { --accent: var(--green-base, #5DCAA5); --accent-bg: rgba(93,202,165,0.12); --accent-glow: rgba(93,202,165,0.22); }

/* ── folio (informativo) ─────────────────────────────────────────────────── */
.fc2-host .fc-folio-reveal { padding: 14px 16px; background: var(--c-brand-muted, rgba(127,119,221,0.18)); border: .5px solid var(--lk-brand-border, rgba(127,119,221,0.30)); border-radius: 11px; display: flex; align-items: center; gap: 16px; animation: fclp-up .45s ease .22s backwards; }
.fc2-host .fc-folio-reveal-l { flex-shrink: 0; }
.fc2-host .fc-folio-reveal-lbl { font-size: 9.5px; color: var(--tx-muted, #8B949E); letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.fc2-host .fc-folio-reveal-val { font-size: 14px; font-family: ui-monospace, "SF Mono", Menlo, monospace; color: var(--c-brand-soft, #A78BFA); font-weight: 500; margin-top: 3px; }
.fc2-host .fc-folio-reveal-divider { width: 1px; align-self: stretch; background: var(--lk-brand-border, rgba(127,119,221,0.30)); }
.fc2-host .fc-folio-reveal-r { flex: 1; min-width: 0; }
.fc2-host .fc-folio-reveal-tipo { font-size: 12.5px; color: var(--tx-base, #E6EDF3); font-weight: 500; }
.fc2-host .fc-folio-reveal-tipo-sub { font-size: 11px; color: var(--tx-muted, #8B949E); margin-top: 2px; }

/* ── últimas fichas (compacto, una fila) ─────────────────────────────────── */
.fc2-host .fc-docs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; animation: fclp-up .45s ease .28s backwards; }
.fc2-host .fc-docs-empty { grid-column: 1 / -1; padding: 14px; font-size: 12px; color: var(--tx-muted, #8B949E); text-align: center; }
.fc2-host .fc-doc-row { display: flex; align-items: center; gap: 11px; padding: 12px 13px; background: var(--bg-surface, #1C232E); border: .5px solid var(--border-soft, rgba(255,255,255,0.06)); border-radius: 10px; cursor: pointer; transition: transform .25s cubic-bezier(.22,1,.36,1), border-color .25s; min-width: 0; }
.fc2-host .fc-doc-row:hover { border-color: var(--lk-brand-border, rgba(127,119,221,0.30)); transform: translateY(-2px); }
.fc2-host .fc-doc-ico { width: 28px; height: 28px; border-radius: 8px; background: rgba(167,139,250,0.16); color: var(--c-brand-soft, #A78BFA); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fc2-host .fc-doc-ico svg { width: 14px; height: 14px; }
.fc2-host .fc-doc-info { flex: 1; min-width: 0; }
.fc2-host .fc-doc-name { font-size: 12px; font-weight: 500; color: var(--tx-base, #E6EDF3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fc2-host .fc-doc-meta { font-size: 10px; color: var(--tx-muted, #8B949E); margin-top: 2px; font-family: ui-monospace, Menlo, monospace; letter-spacing: -.2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fc2-host .fc-doc-state { font-size: 9.5px; padding: 2.5px 7px; border-radius: 5px; font-weight: 500; flex-shrink: 0; }
.fc2-host .fc-doc-state.ok { background: rgba(93,202,165,0.16); color: var(--green-base, #5DCAA5); }
.fc2-host .fc-doc-state.draft { background: rgba(239,159,39,0.16); color: var(--amber-base, #EF9F27); }
.fc2-host .fc-doc-state.neutral { background: rgba(255,255,255,0.07); color: var(--tx-muted, #8B949E); }
.fc2-host .fc-doc-skeleton { pointer-events: none; animation: fclp-pulse 1.4s ease-in-out infinite; }
.fc2-host .fc-doc-skeleton .fc-doc-ico { background: rgba(255,255,255,0.05); }
.fc2-host .fc-doc-skeleton .fc-doc-name, .fc2-host .fc-doc-skeleton .fc-doc-meta { background: rgba(255,255,255,0.05); border-radius: 4px; color: transparent; min-width: 70px; }
@keyframes fclp-pulse { 0%,100% { opacity: .5; } 50% { opacity: .85; } }

/* ── picker ──────────────────────────────────────────────────────────────── */
.fc2-host .fc-pac-picker { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 40; background: var(--bg-card, #161B22); border: .5px solid var(--lk-brand-border, rgba(127,119,221,0.30)); border-radius: 13px; box-shadow: 0 18px 50px -10px rgba(0,0,0,0.6); overflow: hidden; transform-origin: top center; animation: fclp-picker .26s cubic-bezier(.22,1,.36,1); }
@keyframes fclp-picker { from { opacity: 0; transform: translateY(-6px) scaleY(.96); } to { opacity: 1; transform: translateY(0) scaleY(1); } }
.fc2-host .fc-pac-picker-search { width: 100%; border: 0; border-bottom: .5px solid var(--border, rgba(255,255,255,0.10)); background: var(--bg-surface, #1C232E); color: var(--tx-base, #E6EDF3); font: 400 13px/1 inherit; padding: 13px 15px; outline: none; }
.fc2-host .fc-pac-picker-search::placeholder { color: var(--tx-soft, #6E7681); }
.fc2-host .fc-pac-picker-list { max-height: 300px; overflow-y: auto; padding: 6px; }
.fc2-host .fc-pac-picker-hint { padding: 7px 11px 3px; font-size: 9.5px; color: var(--tx-muted, #8B949E); text-transform: uppercase; letter-spacing: .06em; }
.fc2-host .fc-pac-picker-empty { padding: 18px; text-align: center; font-size: 12px; color: var(--tx-muted, #8B949E); }
.fc2-host .fc-pac-picker-row { display: flex; align-items: center; gap: 11px; padding: 9px 11px; border-radius: 9px; cursor: pointer; transition: background .12s; }
.fc2-host .fc-pac-picker-row:hover, .fc2-host .fc-pac-picker-row.active { background: var(--c-brand-muted, rgba(127,119,221,0.18)); }
.fc2-host .fc-pac-picker-av { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font: 500 11px/1 inherit; background: rgba(167,139,250,0.20); color: var(--c-brand-soft, #A78BFA); }
.fc2-host .fc-pac-picker-info { flex: 1; min-width: 0; }
.fc2-host .fc-pac-picker-name { font-size: 13px; font-weight: 500; color: var(--tx-base, #E6EDF3); }
.fc2-host .fc-pac-picker-meta { font-size: 11px; color: var(--tx-muted, #8B949E); margin-top: 1px; font-variant-numeric: tabular-nums; }

/* ── barra inferior (último hijo · full-width · glass) ───────────────────── */
.fc2-host .fc-bottombar { flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 26px; background: color-mix(in srgb, var(--bg-card, #161B22) 82%, transparent); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); border-top: .5px solid var(--border, rgba(255,255,255,0.10)); box-shadow: 0 -10px 30px -16px rgba(0,0,0,0.5); animation: fclp-bar .4s cubic-bezier(.22,1,.36,1) .08s backwards; }
@keyframes fclp-bar { from { transform: translateY(100%); } to { transform: translateY(0); } }
.fc2-host .fc-bottombar-info { font-size: 12px; color: var(--tx-muted, #8B949E); display: flex; align-items: center; gap: 9px; min-width: 0; }
.fc2-host .fc-bottombar-info-check { color: var(--green-base, #5DCAA5); display: inline-flex; flex-shrink: 0; }
.fc2-host .fc-bottombar-info-check svg { width: 14px; height: 14px; }
.fc2-host .fc-bottombar-actions { display: flex; gap: 10px; flex-shrink: 0; }
.fc2-host .fc-bottombar-ghost { padding: 10px 18px; background: transparent; color: var(--tx-strong, #C9D1D9); border: .5px solid var(--border, rgba(255,255,255,0.10)); border-radius: 9px; font: 500 12.5px/1 inherit; cursor: pointer; transition: all .18s; }
.fc2-host .fc-bottombar-ghost:hover { border-color: var(--tx-muted, rgba(255,255,255,0.35)); color: var(--tx-base, #E6EDF3); }
.fc2-host .fc-bottombar-cta { padding: 10px 22px; background: var(--c-brand, #6d28d9); color: #fff; border: 0; border-radius: 9px; font: 500 12.5px/1 inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; position: relative; overflow: hidden; transition: transform .22s, box-shadow .3s; box-shadow: 0 6px 18px -8px rgba(109,40,217,0.55); }
.fc2-host .fc-bottombar-cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 38%, rgba(255,255,255,0.16) 50%, transparent 62%); transform: translateX(-130%); }
.fc2-host .fc-bottombar-cta:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 10px 26px -8px rgba(109,40,217,0.65); }
.fc2-host .fc-bottombar-cta:hover:not(:disabled)::after { animation: fclp-sweep 1.1s ease; }
.fc2-host .fc-bottombar-cta:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.fc2-host .fc-bottombar-cta svg { width: 13px; height: 13px; transition: transform .2s; }
.fc2-host .fc-bottombar-cta:hover:not(:disabled) svg { transform: translateX(3px); }

@keyframes fclp-up { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
  .fc2-host .fc-stats-grid, .fc2-host .fc-tipo-grid { grid-template-columns: repeat(2, 1fr); }
  .fc2-host .fc-docs-grid { grid-template-columns: 1fr; }
  .fc2-host .fc-lp-body { overflow-y: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .fc2-host .fc2-lp *, .fc2-host .fc2-lp *::before, .fc2-host .fc2-lp *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* ── modal placeholder (sin cita · flujo a definir) ──────────────────────── */
.fc2-host .fc-modal-ov { position: absolute; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 24px; background: color-mix(in srgb, var(--bg-body, #0a0c10) 55%, transparent); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); opacity: 0; transition: opacity .22s ease; }
.fc2-host .fc-modal-ov.is-open { opacity: 1; }
.fc2-host .fc-modal { width: 100%; max-width: 460px; background: var(--bg-card, #161B22); border: .5px solid var(--border, rgba(255,255,255,0.10)); border-radius: 16px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); transform: translateY(8px) scale(.98); transition: transform .26s cubic-bezier(.22,1,.36,1); overflow: hidden; }
.fc2-host .fc-modal-ov.is-open .fc-modal { transform: translateY(0) scale(1); }
.fc2-host .fc-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: .5px solid var(--border-soft, rgba(255,255,255,0.06)); }
.fc2-host .fc-modal-title { font-size: 14px; font-weight: 500; color: var(--tx-base, #E6EDF3); }
.fc2-host .fc-modal-x { width: 28px; height: 28px; border-radius: 7px; border: 0; background: transparent; color: var(--tx-muted, #8B949E); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .15s, color .15s; }
.fc2-host .fc-modal-x svg { width: 15px; height: 15px; }
.fc2-host .fc-modal-x:hover { background: var(--bg-hover, rgba(255,255,255,0.06)); color: var(--tx-base, #E6EDF3); }
.fc2-host .fc-modal-body { padding: 18px; font-size: 13px; line-height: 1.6; color: var(--tx-muted, #8B949E); }
.fc2-host .fc-modal-body b { color: var(--tx-base, #E6EDF3); font-weight: 500; }
.fc2-host .fc-modal-note { margin-top: 12px; padding: 10px 12px; border-radius: 9px; background: var(--bg-surface, #1C232E); border: .5px solid var(--border-soft, rgba(255,255,255,0.06)); font-size: 11.5px; color: var(--tx-soft, #6E7681); }
.fc2-host .fc-modal-foot { display: flex; justify-content: flex-end; gap: 10px; padding: 14px 18px; border-top: .5px solid var(--border-soft, rgba(255,255,255,0.06)); }
.fc2-host .fc-modal-ghost { padding: 9px 16px; border-radius: 9px; background: transparent; border: .5px solid var(--border, rgba(255,255,255,0.10)); color: var(--tx-strong, #C9D1D9); font: 500 12.5px/1 inherit; cursor: pointer; transition: all .18s; }
.fc2-host .fc-modal-ghost:hover { border-color: var(--tx-muted, rgba(255,255,255,0.35)); color: var(--tx-base, #E6EDF3); }
.fc2-host .fc-modal-cta { padding: 9px 18px; border-radius: 9px; background: var(--amber-base, #EF9F27); border: 0; color: #1a1205; font: 500 12.5px/1 inherit; cursor: pointer; transition: filter .18s, transform .18s; }
.fc2-host .fc-modal-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
