.fundamentos-shell{--fund-bg:#faf8f3;--fund-bg-paper:#f5f3ec;--fund-bg-elevated:#fff;--fund-bg-subtle:#ebe7df;--fund-border:#ebe7df;--fund-border-hover:#d4cfc4;--fund-border-focus:#e85d04;--fund-text-primary:#0b132b;--fund-text-secondary:#555e68;--fund-text-tertiary:#8b939c;--fund-accent:#e85d04;--fund-accent-soft:#fce8dc;--fund-accent-ink:#fff;--fund-radius-card:20px;--fund-radius-pill:999px;--fund-radius-input:16px;--fund-transition:.2s ease-out;--fund-font-display:var(--font-studio-serif), "Times New Roman", Georgia, serif;--fund-font-sans:var(--font-studio-sans), "Inter", ui-sans-serif, system-ui, sans-serif;--tema-modelos-surface:#efe6d4;--tema-modelos-ink:#0b132b;--tema-modelos-chip-bg:#f3ede0;--tema-modelos-chip-ink:#0b132b;--tema-metricas-surface:#d9efe6;--tema-metricas-ink:#0b132b;--tema-metricas-chip-bg:#e4f4ee;--tema-metricas-chip-ink:#0b132b;--tema-ads-surface:#d9e8f5;--tema-ads-ink:#0b132b;--tema-ads-chip-bg:#e4eff8;--tema-ads-chip-ink:#0b132b;--tema-digitales-surface:#d2eef2;--tema-digitales-ink:#0b132b;--tema-digitales-chip-bg:#e0f3f6;--tema-digitales-chip-ink:#0b132b;--tema-producto-surface:#efe6d4;--tema-producto-ink:#0b132b;--tema-producto-chip-bg:#ffeadd;--tema-producto-chip-ink:#0b132b;--tema-tienda-surface:#ffd8c2;--tema-tienda-ink:#0b132b;--tema-tienda-chip-bg:#ffe8da;--tema-tienda-chip-ink:#0b132b;--tema-marketing-surface:#ffd8c2;--tema-marketing-ink:#0b132b;--tema-marketing-chip-bg:#fcece1;--tema-marketing-chip-ink:#0b132b;--tema-operaciones-surface:#d9efe6;--tema-operaciones-ink:#0b132b;--tema-operaciones-chip-bg:#dfece4;--tema-operaciones-chip-ink:#0b132b;--tema-legal-surface:#ebe7df;--tema-legal-ink:#0b132b;--tema-legal-chip-bg:#ebe7df;--tema-legal-chip-ink:#0b132b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#faf8f3;--foreground:#0b132b;--card:#fff;--card-foreground:#0b132b;--muted:#f5f3ec;--muted-foreground:#555e68;--border:#ebe7df;--popover:#fff;--popover-foreground:#0b132b;box-sizing:border-box;background:var(--fund-bg);width:100%;min-height:100dvh;color:var(--fund-text-primary);font-family:var(--fund-font-sans);-webkit-font-smoothing:antialiased;flex:1 0 auto}.fundamentos-shell a{color:inherit;text-decoration:none}.fundamentos-shell :focus-visible{outline:2px solid var(--fund-accent);outline-offset:2px}.fundamentos-topbar{border-bottom:1px solid var(--fund-border);background:color-mix(in srgb, var(--fund-bg) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.fundamentos-topbar-brand{font-family:var(--fund-font-display);letter-spacing:-.02em;color:var(--fund-text-primary);font-size:1.05rem;font-weight:400}.fundamentos-topbar-brand em{color:var(--fund-accent);font-style:italic}.fundamentos-landing{isolation:isolate;position:relative}.fundamentos-landing-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#0b132b09 1px,#0000 1px),linear-gradient(90deg,#0b132b09 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 0,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 50% 0,#000 20%,#0000 75%)}.fundamentos-landing-glow{pointer-events:none;z-index:0;background:radial-gradient(#e85d041f 0%,#e85d040a 40%,#0000 70%);width:min(920px,120vw);height:420px;position:absolute;top:-12%;left:50%;transform:translate(-50%)}.fundamentos-landing-inner{z-index:1;position:relative}.fundamentos-hero-title{font-family:var(--fund-font-display);letter-spacing:-.03em;text-wrap:balance;color:var(--fund-text-primary);font-size:clamp(2.75rem,7.5vw,4.5rem);font-weight:400;line-height:1.02}.fundamentos-hero-title em{color:var(--fund-accent);font-style:italic}.fundamentos-hero-lead{max-width:34rem;color:var(--fund-text-secondary);text-wrap:pretty;margin-inline:auto;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.6}.fundamentos-search{border-radius:var(--fund-radius-input);border:1px solid var(--fund-border-hover);width:100%;height:56px;color:var(--fund-text-primary);transition:border-color var(--fund-transition), box-shadow var(--fund-transition), background var(--fund-transition);background:#fff;padding:0 52px 0 48px;font-family:inherit;font-size:16px;box-shadow:0 1px 2px #0b132b0a}.fundamentos-search::placeholder{color:var(--fund-text-tertiary)}.fundamentos-search:focus{border-color:color-mix(in srgb, var(--fund-accent) 55%, transparent);box-shadow:0 0 0 4px color-mix(in srgb, var(--fund-accent) 16%, transparent);background:#fff;outline:none}.fundamentos-pill{border-radius:var(--fund-radius-pill);border:1px solid var(--fund-border-hover);height:38px;color:var(--fund-text-secondary);white-space:nowrap;cursor:pointer;transition:background var(--fund-transition), color var(--fund-transition), border-color var(--fund-transition);background:#fff;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:500;display:inline-flex}.fundamentos-pill:hover{color:var(--fund-text-primary);border-color:var(--fund-text-tertiary);background:var(--fund-bg-paper)}.fundamentos-pill[data-active=true]{background:var(--fund-accent);border-color:var(--fund-accent);color:var(--fund-accent-ink);font-weight:600}.fundamentos-progress{border:1px solid var(--fund-border);background:var(--fund-bg-elevated);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px;margin-top:2rem;padding:14px 18px;display:flex}.fundamentos-progress-label{color:var(--fund-text-secondary);font-size:13px;font-weight:500}.fundamentos-progress-label strong{color:var(--fund-text-primary);font-weight:600}.fundamentos-progress-meta{color:var(--fund-text-tertiary);font-size:12px}.fundamentos-progress-meta .fundamentos-progress-free{color:var(--fund-accent);font-weight:600}.fundamentos-progress-track{background:var(--fund-bg-subtle);border-radius:999px;width:100%;height:6px;overflow:hidden}.fundamentos-progress-fill{background:var(--fund-accent);border-radius:999px;height:100%;transition:width .3s}.fundamentos-card{--tema-chip-bg:var(--tema-operaciones-chip-bg);--tema-chip-ink:var(--tema-operaciones-chip-ink);--tema-accent:var(--fund-accent);border-radius:var(--fund-radius-card);background:var(--fund-bg-elevated);border:1px solid var(--fund-border);border-left:3px solid var(--tema-accent);height:100%;color:var(--fund-text-primary);transition:background var(--fund-transition), border-color var(--fund-transition), box-shadow var(--fund-transition), transform var(--fund-transition);flex-direction:column;padding:22px 22px 18px;display:flex;box-shadow:0 1px 2px #0b132b08}.fundamentos-card[data-tema=modelos]{--tema-chip-bg:var(--tema-modelos-chip-bg);--tema-chip-ink:var(--tema-modelos-chip-ink);--tema-accent:#c4a574}.fundamentos-card[data-tema=metricas]{--tema-chip-bg:var(--tema-metricas-chip-bg);--tema-chip-ink:var(--tema-metricas-chip-ink);--tema-accent:#5a9e84}.fundamentos-card[data-tema=ads]{--tema-chip-bg:var(--tema-ads-chip-bg);--tema-chip-ink:var(--tema-ads-chip-ink);--tema-accent:#5b87b0}.fundamentos-card[data-tema=digitales]{--tema-chip-bg:var(--tema-digitales-chip-bg);--tema-chip-ink:var(--tema-digitales-chip-ink);--tema-accent:#4a8f98}.fundamentos-card[data-tema=producto]{--tema-chip-bg:var(--tema-producto-chip-bg);--tema-chip-ink:var(--tema-producto-chip-ink);--tema-accent:#e85d04}.fundamentos-card[data-tema=tienda]{--tema-chip-bg:var(--tema-tienda-chip-bg);--tema-chip-ink:var(--tema-tienda-chip-ink);--tema-accent:#d97706}.fundamentos-card[data-tema=marketing]{--tema-chip-bg:var(--tema-marketing-chip-bg);--tema-chip-ink:var(--tema-marketing-chip-ink);--tema-accent:#e85d04}.fundamentos-card[data-tema=operaciones]{--tema-chip-bg:var(--tema-operaciones-chip-bg);--tema-chip-ink:var(--tema-operaciones-chip-ink);--tema-accent:#6b8f5a}.fundamentos-card[data-tema=legal]{--tema-chip-bg:var(--tema-legal-chip-bg);--tema-chip-ink:var(--tema-legal-chip-ink);--tema-accent:#6b7280}.fundamentos-card:hover{border-color:var(--fund-border-hover);background:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0b132b0f}.fundamentos-card:focus-visible{outline:2px solid var(--fund-accent);outline-offset:3px}.fundamentos-card-title{font-family:var(--fund-font-sans);letter-spacing:-.02em;color:var(--fund-text-primary);margin-top:1rem;font-size:1.0625rem;font-weight:600;line-height:1.35}.fundamentos-card-desc{color:var(--fund-text-secondary);flex:1;margin-top:.5rem;font-size:.9375rem;line-height:1.55}.fundamentos-card-meta{border-top:1px solid var(--fund-border);color:var(--fund-text-secondary);justify-content:space-between;align-items:center;margin-top:1.15rem;padding-top:.9rem;font-size:.75rem;font-weight:500;display:flex}.fundamentos-tema-chip{letter-spacing:.02em;background:var(--tema-chip-bg);color:var(--tema-chip-ink);border:1px solid color-mix(in srgb, var(--tema-chip-ink) 10%, transparent);border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.fundamentos-card-status{letter-spacing:.02em;background:var(--fund-bg-subtle);color:var(--fund-text-primary);border:1px solid var(--fund-border);border-radius:999px;align-items:center;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.fundamentos-card-status[data-status=done]{background:color-mix(in srgb, var(--fund-accent) 12%, white);color:#9a3d02;border-color:color-mix(in srgb, var(--fund-accent) 28%, white)}.fundamentos-read-check{border:1.5px solid var(--fund-border-hover);width:24px;height:24px;color:var(--fund-text-secondary);cursor:pointer;transition:border-color var(--fund-transition), background var(--fund-transition), color var(--fund-transition);background:0 0;border-radius:999px;justify-content:center;align-items:center;display:flex}.fundamentos-read-check:hover{border-color:var(--fund-accent);color:var(--fund-accent)}.fundamentos-read-check[data-read=true]{border-color:var(--fund-accent);background:var(--fund-accent);color:var(--fund-accent-ink)}.fundamentos-detail-chip{--tema-chip-bg:var(--tema-operaciones-chip-bg);--tema-chip-ink:var(--tema-operaciones-chip-ink)}.fundamentos-detail-chip[data-tema=modelos]{--tema-chip-bg:var(--tema-modelos-chip-bg);--tema-chip-ink:var(--tema-modelos-chip-ink)}.fundamentos-detail-chip[data-tema=metricas]{--tema-chip-bg:var(--tema-metricas-chip-bg);--tema-chip-ink:var(--tema-metricas-chip-ink)}.fundamentos-detail-chip[data-tema=ads]{--tema-chip-bg:var(--tema-ads-chip-bg);--tema-chip-ink:var(--tema-ads-chip-ink)}.fundamentos-detail-chip[data-tema=digitales]{--tema-chip-bg:var(--tema-digitales-chip-bg);--tema-chip-ink:var(--tema-digitales-chip-ink)}.fundamentos-detail-chip[data-tema=producto]{--tema-chip-bg:var(--tema-producto-chip-bg);--tema-chip-ink:var(--tema-producto-chip-ink)}.fundamentos-detail-chip[data-tema=tienda]{--tema-chip-bg:var(--tema-tienda-chip-bg);--tema-chip-ink:var(--tema-tienda-chip-ink)}.fundamentos-detail-chip[data-tema=marketing]{--tema-chip-bg:var(--tema-marketing-chip-bg);--tema-chip-ink:var(--tema-marketing-chip-ink)}.fundamentos-detail-chip[data-tema=operaciones]{--tema-chip-bg:var(--tema-operaciones-chip-bg);--tema-chip-ink:var(--tema-operaciones-chip-ink)}.fundamentos-detail-chip[data-tema=legal]{--tema-chip-bg:var(--tema-legal-chip-bg);--tema-chip-ink:var(--tema-legal-chip-ink)}.fundamentos-section-label{font-family:var(--fund-font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--fund-text-secondary);font-size:12px;font-weight:600}.fundamentos-article-title{font-family:var(--fund-font-display);letter-spacing:-.025em;text-wrap:balance;color:var(--fund-text-primary);font-size:clamp(2rem,5vw,2.75rem);font-weight:400;line-height:1.15}.fundamentos-article-subtitle{color:var(--fund-text-secondary);text-wrap:pretty;margin-top:.65rem;font-size:1.2rem;line-height:1.5}.fundamentos-prose{max-width:40rem;color:var(--fund-text-secondary);font-size:1.0625rem;line-height:1.75}.fundamentos-prose h2{color:var(--fund-text-primary);font-family:var(--fund-font-display);letter-spacing:-.02em;margin-top:2.25rem;margin-bottom:.85rem;scroll-margin-top:5.5rem;font-size:1.5rem;font-weight:400;line-height:1.25}.fundamentos-prose h3{color:var(--fund-text-primary);font-family:var(--fund-font-sans);letter-spacing:-.015em;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.fundamentos-prose p{margin:0 0 1.1rem}.fundamentos-prose strong{color:var(--fund-text-primary);font-weight:600}.fundamentos-prose a,.fundamentos-inline-link{color:var(--fund-accent);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.fundamentos-prose a:hover,.fundamentos-inline-link:hover{color:color-mix(in srgb, var(--fund-accent) 80%, #0b132b)}.fundamentos-paso-label{font-family:var(--font-geist-mono), ui-monospace, monospace;color:var(--fund-accent);margin-right:.4em;font-size:.8em;font-weight:500}.fundamentos-callout{border-left:3px solid var(--fund-accent);background:var(--fund-accent-soft);border-radius:0 14px 14px 0;margin:1.5rem 0;padding:16px 18px}.fundamentos-callout[data-tipo=ojo]{background:#ffede4;border-left-color:#e85d04}.fundamentos-callout[data-tipo=dato]{background:#eaf2fa;border-left-color:#5b87b0}.fundamentos-callout[data-tipo=plata]{background:#eaf6f1;border-left-color:#5a9e84}.fundamentos-callout-label{letter-spacing:.06em;text-transform:uppercase;color:var(--fund-text-primary);margin:0 0 .4rem;font-size:11px;font-weight:700}.fundamentos-callout-body{color:var(--fund-text-secondary);font-size:.95rem;line-height:1.65}.fundamentos-callout-body .fundamentos-prose,.fundamentos-callout-body p{max-width:none;margin:0}.fundamentos-callout-body p+p{margin-top:.75rem}.fundamentos-related-chip{border-radius:var(--fund-radius-pill);border:1px solid var(--fund-border-hover);background:var(--fund-bg-elevated);height:34px;color:var(--fund-text-primary);transition:border-color var(--fund-transition), background var(--fund-transition);align-items:center;padding:0 14px;font-size:13px;font-weight:500;display:inline-flex}.fundamentos-related-chip:hover{border-color:var(--fund-accent);background:var(--fund-accent-soft)}.fundamentos-toc-link{color:var(--fund-text-tertiary);transition:color var(--fund-transition), background var(--fund-transition);border-radius:10px;padding:6px 10px;font-size:13px;line-height:1.35;display:block}.fundamentos-toc-link:hover{color:var(--fund-text-primary);background:var(--fund-bg-subtle)}.fundamentos-toc-link[data-active=true]{color:var(--fund-accent-ink);background:var(--fund-accent);font-weight:600}.fundamentos-prose ul,.fundamentos-prose ol{margin:0 0 1.15rem;padding-left:1.35rem}.fundamentos-prose li{margin:.4rem 0;padding-left:.15rem}.fundamentos-prose li::marker{color:var(--fund-text-tertiary)}.fundamentos-prose blockquote{border-left:3px solid var(--fund-border-hover);color:var(--fund-text-secondary);margin:1.25rem 0;padding:.25rem 0 .25rem 1rem;font-style:italic}.fundamentos-prose table{border-collapse:collapse;border:1px solid var(--fund-border);border-radius:12px;width:100%;margin:1.15rem 0 1.35rem;font-size:.9rem;overflow:hidden}.fundamentos-prose th,.fundamentos-prose td{border:1px solid var(--fund-border);text-align:left;padding:10px 12px}.fundamentos-prose th{background:var(--fund-bg-paper);color:var(--fund-text-primary);font-weight:600}.fundamentos-prose code{font-family:var(--font-geist-mono), ui-monospace, monospace;background:var(--fund-bg-subtle);color:var(--fund-text-primary);border-radius:6px;padding:.12em .4em;font-size:.88em}.fundamentos-gated-preview{pointer-events:none;-webkit-user-select:none;user-select:none;max-height:280px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% calc(100% - 120px),#0000 100%);mask-image:linear-gradient(#000 0% calc(100% - 120px),#0000 100%)}.fundamentos-starter-gate{z-index:1;border-radius:var(--fund-radius-card);border:1px solid var(--fund-border);background:var(--fund-bg-elevated);margin-top:-2.5rem;padding:1.5rem 1.35rem;position:relative}.fundamentos-video-badge{letter-spacing:.02em;color:#e85d04;background:#fce8d9;border:1px solid #fadbc8;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.fundamentos-video-badge--card{padding:3px 8px;font-size:10px}.fundamentos-video-badge--on-media{z-index:2;color:#fff;background:#e85d04;border-color:#0000;position:absolute;top:14px;left:14px;box-shadow:0 4px 14px #0b132b2e}.fundamentos-featured-video{border:1px solid var(--fund-border);background:var(--fund-bg-elevated);transition:transform var(--fund-transition), box-shadow var(--fund-transition), border-color var(--fund-transition);border-radius:22px;grid-template-columns:1fr;display:grid;overflow:hidden;box-shadow:0 8px 28px #0b132b0f}@media (min-width:768px){.fundamentos-featured-video{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);min-height:280px}}.fundamentos-featured-video:hover{border-color:var(--fund-border-hover);transform:translateY(-2px);box-shadow:0 14px 36px #0b132b1a}.fundamentos-featured-media{aspect-ratio:16/9;background:#0b132b;position:relative;overflow:hidden}@media (min-width:768px){.fundamentos-featured-media{aspect-ratio:auto;min-height:100%}}.fundamentos-featured-media-fallback{background:radial-gradient(at 30% 40%,#e85d0459,#0000 55%),#0b132b;position:absolute;inset:0}.fundamentos-featured-media-scrim{z-index:1;pointer-events:none;background:linear-gradient(#0000 30%,#0b132b14 55%,#0b132b73 100%);position:absolute;inset:0}.fundamentos-featured-play{z-index:2;color:#fff;width:64px;height:64px;transition:transform var(--fund-transition), background var(--fund-transition);background:#e85d04;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0b132b47}.fundamentos-featured-play svg{margin-left:3px}.fundamentos-featured-video:hover .fundamentos-featured-play{background:#cd5409;transform:translate(-50%,-50%)scale(1.06)}.fundamentos-featured-body{flex-direction:column;justify-content:center;gap:.35rem;padding:1.35rem 1.4rem 1.5rem;display:flex}@media (min-width:768px){.fundamentos-featured-body{padding:1.75rem 1.85rem}}.fundamentos-featured-kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--fund-accent);font-size:11px;font-weight:700}.fundamentos-featured-title{font-family:var(--fund-font-display);letter-spacing:-.03em;color:var(--fund-text-primary);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.05}.fundamentos-featured-hook{max-width:28rem;color:var(--fund-text-secondary);text-wrap:pretty;margin-top:.35rem;font-size:.98rem;line-height:1.55}.fundamentos-featured-actions{flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:1.15rem;display:flex}.fundamentos-featured-cta{background:var(--fund-text-primary);color:#fff;height:42px;transition:background var(--fund-transition);border-radius:999px;justify-content:center;align-items:center;padding:0 1.2rem;font-size:14px;font-weight:600;display:inline-flex}.fundamentos-featured-video:hover .fundamentos-featured-cta{background:#e85d04}.fundamentos-featured-meta{color:var(--fund-text-secondary);font-size:13px;font-weight:500}.fundamentos-card[data-video=true]{border-left-color:#e85d04}.fundamentos-video-player{border:1px solid var(--fund-border);aspect-ratio:16/9;background:#0b132b;border-radius:18px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 28px #0b132b14}.fundamentos-video-poster{cursor:pointer;background:#0b132b;border:none;width:100%;height:100%;padding:0;display:block;position:absolute;inset:0}.fundamentos-video-poster-scrim{z-index:1;pointer-events:none;background:linear-gradient(#0000 30%,#0b132b1f 55%,#0b132b80 100%);position:absolute;inset:0}.fundamentos-video-poster .fundamentos-featured-play{z-index:2}.fundamentos-video-poster:hover .fundamentos-featured-play{background:#cd5409;transform:translate(-50%,-50%)scale(1.06)}.fundamentos-video-el{object-fit:contain;accent-color:#e85d04;background:#0b132b;width:100%;height:100%;display:block}@media (prefers-reduced-motion:reduce){.fundamentos-shell *,.fundamentos-card,.fundamentos-pill,.fundamentos-featured-video{transition:none!important}.fundamentos-card:hover,.fundamentos-featured-video:hover{transform:none}.fundamentos-featured-video:hover .fundamentos-featured-play,.fundamentos-video-poster:hover .fundamentos-featured-play{transform:translate(-50%,-50%)}}
