
:root{
 --n2-bg:#f6f1ea;--n2-bg2:#eef2ea;--n2-paper:#fffaf5;--n2-card:#f7f2ea;
 --n2-ink:#27372e;--n2-muted:#64766a;--n2-line:#d7e1d7;
 --n2-green:#5f8c72;--n2-green-deep:#486d59;--n2-sage:#e5ede3;
 --n2-blush:#f4e7e3;--n2-butter:#f4eddc;--n2-blue:#e9eff3;
 --n2-shadow:0 12px 30px rgba(39,57,45,.08);
 --n2-header-h:78px;
}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{
 margin:0!important;color:var(--n2-ink)!important;font-family:Inter,Arial,sans-serif!important;
 background:
  radial-gradient(circle at 0 0,rgba(223,236,221,.62),transparent 27%),
  radial-gradient(circle at 100% 0,rgba(245,229,225,.72),transparent 25%),
  linear-gradient(180deg,var(--n2-bg),var(--n2-bg2))!important;
 min-height:100vh;
}
body.n2-shell-ready{padding-top:var(--n2-header-h)!important}
#n2-shell-header{
 position:fixed!important;inset:0 0 auto 0!important;height:var(--n2-header-h)!important;z-index:100000!important;
 background:rgba(246,241,234,.95)!important;backdrop-filter:blur(12px);
 border-bottom:1px solid rgba(72,109,89,.12)!important;
}
.n2-head-inner{
 height:100%;max-width:1180px;margin:0 auto;padding:0 16px;
 display:grid;grid-template-columns:160px minmax(0,1fr) 160px;align-items:center;gap:12px;
}
.n2-brand{display:flex;align-items:center;justify-content:flex-start;height:100%}
.n2-brand img{display:block;width:122px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;filter:none!important}
.n2-brand-fallback{display:none;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#405c4c}
.n2-nav-viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.n2-nav-viewport::-webkit-scrollbar{display:none}
.n2-nav{display:flex;align-items:center;justify-content:center;gap:9px;min-width:max-content;padding:2px}
.n2-nav a{
 display:inline-flex!important;align-items:center!important;justify-content:center!important;height:42px!important;
 padding:0 14px!important;white-space:nowrap!important;flex:0 0 auto!important;border-radius:999px!important;
 border:1px solid var(--n2-line)!important;background:rgba(255,250,245,.96)!important;color:#365343!important;
 font:800 12px/1 Inter,Arial,sans-serif!important;box-shadow:0 5px 14px rgba(39,57,45,.04)!important;text-decoration:none!important;
}
.n2-nav a.active{background:var(--n2-green-deep)!important;color:#fff!important;border-color:var(--n2-green-deep)!important}
.n2-head-spacer{width:160px}
#n2-shell-footer{max-width:1180px;margin:36px auto 24px;padding:0 16px}
.n2-footer-box{
 background:rgba(255,250,245,.82);border:1px solid var(--n2-line);border-radius:24px;padding:19px 21px;
 box-shadow:var(--n2-shadow);color:#6b7a70;
}
.n2-footer-brand{margin-bottom:8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#506455}
.n2-footer-box p{margin:0 0 7px!important;font:400 12px/1.65 Inter,Arial,sans-serif!important;color:#6b7a70!important}
.n2-footer-stamp{margin-top:10px;font:700 11px/1.4 Inter,Arial,sans-serif;color:#748278}
.n2-public-hero{
 max-width:1180px;margin:22px auto 0;padding:36px 34px 31px;border-radius:34px;
 background:linear-gradient(135deg,#8fae98 0%,#6f9680 55%,#5b806b 100%);
 color:#fff;box-shadow:var(--n2-shadow)
}
.n2-public-hero .eyebrow{font:900 12px/1 Inter,Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;color:#fff7ba;margin-bottom:10px}
.n2-public-hero h1{margin:0 0 12px;font-size:clamp(42px,7vw,76px);line-height:.95;letter-spacing:-.05em;color:#fff}
.n2-public-hero p{margin:0;max-width:890px;font-size:17px;line-height:1.72;color:rgba(255,255,255,.96)}
.n2-page{max-width:1180px;margin:0 auto;padding:0 16px 72px}
.n2-section-title{font-size:34px;line-height:1.04;letter-spacing:-.035em;margin:30px 0 15px;color:#2d4538}
.n2-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.n2-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.n2-card,.n2-quote,.n2-sources{
 background:linear-gradient(180deg,#fffaf5,#f5f0e8);border:1px solid var(--n2-line);border-radius:24px;
 padding:20px;box-shadow:var(--n2-shadow)
}
.n2-card h3,.n2-sources h3{margin:0 0 8px;font-size:23px;line-height:1.08;color:#2c4538}
.n2-card p,.n2-card li,.n2-quote p,.n2-sources li{font-size:15px;line-height:1.72;color:var(--n2-muted)}
.n2-card ul,.n2-sources ul{padding-left:19px;margin:7px 0 0}
.n2-quote-label{font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#6b8171;margin-bottom:8px}
.n2-quote p{margin:0;font-size:16px;color:#43594b}
.n2-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--n2-sage);border:1px solid var(--n2-line);font-size:21px;margin-bottom:10px}
.n2-figure{margin:20px 0 0;background:#fffaf5;border:1px solid var(--n2-line);border-radius:28px;padding:14px;box-shadow:var(--n2-shadow)}
.n2-figure img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:20px;background:#f3eee6}
.n2-figure figcaption{padding:11px 8px 3px;font-size:14px;line-height:1.6;color:#697a6f}
.n2-source-strip{margin-top:8px;padding:9px 12px;border-radius:14px;background:#eef3ee;border:1px solid #dbe4db;font-size:12px;line-height:1.55;color:#5d7062}
.n2-source-strip a{color:#3e654f;text-decoration:underline}
.n2-note{margin-top:18px;padding:16px 18px;border:1px solid #e5d7c9;border-radius:20px;background:#f6ece1;color:#685c4e;font-size:14px;line-height:1.65}
.n2-pills{display:flex;flex-wrap:wrap;gap:8px}
.n2-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#fffaf5;border:1px solid var(--n2-line);font-size:12px;font-weight:800;color:#466454}
@media(max-width:860px){
 :root{--n2-header-h:72px}
 .n2-head-inner{grid-template-columns:112px minmax(0,1fr) 0;padding:0 11px;gap:7px}
 .n2-brand img{width:96px!important;max-height:44px!important}
 .n2-head-spacer{display:none}
 .n2-nav{justify-content:flex-start;gap:7px}
 .n2-nav a{height:40px!important;padding:0 11px!important;font-size:11px!important}
 .n2-public-hero{margin:14px 12px 0;padding:28px 20px 24px;border-radius:28px}
 .n2-public-hero h1{font-size:48px}
 .n2-public-hero p,.n2-card p,.n2-card li,.n2-quote p{font-size:16px;line-height:1.75}
 .n2-page{padding:0 12px 64px}
 .n2-grid-2,.n2-grid-3{grid-template-columns:1fr}
}
@media print{
 #n2-shell-header,#n2-shell-footer{display:none!important}
 body{padding-top:0!important;background:#fff!important}
}


/* V16 · bloques de infografías extra */
.n2-visual-break{margin:30px 0 4px}
.n2-visual-break .n2-mini-title{
 margin:0 0 12px;font-size:24px;line-height:1.08;letter-spacing:-.025em;color:#314b3c
}
.n2-figure.n2-extra{margin-top:14px;padding:16px;background:linear-gradient(180deg,#fffaf5,#f6f1e9)}
.n2-figure.n2-extra img{max-width:100%;margin:0 auto}
.n2-figure.n2-extra figcaption{font-size:15px;line-height:1.7;color:#5f7165}
.n2-figure.n2-extra .n2-source-strip{font-size:12.5px;line-height:1.6}
.n2-bridge{
 margin:18px 0 0;padding:18px 20px;border-radius:22px;
 background:linear-gradient(135deg,#eef4ed,#f7f1e8);border:1px solid var(--n2-line);
 color:#496052;font-size:15px;line-height:1.72
}
@media(max-width:860px){
 .n2-visual-break{margin-top:24px}
 .n2-visual-break .n2-mini-title{font-size:22px}
 .n2-figure.n2-extra{padding:9px;border-radius:22px}
 .n2-figure.n2-extra img{border-radius:16px}
 .n2-figure.n2-extra figcaption{font-size:14px;line-height:1.65}
 .n2-bridge{padding:16px;font-size:15px;line-height:1.72}
}


/* V18 · Air Fryer Inteligente */
.af-tools{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}
.af-tools input,.af-tools select{padding:13px 15px;border-radius:16px;border:1px solid var(--n2-line);background:#fffaf5;color:var(--n2-ink);font-size:14px}
.af-tools input{flex:1;min-width:240px}
.af-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.af-card{background:linear-gradient(180deg,#fffaf5,#f4efe7);border:1px solid var(--n2-line);border-radius:24px;overflow:hidden;box-shadow:var(--n2-shadow)}
.af-card-head{display:grid;grid-template-columns:130px 1fr;gap:14px;align-items:stretch}
.af-photo{background:#eef3ea;min-height:130px}
.af-photo img{width:100%;height:100%;object-fit:cover;display:block}
.af-info{padding:16px 16px 14px 0}
.af-num{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#728576}
.af-info h3{font-size:24px;line-height:1.05;margin:5px 0 8px}
.af-air{padding:0 18px 16px;font-size:14px;line-height:1.62;color:#52675a}
.af-tip{margin:0 18px 16px;padding:12px 14px;border-radius:16px;background:#edf4ed;border:1px solid #d8e3d8;font-size:13px;line-height:1.55;color:#4e6355}
.af-actions{display:flex;gap:8px;padding:0 18px 18px}
.af-actions a{display:inline-flex;padding:10px 13px;border-radius:999px;background:#5f8c72;color:white;font-size:12px;font-weight:900}
.af-guide{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 24px}
.af-guide .n2-card{padding:17px}
@media(max-width:860px){
 .af-grid{grid-template-columns:1fr}
 .af-card-head{grid-template-columns:105px 1fr}
 .af-guide{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
 .af-card-head{grid-template-columns:1fr}
 .af-photo{height:210px}
 .af-info{padding:16px 18px 10px}
 .af-guide{grid-template-columns:1fr}
}


/* V20 · BASE ESTRUCTURAL ESTABLE */
html{
  scrollbar-gutter:stable;
  overflow-y:scroll;
}
body.n2-shell-ready{
  padding-top:78px!important;
}
#n2-shell-header,#n2-shell-header *{box-sizing:border-box!important}
#n2-shell-header{
  width:100%!important;
  min-width:0!important;
  height:78px!important;
  transform:none!important;
  zoom:1!important;
}
.n2-head-inner{
  width:min(1180px,100%)!important;
  height:78px!important;
  min-height:78px!important;
  max-height:78px!important;
  margin:0 auto!important;
  padding:0 18px!important;
  grid-template-columns:150px minmax(0,1fr) 150px!important;
}
.n2-brand,.n2-head-spacer{width:150px!important;min-width:150px!important;max-width:150px!important}
.n2-brand img{width:118px!important;height:48px!important;max-width:118px!important;max-height:48px!important;object-fit:contain!important}
.n2-nav-viewport{width:100%!important;min-width:0!important}
.n2-nav{height:46px!important;min-height:46px!important;gap:7px!important;justify-content:center!important;align-items:center!important}
.n2-nav a{
  box-sizing:border-box!important;
  height:40px!important;min-height:40px!important;max-height:40px!important;
  padding:0 12px!important;margin:0!important;
  font-size:11px!important;line-height:1!important;font-weight:850!important;
  border-radius:999px!important;
  text-decoration:none!important;
}
#n2-shell-footer{
  box-sizing:border-box!important;
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
  margin:42px auto 24px!important;
  padding:0!important;
  clear:both!important;
}
.n2-footer-box{
  box-sizing:border-box!important;
  width:100%!important;
  padding:16px 20px!important;
  text-align:center!important;
  border-radius:18px!important;
  background:rgba(255,250,245,.78)!important;
}
.n2-footer-brand{text-align:center!important;margin:0 0 7px!important}
.n2-footer-box p{max-width:980px!important;margin:0 auto 5px!important;text-align:center!important;font-size:10.5px!important;line-height:1.48!important}
.n2-footer-stamp{text-align:center!important;margin-top:7px!important;font-size:10px!important}
@media(max-width:860px){
  body.n2-shell-ready{padding-top:72px!important}
  #n2-shell-header{height:72px!important}
  .n2-head-inner{height:72px!important;min-height:72px!important;max-height:72px!important;grid-template-columns:105px minmax(0,1fr) 0!important;padding:0 10px!important}
  .n2-brand{width:105px!important;min-width:105px!important;max-width:105px!important}
  .n2-brand img{width:92px!important;height:42px!important;max-width:92px!important;max-height:42px!important}
  .n2-head-spacer{display:none!important}
  .n2-nav{justify-content:flex-start!important;gap:6px!important}
  .n2-nav a{height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 10px!important;font-size:10.5px!important}
  #n2-shell-footer{width:calc(100% - 24px)!important;margin-top:30px!important}
}


/* V21 · UNIFICACION REAL DE ESCALA, HERO Y NAVEGACION */
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px!important;zoom:1!important}
body{font-size:16px!important;line-height:1.5!important;zoom:1!important;transform:none!important;overflow-x:hidden!important}
body.n2-shell-ready{padding-top:78px!important}
#n2-shell-header{height:78px!important}
.n2-head-inner{
  position:relative!important;display:block!important;width:100%!important;max-width:none!important;
  height:78px!important;padding:0 30px!important;margin:0!important;
}
.n2-brand{
  position:absolute!important;left:30px!important;top:0!important;width:150px!important;height:78px!important;
  min-width:150px!important;max-width:150px!important;display:flex!important;align-items:center!important;
}
.n2-brand img{width:118px!important;height:48px!important;max-width:118px!important;max-height:48px!important;object-fit:contain!important}
.n2-head-spacer{display:none!important}
.n2-nav-viewport{
  position:absolute!important;left:50%!important;top:16px!important;transform:translateX(-50%)!important;
  width:min(790px,calc(100vw - 370px))!important;height:48px!important;overflow-x:auto!important;overflow-y:hidden!important;
}
.n2-nav{height:46px!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;min-width:max-content!important;padding:2px!important}
.n2-nav a{
  height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 13px!important;
  font:800 11px/1 Inter,Arial,sans-serif!important;border-radius:999px!important;transform:none!important;zoom:1!important;
}
.n2-page{
  width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;margin:0 auto!important;
  padding:0 0 72px!important;box-sizing:border-box!important;
}
.n2-public-hero,.n2-hero{
  width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;margin:22px auto 0!important;
  padding:30px 34px 28px!important;border-radius:30px!important;min-height:220px!important;
  background:linear-gradient(135deg,#8fae98 0%,#6f9680 55%,#5b806b 100%)!important;
  color:#fff!important;box-shadow:var(--n2-shadow)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;
}
.n2-public-hero .eyebrow,.n2-hero .n2-kicker{font:900 12px/1 Inter,Arial,sans-serif!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#fff7ba!important;margin:0 0 10px!important}
.n2-public-hero h1,.n2-hero h1{margin:0 0 12px!important;font:800 52px/.98 Inter,Arial,sans-serif!important;letter-spacing:-.045em!important;color:#fff!important;max-width:980px!important}
.n2-public-hero p,.n2-hero p{margin:0!important;max-width:920px!important;font:400 16px/1.65 Inter,Arial,sans-serif!important;color:rgba(255,255,255,.96)!important}
.n2-section{margin-top:28px!important}
.n2-section>h2{font-size:28px!important;line-height:1.08!important;margin:0 0 16px!important;color:#2d4538!important}
.gl-top{margin-top:22px!important}
.gl-search h2{font-size:28px!important}
.gl-card h3{font-size:20px!important}
.af-guide{margin-top:18px!important}
.af-info h3{font-size:20px!important}
.af-card,.gl-card,.n2-card{transform:none!important;zoom:1!important}
#n2-shell-footer{width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;margin:40px auto 24px!important}
@media(max-width:980px){
 .n2-brand{left:14px!important;width:105px!important;min-width:105px!important;max-width:105px!important}
 .n2-brand img{width:92px!important;height:42px!important}
 .n2-nav-viewport{left:126px!important;right:10px!important;transform:none!important;width:auto!important}
 .n2-nav{justify-content:flex-start!important}
}
@media(max-width:860px){
 body.n2-shell-ready{padding-top:72px!important}
 #n2-shell-header,.n2-head-inner{height:72px!important}
 .n2-brand{height:72px!important}
 .n2-nav-viewport{top:13px!important;height:46px!important}
 .n2-nav a{height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 10px!important;font-size:10.5px!important}
 .n2-page,.n2-public-hero,.n2-hero{width:calc(100% - 24px)!important}
 .n2-public-hero,.n2-hero{min-height:0!important;padding:25px 20px 23px!important;border-radius:24px!important}
 .n2-public-hero h1,.n2-hero h1{font-size:38px!important}
}


/* V22 · 18/08/2026 · 23:15 GMT-3 · normalización visual definitiva */
:root{--n2-header-h:76px}
html{font-size:16px!important;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{width:100%!important;max-width:none!important;overflow-x:hidden}
.n2-public-hero{
  width:calc(100% - 32px)!important;max-width:1148px!important;
  margin:22px auto 0!important;padding:32px 34px 30px!important;border-radius:30px!important
}
.n2-public-hero h1{font-size:clamp(40px,5.5vw,66px)!important;line-height:.96!important}
.n2-page{width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:0 16px 70px!important}
.n2-section{width:100%!important;max-width:1180px!important;margin:0 auto!important}
.n2-section>h2,.n2-section-title{font-size:31px!important;line-height:1.06!important}
.n2-card{text-decoration:none!important}
.n2-card h3,.n2-card p{text-decoration:none!important}
@media(max-width:760px){
 .n2-public-hero{width:calc(100% - 24px)!important;margin-top:14px!important;padding:25px 20px 23px!important}
 .n2-public-hero h1{font-size:42px!important}
 .n2-page{padding-left:12px!important;padding-right:12px!important}
}

/* V23 · 18/08/2026 · 23:39 GMT-3 */
html{scrollbar-gutter:stable}
body.n2-shell-ready{background:#eef0e7!important;color:#273b31!important}
body.n2-shell-ready a,body.n2-shell-ready a *,body.n2-shell-ready .n2-card,body.n2-shell-ready .n2-card *{text-decoration:none!important}
.n2-page{width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:0 16px 70px!important}
.n2-public-hero{width:calc(100% - 32px)!important;max-width:1148px!important;margin:22px auto 0!important;padding:32px 34px 30px!important}
.n2-infographic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0 28px}
.n2-infographic{margin:0;padding:14px;border-radius:24px;background:#f7f1e7;border:1px solid #ded8ce;box-shadow:0 12px 28px rgba(50,60,48,.08)}
.n2-infographic img{display:block;width:100%;height:auto;border-radius:17px;background:#f7f1e7}
.n2-infographic figcaption{padding:9px 4px 1px;font-size:11px;line-height:1.4;color:#657168;text-align:center}
.n2-module-note{margin:18px 0;padding:16px 18px;border-radius:18px;background:#e7eee5;border:1px solid #cedbce;font-size:13px;line-height:1.55}
@media(max-width:700px){.n2-infographic-grid{grid-template-columns:1fr}}

/* V24 · 19/08/2026 · 00:08 GMT-3 · corrección visual sin recolorear páginas legacy */
body.n2-shell-ready{background:initial!important;color:initial!important}
body.n2-shell-ready.n2-modern{background:#eef0e7!important;color:#273b31!important}
body.n2-shell-ready.n2-legacy-control{background:radial-gradient(circle at 50% -10%,rgba(117,255,75,.16),transparent 28%),linear-gradient(180deg,#031007,#020604 78%)!important;color:#fff!important}
body.n2-shell-ready.n2-legacy-cremas{background:#0f1a12!important;color:rgba(255,255,255,.88)!important}
body.n2-shell-ready.n2-legacy-guide{background:#f4f6fa!important;color:#10192b!important}
body.n2-shell-ready a,body.n2-shell-ready a:visited,body.n2-shell-ready a:hover{text-decoration:none!important}
/* Recetario: textos oscuros sobre hero claro */
body[data-page="recetarioreal.html"] .hero h1,
body[data-page="recetarioreal.html"] .hero h1 span{color:#20392e!important;text-shadow:none!important}
body[data-page="recetarioreal.html"] .hero p{color:#55685e!important}
body[data-page="recetarioreal.html"] .hero .kicker{background:#587762!important;color:#fff7bd!important}
body[data-page="recetarioreal.html"] .hero-note{background:#fffaf5!important;color:#2c4437!important}
body[data-page="recetarioreal.html"] .hero-note p,
body[data-page="recetarioreal.html"] .hero-note strong{color:#2c4437!important}
/* Legacy: el contenido conserva su propia paleta; solo se integra tamaño exterior */
.n2-legacy-control .hero,.n2-legacy-cremas .hero{background:unset!important}
.n2-legacy-control .wrap,.n2-legacy-cremas .section,.n2-legacy-guide .wrap{width:min(1180px,calc(100% - 28px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}
.n2-legacy-control .card,.n2-legacy-control .summary{background:linear-gradient(180deg,rgba(13,29,18,.94),rgba(4,12,7,.98))!important;color:#fff!important}
.n2-legacy-control .card h2,.n2-legacy-control .card h3,.n2-legacy-control .summary,.n2-legacy-control .reg{color:#fff!important}
.n2-legacy-control .lead,.n2-legacy-control .hint,.n2-legacy-control .muted{color:#b8c8b8!important}
.n2-legacy-control .authorControl{background:linear-gradient(135deg,rgba(255,204,51,.09),rgba(52,240,124,.045))!important;color:#fff!important}
.n2-legacy-control .authorControl h2,.n2-legacy-control .authorControl p{color:#eef8ef!important}
.n2-legacy-cremas .hero h1,.n2-legacy-cremas .hero h1 span,.n2-legacy-cremas .hero-sub,.n2-legacy-cremas .hero-copy{color:#fff!important}
.n2-legacy-cremas .rcard,.n2-legacy-cremas .rcard-header,.n2-legacy-cremas .rcard-body{background:#1a2b1e!important;color:#fff!important}
.n2-legacy-cremas .rcard-title,.n2-legacy-cremas .rcard-desc,.n2-legacy-cremas .ip,.n2-legacy-cremas .tip-box p,.n2-legacy-cremas .pan-box p,.n2-legacy-cremas .cons-box p{color:rgba(255,255,255,.82)!important}
/* fuentes externas */
.n2-sources{margin:28px 0 8px;padding:18px 20px;border-radius:22px;background:#f9f5ed;border:1px solid #d8ded5}
.n2-sources h2{margin:0 0 8px;font-size:22px;color:#29483a}
.n2-sources p{margin:0 0 10px;font-size:12px;line-height:1.55;color:#59685f}
.n2-sources a{display:block;margin:7px 0;padding:10px 12px;border-radius:13px;background:#fff;border:1px solid #dce3dc;color:#32684b!important;font-weight:800;font-size:12px;text-decoration:none!important}
.n2-sources a:hover{background:#edf5ee}
/* Air Fryer imágenes */
.af-card-img{width:calc(100% + 36px);height:160px;margin:-18px -18px 14px;overflow:hidden;border-radius:22px 22px 0 0;background:#e9eee8}
.af-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.af-img-note{font-size:9px;color:#758177;margin:-7px 0 7px}


/* V30 · iconografía propia y tarjetas con apoyo visual */
.n2-card-media{position:relative;overflow:hidden}
.n2-card-media .n2-card-icon-img{width:64px;height:64px;object-fit:contain;display:block;margin:0 0 12px}
.n2-card-media .n2-card-cover{margin:-20px -20px 16px;border-bottom:1px solid var(--n2-line);background:linear-gradient(180deg,#fbf7f0,#f1ede4);padding:12px 14px 8px}
.n2-card-media .n2-card-cover img{display:block;width:100%;height:150px;object-fit:contain}
.n2-card-media h3{margin-top:0}
.n2-visual-showcase{margin:18px 0 10px;background:linear-gradient(180deg,#fffaf5,#f5efe7);border:1px solid var(--n2-line);border-radius:28px;padding:18px;box-shadow:var(--n2-shadow)}
.n2-visual-showcase img{display:block;width:100%;height:auto;border-radius:18px;background:#f5efe7}
.n2-visual-showcase p{margin:10px 2px 0;font-size:13px;line-height:1.6;color:#64766a}
.n2-module-note{margin:16px 0 18px;padding:14px 16px;border-radius:18px;background:#eef4ed;border:1px solid #d9e3d8;color:#4f6557;font-size:14px;line-height:1.6}
.n2-icon img{width:28px;height:28px;object-fit:contain;display:block}
@media(max-width:860px){
  .n2-card-media .n2-card-cover img{height:132px}
  .n2-card-media .n2-card-icon-img{width:58px;height:58px}
  .n2-visual-showcase{padding:12px}
}


/* V31 · segunda tanda visual */
.n2-tool-hero{width:calc(100% - 32px);max-width:1148px;margin:20px auto 18px;padding:24px 28px;border:1px solid #d2ddd3;border-radius:28px;background:linear-gradient(135deg,#dcebdd,#f5efe5 62%,#edf3e9);box-shadow:0 12px 30px rgba(48,68,55,.07);display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:24px;align-items:center;color:#294238}
.n2-tool-hero .kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:#52745f;color:#fff6bf;font:900 10px/1 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.n2-tool-hero h1{margin:13px 0 8px;font-size:clamp(38px,5.2vw,60px);line-height:.97;letter-spacing:-2px;color:#294238!important;text-transform:none!important}
.n2-tool-hero p{max-width:760px;margin:0;color:#5b6d62!important;font-size:14px;line-height:1.6}
.n2-tool-hero .visual{display:flex;justify-content:center;align-items:center;min-height:190px}
.n2-tool-hero .visual img{display:block;width:100%;max-width:195px;max-height:210px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(40,55,45,.12))}
.n2-tool-tabs{display:flex;flex-wrap:wrap;gap:8px;width:calc(100% - 32px);max-width:1148px;margin:0 auto 14px}
.n2-tool-tabs button,.n2-tool-tabs a{appearance:none;border:1px solid #d2dcd3;border-radius:999px;padding:12px 16px;background:#fffaf5;color:#355242;font:900 12px/1 Arial,sans-serif;text-decoration:none;cursor:pointer}
.n2-tool-tabs .primary{background:#52745f;color:#fff;border-color:#52745f}
.n2-guide-extra{display:none!important}.n2-guide-extra.n2-show-extra{display:block!important}
.n2-guide-extra.frontSealGuide.n2-show-extra,.n2-guide-extra.communityCta.n2-show-extra,.n2-guide-extra.readingKey.n2-show-extra,.n2-guide-extra.readerCta.n2-show-extra,.n2-guide-extra.labelGuide.n2-show-extra{display:block!important}
.n2-guide-extra.section.n2-show-extra{display:block!important}
.n2-short-intro{max-width:1148px;margin:0 auto 16px;padding:12px 16px;border:1px solid #d8e1d8;border-radius:18px;background:#f9f6ef;color:#5b6b60;font-size:13px;line-height:1.55}
/* Control claro y legible sin tocar su lógica */
body.n2-legacy-control{background:#eef0e7!important;color:#294238!important}
body.n2-legacy-control .hero{display:none!important}
body.n2-legacy-control .wrap{width:min(1148px,calc(100% - 32px))!important;max-width:1148px!important;margin:0 auto!important;padding:0 0 50px!important}
body.n2-legacy-control .card,body.n2-legacy-control .summary,body.n2-legacy-control .authorControl{background:#fffaf5!important;color:#294238!important;border:1px solid #d7ded6!important;box-shadow:0 10px 26px rgba(42,60,48,.07)!important}
body.n2-legacy-control .card h2,body.n2-legacy-control .card h3,body.n2-legacy-control .summary,body.n2-legacy-control .authorControl h2,body.n2-legacy-control .authorControl p{color:#294238!important}
body.n2-legacy-control .lead,body.n2-legacy-control .hint,body.n2-legacy-control .muted{color:#64756a!important}
body.n2-legacy-control input,body.n2-legacy-control select,body.n2-legacy-control textarea{background:#fff!important;color:#243a2f!important;border-color:#cad8cd!important}
/* Cremas pastel consistente */
body.n2-legacy-cremas .creamSimpleHero{display:none!important}
body.n2-legacy-cremas{background:#eef0e7!important;color:#294238!important}
body.n2-legacy-cremas .section{width:min(1148px,calc(100% - 32px))!important;max-width:1148px!important;margin-left:auto!important;margin-right:auto!important}
body.n2-legacy-cremas .section-title{color:#294238!important;font-family:Inter,Arial,sans-serif!important;font-size:30px!important;text-transform:none!important;letter-spacing:-1px!important}
body.n2-legacy-cremas .section-sub{color:#65776b!important}
body.n2-legacy-cremas .rcard,body.n2-legacy-cremas .rcard-header,body.n2-legacy-cremas .rcard-body{background:#fffaf5!important;color:#294238!important;border-color:#d8dfd7!important}
body.n2-legacy-cremas .rcard-title,body.n2-legacy-cremas .rcard-desc,body.n2-legacy-cremas .ip,body.n2-legacy-cremas .tip-box p,body.n2-legacy-cremas .pan-box p,body.n2-legacy-cremas .cons-box p{color:#52675a!important}
body.n2-legacy-cremas .tip-box,body.n2-legacy-cremas .pan-box,body.n2-legacy-cremas .cons-box{background:#eef4ed!important;border-color:#d6e1d5!important}
/* Glosario: iconografía y marco coherente */
.glossary-v31-icon{width:78px;height:78px;object-fit:contain;display:block;margin:0 0 12px}
@media(max-width:760px){.n2-tool-hero{width:calc(100% - 24px);grid-template-columns:1fr;padding:22px 20px;gap:8px}.n2-tool-hero .visual{display:none}.n2-tool-tabs{width:calc(100% - 24px)}.n2-tool-hero h1{font-size:40px}}
