
/* --- aislamiento: neutraliza el CSS de la plantilla que envuelve al articulo --- */
.smmm-post { text-align: left; font-style: normal; text-transform: none; text-indent: 0; word-spacing: normal; }
.smmm-post .smmm-hero, .smmm-post .smmm-in, .smmm-post .smmm-body, .smmm-post .smmm-act, .smmm-post .smmm-col,
.smmm-post .smmm-fig, .smmm-post .smmm-cta, .smmm-post .smmm-why, .smmm-post .smmm-pull, .smmm-post .smmm-rail { text-align: left; }
.smmm-post h1, .smmm-post h2, .smmm-post h3, .smmm-post p, .smmm-post div,
.smmm-post span, .smmm-post section, .smmm-post header, .smmm-post main, .smmm-post b,
.smmm-post i, .smmm-post em, .smmm-post strong {
  font-family: inherit; color: inherit; text-align: inherit; letter-spacing: inherit;
  line-height: inherit; text-transform: none; font-style: normal; text-indent: 0;
  margin: 0; padding: 0; border: 0; background: none; box-shadow: none; float: none; }
.smmm-post h1, .smmm-post h2, .smmm-post h3 {
  font-family: inherit !important; color: inherit !important; text-transform: none !important; }
.smmm-post a { font-family: inherit; text-decoration: underline; }
.smmm-post svg, .smmm-post text, .smmm-post rect, .smmm-post path, .smmm-post line, .smmm-post circle {
  font-family: inherit; }
.smmm-post {
  color-scheme: light;
  
  --primario: #262D68; --primario-3: #3745AF; --primario-5: #4E61F6; --primario-6: #7181F8; --primario-10: #EDEFFE;
  --cian: #00C8D2; --cian-dark: #0EA2A9; --coral: #F1823F; --coral-dark: #E36214; --gris: #131927;
  --page: #ffffff; --surface: #F9FAFB; --ink: #131927; --ink-2: #4D5461; --muted: #6D717F;
  --grid: #E5E7EA; --axis: #D2D5DB; --ring: rgba(19,25,39,0.10);
  --s1: #4E61F6; --s2: #F1823F; --s1f: rgba(78,97,246,0.14); --s2f: rgba(241,130,63,0.18); --grey: #C4C8D0;
  --bad: #BF1B34; --band: rgba(19,25,39,0.06); --tip: #ffffff; --pull: #EDEFFE; --link: #3745AF;
  --hero-bg: linear-gradient(135deg, #131927 0%, #262D68 50%, #3745AF 100%); --hero-ink: #ffffff; --hero-ink-2: rgba(255,255,255,0.78);
  --accent-grad: linear-gradient(135deg, #4E61F6 0%, #7A4FFF 100%);
}
.smmm-post * { box-sizing: border-box; }
.smmm-post { margin: 0; background: var(--page); color: var(--ink); font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.6; }
.smmm-post a { color: var(--link); text-underline-offset: 2px; }
.smmm-post a:hover { text-decoration-thickness: 2px; }
.smmm-post .smmm-hero { background: var(--hero-bg); color: var(--hero-ink); position: relative; overflow: hidden; }
.smmm-post .smmm-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(0,200,210,0.18) 0%, transparent 70%); pointer-events: none; }
.smmm-post .smmm-hero .smmm-in { max-width: 1040px; margin: 0 auto; padding: 36px 24px 56px; position: relative; }
.smmm-post .smmm-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; letter-spacing: -0.01em; margin-bottom: 44px; }
.smmm-post .smmm-brand svg { width: 30px; height: 22px; }
.smmm-post .smmm-badge { display: inline-block; font-size: 12.5px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: 50px; background: rgba(0,200,210,0.15); color: var(--cian); margin-bottom: 20px; }
.smmm-post .smmm-hero h1 { font-weight: 900; font-size: clamp(36px, 5.6vw, 58px); line-height: 1.04; letter-spacing: -0.02em; margin: 0 0 18px; max-width: 14ch; text-wrap: balance; }
.smmm-post .smmm-hero h1 .hl { color: var(--cian); }
.smmm-post .smmm-hero .smmm-lead { font-size: 20px; line-height: 1.45; color: var(--hero-ink-2); max-width: 60ch; margin: 0 0 30px; font-weight: 300; }
.smmm-post .smmm-hero .smmm-lead b { color: var(--hero-ink); font-weight: 500; }
.smmm-post .smmm-meta { font-size: 13.5px; color: var(--hero-ink-2); margin: 0 0 26px; letter-spacing: 0.02em; }
.smmm-post .smmm-meta b { color: var(--hero-ink); font-weight: 500; }
.smmm-post .smmm-stats { display: flex; flex-wrap: wrap; gap: 28px 44px; }
.smmm-post .smmm-stat .v { font-size: 34px; font-weight: 900; line-height: 1; letter-spacing: -0.01em; }
.smmm-post .smmm-stat .k { font-size: 12.5px; color: var(--hero-ink-2); margin-top: 6px; letter-spacing: 0.04em; text-transform: uppercase; }
.smmm-post .smmm-body { max-width: 1040px; margin: 0 auto; padding: 8px 24px 72px; }
.smmm-post .smmm-act { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 0 34px; padding: 44px 0 8px; border-top: 1px solid var(--grid); }
.smmm-post .smmm-act:first-of-type { border-top: 0; }
.smmm-post .smmm-rail { position: sticky; top: 20px; align-self: start; }
.smmm-post .smmm-rail .n { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primario-5); font-weight: 700; }
.smmm-post .smmm-rail .d { font-size: 30px; font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; margin-top: 4px; color: var(--ink); }
.smmm-post .smmm-rail .w { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.35; }
@media (max-width: 760px) {
.smmm-post .smmm-act { grid-template-columns: 1fr; }
.smmm-post .smmm-rail { position: static; margin-bottom: 8px; }
}
.smmm-post .smmm-col > * { margin-left: 0; margin-right: 0; }
.smmm-post .smmm-col h2 { font-weight: 900; font-size: 30px; line-height: 1.1; letter-spacing: -0.015em; margin: 0 0 14px; text-wrap: balance; max-width: 26ch; }
.smmm-post .smmm-col p { margin: 0 0 16px; max-width: 68ch; text-wrap: pretty; }
.smmm-post .smmm-col p b { font-weight: 700; }
.smmm-post .smmm-col p.k { font-weight: 500; color: var(--ink); }
.smmm-post .smmm-pull { border-left: 4px solid var(--primario-5); background: var(--pull); padding: 14px 20px; margin: 20px 0 22px; font-size: 19px; line-height: 1.45; font-weight: 500; max-width: 68ch; text-wrap: pretty; border-radius: 0 8px 8px 0; }
.smmm-post .smmm-fig { background: var(--surface); border: 1px solid var(--ring); border-radius: 12px; padding: 18px 20px 12px; margin: 18px 0 24px; }
.smmm-post .smmm-fig .t { font-weight: 700; font-size: 17px; margin: 0 0 2px; line-height: 1.2; }
.smmm-post .smmm-fig .s { font-size: 13.5px; color: var(--ink-2); margin: 0 0 10px; }
.smmm-post .smmm-fig svg { width: 100%; height: auto; display: block; overflow: visible; }
.smmm-post .smmm-fig .cap { font-size: 12.5px; color: var(--muted); margin: 8px 0 0; }
.smmm-post .smmm-legend { display: flex; gap: 16px; font-size: 13px; color: var(--ink-2); flex-wrap: wrap; margin: 0 0 8px; }
.smmm-post .smmm-legend span { display: inline-flex; align-items: center; gap: 6px; }
.smmm-post .smmm-legend i { width: 14px; height: 3px; border-radius: 2px; display: inline-block; }
.smmm-post .smmm-legend i.smmm-box { width: 12px; height: 12px; border-radius: 3px; }
.smmm-post .smmm-why { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 18px 0 8px; }
@media (max-width: 760px) {
.smmm-post .smmm-why { grid-template-columns: 1fr; }
}
.smmm-post .smmm-why div { background: var(--surface); border: 1px solid var(--ring); border-radius: 12px; padding: 16px 18px; }
.smmm-post .smmm-why h3 { font-weight: 700; font-size: 17px; margin: 0 0 6px; line-height: 1.2; display: flex; align-items: center; gap: 8px; }
.smmm-post .smmm-why h3 i { width: 8px; height: 8px; border-radius: 50%; background: var(--cian); display: inline-block; }
.smmm-post .smmm-why p { font-size: 15px; color: var(--ink-2); margin: 0; }
.smmm-post .smmm-cta { background: var(--hero-bg); color: #fff; border-radius: 20px; padding: 40px 36px; margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 32px; align-items: center; }
@media (max-width: 760px) {
.smmm-post .smmm-cta { grid-template-columns: 1fr; }
}
.smmm-post .smmm-cta h2 { font-weight: 900; font-size: 30px; line-height: 1.1; margin: 0 0 10px; letter-spacing: -0.015em; text-wrap: balance; }
.smmm-post .smmm-cta p { margin: 0; color: rgba(255,255,255,0.8); max-width: 58ch; }
.smmm-post .smmm-btn { display: inline-block; font: inherit; font-weight: 700; font-size: 16px; padding: 14px 26px; border-radius: 50px; background: var(--accent-grad); color: #fff; text-decoration: none; white-space: nowrap; box-shadow: 0 8px 24px rgba(78,97,246,0.35); }
.smmm-post .smmm-btn:hover { filter: brightness(1.08); }
.smmm-post .smmm-btn:focus-visible { outline: 3px solid var(--cian); outline-offset: 3px; }
.smmm-post .gl { stroke: var(--grid); stroke-width: 1; }
.smmm-post .ax { stroke: var(--axis); stroke-width: 1; }
.smmm-post .tk { fill: var(--muted); font-size: 11.5px; font-variant-numeric: tabular-nums; }
.smmm-post .ln { fill: none; stroke-width: 2.2; stroke-linejoin: round; stroke-linecap: round; }
.smmm-post .ln.s1 { stroke: var(--s1); }
.smmm-post .ln.s2 { stroke: var(--s2); }
.smmm-post .ln.grey { stroke: var(--grey); stroke-width: 1.6; }
.smmm-post .rb.up { fill: var(--s1f); }
.smmm-post .rb.dn { fill: var(--s2f); }
.smmm-post .smmm-band { fill: var(--band); }
.smmm-post .bandl { fill: var(--ink-2); font-size: 11px; font-weight: 700; letter-spacing: 0.03em; }
.smmm-post .bar { fill: var(--s1); }
.smmm-post .bar.weak { fill: var(--grey); }
.smmm-post .bar.neg { fill: var(--bad); }
.smmm-post .bl { fill: var(--ink); font-size: 13px; font-weight: 500; }
.smmm-post .bv { fill: var(--ink-2); font-size: 12.5px; font-variant-numeric: tabular-nums; font-weight: 700; }
.smmm-post .bg { fill: var(--muted); font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.smmm-post .dl { font-size: 11.5px; font-weight: 700; }
.smmm-post .xh { stroke: var(--ink-2); stroke-width: 1; stroke-dasharray: 2 3; pointer-events: none; }
.smmm-post .dot { stroke: var(--surface); stroke-width: 2; }
.smmm-post .smmm-tip { position: fixed; z-index: 9; pointer-events: none; background: var(--tip); color: var(--ink); border: 1px solid var(--ring); border-radius: 8px; padding: 8px 10px; font-size: 13px; line-height: 1.35; box-shadow: 0 6px 20px rgba(0,0,0,0.14); min-width: 180px; font-variant-numeric: tabular-nums; }
.smmm-post .smmm-tip .m { font-weight: 700; margin-bottom: 4px; }
.smmm-post .smmm-tip .r { display: flex; justify-content: space-between; gap: 14px; }
.smmm-post .smmm-tip .r span:first-child { color: var(--ink-2); display: inline-flex; align-items: center; gap: 6px; }
.smmm-post .smmm-tip i { width: 10px; height: 3px; border-radius: 2px; display: inline-block; }

/* --- encaje bajo la barra fija de la landing --- */
.smmm-post .smmm-hero .smmm-in { padding-top: 116px; }
@media (max-width: 760px) { .smmm-post .smmm-hero .smmm-in { padding-top: 92px; } }

/* --- listado de articulos --- */
.smmm-list { background: #fff; color: #131927; font-family: "Roboto", system-ui, sans-serif; }
.smmm-list .smmm-list-head { background: linear-gradient(135deg, #131927 0%, #262D68 50%, #3745AF 100%);
  color: #fff; padding: 132px 24px 56px; }
.smmm-list .smmm-list-head .smmm-in2 { max-width: 1040px; margin: 0 auto; }
.smmm-list .smmm-list-head h1 { font-size: clamp(34px, 5vw, 52px); font-weight: 900; line-height: 1.05;
  letter-spacing: -0.02em; margin: 0 0 12px; color: #fff; }
.smmm-list .smmm-list-head p { font-size: 19px; font-weight: 300; color: rgba(255,255,255,0.78);
  max-width: 62ch; margin: 0; line-height: 1.45; }
.smmm-list .smmm-grid { max-width: 1040px; margin: 0 auto; padding: 48px 24px 80px;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 820px) { .smmm-list .smmm-grid { grid-template-columns: 1fr; } }
.smmm-list .smmm-card { display: block; text-decoration: none; color: inherit;
  border: 1px solid rgba(19,25,39,0.10); border-radius: 14px; overflow: hidden; background: #fff;
  transition: transform .15s ease, box-shadow .15s ease; }
.smmm-list .smmm-card:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(19,25,39,0.10); }
.smmm-list .smmm-card-top { height: 96px; background: linear-gradient(135deg, #4E61F6 0%, #7A4FFF 100%); }
.smmm-list .smmm-card-body { padding: 18px 20px 22px; }
.smmm-list .smmm-tag { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #0EA2A9; background: rgba(0,200,210,0.12);
  padding: 4px 10px; border-radius: 50px; margin-bottom: 10px; }
.smmm-list .smmm-card h2 { font-size: 22px; font-weight: 700; line-height: 1.2; margin: 0 0 8px;
  letter-spacing: -0.01em; color: #131927; }
.smmm-list .smmm-card p { font-size: 15px; color: #4D5461; margin: 0 0 12px; line-height: 1.5; }
.smmm-list .smmm-card .smmm-card-meta { font-size: 13px; color: #6D717F; }
