/* source: css/lab-v2.css */
:root{
  --np-bg:#F8F8F8;
  --np-paper:#FFFFFF;
  --np-ink:#0A0A0A;
  --np-graphite:#2D2D2D;
  --np-muted:#666666;
  --np-line:#D9D9D6;
  --np-accent:#FF4B2E;
  --np-display:"Bebas Neue","Arial Narrow",sans-serif;
  --np-body:"Inter",Arial,sans-serif;
  --np-max:1440px;
  /* V2.254 · escala tipográfica editorial compacta */
  --np-title-hero:clamp(56px,5.8vw,84px);
  --np-title-page:clamp(48px,5vw,72px);
  --np-title-section:clamp(38px,4vw,56px);
  --np-title-subsection:clamp(30px,3vw,42px);
  --np-title-card:clamp(26px,2.4vw,34px);
  --np-title-result:clamp(64px,7vw,96px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--np-bg)}
body.lab-v2{margin:0;background:var(--np-bg);color:var(--np-ink);font-family:var(--np-body);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
body.lab-v2 a{color:inherit;text-decoration:none}
body.lab-v2 button,body.lab-v2 input{font:inherit}
.lab-shell{width:min(calc(100% - 48px),var(--np-max));margin:0 auto}

.lab-header{height:78px;border-bottom:1px solid var(--np-line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.lab-wordmark{font-family:var(--np-display);font-size:29px;line-height:1;letter-spacing:.015em;text-transform:uppercase;display:inline-flex;align-items:baseline;gap:3px;width:max-content}
.lab-wordmark i{display:inline-block;width:8px;height:8px;background:var(--np-accent);border-radius:50%;font-style:normal}
.lab-nav{display:flex;align-items:center;justify-content:center;gap:42px;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.lab-nav a{position:relative;padding:8px 0}
.lab-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--np-accent);transition:width .18s ease}
.lab-nav a:hover:after{width:100%}
.lab-tools{justify-self:end;display:flex;align-items:center;gap:22px}
.lab-search{width:22px;height:22px;border:0;background:transparent;padding:0;position:relative;cursor:pointer}
.lab-search:before{content:"";position:absolute;width:10px;height:10px;border:2px solid var(--np-ink);border-radius:50%;left:1px;top:1px}.lab-search:after{content:"";position:absolute;width:8px;height:2px;background:var(--np-ink);transform:rotate(45deg);left:12px;top:14px}
.lab-menu-btn{width:34px;height:28px;border:0;background:transparent;padding:5px 0;display:grid;align-content:center;gap:6px;cursor:pointer}.lab-menu-btn span{display:block;height:2px;background:var(--np-ink)}

.lab-hero{min-height:670px;border:2px solid var(--np-ink);border-radius:18px;background:var(--np-paper);margin-top:28px;overflow:hidden;display:grid;grid-template-columns:43% 49% 8%;position:relative}
.lab-hero-copy{padding:72px 48px 58px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.lab-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 28px}
.lab-hero h1{font-family:var(--np-display);font-size:var(--np-title-hero);line-height:.9;letter-spacing:-.025em;text-transform:uppercase;margin:0;max-width:590px;font-weight:400}
.lab-hero h1 .accent{color:var(--np-accent)}
.lab-subcopy{font-size:14px;line-height:1.55;max-width:330px;margin:35px 0 24px;color:var(--np-graphite)}
.lab-actions{display:flex;gap:10px;flex-wrap:wrap}
.lab-btn{min-height:47px;padding:0 18px;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;border:1px solid var(--np-ink);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:transform .14s ease,background .14s ease,color .14s ease}
.lab-btn:hover{transform:translateY(-2px)}
body.lab-v2 .lab-btn-black{background:var(--np-ink);color:#fff}body.lab-v2 .lab-btn-accent{background:var(--np-accent);border-color:var(--np-accent);color:#0A0A0A}.lab-btn-white{background:#fff}
.lab-hero-product{position:relative;overflow:hidden;background:#fff;display:block;color:inherit;isolation:isolate}
.lab-orange-block{position:absolute;left:26%;right:0;top:45%;height:36%;background:var(--np-accent)}
.lab-card-product{position:absolute;width:min(52%,315px);height:auto;left:28%;top:9%;z-index:2;transform:rotate(-7deg);filter:drop-shadow(0 18px 18px rgba(0,0,0,.12))}
.lab-product-copy{position:absolute;top:72px;left:28px;display:grid;grid-template-columns:1fr 1fr;gap:24px;width:46%;font-size:11px;line-height:1.45;letter-spacing:.02em;text-transform:uppercase;color:var(--np-graphite)}
.lab-product-tag{position:absolute;right:22px;top:56px;writing-mode:vertical-rl;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.lab-rail{background:var(--np-ink);color:#fff;display:flex;flex-direction:column;align-items:center;padding:33px 0 22px}
.lab-rail-brand{font-family:var(--np-display);font-size:16px;letter-spacing:.08em;writing-mode:vertical-rl;transform:rotate(180deg)}
.lab-rail-icons{margin:auto 0;display:grid;gap:22px}.lab-rail-icons span{width:26px;height:26px;border:1px solid rgba(255,255,255,.7);display:grid;place-items:center;font-size:11px;font-weight:700}.lab-rail-scroll{font-size:11px;letter-spacing:.11em;text-transform:uppercase;writing-mode:vertical-rl;display:flex;align-items:center;gap:12px}.lab-rail-scroll b{font-size:20px;font-weight:400}

.lab-intro-strip{padding:26px 0 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;border-bottom:1px solid var(--np-ink)}
.lab-intro-strip a{min-height:150px;padding:22px 24px;border-right:1px solid var(--np-ink);display:flex;flex-direction:column;justify-content:space-between}.lab-intro-strip a:first-child{border-left:1px solid var(--np-ink)}
.lab-intro-strip small{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--np-muted)}.lab-intro-strip strong{font-family:var(--np-display);font-size:38px;line-height:.9;font-weight:400;text-transform:uppercase}.lab-intro-strip span{font-size:20px;align-self:flex-end}.lab-intro-strip a:hover{background:var(--np-accent);color:#0A0A0A}.lab-intro-strip a:hover small{color:#0A0A0A}

.lab-section{padding:104px 0;border-bottom:1px solid var(--np-line)}
.lab-section-head{display:grid;grid-template-columns:180px minmax(0,1fr);gap:30px;align-items:end;margin-bottom:48px}.lab-section-kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.lab-section h2{font-family:var(--np-display);font-size:var(--np-title-section);font-weight:400;line-height:.92;letter-spacing:-.015em;text-transform:uppercase;margin:0}
.lab-daily{display:grid;grid-template-columns:42% 58%;border:2px solid var(--np-ink);min-height:520px;background:#fff}
.lab-daily-copy{padding:52px;display:flex;flex-direction:column;justify-content:center}.lab-daily-copy h3{font-family:var(--np-display);font-size:var(--np-title-subsection);font-weight:400;line-height:.94;text-transform:uppercase;margin:0 0 24px}.lab-daily-copy p{max-width:390px;color:var(--np-graphite);font-size:14px;line-height:1.65}.lab-daily-product{position:relative;background:linear-gradient(90deg,#fff 0 43%,var(--np-accent) 43% 100%);display:grid;place-items:center;overflow:hidden}.lab-daily-product img{width:220px;height:auto;transform:rotate(5deg);filter:drop-shadow(0 16px 18px rgba(0,0,0,.13))}.lab-daily-code{position:absolute;right:28px;top:28px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lab-daily-date{position:absolute;right:28px;bottom:26px;font-family:var(--np-display);font-size:46px;line-height:1}

.lab-content-grid{display:grid;grid-template-columns:1.1fr .9fr;border:2px solid var(--np-ink);background:#fff}.lab-content-lead{padding:46px;border-right:1px solid var(--np-ink)}.lab-content-lead h3{font-family:var(--np-display);font-size:var(--np-title-subsection);font-weight:400;line-height:.94;text-transform:uppercase;margin:0 0 28px}.lab-content-lead p{font-size:15px;color:var(--np-graphite);max-width:540px}.lab-link-list{display:grid}.lab-link-list a{padding:25px 28px;border-bottom:1px solid var(--np-ink);display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:20px}.lab-link-list a:last-child{border-bottom:0}.lab-link-list small{font-size:11px;color:var(--np-muted);font-weight:700}.lab-link-list strong{font-size:15px}.lab-link-list span{font-size:20px}.lab-link-list a:hover{background:var(--np-accent);color:#0A0A0A}.lab-link-list a:hover small{color:#0A0A0A}

.lab-seo{padding:96px 0;max-width:1080px;margin:0 auto}.lab-seo .np68-seo-page{margin:0;padding:0;max-width:none;color:var(--np-ink);font-family:var(--np-body)}.lab-seo .np68-seo-intro,.lab-seo .np116-section,.lab-seo .np68-faq,.lab-seo .np68-related,.lab-seo .np68-method,.lab-seo .np116-toc{background:transparent;border:0;border-top:1px solid var(--np-line);border-radius:0;box-shadow:none;padding:34px 0;color:var(--np-ink)}.lab-seo .np68-seo-page h2,.lab-seo .np68-seo-page h3{font-family:var(--np-display);font-weight:400;text-transform:uppercase;color:var(--np-ink)}.lab-seo .np68-seo-page h2{font-size:48px;line-height:.95}.lab-seo .np68-seo-page h3{font-size:28px}.lab-seo .np68-seo-page p,.lab-seo .np68-seo-page li,.lab-seo .np68-seo-page summary{font-family:var(--np-body);color:var(--np-graphite);line-height:1.7}.lab-seo .np116-toc a{color:var(--np-ink);text-decoration:underline;text-decoration-color:var(--np-accent);text-underline-offset:4px}.lab-seo .np78-link-grid,.lab-seo .np116-card-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--np-ink)}.lab-seo .np78-link-grid a,.lab-seo .np116-card-links a{background:#fff;border:0;border-right:1px solid var(--np-ink);border-bottom:1px solid var(--np-ink);border-radius:0;padding:18px;color:var(--np-ink)}

.lab-footer{background:var(--np-ink);color:#fff;margin-top:0}.lab-footer-inner{width:min(calc(100% - 48px),var(--np-max));margin:0 auto;padding:58px 0 30px}.lab-footer-top{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:50px;padding-bottom:48px}.lab-footer-brand{font-family:var(--np-display);font-size:58px;line-height:.84;text-transform:uppercase}.lab-footer-brand b{color:var(--np-accent);font-weight:400}.lab-footer p{font-size:12px;color:#aaa;max-width:340px}.lab-footer nav{display:grid;gap:11px;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.lab-footer-bottom{border-top:1px solid #333;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#888}

body.lab-v2 :focus-visible{outline:3px solid var(--np-accent);outline-offset:3px}
.lab-btn:focus-visible,.lab-nav a:focus-visible,.lab-wordmark:focus-visible,.lab-hero-product:focus-visible{outline:3px solid var(--np-accent);outline-offset:4px}
.lab-menu-backdrop{position:fixed;inset:0;z-index:390;background:rgba(10,10,10,.38)}
.lab-menu-panel{position:fixed;z-index:400;top:0;right:0;width:min(420px,92vw);height:100dvh;background:var(--np-ink);color:#fff;padding:28px;overflow:auto;box-shadow:-18px 0 60px rgba(0,0,0,.22)}
.lab-menu-panel[hidden],.lab-menu-backdrop[hidden]{display:none}
.lab-menu-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:32px;border-bottom:1px solid #333}
.lab-menu-panel-head strong{font-family:var(--np-display);font-size:38px;line-height:.9;font-weight:400}.lab-menu-panel-head strong span{color:var(--np-accent)}
.lab-menu-close{width:44px;height:44px;border:1px solid #555;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}
.lab-menu-panel nav{display:grid;margin-top:26px}.lab-menu-panel nav a{font-family:var(--np-display);font-size:42px;line-height:1;text-transform:uppercase;padding:14px 0;border-bottom:1px solid #2b2b2b}.lab-menu-panel nav a:hover{color:var(--np-accent)}
.lab-menu-panel-meta{display:grid;gap:12px;margin-top:32px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#bbb}
body.lab-menu-open{overflow:hidden}

/* V2.228 · Carta del día dedicada */
.lab-daily-page-intro{padding:76px 0 52px;border-bottom:1px solid var(--np-line)}
.lab-daily-page-intro .lab-eyebrow{margin-bottom:18px}
.lab-daily-page-intro h1{font-family:var(--np-display);font-size:var(--np-title-page);font-weight:400;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;margin:0;max-width:980px}
.lab-daily-page-intro h1 span{color:var(--np-accent)}
.lab-daily-page-intro>p:last-child{max-width:660px;margin:28px 0 0;color:var(--np-graphite);font-size:16px;line-height:1.7}
.lab-daily-route .lab-section[aria-labelledby="labDailyTitle"]{padding-top:68px}
.lab-daily-reading{margin-top:0;border:2px solid var(--np-ink);border-top:0;background:#fff}
.lab-daily-reading-grid{display:grid;grid-template-columns:1fr 1fr}
.lab-daily-reading article{padding:34px 38px;min-height:220px;border-bottom:1px solid var(--np-ink)}
.lab-daily-reading article:nth-child(odd){border-right:1px solid var(--np-ink)}
.lab-daily-reading article:nth-last-child(-n+2){border-bottom:0}
.lab-daily-reading small{display:block;margin-bottom:12px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--np-muted)}
.lab-daily-reading h3{font-family:var(--np-display);font-size:38px;line-height:.95;font-weight:400;text-transform:uppercase;margin:0 0 16px}
.lab-daily-reading p{margin:0;color:var(--np-graphite);font-size:14px;line-height:1.7}
.lab-daily-areas{border-top:1px solid var(--np-ink);display:grid;grid-template-columns:repeat(3,1fr)}
.lab-daily-areas article{border:0;border-right:1px solid var(--np-ink);min-height:190px;padding:28px 32px}
.lab-daily-areas article:last-child{border-right:0}
.lab-daily-reading-actions{padding:26px 30px;border-top:1px solid var(--np-ink);display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.lab-daily-reading-actions .lab-btn{min-width:220px}

.lab-mobile-nav{display:none}
@media(max-width:900px){
 .lab-shell{width:100%}.lab-header{height:68px;padding:0 18px;grid-template-columns:1fr auto}.lab-nav{display:none}.lab-tools{gap:16px}.lab-wordmark{font-size:23px}
 .lab-hero{min-height:auto;margin:0;border:0;border-radius:0;grid-template-columns:1fr;grid-template-rows:auto 410px}
 .lab-hero-copy{padding:38px 22px 30px}.lab-eyebrow{font-size:11px;margin-bottom:20px}.lab-hero h1{font-size:var(--np-title-hero);line-height:.9;max-width:520px}.lab-subcopy{font-size:13px;margin:24px 0 22px;max-width:320px}.lab-actions{display:grid;width:min(100%,320px);gap:10px}.lab-btn{min-height:48px;font-size:12px;width:100%}
 .lab-hero-product{min-height:410px}.lab-orange-block{left:0;right:0;top:auto;bottom:0;height:43%}.lab-card-product{width:min(59vw,225px);left:50%;top:24px;transform:translateX(-50%) rotate(-5deg);filter:drop-shadow(0 14px 14px rgba(0,0,0,.11))}.lab-product-copy{display:none}.lab-product-tag{display:block;writing-mode:horizontal-tb;right:auto;left:20px;top:auto;bottom:17px;z-index:3;font-size:10px;letter-spacing:.07em}.lab-rail{display:none}
 .lab-intro-strip{padding-top:0;grid-template-columns:1fr 1fr}.lab-intro-strip a{min-height:135px;border-bottom:1px solid var(--np-ink)}.lab-intro-strip a:nth-child(odd){border-left:1px solid var(--np-ink)}.lab-intro-strip strong{font-size:30px}
 .lab-section{padding:78px 18px}.lab-section-head{display:block;margin-bottom:32px}.lab-section-kicker{margin-bottom:14px}.lab-section h2{font-size:var(--np-title-section)}
 .lab-daily{grid-template-columns:1fr;min-height:auto}.lab-daily-copy{padding:34px 24px}.lab-daily-copy h3{font-size:var(--np-title-subsection)}.lab-daily-product{min-height:380px;background:linear-gradient(0deg,var(--np-accent) 0 38%,#fff 38% 100%)}.lab-daily-product img{width:185px}.lab-daily-date{font-size:38px}
 .lab-content-grid{grid-template-columns:1fr}.lab-content-lead{border-right:0;border-bottom:1px solid var(--np-ink);padding:32px 24px}.lab-content-lead h3{font-size:var(--np-title-subsection)}.lab-link-list a{grid-template-columns:42px 1fr auto;padding:21px 22px}
 .lab-seo{padding:70px 18px}.lab-seo .np68-seo-page h2{font-size:40px}.lab-seo .np78-link-grid,.lab-seo .np116-card-links{grid-template-columns:1fr}
 .lab-footer-inner{width:100%;padding:44px 22px 90px}.lab-footer-top{grid-template-columns:1fr;gap:30px}.lab-footer-brand{font-size:48px}.lab-footer-bottom{display:grid}
 .lab-daily-page-intro{padding:48px 20px 34px}.lab-daily-page-intro h1{font-size:var(--np-title-page)}.lab-daily-page-intro>p:last-child{font-size:14px;margin-top:20px}.lab-daily-route .lab-section[aria-labelledby="labDailyTitle"]{padding-top:44px}.lab-daily-reading-grid{grid-template-columns:1fr}.lab-daily-reading article,.lab-daily-reading article:nth-child(odd),.lab-daily-reading article:nth-last-child(-n+2){min-height:0;padding:26px 24px;border-right:0;border-bottom:1px solid var(--np-ink)}.lab-daily-reading article:last-child{border-bottom:0}.lab-daily-reading h3{font-size:32px}.lab-daily-areas{grid-template-columns:1fr}.lab-daily-areas article{min-height:0;padding:24px;border-right:0;border-bottom:1px solid var(--np-ink)}.lab-daily-areas article:last-child{border-bottom:0}.lab-daily-reading-actions{padding:20px;display:grid}.lab-daily-reading-actions .lab-btn{min-width:0;width:100%}
 .lab-mobile-nav{position:fixed;z-index:100;left:0;right:0;bottom:0;height:66px;background:var(--np-ink);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #333}.lab-mobile-nav a{display:grid;place-items:center;align-content:center;gap:4px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.lab-mobile-nav i{width:5px;height:5px;background:#fff;border-radius:50%}.lab-mobile-nav a[aria-current="page"]{color:var(--np-accent)}.lab-mobile-nav a[aria-current="page"] i{background:var(--np-accent)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}body.lab-v2 *{transition:none}}

@media(max-width:480px){
 .lab-intro-strip a{min-height:124px;padding:18px 16px}.lab-intro-strip strong{font-size:27px}.lab-intro-strip span{display:none}
 .lab-section{padding-left:16px;padding-right:16px}.lab-section h2{font-size:var(--np-title-section)}
 .lab-daily-copy{padding:30px 22px}.lab-daily-copy h3{font-size:var(--np-title-subsection)}
}


/* V2.240 · selector ES / PT-BR visible y persistente */
.lab-language-switcher{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;font-size:11px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.lab-language-option{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:20px;padding:7px 1px;color:var(--np-muted);text-decoration:none;transition:color .16s ease}
.lab-language-option.is-active{color:var(--np-ink)}
.lab-language-option.is-active:after{content:"";position:absolute;left:1px;right:1px;bottom:2px;height:2px;background:var(--np-accent)}
a.lab-language-option:hover,a.lab-language-option:focus-visible{color:var(--np-accent);outline:none}
.lab-language-separator{color:#A9A9A5;font-weight:500}
.lab-menu-language{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 0 18px;margin-bottom:4px;border-bottom:1px solid #2b2b2b;color:#bbb;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.lab-menu-language-options{display:inline-flex;align-items:center;gap:6px}
.lab-menu-language .lab-language-option{color:#bbb}
.lab-menu-language .lab-language-option.is-active{color:#fff}
.lab-menu-language a.lab-language-option:hover,.lab-menu-language a.lab-language-option:focus-visible{color:var(--np-accent)}
.lab-footer-bottom{align-items:center}
.lab-footer-languages{margin-left:auto;display:flex;align-items:center;gap:12px;white-space:nowrap}
.lab-footer-language-label{color:#666;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.lab-footer-language-options{display:inline-flex;align-items:center;gap:6px}
.lab-footer .lab-language-option{color:#888}
.lab-footer .lab-language-option.is-active{color:#fff}
.lab-footer a.lab-language-option:hover,.lab-footer a.lab-language-option:focus-visible{color:var(--np-accent)}
@media(max-width:900px){
  .lab-tools{gap:12px}
  .lab-language-switcher{gap:5px;font-size:10px}
  .lab-language-option{min-width:18px;padding-left:0;padding-right:0}
  .lab-footer-languages{margin-left:0;justify-self:start}
}
@media(max-width:480px){
  .lab-wordmark{font-size:22px}
  .lab-tools{gap:10px}
}

/* V2.254 · misma jerarquía, mucho más legible en teléfono */
@media(max-width:680px){
  :root{
    --np-title-hero:clamp(38px,10.5vw,44px);
    --np-title-page:clamp(36px,10vw,42px);
    --np-title-section:clamp(30px,8.5vw,36px);
    --np-title-subsection:clamp(27px,7.5vw,32px);
    --np-title-card:clamp(24px,6.8vw,29px);
    --np-title-result:clamp(52px,15vw,72px);
  }
  .lab-hero h1{font-size:var(--np-title-hero);line-height:.94;letter-spacing:-.012em;max-width:470px}
  .lab-section h2{font-size:var(--np-title-section);line-height:.96}
  .lab-content-lead h3,.lab-daily-copy h3{font-size:var(--np-title-subsection);line-height:.98}
  .lab-daily-page-intro h1{font-size:var(--np-title-page);line-height:.94}
  .lab-seo .np68-seo-page h2{font-size:30px;line-height:1.04}
}


/* V2.244 · tests visibles como puerta de entrada en la home. */
.lab-tests-spotlight{display:grid;grid-template-columns:.82fr 1.18fr;border:1px solid #111;margin:28px 0 88px;background:#f6f6f3}
.lab-tests-spotlight-copy{padding:34px;display:flex;flex-direction:column;align-items:flex-start}
.lab-tests-spotlight-copy h2{font:400 var(--np-title-section)/.92 "Bebas Neue",sans-serif;margin:10px 0 20px;letter-spacing:-.01em}
.lab-tests-spotlight-copy h2 span{color:#ff4f32}
.lab-tests-spotlight-copy>p:not(.lab-section-kicker){font:500 16px/1.55 Inter,sans-serif;max-width:510px;margin:0 0 28px;color:#343434}
.lab-tests-spotlight-copy>a{margin-top:auto;display:inline-flex;gap:26px;align-items:center;color:#111;text-decoration:none;border-bottom:1px solid #111;padding:0 0 8px;font:700 11px/1 Inter,sans-serif;letter-spacing:.1em}
.lab-tests-spotlight-links{border-left:1px solid #111;display:grid}
.lab-tests-spotlight-links>a{display:grid;grid-template-columns:1fr auto;gap:12px 20px;padding:25px 28px;color:#111;text-decoration:none;min-height:142px;align-content:center;transition:background .14s ease,color .14s ease}
.lab-tests-spotlight-links>a+a{border-top:1px solid #111}
.lab-tests-spotlight-links small,.lab-tests-spotlight-links span{font:700 10px/1 Inter,sans-serif;letter-spacing:.1em;color:#666;text-transform:uppercase}
.lab-tests-spotlight-links strong{grid-column:1/3;font:400 var(--np-title-card)/.96 "Bebas Neue",sans-serif}
.lab-tests-spotlight-links>a:hover,.lab-tests-spotlight-links>a:focus-visible{background:#111;color:#fff;outline:none}
.lab-tests-spotlight-links>a:hover small,.lab-tests-spotlight-links>a:hover span,.lab-tests-spotlight-links>a:focus-visible small,.lab-tests-spotlight-links>a:focus-visible span{color:#d7d7d2}
@media(max-width:820px){.lab-tests-spotlight{grid-template-columns:1fr;margin:22px 0 58px}.lab-tests-spotlight-links{border-left:0;border-top:1px solid #111}.lab-tests-spotlight-copy{padding:26px 22px}.lab-tests-spotlight-copy h2{font-size:var(--np-title-section);line-height:.96}.lab-tests-spotlight-links>a{min-height:118px;padding:20px}.lab-tests-spotlight-links strong{font-size:var(--np-title-card)}}

/* source: css/lab-all-routes-v222.css */
/* No Preguntes V2.222 · migración visual de todas las rutas
   Capa final sobre el DOM funcional existente. Blanco / negro / fuego. */
body.lab-all-routes{background:var(--np-bg);color:var(--np-ink);font-family:var(--np-body);min-height:100vh;padding:0;overflow-x:hidden}
body.lab-all-routes #cosmos,body.lab-all-routes #bg{display:none}
body.lab-all-routes .screen{background:transparent;color:var(--np-ink);min-height:calc(100vh - 78px)}
body.lab-all-routes .screen:not(.active){display:none}
body.lab-all-routes .screen.active{display:block}
body.lab-all-routes .serif,body.lab-all-routes h1,body.lab-all-routes h2,body.lab-all-routes h3{font-family:var(--np-display);font-weight:400;letter-spacing:-.01em}
body.lab-all-routes p,body.lab-all-routes li,body.lab-all-routes label,body.lab-all-routes input,body.lab-all-routes textarea,body.lab-all-routes select,body.lab-all-routes summary{font-family:var(--np-body)}
body.lab-all-routes a{color:inherit}
body.lab-all-routes .lab-global-header{background:rgba(248,248,248,.96);position:sticky;top:0;z-index:250;backdrop-filter:blur(12px)}
body.lab-all-routes .lab-mobile-nav{z-index:300}

/* Layout común de herramientas Legacy conservando sus IDs para el motor */
body.lab-all-routes .page,body.lab-all-routes .np61-natal-page,body.lab-all-routes .np69-page,body.lab-all-routes .np70-info-page{width:min(calc(100% - 48px),1180px);max-width:1180px;margin:0 auto;padding:72px 0 110px}
body.lab-all-routes .head,body.lab-all-routes .np61-natal-head,body.lab-all-routes .np69-head{background:transparent;border:0;border-bottom:2px solid var(--np-ink);border-radius:0;box-shadow:none;margin:0 0 42px;padding:0 0 34px;color:var(--np-ink);display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:start}
body.lab-all-routes .np61-natal-head,body.lab-all-routes .np69-head{display:block}
body.lab-all-routes .backbtn,body.lab-all-routes .back,body.lab-all-routes .np69-back{width:46px;height:46px;min-width:46px;border:1px solid var(--np-ink);border-radius:0;background:transparent;color:var(--np-ink);box-shadow:none;display:grid;place-items:center;font-family:var(--np-body);font-size:20px;text-decoration:none;cursor:pointer}
body.lab-all-routes .head h1,body.lab-all-routes .head h2,body.lab-all-routes .np69-head h1,body.lab-all-routes .np61-natal-head h1{color:var(--np-ink);font-size:var(--np-title-page);line-height:.92;text-transform:uppercase;margin:0 0 16px;max-width:900px}
body.lab-all-routes .head p,body.lab-all-routes .np69-head p,body.lab-all-routes .np61-natal-head p{color:var(--np-graphite);max-width:720px;font-size:15px;line-height:1.7}
body.lab-all-routes .label,body.lab-all-routes .np61-natal-kicker,body.lab-all-routes .np69-kicker,body.lab-all-routes .np69-step{color:var(--np-accent);font-family:var(--np-body);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}

/* Paneles y formularios */
body.lab-all-routes .panel,body.lab-all-routes .form,body.lab-all-routes .np69-question-card,body.lab-all-routes .np61-natal-form,body.lab-all-routes .np61-result-card,body.lab-all-routes .np69-result-card{background:var(--np-paper);color:var(--np-ink);border:1px solid var(--np-ink);border-radius:0;box-shadow:none;backdrop-filter:none}
body.lab-all-routes .panel,body.lab-all-routes .form{padding:32px}
body.lab-all-routes .field{margin-bottom:24px}
body.lab-all-routes label{color:var(--np-ink);font-size:13px;font-weight:700;letter-spacing:0}
body.lab-all-routes input,body.lab-all-routes textarea,body.lab-all-routes select{width:100%;background:#fff;color:var(--np-ink);border:1px solid #A9A9A5;border-radius:0;box-shadow:none;min-height:50px;padding:13px 15px;font-size:16px;outline:none}
body.lab-all-routes textarea{min-height:132px;resize:vertical}
body.lab-all-routes input:focus,body.lab-all-routes textarea:focus,body.lab-all-routes select:focus{border-color:var(--np-ink);box-shadow:0 0 0 2px var(--np-accent)}
body.lab-all-routes .spreads{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--np-ink)}
body.lab-all-routes .spread,body.lab-all-routes .spreads button{background:#fff;color:var(--np-ink);border:0;border-right:1px solid var(--np-ink);border-radius:0;box-shadow:none;padding:20px;min-height:92px}
body.lab-all-routes .spread:last-child,body.lab-all-routes .spreads button:last-child{border-right:0}
body.lab-all-routes .spread.active,body.lab-all-routes .spreads button.active,body.lab-all-routes .spreads button[aria-pressed="true"]{background:var(--np-accent);color:#0A0A0A}

/* Botones: misma gramática en las 182 URLs */
body.lab-all-routes .btn,body.lab-all-routes .np69-primary,body.lab-all-routes .np61-primary,body.lab-all-routes button.primary,body.lab-all-routes button.gold{min-height:48px;border-radius:0;border:1px solid var(--np-ink);background:var(--np-ink);color:#fff;box-shadow:none;font-family:var(--np-body);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:13px 20px;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}
body.lab-all-routes .btn:hover,body.lab-all-routes .np69-primary:hover,body.lab-all-routes .np61-primary:hover{background:var(--np-accent);color:#0A0A0A}
body.lab-all-routes .btn.gold{background:var(--np-accent);color:#0A0A0A;border-color:var(--np-accent)}
body.lab-all-routes .btn.gold:hover{background:var(--np-ink);color:#fff;border-color:var(--np-ink)}
body.lab-all-routes button:disabled{opacity:.38;cursor:not-allowed}

/* Preguntas / tiradas */
body.lab-all-routes #question .page{max-width:1080px}
body.lab-all-routes #question .np50-question-head{grid-template-columns:46px 1fr;margin-bottom:34px}
body.lab-all-routes #question .np50-question-panel{max-width:860px;margin:0 auto}
body.lab-all-routes #questionRouteSeoContent{margin-top:80px}
body.lab-all-routes [data-love-tool="true"] .np50-question-panel{border-top:12px solid var(--np-accent)}
body.lab-all-routes #pick .page,body.lab-all-routes #reading .page{max-width:1260px}
body.lab-all-routes .deck,body.lab-all-routes .pick-grid{gap:14px}
body.lab-all-routes .tarot-card,body.lab-all-routes .pick-card{background:#fff;border:1px solid var(--np-line);border-radius:0;box-shadow:0 10px 24px rgba(0,0,0,.08)}
body.lab-all-routes .card-back,body.lab-all-routes .pick-card img{border-radius:0}
body.lab-all-routes .reading-head h2{font-family:var(--np-display);color:var(--np-ink);font-size:var(--np-title-page);text-transform:uppercase}
body.lab-all-routes .reading-grid{gap:0;border-top:1px solid var(--np-ink)}
body.lab-all-routes .reading-grid>*,body.lab-all-routes .reading-block{background:#fff;color:var(--np-ink);border:0;border-bottom:1px solid var(--np-ink);border-radius:0;box-shadow:none}


/* Mesa de selección del tarot · mazo V2 visible */
body.lab-all-routes .np55-pick-page{width:min(calc(100% - 48px),1260px);max-width:1260px}
body.lab-all-routes .np55-pick-head .np56-deck-knowledge{max-width:820px;margin-top:18px;padding-top:16px;border-top:1px solid var(--np-line)}
body.lab-all-routes .np55-pick-shell{position:relative;overflow:hidden;padding:34px}
body.lab-all-routes .np55-pick-status{display:grid;gap:12px;margin-bottom:22px}
body.lab-all-routes .np55-progress{height:3px;background:#E6E6E2;overflow:hidden}
body.lab-all-routes .np55-progress span{display:block;width:0;height:100%;background:var(--np-accent);transition:width .3s ease}
body.lab-all-routes .np55-pick-shell .slots{position:relative;z-index:2;min-height:176px;gap:18px;margin:0 0 26px}
body.lab-all-routes .np55-pick-shell .slot{width:104px;aspect-ratio:2/3;border:1px dashed #969692;background:#fff;color:var(--np-ink);font-size:28px}
body.lab-all-routes .np55-pick-shell .np55-slot-wrap.is-filled .slot{border-style:solid;border-color:var(--np-ink)}
body.lab-all-routes .np55-pick-shell .np55-slot-wrap small{max-width:118px;color:var(--np-muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}
body.lab-all-routes .np55-pick-shell .np57-card-name{max-width:118px}
body.lab-all-routes .np55-deck-help{margin:0 0 8px;color:var(--np-graphite);font-size:15px;line-height:1.55}
body.lab-all-routes .deck-stage{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:12px;min-height:232px;margin:0;overflow:visible}
body.lab-all-routes .np55-deck-window{position:relative;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%)}
body.lab-all-routes .spread-area{position:relative;display:flex;align-items:center;min-height:212px;height:212px;padding:30px 44% 34px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}
body.lab-all-routes .spread-area::-webkit-scrollbar{display:none}
body.lab-all-routes .draw-card{appearance:none;position:relative;left:auto;top:auto;flex:0 0 88px;width:88px;height:132px;margin-left:-31px;padding:0;border:1px solid #777772;border-radius:4px;background:#F3EFE6 url('../assets/v2/deck/320/reverso-no-preguntes.webp') center/cover no-repeat;box-shadow:0 7px 18px rgba(0,0,0,.10);opacity:0;transform:translateY(calc(22px + var(--lift))) rotate(var(--r)) scale(.94);transition:transform .38s cubic-bezier(.2,.8,.2,1) var(--delay),opacity .25s ease var(--delay),filter .16s ease,border-color .16s ease;scroll-snap-align:center;cursor:pointer;overflow:hidden;will-change:transform}
body.lab-all-routes .draw-card:first-child{margin-left:0}
body.lab-all-routes .draw-card img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none}
body.lab-all-routes .draw-card.dealt{opacity:1;transform:translateY(var(--lift)) rotate(var(--r)) scale(1)}
body.lab-all-routes .draw-card:hover,body.lab-all-routes .draw-card:focus-visible{z-index:9;border-color:var(--np-ink);filter:brightness(1.03);transform:translateY(calc(var(--lift) - 13px)) rotate(0deg) scale(1.045);outline:2px solid var(--np-accent);outline-offset:3px}
body.lab-all-routes .draw-card.picked{opacity:.16;filter:grayscale(.65);pointer-events:none}
body.lab-all-routes .spread-area.locked .draw-card:not(.picked){opacity:.28;filter:grayscale(.25);pointer-events:none}
body.lab-all-routes .np55-deck-arrow{appearance:none;width:42px;height:42px;border:1px solid var(--np-ink);border-radius:0;background:#fff;color:var(--np-ink);font-family:var(--np-body);font-size:25px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background .16s ease,color .16s ease}
body.lab-all-routes .np55-deck-arrow:hover,body.lab-all-routes .np55-deck-arrow:focus-visible{background:var(--np-ink);color:#fff;outline:none}
body.lab-all-routes .deck-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;padding-top:22px;border-top:1px solid var(--np-line)}
body.lab-all-routes .deck-cta .btn{min-width:220px}
body.lab-all-routes .fly{box-shadow:0 10px 24px rgba(0,0,0,.14)}

@media(max-width:700px){
 body.lab-all-routes .np55-pick-page{width:min(calc(100% - 20px),1260px)}
 body.lab-all-routes .np55-pick-shell{padding:22px 14px}
 body.lab-all-routes .np55-pick-shell .slots{min-height:138px;gap:10px;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:2px 2px 10px;scrollbar-width:none}
 body.lab-all-routes .np55-pick-shell .slots::-webkit-scrollbar{display:none}
 body.lab-all-routes .np55-pick-shell .np55-slot-wrap{min-width:80px}
 body.lab-all-routes .np55-pick-shell .slot{width:76px}
 body.lab-all-routes .np55-pick-shell .np55-slot-wrap small,body.lab-all-routes .np55-pick-shell .np57-card-name{max-width:82px;font-size:9px}
 body.lab-all-routes .deck-stage{grid-template-columns:1fr;min-height:202px}
 body.lab-all-routes .np55-deck-arrow{display:none}
 body.lab-all-routes .np55-deck-window{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%)}
 body.lab-all-routes .spread-area{height:188px;min-height:188px;padding:26px 41% 28px}
 body.lab-all-routes .draw-card{flex-basis:72px;width:72px;height:108px;margin-left:-25px}
 body.lab-all-routes .draw-card:hover,body.lab-all-routes .draw-card:focus-visible{transform:translateY(calc(var(--lift) - 8px)) rotate(0deg) scale(1.03)}
 body.lab-all-routes .deck-cta{display:grid;grid-template-columns:1fr;gap:10px}
 body.lab-all-routes .deck-cta .btn{width:100%;min-width:0}
}

/* I Ching */
body.lab-all-routes #iching .np69-page{max-width:1180px}
body.lab-all-routes .np69-head{position:relative;padding-bottom:36px}
body.lab-all-routes .np69-brand{display:none}
body.lab-all-routes .np69-consult,body.lab-all-routes .np69-ritual,body.lab-all-routes .np69-result,body.lab-all-routes .np69-directory{margin-top:42px}
body.lab-all-routes .np69-question-card{display:grid;gap:20px;padding:34px}
body.lab-all-routes .np69-coin{background:#fff;color:var(--np-ink);border:2px solid var(--np-ink);box-shadow:none}
body.lab-all-routes .np69-line,body.lab-all-routes .np69-hexagram{color:var(--np-ink)}
body.lab-all-routes .np71-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--np-ink)}
body.lab-all-routes .np71-hex-card{background:#fff;color:var(--np-ink);border:0;border-right:1px solid var(--np-ink);border-bottom:1px solid var(--np-ink);border-radius:0;box-shadow:none;padding:22px}
body.lab-all-routes .np71-hex-card:hover{background:var(--np-accent);color:#0A0A0A;transform:none}
body.lab-all-routes .np69-directory-detail,body.lab-all-routes .np69-reading,body.lab-all-routes .np69-result-copy{background:#fff;color:var(--np-ink);border:1px solid var(--np-ink);border-radius:0;box-shadow:none}

/* Carta natal */
body.lab-all-routes .np64-natal-nav{display:none}
body.lab-all-routes .np61-natal-layout{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:32px;align-items:start}
body.lab-all-routes .np61-natal-form{padding:32px;position:sticky;top:104px}
body.lab-all-routes .np61-natal-form h2,body.lab-all-routes .np61-natal-page h2{color:var(--np-ink);text-transform:uppercase;font-size:44px;line-height:.95}
body.lab-all-routes .np61-natal-result,body.lab-all-routes .np61-wheel-shell,body.lab-all-routes .np61-result-section,body.lab-all-routes .np61-aspect-item{background:#fff;color:var(--np-ink);border:1px solid var(--np-line);border-radius:0;box-shadow:none}
body.lab-all-routes .np61-natal-result{border-color:var(--np-ink)}
body.lab-all-routes .np61-chart-wheel svg text{fill:var(--np-ink)}

/* Info/editorial: los 72 contenidos pasan al mismo sistema */
body.lab-all-routes #info .np70-info-page{max-width:1080px}
body.lab-all-routes #info .np69-back{margin-bottom:32px}
body.lab-all-routes .np78-breadcrumbs{margin:0 0 34px;padding:0;color:var(--np-muted);font-size:12px}
body.lab-all-routes .np78-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
body.lab-all-routes .np78-breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:#aaa}
body.lab-all-routes .np70-info-head,body.lab-all-routes .np80-card-hero,body.lab-all-routes .np107-hub-hero,body.lab-all-routes .np85-love-hero,body.lab-all-routes .np88-hub-hero,body.lab-all-routes .np88-article-head{background:transparent;color:var(--np-ink);border:0;border-bottom:2px solid var(--np-ink);border-radius:0;box-shadow:none;padding:0 0 42px;margin:0 0 46px}
body.lab-all-routes .np70-info-head h1,body.lab-all-routes .np80-card-heading h1,body.lab-all-routes .np107-hub-copy h1,body.lab-all-routes .np85-love-hero h1,body.lab-all-routes .np88-hub-hero h1,body.lab-all-routes .np88-article-head h1{font-family:var(--np-display);font-size:var(--np-title-page);line-height:.92;letter-spacing:-.02em;text-transform:uppercase;color:var(--np-ink);margin:12px 0 20px;max-width:1000px}
body.lab-all-routes .np70-info-head>p:first-child,body.lab-all-routes .np80-card-heading>p:first-child,body.lab-all-routes .np107-eyebrow,body.lab-all-routes .np85-love-eyebrow,body.lab-all-routes .np88-hub-hero>p:first-child,body.lab-all-routes .np88-article-head>p:first-child{font-family:var(--np-body);font-size:12px;letter-spacing:.12em;font-weight:800;text-transform:uppercase;color:var(--np-accent)}
body.lab-all-routes .np70-lead,body.lab-all-routes .np80-card-lead,body.lab-all-routes .np107-hub-intro,body.lab-all-routes .np85-love-lead,body.lab-all-routes .np88-hub-lead,body.lab-all-routes .np88-article-lead{font-family:var(--np-body);color:var(--np-graphite);font-size:17px;line-height:1.7;max-width:760px}
body.lab-all-routes .np70-info-body>section,body.lab-all-routes .np80-prose,body.lab-all-routes .np80-area-section,body.lab-all-routes .np80-area-grid,body.lab-all-routes .np80-symbolism,body.lab-all-routes .np80-combinations,body.lab-all-routes .np80-examples,body.lab-all-routes .np80-card-faq,body.lab-all-routes .np88-article-body>section,body.lab-all-routes .np88-direct-answer,body.lab-all-routes .np88-article-faq,body.lab-all-routes .np88-article-related,body.lab-all-routes .np88-article-sources{background:transparent;border:0;border-top:1px solid var(--np-line);border-radius:0;box-shadow:none;padding:38px 0;margin:0;color:var(--np-ink)}
body.lab-all-routes .np70-info-body h2,body.lab-all-routes .np80-card-page h2,body.lab-all-routes .np85-love-hub h2,body.lab-all-routes .np88-relationship-hub h2,body.lab-all-routes .np88-relationship-article h2{font-family:var(--np-display);color:var(--np-ink);font-size:var(--np-title-section);line-height:.98;text-transform:uppercase;margin:0 0 20px}
body.lab-all-routes .np70-info-body h3,body.lab-all-routes .np80-card-page h3,body.lab-all-routes .np88-relationship-article h3{color:var(--np-ink);font-family:var(--np-display);text-transform:uppercase;font-size:28px}
body.lab-all-routes .np70-info-body p,body.lab-all-routes .np70-info-body li,body.lab-all-routes .np80-card-page p,body.lab-all-routes .np80-card-page li,body.lab-all-routes .np85-love-hub p,body.lab-all-routes .np88-relationship-hub p,body.lab-all-routes .np88-relationship-article p,body.lab-all-routes .np88-relationship-article li{color:var(--np-graphite);font-size:16px;line-height:1.75}

/* Significados: carta como producto */
body.lab-all-routes .np80-card-hero{display:grid;grid-template-columns:300px minmax(0,1fr);gap:58px;align-items:center}
body.lab-all-routes .np80-card-portrait{background:var(--np-accent);padding:32px;display:grid;place-items:center;min-height:460px}
body.lab-all-routes .np80-card-portrait img{width:230px;height:auto;max-height:none;object-fit:contain;border-radius:0;box-shadow:0 18px 35px rgba(0,0,0,.12);transform:rotate(-3deg)}
body.lab-all-routes .np80-card-badges{display:flex;flex-wrap:wrap;gap:0;margin:22px 0}
body.lab-all-routes .np80-card-badges span{border:1px solid var(--np-ink);background:#fff;color:var(--np-ink);border-radius:0;padding:8px 10px;font-size:11px;text-transform:uppercase}
body.lab-all-routes .np80-card-toc,body.lab-all-routes .np88-article-toc{display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--np-ink);background:#fff;border-radius:0;margin:0 0 42px;padding:0}
body.lab-all-routes .np80-card-toc a,body.lab-all-routes .np88-article-toc a{padding:12px 14px;border-right:1px solid var(--np-ink);font-size:12px;font-weight:700}
body.lab-all-routes .np80-direct-meaning{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--np-ink);margin-bottom:0}
body.lab-all-routes .np80-direct-meaning article{background:#fff;color:var(--np-ink);border:0;border-right:1px solid var(--np-ink);border-radius:0;box-shadow:none;padding:30px}
body.lab-all-routes .np80-direct-meaning article:last-child{border-right:0}
body.lab-all-routes .np80-direct-meaning article.is-reversed{background:var(--np-bg)}
body.lab-all-routes .np80-reflection{margin:0;padding:48px;border:0;background:var(--np-accent);color:#0A0A0A}
body.lab-all-routes .np80-reflection p{font-family:var(--np-display);color:#0A0A0A;font-size:48px;line-height:.98;text-transform:uppercase}

/* Hubs y grids editoriales */
body.lab-all-routes .np78-link-grid,body.lab-all-routes .np116-card-links,body.lab-all-routes .np85-love-tools,body.lab-all-routes .np88-story-grid,body.lab-all-routes .np107-library-sections{gap:0}
body.lab-all-routes .np78-link-grid a,body.lab-all-routes .np116-card-links a,body.lab-all-routes .np85-love-tools a,body.lab-all-routes .np88-story-grid a,body.lab-all-routes .np80-card-tile,body.lab-all-routes .np107-card-tile{background:#fff;color:var(--np-ink);border:1px solid var(--np-ink);border-radius:0;box-shadow:none}
body.lab-all-routes .np78-link-grid a:hover,body.lab-all-routes .np116-card-links a:hover,body.lab-all-routes .np85-love-tools a:hover,body.lab-all-routes .np88-story-grid a:hover,body.lab-all-routes .np80-card-tile:hover,body.lab-all-routes .np107-card-tile:hover{background:var(--np-accent);color:#0A0A0A;transform:none}
body.lab-all-routes .np107-card-fan{background:var(--np-accent);border-radius:0;box-shadow:none}
body.lab-all-routes .np107-card-fan img,body.lab-all-routes .np80-card-tile img,body.lab-all-routes .np107-card-tile img{border-radius:0;box-shadow:0 10px 24px rgba(0,0,0,.08)}
body.lab-all-routes .np80-library-tools{background:#fff;border:1px solid var(--np-ink);border-radius:0;box-shadow:none;padding:24px}
body.lab-all-routes .np80-filter-row button{background:#fff;color:var(--np-ink);border:1px solid var(--np-ink);border-radius:0}
body.lab-all-routes .np80-filter-row button.is-active{background:var(--np-ink);color:#fff}

/* SEO profundo integrado visualmente */
body.lab-all-routes .np68-seo-page,body.lab-all-routes .np68-seo-page *,body.lab-all-routes .np91-silo-nav{--gold:var(--np-accent);--gold2:var(--np-accent)}
body.lab-all-routes .np68-seo-page{max-width:1080px;margin:72px auto 0;color:var(--np-ink)}
body.lab-all-routes .np68-seo-intro,body.lab-all-routes .np116-section,body.lab-all-routes .np68-faq,body.lab-all-routes .np68-related,body.lab-all-routes .np68-method,body.lab-all-routes .np116-toc{background:transparent;border:0;border-top:1px solid var(--np-line);border-radius:0;box-shadow:none;color:var(--np-ink);padding:34px 0}
body.lab-all-routes .np68-seo-page h2,body.lab-all-routes .np68-seo-page h3{font-family:var(--np-display);color:var(--np-ink);text-transform:uppercase}
body.lab-all-routes .np68-seo-page h2{font-size:var(--np-title-section);line-height:1}
body.lab-all-routes .np68-seo-page h3{font-size:28px}
body.lab-all-routes .np68-seo-page p,body.lab-all-routes .np68-seo-page li,body.lab-all-routes .np68-seo-page summary{color:var(--np-graphite);font-size:15px;line-height:1.75}
body.lab-all-routes .np91-silo-nav{width:min(calc(100% - 48px),1080px);margin:80px auto;border:0;border-top:2px solid var(--np-ink);border-radius:0;background:transparent;box-shadow:none;padding-top:30px}
body.lab-all-routes .np91-silo-nav header h2{font-family:var(--np-display);color:var(--np-ink);font-size:var(--np-title-section);text-transform:uppercase}
body.lab-all-routes .np91-silo-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--np-ink)}
body.lab-all-routes .np91-silo-nav-grid a{background:#fff;color:var(--np-ink);border:0;border-right:1px solid var(--np-ink);border-bottom:1px solid var(--np-ink);border-radius:0;padding:20px}
body.lab-all-routes .np91-silo-nav-grid a:hover{background:var(--np-accent);color:#0A0A0A}

/* Oráculo y pantallas secundarias: misma piel, sin mística de fondo */
body.lab-all-routes #oracle .oracle-grid,body.lab-all-routes #oracle-pick .oracle-grid{gap:12px}
body.lab-all-routes .oracle-card,body.lab-all-routes .angel-card{background:#fff;color:var(--np-ink);border:1px solid var(--np-ink);border-radius:0;box-shadow:none}
body.lab-all-routes #diary .diary-list>*{background:#fff;color:var(--np-ink);border:1px solid var(--np-line);border-radius:0;box-shadow:none}
body.lab-all-routes .placeholder{max-width:780px;margin:0 auto}

/* Footer already V2; neutralize accidental legacy variables inside content. */
body.lab-all-routes .lab-footer h2,body.lab-all-routes .lab-footer h3{font-family:var(--np-body);letter-spacing:0}

@media(max-width:900px){
 body.lab-all-routes .screen{min-height:calc(100vh - 68px)}
 body.lab-all-routes .page,body.lab-all-routes .np61-natal-page,body.lab-all-routes .np69-page,body.lab-all-routes .np70-info-page{width:100%;padding:46px 18px 104px}
 body.lab-all-routes .head,body.lab-all-routes .np61-natal-head,body.lab-all-routes .np69-head{margin-bottom:30px;padding-bottom:26px;gap:16px}
 body.lab-all-routes .head h1,body.lab-all-routes .head h2,body.lab-all-routes .np69-head h1,body.lab-all-routes .np61-natal-head h1{font-size:var(--np-title-page)}
 body.lab-all-routes .panel,body.lab-all-routes .form{padding:22px}
 body.lab-all-routes .spreads{grid-template-columns:1fr}
 body.lab-all-routes .spread,body.lab-all-routes .spreads button{border-right:0;border-bottom:1px solid var(--np-ink)}
 body.lab-all-routes .np61-natal-layout{grid-template-columns:1fr;gap:22px}
 body.lab-all-routes .np61-natal-form{position:static}
 body.lab-all-routes .np71-directory-grid{grid-template-columns:1fr}
 body.lab-all-routes .np80-card-hero{grid-template-columns:1fr;gap:28px}
 body.lab-all-routes .np80-card-portrait{min-height:390px;padding:26px}
 body.lab-all-routes .np80-card-portrait img{width:190px}
 body.lab-all-routes .np70-info-head h1,body.lab-all-routes .np80-card-heading h1,body.lab-all-routes .np107-hub-copy h1,body.lab-all-routes .np85-love-hero h1,body.lab-all-routes .np88-hub-hero h1,body.lab-all-routes .np88-article-head h1{font-size:var(--np-title-page)}
 body.lab-all-routes .np80-direct-meaning{grid-template-columns:1fr}
 body.lab-all-routes .np80-direct-meaning article{border-right:0;border-bottom:1px solid var(--np-ink)}
 body.lab-all-routes .np80-reflection{padding:32px 24px}
 body.lab-all-routes .np80-reflection p{font-size:38px}
 body.lab-all-routes .np91-silo-nav{width:calc(100% - 36px);margin:60px auto 88px}
 body.lab-all-routes .np91-silo-nav-grid{grid-template-columns:1fr}
 body.lab-all-routes .reading-head h2{font-size:var(--np-title-section)}
}

/* Componentes funcionales V2: reemplazan el CSS visual Legacy. */
:root{
  --gold:var(--np-accent);--gold2:var(--np-accent);--ink:var(--np-ink);--muted:var(--np-muted);
  --panel:var(--np-paper);--line:var(--np-line);--bg:var(--np-bg);--red:var(--np-accent);
}
.screen[hidden],.screen:not(.active){display:none}.screen.active{display:block}
.center-cta,.actions,.pick-actions,.reading-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}
.field small,.np61-field small{display:block;color:var(--np-muted);font-size:12px;line-height:1.5;margin-top:7px}
.spread{cursor:pointer;text-align:left}.spread strong{display:block;font-size:15px}.spread small{display:block;margin-top:5px;color:var(--np-muted)}

/* Selección de cartas */
.slots{display:flex;justify-content:center;align-items:flex-start;gap:16px;flex-wrap:wrap;margin:0 0 30px}
.np55-slot-wrap{display:grid;justify-items:center;gap:8px}.np55-slot-wrap small{font-size:11px;color:var(--np-muted);max-width:110px;text-align:center}
.slot{width:118px;aspect-ratio:2/3;border:1px dashed #999;background:#fff;display:grid;place-items:center;font-family:var(--np-display);font-size:30px;overflow:hidden}
.slot img,.np57-slot-card img{width:100%;height:100%;object-fit:cover;display:block}.np57-revealed-slot{border-style:solid}.np57-card-name{display:block;font-family:var(--np-body);font-size:12px;line-height:1.25;text-align:center;max-width:118px}
.deck,.deck-grid,.pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(94px,1fr));gap:14px;margin:28px 0}
.card,.tarot-card,.pick-card{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;position:relative;transition:transform .15s ease}.card:hover,.tarot-card:hover,.pick-card:hover{transform:translateY(-5px)}
.card img,.tarot-card img,.pick-card img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;display:block;background:#fff;border:1px solid var(--np-line);box-shadow:0 10px 25px rgba(0,0,0,.08)}
.card.selected,.tarot-card.selected,.pick-card.selected{outline:3px solid var(--np-accent);outline-offset:3px}
.fly{position:fixed;z-index:999;pointer-events:none;transition:left .4s ease,top .4s ease,width .4s ease,height .4s ease,transform .4s ease,opacity .4s ease}.fly img{width:100%;height:100%;object-fit:cover}

/* Resultado tarot */
.reading-head{text-align:center;padding:24px 0 34px;border-bottom:2px solid var(--np-ink);margin-bottom:28px}.reading-head .label{margin-bottom:8px}.reading-head p{color:var(--np-muted)}
.fan{height:320px;position:relative;margin:22px auto 44px;max-width:900px;overflow:visible}.fan-card{position:absolute;left:50%;bottom:0;width:150px;transform:translateX(var(--x)) rotate(var(--r));z-index:var(--z);transform-origin:50% 115%}.fan-card-inner{background:#fff;border:1px solid var(--np-ink);padding:8px}.fan-card .pos{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.fan-card img{width:100%;display:block;aspect-ratio:2/3;object-fit:cover}.fan-card img.inv,.np59-card-art.is-inverted img{transform:rotate(180deg)}
.reading-grid{display:grid;grid-template-columns:1fr;max-width:960px;margin:0 auto}.np-engine-reading-block,.reading-block{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:26px 0;border-bottom:1px solid var(--np-line)}.np-engine-reading-block img,.reading-block img{width:120px;aspect-ratio:2/3;object-fit:cover}.np-engine-position{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--np-accent)}.np-engine-reading-block h3,.reading-block h3{font-size:34px;margin:4px 0 12px}.np-engine-reading-block p,.reading-block p{color:var(--np-graphite);line-height:1.7}
.reading-actions{margin:38px auto;max-width:960px;justify-content:flex-start}

/* Oráculo */
.oracle-grid,.angel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.oracle-card,.angel-card{padding:18px}.oracle-card img,.angel-card img{width:100%;height:auto;display:block}.oracle-card h3,.angel-card h3{font-size:30px;margin:12px 0 4px}.oracle-card p,.angel-card p{color:var(--np-muted);font-size:13px}
.angel-result,.oracle-result{margin-top:24px;padding:24px}.diary-list{display:grid;gap:12px}

/* I Ching: ritual y resultados */
.np69-consult,.np69-ritual,.np69-result,.np69-directory{max-width:1060px;margin-left:auto;margin-right:auto}.np69-question-card label{display:grid;gap:8px}
.np69-ritual-copy{display:grid;gap:10px;margin-bottom:30px}.np69-progress{height:5px;background:#ddd}.np69-progress span{height:100%;display:block;background:var(--np-accent);width:0}
.np69-table{display:grid;justify-items:center;gap:26px;background:#fff;border:1px solid var(--np-ink);padding:34px}.np69-coins{display:flex;gap:18px}.np69-coin{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;position:relative;overflow:hidden}.np69-coin i,.np69-coin b{font-style:normal;font-size:11px}.np69-lines{width:min(100%,560px);display:grid;gap:10px}.np69-line-slot{display:grid;grid-template-columns:80px 1fr 120px;align-items:center;gap:14px;border-bottom:1px solid var(--np-line);padding:10px 0}.np69-line-slot small,.np69-line-slot strong{font-size:11px}.np69-line-visual{height:12px;position:relative}.np69-line-visual.is-yang{background:var(--np-ink)}.np69-line-visual.is-yin:before,.np69-line-visual.is-yin:after{content:"";position:absolute;top:0;height:12px;width:44%;background:var(--np-ink)}.np69-line-visual.is-yin:before{left:0}.np69-line-visual.is-yin:after{right:0}.np69-line-visual em{position:absolute;right:-22px;top:-5px;color:var(--np-accent);font-style:normal;font-weight:800}
.np69-result-head{border-bottom:2px solid var(--np-ink);padding-bottom:26px;margin-bottom:28px}.np69-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--np-ink)}.np69-hex-card{display:grid;grid-template-columns:86px 1fr;gap:18px;padding:28px;background:#fff}.np69-hex-card+.np69-hex-card{border-left:1px solid var(--np-ink)}.np69-hex-symbol{font-size:64px;line-height:1}.np69-hex-card h3{font-size:42px;margin:4px 0 8px}.np69-result-copy{margin-top:24px;padding:30px}.np69-result-copy article{padding:26px 0;border-top:1px solid var(--np-line)}.np69-moving-list>div{padding:18px 0;border-top:1px solid var(--np-line)}
.np71-directory-head{margin:70px 0 28px}.np71-directory-head h2{font-size:56px;margin:0}.np71-directory-tools{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.np71-directory-tools input{max-width:420px}.np71-card-copy{display:grid;gap:5px}.np71-card-copy em{font-style:normal;font-size:10px;text-transform:uppercase;color:var(--np-accent);font-weight:800}.np71-card-copy strong{font-size:18px}.np71-card-copy small{color:var(--np-muted)}.np71-card-arrow{font-size:11px;font-weight:800;text-transform:uppercase}.np71-card-index{font-size:10px;font-weight:800;color:var(--np-muted)}

/* Carta natal: formulario, rueda y lectura */
.np61-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.np61-field{display:grid;gap:7px}.np61-field-wide{grid-column:1/-1}.np61-city-field{position:relative}.np61-city-results{display:none;position:absolute;z-index:20;left:0;right:0;top:100%;background:#fff;border:1px solid var(--np-ink);max-height:260px;overflow:auto}.np61-city-results.open{display:block}.np61-city-option{width:100%;border:0;border-bottom:1px solid var(--np-line);background:#fff;text-align:left;padding:12px;display:grid;gap:3px}.np61-city-option:hover{background:var(--np-bg)}
.np61-natal-result{padding:28px;min-height:300px}.np61-empty{text-align:center;color:var(--np-muted);padding:80px 20px}.np61-warning{padding:14px 16px;background:#fff0ed;border-left:4px solid var(--np-accent);margin:10px 0;color:var(--np-ink)}
.np61-wheel-shell{padding:18px;overflow:auto}.np61-chart-wheel{min-width:460px;aspect-ratio:1;display:grid;place-items:center}.np61-chart-wheel svg{width:100%;height:auto}.np61-big-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--np-ink);margin-top:24px}.np61-big-card{padding:20px;background:#fff;border-right:1px solid var(--np-ink)}.np61-big-card:last-child{border-right:0}.np61-big-card small{font-size:10px;text-transform:uppercase;font-weight:800;color:var(--np-accent)}.np61-big-card h3{font-size:32px;margin:6px 0 10px}.np61-big-card p{color:var(--np-muted);font-size:13px}
.np61-planet-list,.np61-aspect-list,.np61-reading-list{display:grid}.np61-planet-row,.np61-aspect-row,.np61-reading-line{background:#fff;border:0;border-bottom:1px solid var(--np-line);padding:16px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;text-align:left;color:var(--np-ink)}.np61-planet-row:hover{background:var(--np-bg)}.np61-planet-glyph{font-size:28px}.np61-planet-degree{font-size:12px}.np61-planet-row small,.np61-aspect-row small{color:var(--np-muted)}.np61-reading-line{display:block;padding:22px 0}.np61-reading-line h3{font-size:32px;margin:4px 0 8px}.np61-reading-line p{color:var(--np-graphite);line-height:1.7}
.np61-seo{margin-top:70px}.np61-seo-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--np-ink)}.np61-seo-grid>div{padding:24px;border-right:1px solid var(--np-ink)}.np61-seo-grid>div:last-child{border-right:0}

/* Contenido de significados y hubs */
.np107-hub-hero{display:grid;grid-template-columns:1.25fr .75fr;gap:40px}.np107-hub-stats{display:flex;gap:0;margin-top:30px}.np107-hub-stats>div{border:1px solid var(--np-ink);padding:14px 18px;display:grid}.np107-hub-stats strong{font-family:var(--np-display);font-size:34px}.np107-hub-stats span{font-size:10px;text-transform:uppercase}.np107-card-fan{min-height:400px;position:relative;display:grid;place-items:center;padding:30px}.np107-card-fan img{position:absolute;width:150px}.np107-card-fan img:nth-child(1){transform:rotate(-12deg) translateX(-50px)}.np107-card-fan img:nth-child(2){transform:rotate(0)}.np107-card-fan img:nth-child(3){transform:rotate(12deg) translateX(50px)}.np107-card-fan span{align-self:end;font-size:11px;font-weight:800;text-transform:uppercase}
.np80-card-grid,.np107-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.np80-card-tile,.np107-card-tile{padding:16px;display:grid;gap:10px}.np80-card-tile img,.np107-card-tile img{width:100%;aspect-ratio:2/3;object-fit:cover}.np80-card-tile strong,.np107-card-tile strong{font-family:var(--np-display);font-size:26px;text-transform:uppercase}.np80-card-tile small,.np107-card-tile small{color:var(--np-muted);font-size:10px;text-transform:uppercase}
.np85-love-tools,.np88-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:30px 0}.np85-love-tools a,.np88-story-grid a{padding:26px;display:grid;gap:9px}.np85-love-tools strong,.np88-story-grid strong{font-family:var(--np-display);font-size:34px;text-transform:uppercase}.np85-love-principles,.np88-theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:30px 0}.np85-love-principles>*,.np88-theme-grid>*{padding:22px;border:1px solid var(--np-line);background:#fff}
.np88-direct-answer{border-top:10px solid var(--np-accent)}.np88-direct-answer>small{display:block;color:var(--np-accent);font-weight:800;text-transform:uppercase;font-size:11px;margin-bottom:12px}.np88-direct-answer>p{font-size:20px;max-width:820px}.np88-article-toc{align-items:center}.np88-article-toc>strong{padding:12px 14px;background:var(--np-ink);color:#fff;font-size:11px;text-transform:uppercase}
.np78-reviewed{font-size:11px;color:var(--np-muted);padding:24px 0;border-top:1px solid var(--np-line);margin-top:30px}

/* Dialogs / consent / toasts */
.toast{position:fixed;z-index:500;left:50%;bottom:90px;transform:translateX(-50%);background:var(--np-ink);color:#fff;padding:12px 18px;font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s}.toast.show{opacity:1}

@media(max-width:900px){
 .slots{gap:9px}.slot{width:88px}.np57-card-name{max-width:88px;font-size:10px}
 .deck,.deck-grid,.pick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
 .fan{height:250px;transform:scale(.84);transform-origin:50% 100%}
 .np-engine-reading-block,.reading-block{grid-template-columns:86px 1fr;gap:16px}.np-engine-reading-block img,.reading-block img{width:86px}
 .np69-table{padding:22px 14px}.np69-coin{width:68px;height:68px}.np69-line-slot{grid-template-columns:58px 1fr 82px}.np69-result-grid{grid-template-columns:1fr}.np69-hex-card+.np69-hex-card{border-left:0;border-top:1px solid var(--np-ink)}
 .np61-form-grid{grid-template-columns:1fr}.np61-field-wide{grid-column:auto}.np61-chart-wheel{min-width:330px}.np61-big-three{grid-template-columns:1fr}.np61-big-card{border-right:0;border-bottom:1px solid var(--np-ink)}.np61-seo-grid{grid-template-columns:1fr}.np61-seo-grid>div{border-right:0;border-bottom:1px solid var(--np-ink)}
 .np107-hub-hero{grid-template-columns:1fr}.np107-card-fan{min-height:330px}.np80-card-grid,.np107-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.np85-love-tools,.np88-story-grid{grid-template-columns:1fr}.np85-love-principles,.np88-theme-grid{grid-template-columns:1fr}
}
@media(max-width:520px){.deck,.deck-grid,.pick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.np80-card-grid,.np107-card-grid{grid-template-columns:1fr 1fr}.np107-hub-stats{display:grid;grid-template-columns:repeat(3,1fr)}}
.np-v2-transient-placeholder{min-height:60vh;display:grid;align-content:center;border-bottom:2px solid var(--np-ink)}
.np-v2-transient-placeholder h1{font-size:var(--np-title-page);line-height:.92;text-transform:uppercase;margin:0 0 18px}
.np-v2-transient-placeholder p{max-width:560px;color:var(--np-graphite)}

/* V2.226 · cierre de lectura centrado y jerarquizado */
body.lab-all-routes #reading .page{
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
}
body.lab-all-routes #reading .reading-grid{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
}
body.lab-all-routes #reading .np-tarot-reading-actions{
  width:min(100%,920px);
  max-width:920px;
  margin:42px auto 14px;
  padding:32px 0 8px;
  border-top:1px solid var(--np-line);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
}
body.lab-all-routes #reading .np-tarot-reading-actions__primary,
body.lab-all-routes #reading .np-tarot-reading-actions__secondary{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:12px;
}
body.lab-all-routes #reading .np-tarot-reading-actions .btn{
  min-width:190px;
  min-height:52px;
  margin:0;
  padding:13px 22px;
}
body.lab-all-routes #reading .np-tarot-reading-actions__primary .btn{
  background:var(--np-ink);
  color:#fff;
  border-color:var(--np-ink);
}
body.lab-all-routes #reading .np-tarot-reading-actions__primary .btn:hover{
  background:var(--np-accent);
  color:#0a0a0a;
  border-color:var(--np-accent);
}
body.lab-all-routes #reading .np-tarot-reading-actions .btn.gold{
  background:var(--np-accent);
  color:#0a0a0a;
  border-color:var(--np-accent);
}
body.lab-all-routes #reading .np-tarot-reading-actions .btn.gold:hover{
  background:var(--np-ink);
  color:#fff;
  border-color:var(--np-ink);
}
body.lab-all-routes #reading .np-tarot-reading-save{
  background:#fff;
  color:var(--np-ink);
  border-color:var(--np-ink);
}
body.lab-all-routes #reading .np-tarot-reading-save:hover{
  background:var(--np-ink);
  color:#fff;
  border-color:var(--np-ink);
}
@media(max-width:700px){
  body.lab-all-routes #reading .page{
    width:100%;
    padding-left:16px;
    padding-right:16px;
  }
  body.lab-all-routes #reading .np-tarot-reading-actions{
    margin-top:34px;
    padding-top:24px;
    gap:10px;
  }
  body.lab-all-routes #reading .np-tarot-reading-actions__primary,
  body.lab-all-routes #reading .np-tarot-reading-actions__secondary{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  body.lab-all-routes #reading .np-tarot-reading-actions .btn{
    width:100%;
    min-width:0;
    min-height:52px;
  }
}


/* V2.227 · cierre de lectura realmente centrado + simetría desktop/mobile */
#reading .np-tarot-reading-actions{
  width:min(100%,920px);
  max-width:920px;
  margin:44px auto 10px;
  padding:32px 0 6px;
  border-top:1px solid var(--np-line);
  display:grid;
  grid-template-columns:1fr;
  justify-items:center;
  align-items:center;
  gap:12px;
}
#reading .np-tarot-reading-actions__primary{
  width:min(100%,720px);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0 auto;
}
#reading .np-tarot-reading-actions__secondary{
  width:min(100%,480px);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 auto;
}
#reading .np-tarot-reading-actions .btn{
  width:100%;
  min-width:0;
  min-height:52px;
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
@media(max-width:700px){
  #reading .np-tarot-reading-actions{
    width:100%;
    margin-top:34px;
    padding-top:24px;
  }
  #reading .np-tarot-reading-actions__primary,
  #reading .np-tarot-reading-actions__secondary{
    width:100%;
    grid-template-columns:1fr;
  }
}

/* V2.229 · Biblioteca de tarot: abanico contenido + fichas legibles sin superposición */
body.lab-all-routes .np80-meanings-hub{
  --np229-card-ratio:220/385;
}
body.lab-all-routes .np107-hub-hero{
  align-items:stretch;
  gap:36px;
}
body.lab-all-routes .np107-hub-copy{
  min-width:0;
}
body.lab-all-routes .np107-hub-stats{
  width:min(100%,680px);
  align-items:stretch;
}
body.lab-all-routes .np107-hub-stats>div{
  min-width:0;
  min-height:112px;
  align-content:center;
  gap:7px;
  padding:18px 20px;
}
body.lab-all-routes .np107-hub-stats strong{
  font-size:clamp(38px,4vw,56px);
  line-height:.9;
}
body.lab-all-routes .np107-hub-stats span{
  font-size:11px;
  line-height:1.35;
  letter-spacing:.02em;
}

/* El abanico ya no usa las imágenes como elementos sueltos que sobresalen del bloque. */
body.lab-all-routes .np107-card-fan{
  position:relative;
  isolation:isolate;
  min-height:390px;
  overflow:hidden;
  padding:28px 24px 46px;
  display:block;
  background:var(--np-accent);
  border:1px solid var(--np-ink);
}
body.lab-all-routes .np107-card-fan img{
  position:absolute;
  left:50%;
  top:47%;
  width:clamp(132px,12vw,176px);
  height:auto;
  max-height:calc(100% - 74px);
  aspect-ratio:var(--np229-card-ratio);
  object-fit:contain;
  display:block;
  background:#f5f2ec;
  border:3px solid var(--np-ink);
  box-shadow:none;
  transform-origin:50% 62%;
}
body.lab-all-routes .np107-card-fan img:nth-child(1){
  z-index:1;
  transform:translate(-50%,-50%) translateX(-58px) rotate(-9deg);
}
body.lab-all-routes .np107-card-fan img:nth-child(2){
  z-index:3;
  transform:translate(-50%,-50%) rotate(0deg);
}
body.lab-all-routes .np107-card-fan img:nth-child(3){
  z-index:2;
  transform:translate(-50%,-50%) translateX(58px) rotate(9deg);
}
body.lab-all-routes .np107-card-fan>span{
  position:absolute;
  left:20px;
  right:20px;
  bottom:17px;
  z-index:5;
  display:block;
  margin:0;
  text-align:center;
  font-size:11px;
  line-height:1.3;
  letter-spacing:.04em;
  font-weight:800;
  text-transform:uppercase;
  color:var(--np-ink);
}

/* Encabezados de cada familia del mazo. */
body.lab-all-routes .np107-card-section{
  margin:0;
  padding:46px 0 0;
}
body.lab-all-routes .np107-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:0 0 20px;
}
body.lab-all-routes .np107-section-head>div{
  min-width:0;
}
body.lab-all-routes .np107-section-head small{
  display:block;
  margin:0 0 7px;
  color:var(--np-muted);
  font-size:11px;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.lab-all-routes .np107-section-head h2{
  margin:0 0 9px;
  font-family:var(--np-display);
  font-size:clamp(44px,5vw,72px);
  line-height:.9;
  text-transform:uppercase;
}
body.lab-all-routes .np107-section-head p{
  max-width:760px;
  margin:0;
  color:var(--np-graphite);
  font-size:16px;
  line-height:1.55;
}
body.lab-all-routes .np107-section-head>span{
  flex:0 0 auto;
  padding-bottom:2px;
  color:var(--np-graphite);
  font-size:13px;
  line-height:1.3;
  white-space:nowrap;
}

/* Fichas: dos columnas amplias, imagen proporcional y copy en bloques reales. */
body.lab-all-routes .np80-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  border-top:1px solid var(--np-ink);
  border-left:1px solid var(--np-ink);
}
body.lab-all-routes .np80-card-tile{
  min-width:0;
  min-height:340px;
  padding:0;
  gap:0;
  display:grid;
  grid-template-columns:minmax(150px,190px) minmax(0,1fr);
  align-items:stretch;
  overflow:hidden;
  text-decoration:none;
  background:#fff;
  color:var(--np-ink);
  border:0;
  border-right:1px solid var(--np-ink);
  border-bottom:1px solid var(--np-ink);
}
body.lab-all-routes .np80-card-tile:hover{
  background:#fff;
  color:var(--np-ink);
}
body.lab-all-routes .np107-card-visual{
  min-width:0;
  display:grid;
  grid-template-rows:1fr auto;
  align-content:stretch;
  overflow:hidden;
  background:#f4f1eb;
  border-right:1px solid var(--np-ink);
}
body.lab-all-routes .np107-card-visual img{
  width:100%;
  height:100%;
  min-height:0;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center top;
  display:block;
  background:#f4f1eb;
  border:0;
  border-radius:0;
  box-shadow:none;
}
body.lab-all-routes .np107-card-status{
  display:block;
  padding:10px 12px 11px;
  border-top:1px solid var(--np-ink);
  background:#fff;
  color:var(--np-ink);
  font-size:11px;
  line-height:1.2;
}
body.lab-all-routes .np80-card-copy{
  min-width:0;
  padding:22px 22px 24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  overflow:hidden;
  background:#fff;
  transition:background-color .16s ease;
}
body.lab-all-routes .np80-card-tile:hover .np80-card-copy{
  background:var(--np-accent);
}
body.lab-all-routes .np80-card-copy small{
  display:block;
  width:100%;
  margin:0 0 8px;
  color:var(--np-muted);
  font-size:11px;
  line-height:1.2;
  letter-spacing:.05em;
  text-transform:uppercase;
}
body.lab-all-routes .np80-card-copy strong{
  display:block;
  width:100%;
  margin:0;
  font-family:var(--np-display);
  font-size:clamp(31px,3vw,44px);
  line-height:.92;
  letter-spacing:-.01em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}
body.lab-all-routes .np110-card-keywords{
  display:block;
  width:100%;
  margin:9px 0 0;
  color:var(--np-graphite);
  font-size:14px;
  line-height:1.45;
  overflow-wrap:anywhere;
}
body.lab-all-routes .np110-card-excerpt{
  display:block;
  width:100%;
  margin:17px 0 18px;
  color:var(--np-graphite);
  font-size:14px;
  line-height:1.6;
  overflow-wrap:anywhere;
}
body.lab-all-routes .np80-card-copy i{
  display:block;
  width:100%;
  margin:auto 0 0;
  padding-top:2px;
  color:var(--np-ink);
  font-size:14px;
  line-height:1.35;
  font-style:italic;
  text-decoration:none;
}

@media(max-width:1100px){
  body.lab-all-routes .np107-hub-hero{
    grid-template-columns:1fr;
  }
  body.lab-all-routes .np107-card-fan{
    min-height:320px;
    margin-top:2px;
  }
  body.lab-all-routes .np107-card-fan img{
    width:148px;
    max-height:250px;
  }
  body.lab-all-routes .np107-card-fan img:nth-child(1){
    transform:translate(-50%,-50%) translateX(-54px) rotate(-8deg);
  }
  body.lab-all-routes .np107-card-fan img:nth-child(3){
    transform:translate(-50%,-50%) translateX(54px) rotate(8deg);
  }
  body.lab-all-routes .np80-card-grid{
    grid-template-columns:1fr;
  }
  body.lab-all-routes .np80-card-tile{
    grid-template-columns:minmax(155px,190px) minmax(0,1fr);
    min-height:330px;
  }
}

@media(max-width:620px){
  body.lab-all-routes .np107-hub-stats{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  body.lab-all-routes .np107-hub-stats>div{
    min-height:92px;
    padding:14px 10px;
  }
  body.lab-all-routes .np107-hub-stats strong{
    font-size:38px;
  }
  body.lab-all-routes .np107-hub-stats span{
    font-size:9px;
  }
  body.lab-all-routes .np107-card-fan{
    min-height:276px;
    padding:18px 12px 42px;
  }
  body.lab-all-routes .np107-card-fan img{
    top:46%;
    width:124px;
    max-height:214px;
    border-width:2px;
  }
  body.lab-all-routes .np107-card-fan img:nth-child(1){
    transform:translate(-50%,-50%) translateX(-42px) rotate(-8deg);
  }
  body.lab-all-routes .np107-card-fan img:nth-child(3){
    transform:translate(-50%,-50%) translateX(42px) rotate(8deg);
  }
  body.lab-all-routes .np107-card-fan>span{
    bottom:13px;
    font-size:9px;
  }
  body.lab-all-routes .np107-section-head{
    display:grid;
    gap:8px;
    align-items:start;
  }
  body.lab-all-routes .np107-section-head h2{
    font-size:44px;
  }
  body.lab-all-routes .np107-section-head p{
    font-size:14px;
  }
  body.lab-all-routes .np107-section-head>span{
    white-space:normal;
    font-size:12px;
  }
  body.lab-all-routes .np80-card-tile{
    grid-template-columns:116px minmax(0,1fr);
    min-height:242px;
  }
  body.lab-all-routes .np107-card-status{
    padding:8px 8px 9px;
    font-size:9px;
  }
  body.lab-all-routes .np80-card-copy{
    padding:15px 14px 16px;
  }
  body.lab-all-routes .np80-card-copy small{
    margin-bottom:6px;
    font-size:9px;
  }
  body.lab-all-routes .np80-card-copy strong{
    font-size:28px;
  }
  body.lab-all-routes .np110-card-keywords{
    margin-top:7px;
    font-size:11px;
    line-height:1.35;
  }
  body.lab-all-routes .np110-card-excerpt{
    display:-webkit-box;
    margin:12px 0 12px;
    font-size:12px;
    line-height:1.45;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
  }
  body.lab-all-routes .np80-card-copy i{
    font-size:12px;
  }
}


/* V2.235 · SERP intent */
body.lab-all-routes .np235-acquisition-answer{margin:0 0 34px;padding:30px 0 34px}
body.lab-all-routes .np235-acquisition-answer h2{font-family:var(--np-display);font-size:clamp(34px,4vw,54px);line-height:.95;text-transform:uppercase;margin:0 0 14px;color:var(--np-ink)}
body.lab-all-routes .np235-acquisition-answer ul{max-width:900px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:22px 0 0;padding-left:20px}
body.lab-all-routes .np235-acquisition-answer li{font-size:14px;line-height:1.55;color:var(--np-graphite)}
body.lab-all-routes .np235-intent-guide,body.lab-all-routes .np235-meaning-map{border-top:1px solid var(--np-line);padding:38px 0;margin:0}
body.lab-all-routes .np235-intent-guide>h2,body.lab-all-routes .np235-meaning-map>h2{font-family:var(--np-display);font-size:var(--np-title-section);line-height:.98;text-transform:uppercase;margin:0 0 18px;color:var(--np-ink)}
body.lab-all-routes .np235-intent-guide .np85-love-principles,body.lab-all-routes .np235-meaning-map .np85-love-principles{grid-template-columns:repeat(2,minmax(0,1fr));margin:0}
body.lab-all-routes .np235-intent-guide h3,body.lab-all-routes .np235-meaning-map h3{font-family:var(--np-display);font-size:26px;line-height:1;text-transform:uppercase;margin:0 0 10px;color:var(--np-ink)}
body.lab-all-routes .np235-intent-guide p,body.lab-all-routes .np235-meaning-map p{font-size:14px;line-height:1.65;color:var(--np-graphite);margin:0}
@media(max-width:720px){
  body.lab-all-routes .np235-acquisition-answer ul{grid-template-columns:1fr}
  body.lab-all-routes .np235-intent-guide .np85-love-principles,body.lab-all-routes .np235-meaning-map .np85-love-principles{grid-template-columns:1fr}
}

/* V2.242 · títulos de rutas compactos en teléfono; no modifica desktop/tablet. */
@media(max-width:680px){
  body.lab-all-routes .head h1,
  body.lab-all-routes .head h2,
  body.lab-all-routes .np69-head h1,
  body.lab-all-routes .np61-natal-head h1{font-size:var(--np-title-page);line-height:.94}

  body.lab-all-routes .np70-info-head h1,
  body.lab-all-routes .np80-card-heading h1,
  body.lab-all-routes .np107-hub-copy h1,
  body.lab-all-routes .np85-love-hero h1,
  body.lab-all-routes .np88-hub-hero h1,
  body.lab-all-routes .np88-article-head h1{font-size:var(--np-title-page);line-height:.94}

  body.lab-all-routes .reading-head h2{font-size:var(--np-title-section);line-height:.96}
  body.lab-all-routes .np68-seo-page h2{font-size:30px;line-height:1.04}
  body.lab-all-routes .np91-silo-nav header h2{font-size:30px;line-height:1.04}
  body.lab-all-routes .np80-reflection p{font-size:32px;line-height:1.02}
  .np-v2-transient-placeholder h1{font-size:var(--np-title-page);line-height:.94}
}

/* V2.248 · Product Core Reset — lectura primero, biblioteca después */
body.lab-all-routes .np-core-reading-page{max-width:980px;margin:0 auto;padding-bottom:96px}
body.lab-all-routes .np-core-reading-head{max-width:760px;margin:0 auto 26px;text-align:left}
body.lab-all-routes .np-core-reading-head h1{font-family:var(--np-display);font-size:var(--np-title-page);line-height:.92;text-transform:uppercase;margin:4px 0 12px}
body.lab-all-routes .np-core-reading-head>p:last-child{font-size:18px;line-height:1.55;color:var(--np-graphite);margin:0}
body.lab-all-routes .np-core-kicker{font-size:11px;letter-spacing:.12em;font-weight:800;color:var(--np-accent);text-transform:uppercase;margin:0 0 8px}
body.lab-all-routes #reading .fan{margin:28px auto 32px}
body.lab-all-routes .np-core-summary{max-width:760px;margin:0 auto 54px;border:2px solid var(--np-ink);padding:30px;background:#fff}
body.lab-all-routes .np-core-summary h2{font-family:var(--np-display);font-size:var(--np-title-section);line-height:.98;text-transform:uppercase;margin:0 0 20px;color:var(--np-ink)}
body.lab-all-routes .np-core-summary>p{font-size:16px;line-height:1.65;color:var(--np-graphite)}
body.lab-all-routes .np-core-contradiction{border-top:1px solid var(--np-line);padding-top:18px;margin-top:18px}
body.lab-all-routes .np-core-combination{font-size:14px}
body.lab-all-routes .np-core-reality{background:var(--np-accent);color:#0a0a0a;padding:20px;margin:24px -30px -30px}
body.lab-all-routes .np-core-reality small{font-size:10px;letter-spacing:.12em;font-weight:900}
body.lab-all-routes .np-core-reality p{font-size:17px;line-height:1.55;margin:7px 0 0;color:#0a0a0a}
body.lab-all-routes .np-core-summary .np-core-zavra{font-size:13px;margin:20px 0 0;color:var(--np-ink)}
body.lab-all-routes .np-core-why{max-width:860px;margin:0 auto}
body.lab-all-routes .np-core-why>h2{font-family:var(--np-display);font-size:var(--np-title-section);line-height:.98;text-transform:uppercase;margin:0 0 18px}
body.lab-all-routes #reading .reading-grid{max-width:none;border-top:1px solid var(--np-ink);margin:0}
body.lab-all-routes .np-core-card{display:grid;grid-template-columns:116px minmax(0,1fr);gap:26px;padding:28px 0;border-bottom:1px solid var(--np-ink);background:#fff}
body.lab-all-routes .np-core-card>img{width:116px;aspect-ratio:2/3;object-fit:cover;align-self:start}
body.lab-all-routes .np-core-card>img.inv{transform:rotate(180deg)}
body.lab-all-routes .np-core-card .np-core-position{font-size:11px;letter-spacing:.11em;font-weight:900;color:var(--np-accent);text-transform:uppercase;margin:0 0 4px}
body.lab-all-routes .np-core-card h3{font-family:var(--np-display);font-size:38px;line-height:.95;text-transform:uppercase;margin:0 0 12px}
body.lab-all-routes .np-core-card-reading p{font-size:16px;line-height:1.65;color:var(--np-graphite);margin:0}
body.lab-all-routes .np-core-card-answer{display:flex;align-items:baseline;gap:10px;margin-bottom:12px}
body.lab-all-routes .np-core-card-answer small{font-size:10px;font-weight:900;letter-spacing:.1em;color:var(--np-accent)}
body.lab-all-routes .np-core-card-answer strong{font-size:14px;text-transform:uppercase}
body.lab-all-routes .np-core-keywords{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0 0}
body.lab-all-routes .np-core-keywords span{border:1px solid var(--np-line);padding:5px 7px;font-size:10px;font-weight:700;text-transform:uppercase;background:#fff}
body.lab-all-routes .np-core-meaning{display:inline-block;margin-top:15px;font-size:12px;font-weight:900;text-transform:uppercase;border-bottom:1px solid currentColor}
body.lab-all-routes .np-core-actions{max-width:760px;margin:42px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
body.lab-all-routes .np-core-actions .btn{width:100%;min-height:54px;margin:0}
body.lab-all-routes .np-core-actions .np-core-share{grid-column:1/-1;background:#fff;color:var(--np-ink);border-color:var(--np-line)}
body.lab-all-routes .np-core-return-note{max-width:760px;margin:14px auto 0;text-align:center;color:var(--np-muted);font-size:12px}

/* V2.248 · significado de carta orientado a la carta que realmente salió */
body.lab-all-routes .np248-card-hero{align-items:start}
body.lab-all-routes .np248-card-heading .np248-card-subtitle{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--np-muted);margin:-8px 0 14px}
body.lab-all-routes .np248-orientation-shell{border-top:2px solid var(--np-ink);padding:34px 0 0;margin:0 0 34px}
body.lab-all-routes .np248-orientation-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}
body.lab-all-routes .np248-orientation-head small{font-size:10px;letter-spacing:.12em;font-weight:900;color:var(--np-accent)}
body.lab-all-routes .np248-orientation-head h2{font-family:var(--np-display);font-size:var(--np-title-section);line-height:.98;text-transform:uppercase;margin:4px 0 0}
body.lab-all-routes .np248-orientation-switch{display:flex;border:1px solid var(--np-ink);flex:0 0 auto}
body.lab-all-routes .np248-orientation-switch button{appearance:none;border:0;background:#fff;color:var(--np-ink);font:800 12px/1 var(--np-body);padding:13px 16px;cursor:pointer}
body.lab-all-routes .np248-orientation-switch button+button{border-left:1px solid var(--np-ink)}
body.lab-all-routes .np248-orientation-switch button.is-active{background:var(--np-ink);color:#fff}
body.lab-all-routes .np248-orientation-panel[hidden]{display:none}
body.lab-all-routes .np248-orientation-answer{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);gap:18px 42px;padding:28px;border:1px solid var(--np-ink);background:#fff}
body.lab-all-routes .np248-orientation-answer small{grid-column:1/-1;color:var(--np-accent);font-size:10px;font-weight:900;letter-spacing:.12em}
body.lab-all-routes .np248-orientation-answer h2{font-family:var(--np-display);font-size:var(--np-title-section);line-height:.98;text-transform:uppercase;margin:0}
body.lab-all-routes .np248-orientation-answer ul{margin:0;padding:0;list-style:none;align-self:center}
body.lab-all-routes .np248-orientation-answer li{display:inline-block;margin:0 5px 5px 0;border:1px solid var(--np-line);padding:6px 8px;font-size:11px;text-transform:uppercase}
body.lab-all-routes .np248-orientation-answer>p{grid-column:1/-1;font-size:17px;line-height:1.65;margin:0;color:var(--np-graphite)}
body.lab-all-routes .np248-orientation-prose{max-width:760px;padding:28px 0 6px}
body.lab-all-routes .np248-orientation-prose p{font-size:16px;line-height:1.72;color:var(--np-graphite)}
body.lab-all-routes .np248-orientation-love{border-left:4px solid var(--np-accent);padding:6px 0 6px 20px;margin:18px 0 42px;max-width:760px}
body.lab-all-routes .np248-orientation-love small{font-size:10px;color:var(--np-accent);font-weight:900;letter-spacing:.12em}
body.lab-all-routes .np248-orientation-love h3{font-family:var(--np-display);font-size:32px;line-height:.95;text-transform:uppercase;margin:6px 0 8px}
body.lab-all-routes .np248-context-grid{margin-top:0}
body.lab-all-routes .np248-from-reading{display:inline-flex;align-items:center;gap:8px;margin:0 0 22px;padding:0;border:0;background:transparent;color:var(--np-ink);font:900 12px/1.2 var(--np-body);text-transform:uppercase;cursor:pointer}
body.lab-all-routes .np248-card-portrait img.is-inverted{transform:rotate(177deg)}

@media(max-width:700px){
  body.lab-all-routes .np-core-reading-page{padding-left:16px;padding-right:16px}
  body.lab-all-routes .np-core-reading-head h1{font-size:var(--np-title-page)}
  body.lab-all-routes .np-core-summary{padding:22px;margin-bottom:38px}
  body.lab-all-routes .np-core-summary h2{font-size:var(--np-title-section)}
  body.lab-all-routes .np-core-reality{margin:20px -22px -22px;padding:18px 22px}
  body.lab-all-routes .np-core-card{grid-template-columns:82px minmax(0,1fr);gap:15px;padding:22px 0}
  body.lab-all-routes .np-core-card>img{width:82px}
  body.lab-all-routes .np-core-card h3{font-size:30px}
  body.lab-all-routes .np-core-card-reading p{font-size:15px;line-height:1.55}
  body.lab-all-routes .np-core-actions{grid-template-columns:1fr}
  body.lab-all-routes .np-core-actions .np-core-share{grid-column:auto}
  body.lab-all-routes .np80-card-page .np248-card-heading h1{font-size:var(--np-title-page)}
  body.lab-all-routes .np248-orientation-head{align-items:stretch;flex-direction:column}
  body.lab-all-routes .np248-orientation-switch{width:100%}
  body.lab-all-routes .np248-orientation-switch button{flex:1}
  body.lab-all-routes .np248-orientation-answer{grid-template-columns:1fr;padding:20px;gap:12px}
  body.lab-all-routes .np248-orientation-answer small,body.lab-all-routes .np248-orientation-answer>p{grid-column:auto}
  body.lab-all-routes .np248-orientation-answer h2{font-size:var(--np-title-section)}
}

/* V2.251 · contexto de sesión y ritual diario */
.np251-session-context{border:1px solid #111;background:#fff;padding:22px;margin:22px 0;display:grid;gap:12px;color:#111}.np251-session-context>small,.np251-daily-ritual small{font:700 11px/1.2 Inter,sans-serif;letter-spacing:.13em;color:#ff5a1f}.np251-session-context>strong,.np251-session-context>h2{font:400 clamp(28px,4vw,46px)/.95 "Bebas Neue",sans-serif;margin:0}.np251-session-context>p{margin:0;font:500 14px/1.55 Inter,sans-serif;max-width:820px}.np251-session-signals{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #111;border-bottom:1px solid #111}.np251-session-signals article{padding:16px 0}.np251-session-signals article+article{border-left:1px solid #111;padding-left:18px}.np251-session-signals small{display:block;font:700 10px/1.2 Inter,sans-serif;letter-spacing:.12em;color:#666}.np251-session-signals b{display:block;margin:7px 0 5px;font:700 14px/1.3 Inter,sans-serif}.np251-session-signals p{margin:0;font:500 13px/1.45 Inter,sans-serif;color:#444}.np251-session-foot{font-size:12px;color:#666}.np251-session-context.is-reading{background:#f7f7f3;margin:0 0 28px}.np251-session-context.is-reading>h2{font-size:clamp(34px,5vw,56px)}
.np251-daily-ritual{margin-top:34px;border:1px solid #111;background:#fff;padding:28px;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;color:#111}.np251-daily-ritual h3{font:400 clamp(34px,5vw,58px)/.92 "Bebas Neue",sans-serif;margin:8px 0 12px}.np251-daily-ritual p{font:500 14px/1.55 Inter,sans-serif;margin:0;color:#444}.np251-daily-form{display:grid;gap:10px}.np251-daily-form label{font:700 12px/1.2 Inter,sans-serif}.np251-daily-form textarea{width:100%;resize:vertical;border:1px solid #111;background:#f7f7f3;color:#111;padding:14px;font:500 15px/1.45 Inter,sans-serif;min-height:96px}.np251-daily-form>div{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.np251-daily-form [data-np-daily-status]{font:500 12px/1.4 Inter,sans-serif;color:#555;max-width:320px}.np251-daily-ritual>[data-np-daily-previous]{grid-column:1/-1;border-top:1px solid #111;padding-top:18px}.np251-daily-ritual>[data-np-daily-previous] strong{font:700 12px/1.2 Inter,sans-serif;letter-spacing:.08em}.np251-daily-ritual>[data-np-daily-previous] p{margin-top:8px;color:#111}
@media(max-width:760px){.np251-session-signals{grid-template-columns:1fr}.np251-session-signals article+article{border-left:0;border-top:1px solid #111;padding-left:0}.np251-daily-ritual{grid-template-columns:1fr;padding:20px}.np251-daily-form>div{align-items:flex-start;flex-direction:column}.np251-daily-form .lab-btn{width:100%}}

/* source: css/product-v252.css */
/* No Preguntes · V2.252 · product continuity */
.np-core-context-reality{margin-top:18px;padding:16px 18px;border:1px solid currentColor;background:rgba(255,255,255,.04)}
.np-core-context-reality small,.np252-saved-actions span,.np252-diary-entry small{font:700 11px/1.2 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;opacity:.72}
.np252-saved-actions{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:center;margin:18px auto 0;padding:14px 16px;border:1px solid currentColor;max-width:760px}
.np252-saved-actions[hidden]{display:none}
.np252-saved-actions a{font-weight:800;text-decoration:underline;text-underline-offset:4px}
.np252-diary-entry{display:grid;gap:16px}
.np252-diary-entry header{display:grid;gap:8px}
.np252-diary-entry header h3{margin:4px 0 0;font-size:clamp(22px,4vw,34px)}
.np252-diary-entry header>span{line-height:1.55;max-width:780px}
.np252-diary-cards{display:flex;flex-wrap:wrap;gap:8px}
.np252-diary-cards span{border:1px solid currentColor;padding:7px 9px;font-size:12px;font-weight:700}
.np252-diary-entry label{display:grid;gap:8px;font-weight:800}
.np252-diary-entry textarea{width:100%;resize:vertical;min-height:94px;border:1px solid currentColor;background:transparent;color:inherit;padding:12px;font:500 15px/1.5 Inter,sans-serif}
.np252-diary-actions{display:flex;flex-wrap:wrap;gap:10px}
.np252-diary-actions button{border:1px solid currentColor;background:transparent;color:inherit;padding:10px 12px;font-weight:800;cursor:pointer}
.np252-diary-actions button:first-child{background:currentColor}
.np252-diary-actions button:first-child{color:var(--np-bg,#fff)}
.np252-diary-empty{display:grid;gap:12px;text-align:center}
@media (max-width:640px){.np252-saved-actions{align-items:flex-start;justify-content:flex-start}.np252-diary-actions{display:grid}.np252-diary-actions button{width:100%}}

/* source: css/search-everywhere-v253.css */
/* No Preguntes V2.253 · Ex + señales ambiguas · profundidad antes que amplitud */
.np253-cluster{width:min(calc(100% - 48px),1180px);margin:0 auto;padding:44px 0 86px;color:var(--np-ink)}
.np253-cluster-hero{padding:70px 0 48px;border-bottom:2px solid var(--np-ink)}
.np253-cluster-hero>p:first-child{margin:0 0 18px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--np-accent)}
.np253-cluster-hero h1{max-width:900px;margin:0;font-family:var(--np-display);font-size:var(--np-title-page);font-weight:400;line-height:.92;letter-spacing:-.02em;text-transform:uppercase}
.np253-cluster-lead{max-width:740px;margin:28px 0 0;font-size:18px;line-height:1.65;color:var(--np-graphite)}
.np253-cluster-hero blockquote{max-width:780px;margin:34px 0 0;padding:18px 22px;border-left:6px solid var(--np-accent);background:var(--np-paper);font-family:var(--np-display);font-size:30px;line-height:1;text-transform:uppercase}
.np253-cluster-intro{display:grid;grid-template-columns:220px 1fr;gap:36px;padding:52px 0;border-bottom:1px solid var(--np-line)}
.np253-cluster-intro small{font-size:11px;font-weight:800;letter-spacing:.12em}
.np253-cluster-intro h2{margin:0 0 12px;font-family:var(--np-display);font-size:var(--np-title-section);font-weight:400;line-height:.98}
.np253-cluster-intro p{grid-column:2;max-width:690px;margin:0;color:var(--np-graphite);line-height:1.65}
.np253-entity-grid{display:grid;gap:22px;padding:48px 0}
.np253-entity-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);border:2px solid var(--np-ink);background:#fff}
.np253-entity-card>header{padding:32px 34px;border-right:1px solid var(--np-ink)}
.np253-entity-card>header small{display:block;margin-bottom:18px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--np-muted)}
.np253-entity-card>header h2{max-width:720px;margin:0;font-family:var(--np-display);font-size:var(--np-title-section);font-weight:400;line-height:.96;text-transform:uppercase}
.np253-entity-card>header p{max-width:640px;margin:22px 0 0;font-size:15px;line-height:1.65;color:var(--np-graphite)}
.np253-entity-answer{padding:30px;border-bottom:1px solid var(--np-ink)}
.np253-entity-answer span{display:block;margin-bottom:10px;font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--np-accent)}
.np253-entity-answer p{margin:0;font-size:14px;line-height:1.55}
.np253-entity-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--np-ink)}
.np253-entity-actions a{min-height:128px;padding:22px 24px;border-right:1px solid var(--np-ink);display:flex;flex-direction:column;justify-content:space-between;gap:7px;color:var(--np-ink);text-decoration:none}
.np253-entity-actions a:last-child{border-right:0}
.np253-entity-actions a:hover,.np253-entity-actions a:focus-visible{background:var(--np-accent);color:#0A0A0A}
.np253-entity-actions small{font-size:10px;font-weight:800;letter-spacing:.1em}
.np253-entity-actions strong{font-family:var(--np-display);font-size:27px;font-weight:400;text-transform:uppercase}
.np253-entity-actions span{font-size:12px;color:var(--np-muted)}
.np253-entity-actions a:hover span,.np253-entity-actions a:focus-visible span{color:#0A0A0A}
.np253-entity-actions .np253-action-primary{background:var(--np-ink);color:#fff}
.np253-entity-actions .np253-action-primary span{color:#aaa}
.np253-entity-card>blockquote{grid-column:2;grid-row:1;margin:0;padding:30px;align-self:end;border-top:1px solid var(--np-ink);font-size:13px;line-height:1.55;color:var(--np-graphite)}
.np253-entity-card>blockquote b{display:block;margin-bottom:8px;font-family:var(--np-display);font-size:23px;font-weight:400;letter-spacing:.04em;color:var(--np-ink)}
.np253-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--np-ink);margin:8px 0 52px}
.np253-principles article{padding:28px;border-right:1px solid var(--np-ink)}
.np253-principles article:last-child{border-right:0}
.np253-principles h2{margin:0 0 12px;font-family:var(--np-display);font-size:var(--np-title-subsection);font-weight:400;line-height:1;text-transform:uppercase}
.np253-principles p{margin:0;font-size:13px;line-height:1.6;color:var(--np-graphite)}
.np253-cluster-footer{display:flex;flex-wrap:wrap;gap:10px;padding-top:22px;border-top:1px solid var(--np-line)}
.np253-cluster-footer a{padding:11px 14px;border:1px solid var(--np-ink);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:var(--np-ink)}
.np253-cluster-footer a:hover{background:var(--np-ink);color:#fff}
@media(max-width:760px){
  .np253-cluster{width:min(calc(100% - 28px),1180px);padding-top:18px}
  .np253-cluster-hero{padding:42px 0 34px}
  .np253-cluster-hero h1{font-size:var(--np-title-page);line-height:.94}
  .np253-cluster-lead{font-size:15px;line-height:1.55}
  .np253-cluster-hero blockquote{font-size:24px}
  .np253-cluster-intro{grid-template-columns:1fr;gap:12px;padding:34px 0}
  .np253-cluster-intro h2,.np253-cluster-intro p{grid-column:1}
  .np253-cluster-intro h2{font-size:var(--np-title-section)}
  .np253-entity-card{grid-template-columns:1fr}
  .np253-entity-card>header{padding:26px 22px;border-right:0}
  .np253-entity-card>header h2{font-size:var(--np-title-section)}
  .np253-entity-card>blockquote{grid-column:1;grid-row:auto;border-top:1px solid var(--np-ink)}
  .np253-entity-answer{padding:22px}
  .np253-entity-actions{grid-template-columns:1fr}
  .np253-entity-actions a{min-height:98px;border-right:0;border-bottom:1px solid var(--np-ink)}
  .np253-entity-actions a:last-child{border-bottom:0}
  .np253-principles{grid-template-columns:1fr}
  .np253-principles article{border-right:0;border-bottom:1px solid var(--np-ink)}
  .np253-principles article:last-child{border-bottom:0}
}

/* source: css/minimal-center-v255.css */
/* No Preguntes V2.255 · Centered Minimal System
   Capa visual autoritativa: composición centrada, menor ruido y disclosure progresivo.
   No cambia contenido, rutas ni lógica de producto. */
:root{
  --np-content:960px;
  --np-copy:720px;
  --np-narrow:620px;
  --np-space-section:clamp(64px,8vw,104px);
}

/* Base: toda la comunicación principal se centra; los controles conservan legibilidad. */
body.lab-v2,
body.lab-all-routes{background:var(--np-bg);color:var(--np-ink)}
.lab-shell{width:min(calc(100% - 40px),1180px)}
.lab-btn{justify-content:center;gap:12px;text-align:center}
.lab-actions{justify-content:center}
.lab-eyebrow,.lab-section-kicker{text-align:center}

/* Header más sereno. */
.lab-header{height:74px;gap:20px}
.lab-nav{gap:30px}
.lab-tools{gap:18px}
.lab-menu-panel,.lab-menu-panel-head,.lab-menu-panel-meta{text-align:center}
.lab-menu-panel-head{align-items:center}
.lab-menu-panel nav a{text-align:center}

/* HOME — hero centrado y visual reducido a una sola pieza. */
.lab-hero{
  min-height:0;
  margin-top:30px;
  display:grid;
  grid-template-columns:1fr;
  border:1px solid var(--np-ink);
  border-radius:0;
  overflow:hidden;
  text-align:center;
}
.lab-hero-copy{
  padding:clamp(58px,8vw,96px) 24px 44px;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.lab-hero h1{max-width:780px;margin-inline:auto;text-align:center;line-height:.96}
.lab-subcopy{max-width:620px;margin:26px auto 24px;text-align:center;font-size:15px;line-height:1.65}
.lab-hero-product{
  min-height:330px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-top:1px solid var(--np-line);
  background:#fff;
}
.lab-orange-block{left:0;right:0;top:auto;bottom:0;height:36%;opacity:.98}
.lab-card-product{
  position:relative;
  left:auto;top:auto;
  width:min(190px,42vw);
  transform:rotate(-2deg);
  margin:28px auto;
}
.lab-product-copy,.lab-product-tag,.lab-rail{display:none}

/* Entradas rápidas: simples, centradas, sin flechas decorativas dominantes. */
.lab-intro-strip{
  width:min(100%,1000px);
  margin:26px auto 0;
  padding:0;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid var(--np-ink);
}
.lab-intro-strip a,
.lab-intro-strip a:first-child{
  min-height:136px;
  padding:22px 16px;
  border-left:0;
  border-right:1px solid var(--np-ink);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
}
.lab-intro-strip a:last-child{border-right:0}
.lab-intro-strip strong{font-size:32px;line-height:.98;text-align:center}
.lab-intro-strip span{display:none}

/* Zavra deja de competir como bloque-producto: es una nota editorial discreta. */
.zavra-home{
  width:min(100%,860px);
  margin:54px auto 70px;
  display:block;
  border:0;
  border-top:1px solid var(--np-line);
  border-bottom:1px solid var(--np-line);
  box-shadow:none;
  background:transparent;
  text-align:center;
}
.zavra-home-copy{padding:34px 18px;display:flex;flex-direction:column;align-items:center}
.zavra-home-identity{display:none}
.zavra-copy{margin-left:auto;margin-right:auto;text-align:center}
.zavra-actions{justify-content:center}
.zavra-card,.zavra-test-note,.zavra-reading-note,.zavra-diary-note,.zavra-profile-hero,
.zavra-profile-grid>section{box-shadow:none;text-align:center}
.zavra-card,.zavra-test-note,.zavra-reading-note,.zavra-diary-note{justify-items:center;align-items:center}
.zavra-mark{margin-inline:auto}
.zavra-profile,.zavra-profile-copy,.zavra-profile-grid>section{text-align:center}
.zavra-profile-copy{display:flex;flex-direction:column;align-items:center}
.zavra-profile-copy .zavra-disclosure{max-width:720px}
.zavra-profile-grid ul{padding-left:0;list-style-position:inside}
.zavra-phrase-list blockquote{text-align:center}

/* Secciones home: un eje vertical, copia corta y centrada. */
.lab-section{
  width:min(100%,var(--np-content));
  margin-inline:auto;
  padding:var(--np-space-section) 0;
  text-align:center;
}
.lab-section-head{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  margin-bottom:34px;
  text-align:center;
}
.lab-section h2,.lab-section-head h2{max-width:820px;margin-inline:auto;text-align:center;line-height:.98}
.lab-content-grid{
  width:min(100%,880px);
  margin-inline:auto;
  grid-template-columns:1fr;
  border:1px solid var(--np-ink);
  text-align:center;
}
.lab-content-lead{padding:38px 24px;border-right:0;border-bottom:1px solid var(--np-ink);text-align:center}
.lab-content-lead h3,.lab-content-lead p{margin-left:auto;margin-right:auto;text-align:center}
.lab-link-list a{
  grid-template-columns:auto minmax(0,1fr);
  justify-content:center;
  padding:20px 22px;
  text-align:center;
}
.lab-link-list a small{justify-self:end}
.lab-link-list a strong{justify-self:start;text-align:left}
.lab-link-list a>span{display:none}

.lab-tests-spotlight{
  width:min(100%,920px);
  margin:64px auto 70px;
  grid-template-columns:1fr;
  border:1px solid var(--np-ink);
  background:#fff;
  text-align:center;
}
.lab-tests-spotlight-copy{padding:38px 24px;align-items:center;text-align:center}
.lab-tests-spotlight-copy h2,.lab-tests-spotlight-copy>p:not(.lab-section-kicker){margin-left:auto;margin-right:auto;text-align:center}
.lab-tests-spotlight-copy>a{margin-top:6px;justify-content:center}
.lab-tests-spotlight-links{border-left:0;border-top:1px solid var(--np-ink)}
.lab-tests-spotlight-links>a{grid-template-columns:1fr;padding:22px;min-height:110px;text-align:center;justify-items:center}
.lab-tests-spotlight-links strong{grid-column:1;text-align:center}
.lab-tests-spotlight-links small,.lab-tests-spotlight-links span{text-align:center}

.lab-daily{
  width:min(100%,850px);
  margin-inline:auto;
  grid-template-columns:1fr;
  min-height:0;
  border:1px solid var(--np-ink);
  text-align:center;
}
.lab-daily-copy{padding:42px 24px;align-items:center;text-align:center}
.lab-daily-copy p,.lab-daily-copy h3{margin-left:auto;margin-right:auto;text-align:center}
.lab-daily-product{min-height:350px;background:linear-gradient(180deg,#fff 0 64%,var(--np-accent) 64% 100%)}
.lab-daily-product img{width:180px;transform:rotate(2deg)}
.lab-daily-code,.lab-daily-date{display:none}
.lab-daily-reading,.lab-daily-reading-grid,.lab-daily-areas{text-align:center}
.lab-daily-reading-grid article,.lab-daily-areas article{text-align:center}
.lab-daily-reading-actions{justify-content:center}
.np251-daily-ritual{grid-template-columns:1fr;text-align:center;max-width:850px;margin:34px auto 0}
.np251-daily-form{justify-items:center}
.np251-daily-form textarea{text-align:center;max-width:680px}
.np251-daily-form>div{justify-content:center}

/* SEO sigue accesible, pero visualmente secundario y legible. */
.lab-seo,.yn-seo{width:min(100%,840px);padding:70px 0;margin-inline:auto;text-align:center}
.lab-seo .np68-seo-page h2,.lab-seo .np68-seo-page h3,
.yn-seo .np68-seo-page h2,.yn-seo .np68-seo-page h3{text-align:center}
.lab-seo .np68-seo-page p,.lab-seo .np68-seo-page li,.lab-seo .np68-seo-page summary,
.yn-seo .np68-seo-page p,.yn-seo .np68-seo-page li,.yn-seo .np68-seo-page summary{text-align:center}
.lab-seo ul,.lab-seo ol,.yn-seo ul,.yn-seo ol{padding-left:0;list-style-position:inside}
.lab-seo .np78-link-grid,.lab-seo .np116-card-links,
.yn-seo .np78-link-grid,.yn-seo .np116-card-links{grid-template-columns:1fr 1fr}
.lab-seo .np78-link-grid a,.lab-seo .np116-card-links a,
.yn-seo .np78-link-grid a,.yn-seo .np116-card-links a{text-align:center}

/* Footer: una sola composición centrada. */
.lab-footer-inner{text-align:center}
.lab-footer-top{grid-template-columns:1fr;gap:34px;justify-items:center;text-align:center}
.lab-footer-top>div,.lab-footer-top nav{display:flex;flex-direction:column;align-items:center;text-align:center}
.lab-footer-top p{max-width:620px;margin-left:auto;margin-right:auto}
.lab-footer-brand{font-size:50px;text-align:center}
.lab-footer-bottom{justify-content:center;text-align:center;gap:16px 28px;flex-wrap:wrap}

/* RUTAS GENERALES — composición centrada y ancho de lectura limitado. */
body.lab-all-routes .page,
body.lab-all-routes .np61-natal-page,
body.lab-all-routes .np69-page,
body.lab-all-routes .np70-info-page{
  width:min(calc(100% - 40px),var(--np-content));
  max-width:var(--np-content);
  text-align:center;
}
body.lab-all-routes h1,
body.lab-all-routes h2,
body.lab-all-routes h3,
body.lab-all-routes h4,
body.lab-all-routes p{text-align:center}
body.lab-all-routes p{margin-left:auto;margin-right:auto}
body.lab-all-routes ul,body.lab-all-routes ol{padding-left:0;list-style-position:inside}
body.lab-all-routes .head,
body.lab-all-routes .np61-natal-head,
body.lab-all-routes .np69-head{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
  border-bottom:1px solid var(--np-line);
}
body.lab-all-routes .head h1,
body.lab-all-routes .head h2,
body.lab-all-routes .np69-head h1,
body.lab-all-routes .np61-natal-head h1,
body.lab-all-routes .head p,
body.lab-all-routes .np69-head p,
body.lab-all-routes .np61-natal-head p{margin-left:auto;margin-right:auto;text-align:center}
body.lab-all-routes .backbtn,
body.lab-all-routes .back,
body.lab-all-routes .np69-back{margin-inline:auto}
body.lab-all-routes .panel,
body.lab-all-routes .form,
body.lab-all-routes .np69-question-card,
body.lab-all-routes .np61-natal-form,
body.lab-all-routes .np61-result-card,
body.lab-all-routes .np69-result-card{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  box-shadow:none;
}
body.lab-all-routes label{text-align:center;display:block}
body.lab-all-routes input,
body.lab-all-routes textarea,
body.lab-all-routes select{text-align:center}
body.lab-all-routes .actions,
body.lab-all-routes .row,
body.lab-all-routes .np-tarot-reading-actions,
body.lab-all-routes .np252-diary-actions{justify-content:center}
body.lab-all-routes .spreads{max-width:900px;margin-left:auto;margin-right:auto}
body.lab-all-routes .spread,
body.lab-all-routes .spreads button{text-align:center}

/* Resultado tarot: lectura en un eje, cards centradas. */
body.lab-all-routes .np-core-reading-page,
body.lab-all-routes #reading .page{max-width:900px;margin-inline:auto;text-align:center}
body.lab-all-routes .np-core-reading-head,
body.lab-all-routes .np-core-summary,
body.lab-all-routes .np-core-card,
body.lab-all-routes .np-core-card-reading,
body.lab-all-routes .np-core-context-reality,
body.lab-all-routes .np251-session-context{text-align:center}
body.lab-all-routes .np-core-reading-head>* ,
body.lab-all-routes .np-core-summary>*,
body.lab-all-routes .np-core-context-reality>*{margin-left:auto;margin-right:auto}
body.lab-all-routes .np-core-card{grid-template-columns:110px minmax(0,1fr);align-items:center}
body.lab-all-routes .np-core-card-reading{text-align:center}
body.lab-all-routes .np-core-actions{justify-items:center;text-align:center}
body.lab-all-routes .np-core-actions a,
body.lab-all-routes .np-core-actions button{text-align:center;justify-content:center}
body.lab-all-routes .np252-saved-actions{justify-content:center;text-align:center}
body.lab-all-routes .np252-diary-entry,
body.lab-all-routes .np252-diary-entry header,
body.lab-all-routes .np252-diary-entry label{text-align:center;justify-items:center}
body.lab-all-routes .np252-diary-cards,
body.lab-all-routes .np252-diary-actions{justify-content:center}

/* Significados y hubs: la carta es protagonista, el texto no compite. */
body.lab-all-routes .np80-card-hero,
body.lab-all-routes .np107-hub-hero,
body.lab-all-routes .np85-love-hero,
body.lab-all-routes .np88-hub-hero,
body.lab-all-routes .np88-article-head,
body.lab-all-routes .np70-info-head{text-align:center}
body.lab-all-routes .np80-card-heading,
body.lab-all-routes .np107-hub-copy,
body.lab-all-routes .np107-section-head,
body.lab-all-routes .np85-love-hero>*,
body.lab-all-routes .np88-hub-hero>*,
body.lab-all-routes .np88-article-head>*{text-align:center}
body.lab-all-routes .np107-section-head{display:flex;flex-direction:column;align-items:center}
body.lab-all-routes .np107-section-head p{max-width:700px}
body.lab-all-routes .np80-card-copy,
body.lab-all-routes .np80-card-tile,
body.lab-all-routes .np110-card-keywords{text-align:center}
body.lab-all-routes .np80-reflection{text-align:center}
body.lab-all-routes .np80-reflection p{margin-inline:auto}
body.lab-all-routes .np248-orientation-head{justify-content:center;text-align:center}
body.lab-all-routes .np248-orientation-switch{margin-inline:auto}
body.lab-all-routes .np248-orientation-answer{text-align:center}
body.lab-all-routes .np248-orientation-answer>*{text-align:center}

/* TESTS — una pregunta por vez, todo centrado. */
.test-main{text-align:center}
.test-hero,.test-hub-hero{
  grid-template-columns:1fr;
  width:min(100%,900px);
  margin-inline:auto;
  gap:28px;
  justify-items:center;
  text-align:center;
}
.test-hero>div,.test-hub-hero>div{display:flex;flex-direction:column;align-items:center;text-align:center}
.test-hero h1,.test-hub-hero h1,.test-lead,.test-hub-hero>p,.test-hero>div>p:last-child{margin-left:auto;margin-right:auto;text-align:center}
.test-hero aside{width:min(100%,560px);min-height:0;align-items:center;text-align:center}
.test-app{width:min(100%,920px);margin:24px auto 0}
.test-app-top{text-align:center}
.test-stage,.test-result{text-align:center}
.test-question-head,.test-result>h2,.test-result-lead{margin-left:auto;margin-right:auto;text-align:center}
.test-options{margin-left:auto;margin-right:auto}
.test-option{justify-content:center;text-align:center}
.test-option::after{display:none}
.test-result-grid article,.test-result blockquote{text-align:center}
.test-result-actions{justify-content:center}
.test-tarot-cta{grid-template-columns:1fr;justify-items:center;text-align:center}
.test-tarot-cta h3,.test-tarot-cta p{text-align:center;max-width:720px}
.test-tarot-cta .test-cta{grid-column:auto;justify-self:center}
.test-seo,.test-faq,.test-related,.test-method-grid,.test-next{width:min(100%,900px);margin-left:auto;margin-right:auto;text-align:center}
.test-seo>header,.test-method-grid>header{grid-template-columns:1fr;justify-items:center;text-align:center}
.test-seo-grid article,.test-method-grid article,.test-related a{text-align:center}
.test-faq details p{margin-left:auto;margin-right:auto;text-align:center}
.test-faq summary{justify-content:center;text-align:center}
.test-hub-featured{grid-template-columns:1fr;width:min(100%,900px);margin-left:auto;margin-right:auto;text-align:center}
.test-featured-copy,.test-featured-card{align-items:center;text-align:center}
.test-featured-copy p{margin-left:auto;margin-right:auto}
.test-directory{text-align:center}
.test-directory-head{grid-template-columns:1fr;justify-items:center;text-align:center}
.test-directory-head p{grid-column:1;margin-left:auto;margin-right:auto;text-align:center}
.test-directory-card{text-align:center}
.test-directory-card>p{margin-left:auto;margin-right:auto;text-align:center}

/* SÍ / NO — una experiencia centrada y menos teatral. */
.yn-main{text-align:center}
.yn-hero{
  width:min(100%,920px);
  margin-inline:auto;
  grid-template-columns:1fr;
  min-height:0;
  border:1px solid var(--np-ink);
  text-align:center;
}
.yn-hero-copy{padding:58px 24px 42px;align-items:center;justify-content:center;text-align:center}
.yn-intro{margin-left:auto;margin-right:auto;text-align:center}
.yn-hero-note{padding:28px 24px;gap:14px;align-items:center;text-align:center}
.yn-hero-note p{max-width:620px;text-align:center}
.yn-steps{width:min(100%,920px);margin:18px auto 0}
.yn-steps li{justify-content:center;text-align:center}
.yn-stage{width:min(100%,920px);margin:18px auto 0;grid-template-columns:1fr;border:1px solid var(--np-ink);text-align:center}
.yn-stage-number{display:none}
.yn-stage-body{padding:50px 24px 58px;text-align:center}
.yn-stage h2,.yn-question-form,.yn-deck-heading,.yn-question-echo{margin-left:auto;margin-right:auto;text-align:center}
.yn-question-form label{text-align:center}
.yn-textarea-wrap{max-width:760px;margin-inline:auto}
.yn-textarea-wrap textarea{text-align:center}
.yn-form-help{margin-left:auto;margin-right:auto;text-align:center}
.yn-deck{max-width:920px;margin-left:auto;margin-right:auto}
.yn-deck-status,.yn-deck-note{text-align:center}
.yn-result-top{grid-template-columns:1fr;max-width:820px;margin-inline:auto;text-align:center}
.yn-result-answer,.yn-result-meta{text-align:center;justify-content:center}
.yn-reveal-shell{min-height:420px}
.yn-reading{width:min(100%,820px);margin:40px auto 0}
.yn-reading article{text-align:center}
.yn-result-actions{justify-content:center}
.yn-method{width:min(100%,920px);margin:28px auto 0;grid-template-columns:1fr;gap:22px;padding:44px 24px;text-align:center}
.yn-method-copy{align-self:auto;margin-inline:auto;text-align:center}

/* PT-BR — misma gramática visual. */
.pt-intent-main,.pt-diary-main{text-align:center}
.pt-intent-hero{width:min(100%,920px);margin-inline:auto;grid-template-columns:1fr;text-align:center}
.pt-intent-hero>div{display:flex;flex-direction:column;align-items:center;text-align:center}
.pt-intent-hero p,.pt-intent-hero h1{margin-left:auto;margin-right:auto;text-align:center}
.pt-intent-manifesto{min-height:0;text-align:center;align-items:center}
.pt-flow{width:min(100%,920px);margin-inline:auto;text-align:center}
.pt-flow-stage{grid-template-columns:1fr}
.pt-stage-index{display:none}
.pt-stage-body{text-align:center}
.pt-stage-body>*,.pt-result-frame,.pt-synthesis p,.pt-synthesis strong{margin-left:auto;margin-right:auto;text-align:center}
.pt-intent-deck{margin-left:auto;margin-right:auto}
.pt-result-cards{width:min(100%,900px);margin-inline:auto}
.pt-result-card,.pt-synthesis{text-align:center}
.pt-result-actions,.pt-diary-actions,.pt-diary-cards{justify-content:center}
.pt-editorial,.pt-truth,.pt-editorial-grid,.pt-related,.pt-faq,.pt-diary-cta{text-align:center}
.pt-truth{grid-template-columns:1fr}
.pt-truth p{border-left:0;border-top:1px solid #333;margin-inline:auto}
.pt-editorial-grid article{text-align:center}
.pt-related-grid a{text-align:center}
.pt-faq p{margin-left:auto;margin-right:auto;text-align:center}
.pt-diary-cta{display:flex;flex-direction:column;align-items:center}
.pt-diary-hero,.pt-diary-empty,.pt-diary-entry-meta,.pt-diary-entry-body{text-align:center}
.pt-diary-hero>p,.pt-diary-empty p{margin-left:auto;margin-right:auto}
.pt-diary-toolbar{justify-content:center;gap:18px}
.pt-diary-toolbar>div{justify-content:center}
.pt-diary-entry{grid-template-columns:1fr}
.pt-diary-entry-meta{border-right:0;border-bottom:1px solid var(--np-ink)}
.pt-diary-question{border-left:0;border-top:3px solid var(--np-accent);padding:14px 0 0;text-align:center}
.pt-diary-note label{text-align:center}
.pt-diary-note textarea{text-align:center}

/* Search Everywhere cluster: también centrado y más silencioso. */
.np253-cluster{text-align:center}
.np253-cluster-hero,.np253-cluster-intro{text-align:center}
.np253-cluster-hero h1,.np253-cluster-lead,.np253-cluster-hero blockquote,
.np253-cluster-intro h2,.np253-cluster-intro p{margin-left:auto;margin-right:auto;text-align:center}
.np253-cluster-hero blockquote{border-left:0;border-top:4px solid var(--np-accent);padding:18px}
.np253-cluster-intro{grid-template-columns:1fr;gap:12px}
.np253-cluster-intro p{grid-column:1}
.np253-entity-card{grid-template-columns:1fr;width:min(100%,900px);margin-inline:auto;text-align:center}
.np253-entity-card>header{border-right:0;text-align:center}
.np253-entity-card>header h2,.np253-entity-card>header p{margin-left:auto;margin-right:auto;text-align:center}
.np253-entity-card>blockquote{grid-column:1;grid-row:auto;text-align:center}
.np253-entity-answer{text-align:center}
.np253-entity-actions a{align-items:center;text-align:center}
.np253-principles{width:min(100%,900px);margin-left:auto;margin-right:auto}
.np253-principles article{text-align:center}
.np253-cluster-footer{justify-content:center}

/* Share / overlays: misma alineación. */
.np-share-modal,.np-share-modal__head,.np-share-help{text-align:center}
.np-share-modal__head{align-items:center}
.np-share-actions{justify-content:center}

@media(max-width:900px){
  .lab-shell{width:min(calc(100% - 28px),1180px)}
  .lab-header{grid-template-columns:1fr auto 1fr;height:66px}
  .lab-wordmark{grid-column:2;justify-self:center}
  .lab-tools{grid-column:3;justify-self:end}
  .lab-intro-strip{grid-template-columns:1fr 1fr}
  .lab-intro-strip a:nth-child(2){border-right:0}
  .lab-intro-strip a:nth-child(-n+2){border-bottom:1px solid var(--np-ink)}
  .lab-section{padding:68px 0}
  body.lab-all-routes .page,body.lab-all-routes .np61-natal-page,body.lab-all-routes .np69-page,body.lab-all-routes .np70-info-page{width:100%;padding-left:18px;padding-right:18px}
  .yn-hero,.yn-stage{border-left:1px solid var(--np-ink);border-right:1px solid var(--np-ink)}
}

@media(max-width:680px){
  .lab-hero-copy{padding:48px 18px 34px}
  .lab-hero-product{min-height:280px}
  .lab-card-product{width:min(160px,48vw)}
  .lab-intro-strip strong{font-size:26px}
  .lab-intro-strip a{min-height:118px;padding:18px 10px}
  .lab-section{padding:58px 0}
  .lab-link-list a{grid-template-columns:1fr;gap:6px}
  .lab-link-list a small,.lab-link-list a strong{justify-self:center;text-align:center}
  .lab-seo .np78-link-grid,.lab-seo .np116-card-links,.yn-seo .np78-link-grid,.yn-seo .np116-card-links{grid-template-columns:1fr}
  body.lab-all-routes .np-core-card{grid-template-columns:1fr;justify-items:center}
  body.lab-all-routes .np-core-card>img{width:100px}
  .test-app{margin-left:0;margin-right:0;border-left:1px solid #111;border-right:1px solid #111}
  .test-stage,.test-result{padding-left:16px;padding-right:16px}
  .test-result-actions{align-items:stretch}
  .test-result-actions .test-cta{width:100%;justify-content:center}
  .test-hub-featured{margin-left:auto;margin-right:auto;border-left:1px solid #111;border-right:1px solid #111}
  .yn-steps{grid-template-columns:1fr}
  .yn-steps li{border-right:0;border-bottom:1px solid var(--np-ink)}
  .yn-steps li:last-child{border-bottom:0}
  .yn-reading{grid-template-columns:1fr}
  .yn-result-actions .lab-btn{width:100%}
  .pt-result-cards{grid-template-columns:1fr}
  .np253-entity-actions{grid-template-columns:1fr}
  .np253-principles{grid-template-columns:1fr}
}
