:root{--width-page: 860px;--width-prose: 38rem;--page-max: var(--width-page);--width-brand: 1440px;--width-index: 1180px;--shell: var(--width-page);--edge: 32px;--space-3xs: 4px;--space-2xs: 8px;--space-xs: 12px;--space-sm: 16px;--space-md: 20px;--space-lg: 28px;--space-xl: 40px;--space-2xl: 56px;--space-3xl: 80px;--gutter: 24px;--section-gap: var(--space-2xl);--card-pad: 20px;--card-gap: 18px;--navy: #090909;--navy-deep: #050505;--amber: #5368ff;--amber-soft: #9ebeff;--paper: #f3f3ed;--surface: #fff;--on-dark: #f3f3ed;--ink: #141414;--sub: #686864;--line: #e2e2da;--bluegray: #8b8b86;--accent-ink: #3d4fd1}:root[data-theme=dark]{--navy: #141414;--navy-deep: #0b0b0b;--paper: #101010;--surface: #191919;--ink: #e8e6e1;--sub: #a3a39d;--line: #2b2b29;--bluegray: #a0a09a;--accent-ink: #9ebeff}@media(prefers-color-scheme:dark){:root:not([data-theme]){--navy: #141414;--navy-deep: #0b0b0b;--paper: #101010;--surface: #191919;--ink: #e8e6e1;--sub: #a3a39d;--line: #2b2b29;--bluegray: #a0a09a;--accent-ink: #9ebeff}}body{transition:background-color .3s ease,color .3s ease}@media(prefers-reduced-motion:reduce){body{transition:none}}@media(max-width:768px){:root{--gutter: 20px;--section-gap: var(--space-xl)}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--paper);color:var(--ink);font-family:Hiragino Sans,Noto Sans JP,Yu Gothic,sans-serif;line-height:1.9;-webkit-font-smoothing:antialiased}a{color:inherit}:focus-visible{outline:3px solid var(--amber);outline-offset:2px;border-radius:0}.skip-link{position:absolute;left:8px;top:-48px;z-index:100;background:var(--navy);color:var(--on-dark);padding:10px 16px;border-radius:0;text-decoration:none;transition:top .15s}.skip-link:focus{top:0}@media(max-width:800px){:root{--edge: 18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}img{max-width:100%;height:auto}body.home-redesign,body.en-v3{--shell: var(--width-brand)}body.index-wide{--shell: var(--width-index)}body{--bleed: max(var(--edge), calc((100% - var(--shell)) / 2 + var(--edge)))}.u-vh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.site-header{background:var(--navy);color:var(--on-dark);padding:14px 0 0;position:sticky;top:0;z-index:50;border-bottom:1px solid #2b2b29;box-shadow:none}.site-header .inner{max-width:var(--width-brand);margin:0 auto;padding:0 var(--edge);display:flex;align-items:center;gap:10px}.site-header .brand img{display:none}.site-header .brand{text-decoration:none}.site-header .brand-word{display:block;color:var(--on-dark);font-family:Arial,Helvetica Neue,sans-serif;font-size:25px;font-weight:800;letter-spacing:-.07em;line-height:1}.site-header .brand-word span{color:#9ebeff}.site-header .tagline{margin-left:8px;font-family:Arial,Helvetica Neue,sans-serif;font-size:11px;font-weight:700;color:var(--amber-soft);letter-spacing:.14em}.header-search{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;color:var(--on-dark);opacity:.85;padding:6px;border-radius:0}.header-search:hover{opacity:1;background:#ffffff1a}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;color:var(--on-dark);opacity:.85;padding:6px;border:none;background:none;border-radius:0;cursor:pointer}.theme-toggle:hover{opacity:1;background:#ffffff1a}.theme-toggle .ic-sun{display:none}.theme-toggle .ic-moon{display:block}:root[data-theme=dark] .theme-toggle .ic-sun{display:block}:root[data-theme=dark] .theme-toggle .ic-moon{display:none}.side-toggle{display:inline-flex;align-items:center;gap:9px;margin-right:14px;padding:0;background:none;border:0;border-radius:0;color:var(--on-dark);cursor:pointer;font-family:inherit;font-size:12px;opacity:.85;transition:opacity .15s ease}.side-toggle:hover,.side-toggle:focus-visible{opacity:1}.side-toggle .st-bars{display:inline-flex;flex-direction:column;justify-content:center;gap:3px;width:16px}.side-toggle .st-bars span{display:block;height:2px;border-radius:0;background:currentColor;transition:transform .2s,opacity .2s}.side-toggle .st-bars span:nth-child(1){width:16px}.side-toggle .st-bars span:nth-child(2){width:11px}.side-toggle .st-bars span:nth-child(3){width:16px}:root.sidebar-open .side-toggle .st-bars span:nth-child(1){transform:translateY(5px) rotate(45deg);width:16px}:root.sidebar-open .side-toggle .st-bars span:nth-child(2){opacity:0}:root.sidebar-open .side-toggle .st-bars span:nth-child(3){transform:translateY(-5px) rotate(-45deg);width:16px}.side-toggle .st-label{font-weight:700;letter-spacing:.1em}.side-menu{position:fixed;top:0;left:0;bottom:0;width:272px;max-width:84vw;z-index:45;background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%);color:var(--on-dark);padding:104px 16px 28px;overflow-y:auto;overscroll-behavior:contain;transform:translate(-100%);transition:transform .28s cubic-bezier(.22,.61,.36,1);border-right:1px solid var(--line);scrollbar-width:thin}:root.sidebar-open .side-menu{transform:translate(0)}.side-backdrop{position:fixed;inset:0;z-index:44;background:#0808146b;opacity:0;pointer-events:none;transition:opacity .28s ease}:root.sidebar-open .side-backdrop{opacity:1;pointer-events:auto}.side-h{font-size:10.5px;letter-spacing:.14em;text-transform:none;color:var(--bluegray);margin:6px 8px 8px}.side-cats,.side-links{list-style:none;margin:0 0 6px;padding:0}.side-cats a{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:0;text-decoration:none;color:var(--on-dark);transition:background .15s,box-shadow .15s}.side-cats a:hover{background:#ffffff12}.side-cats a:hover .side-ico:after{opacity:1}.side-cats a.active{background:#ffffff17;box-shadow:inset 3px 0 0 var(--on-dark)}.side-ico{width:34px;height:34px;flex:0 0 auto;border-radius:0;border:1px solid rgba(83,104,255,.22)}.side-ico.a-thumb--fallback:after{background-size:58% auto;opacity:.95;transition:opacity .15s}.side-cat-text{display:flex;flex-direction:column;min-width:0}.side-cat-name{font-size:14px;font-weight:700;line-height:1.4}.side-cat-tag{font-size:11px;color:var(--amber-soft);opacity:.92;line-height:1.4}.side-cta{display:block;margin:12px 6px 8px;padding:12px;text-align:center;background:var(--on-dark);color:#090909;font-weight:750;font-size:13.5px;border-radius:0;text-decoration:none;transition:background-color .15s}.side-cta:hover{background:var(--amber-soft)}.side-links a{display:block;padding:9px 12px;font-size:13px;color:var(--bluegray);text-decoration:none;border-radius:0;transition:color .15s,background .15s}.side-links a:hover{color:var(--on-dark);background:#ffffff0f}@media(max-width:768px){.side-toggle,.side-menu,.side-backdrop{display:none!important}}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;padding:0 8px;background:none;border:none;border-radius:0;cursor:pointer}.nav-toggle .nt-bar{display:block;height:2px;width:100%;background:var(--on-dark);border-radius:0;transition:transform .18s,opacity .18s}.nav-toggle.is-open .nt-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle.is-open .nt-bar:nth-child(2){opacity:0}.nav-toggle.is-open .nt-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{display:none}@media(max-width:768px){.site-header .tagline,.cat-nav{display:none}.nav-toggle{display:flex}.site-header{padding-bottom:12px}.mobile-menu:not([hidden]){display:block;max-width:var(--shell);margin:12px auto 0;padding:6px var(--edge) 4px;border-top:1px solid rgba(255,255,255,.14);max-height:calc(100vh - 120px);overflow-y:auto}.mm-head{font-size:11px;letter-spacing:.1em;color:var(--bluegray);margin:14px 0 8px}.mm-cats,.mm-links{list-style:none}.mm-cats a{display:block;padding:11px 12px;border-radius:0;text-decoration:none;color:var(--on-dark)}.mm-cats a:hover,.mm-cats a[aria-current=page]{background:#ffffff14}.mm-cats a[aria-current=page]{box-shadow:inset 3px 0 0 var(--on-dark)}.mm-name{display:block;font-size:15px;font-weight:700}.mm-tag{display:block;font-size:11.5px;color:var(--amber-soft);margin-top:1px}.mm-cta{display:block;margin:14px 0 4px;padding:13px;text-align:center;background:var(--on-dark);color:#090909;font-weight:750;font-size:14.5px;border-radius:0;text-decoration:none}.mm-links a{display:block;padding:9px 12px;font-size:13.5px;color:var(--bluegray);text-decoration:none}.mm-links a:hover{color:var(--on-dark)}}.cat-nav{margin-top:10px;border-top:1px solid rgba(255,255,255,.12)}.cat-nav .inner{max-width:var(--width-brand);margin:0 auto;padding:0 var(--edge);display:flex;justify-content:flex-start;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-nav .inner::-webkit-scrollbar{display:none}.cat-nav .inner:has(>a:nth-child(6)){justify-content:space-between}.cat-nav a{position:relative;color:var(--on-dark);text-decoration:none;font-size:12px;letter-spacing:.02em;white-space:nowrap;padding:12px 3px;opacity:.6;transition:opacity .15s ease}.cat-nav a:hover,.cat-nav a:focus-visible{opacity:1}.cat-nav a.active{opacity:1;font-weight:700;box-shadow:inset 0 -2px 0 var(--on-dark)}.u-index-label{font-size:11px;font-weight:700;letter-spacing:.14em;line-height:1;color:var(--sub)}.breadcrumb{font-size:12px;color:var(--sub);margin-bottom:16px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.breadcrumb a,.breadcrumb .sep{color:var(--sub)}.breadcrumb [aria-current=page]{color:var(--ink)}main{max-width:var(--shell);margin:0 auto;padding:var(--space-xl) var(--edge) var(--space-3xl)}.article-title{font-size:clamp(1.7rem,3.1vw,2.45rem);font-weight:800;letter-spacing:-.03em;line-height:1.4;word-break:auto-phrase;text-wrap:pretty;margin-bottom:18px}.article-meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:13px;color:var(--sub);margin-bottom:20px}.article-meta .verified{color:var(--navy);font-weight:600}.article-meta .byline a{color:var(--navy);text-decoration:underline;text-decoration-color:var(--line)}.article-meta .byline a:hover{text-decoration-color:var(--amber)}.legal-page h2{font-size:18px;margin:32px 0 12px;padding-bottom:6px;border-bottom:2px solid var(--line)}.legal-page .article-meta{margin-bottom:24px}.summary-box{background:none;border:0;border-top:1px solid var(--ink);border-radius:0;padding:14px 0 0;margin:30px 0 0}.summary-box .label{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--sub);margin-bottom:12px}.summary-box ul{list-style:none}.summary-box .summary-line{font-size:15.5px;padding-left:1.1em;text-indent:-1.1em}.summary-box .summary-line:before{content:"— ";color:var(--accent-ink)}.disclaimer{font-size:12.5px;color:var(--sub);margin-bottom:30px}.evidence-chip{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:12px;letter-spacing:.02em;color:var(--sub);background:none;border:0;border-radius:0;padding:14px 0 0;margin:22px 0 0;width:auto;max-width:100%}.evidence-chip b{color:var(--accent-ink);font-size:14px}.evidence-chip .ev-sep{color:var(--sub)}.evidence-chip .ev-link{color:var(--navy);font-weight:700;text-decoration:underline;text-decoration-color:var(--amber)}.toc{background:none;border:0;border-top:1px solid var(--ink);border-radius:0;padding:14px 0 0;margin:30px 0 34px}.toc-label{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--sub);margin-bottom:8px}.toc ol{margin:0;padding-left:1.3em}.toc li{margin-bottom:5px;font-size:14.5px}.toc a{color:var(--navy);text-decoration:none}.toc a:hover{text-decoration:underline;text-decoration-color:var(--amber)}.article-body :is(h2,h3){scroll-margin-top:96px}.manga-part{margin:26px 0}.manga-part figure{margin:0 0 10px}.manga-part figcaption{font-size:12px;color:var(--sub);text-align:center}.article-body{font-size:17px;max-width:var(--width-prose)}.article-body>p:first-of-type{font-size:18.5px;line-height:1.95;color:var(--ink);margin-bottom:22px}.article-body h2{font-size:19px;line-height:1.6;margin:40px 0 14px;padding-bottom:8px;border-bottom:2px solid var(--line)}.article-body h3{font-size:16.5px;margin:28px 0 10px}.article-body p{margin-bottom:1.1em}.article-body ul,.article-body ol{margin:0 0 1.1em 1.4em}.article-body li{margin-bottom:.5em}.article-body strong{color:var(--navy)}.article-body blockquote{border-left:2px solid var(--ink);background:none;padding:4px 0 4px 20px;border-radius:0;color:var(--ink);font-size:16px;margin:22px 0}.article-body blockquote p:last-child{margin-bottom:0}@media(max-width:768px){html[lang=ja] .article-body{font-size:15.5px;line-height:1.95}html[lang=ja] .article-body>p:first-of-type{font-size:16.5px;line-height:1.9}html[lang=ja] .article-title{font-size:22px}html[lang=ja] .article-body h2{font-size:17.5px}html[lang=ja] .article-body h3{font-size:15.5px}html[lang=ja] .article-body blockquote{font-size:15px}html[lang=ja] .summary-box .summary-line{font-size:14.5px}html[lang=ja] .book-review .article-body{font-size:15.5px}}.sources{margin-top:44px;padding:14px 0 8px;background:none;border:0;border-top:1px solid var(--ink);border-radius:0}.sources h2{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--sub);margin-bottom:6px}.sources .sources-note{font-size:12px;color:var(--sub);margin-bottom:12px}.sources ol{list-style:none;margin:0;counter-reset:src}.sources li{position:relative;padding:0 0 14px 26px;margin-bottom:12px;border-bottom:1px solid var(--line);counter-increment:src}.sources li:last-child{border-bottom:none;margin-bottom:0}.sources li:before{content:counter(src);position:absolute;left:0;top:1px;font-size:11px;font-weight:700;color:var(--accent-ink);width:18px;height:18px;border:1px solid var(--line);border-radius:50%;text-align:center;line-height:18px}.sources a{color:var(--navy);font-size:13.5px;font-weight:600;word-break:break-word}.sources .note{display:block;font-size:12.5px;color:var(--sub);line-height:1.7;margin-top:3px}.faq{margin-top:40px;padding-top:14px;border-top:1px solid var(--ink)}.faq h2{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--sub);margin-bottom:18px}.faq dt{font-weight:700;font-size:14.5px;margin-top:14px}.faq dd{font-size:14px;color:var(--ink);margin-top:4px}.exit-cta{margin-top:48px;background:var(--navy);border-radius:0;padding:34px 30px;text-align:left;color:var(--on-dark)}.exit-cta p{font-size:15px;margin-bottom:16px}.exit-cta a{display:inline-block;background:var(--on-dark);color:#090909;font-weight:750;font-size:15px;letter-spacing:.01em;text-decoration:none;border-radius:0;padding:15px 26px;transition:background-color .16s ease}.exit-cta a:hover{background:#fff}.exit-cta a:active{background:#dedcd4}.exit-cta .cta-sub{font-size:12px;color:var(--bluegray);margin:10px 0 0}.line-receive{margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}.exit-cta .line-receive-btn{background:transparent;color:var(--on-dark);border:1px solid rgba(243,243,237,.45);border-radius:0;padding:12px 22px;font-size:14px}.exit-cta .line-receive-btn:hover{background:#5368ff24}.line-receive .line-receive-sub{font-size:12px;color:var(--bluegray);margin:12px 0 4px}.line-receive .line-receive-fallback{font-size:12px;color:var(--bluegray);margin:0}.exit-cta .line-receive-fallback a{display:inline;background:none;color:var(--amber-soft);font-weight:600;padding:0;border-radius:0;text-decoration:underline}.hero{background:var(--navy);color:var(--on-dark);border-radius:0;padding:var(--space-2xl) var(--space-lg);text-align:center;margin-bottom:var(--section-gap)}.hero-logo{width:220px;height:auto;margin-bottom:22px}.hero-title{font-size:30px;line-height:1.5;margin-bottom:14px;letter-spacing:.02em}.hero-title span{display:inline-block}.hero p{font-size:14px;color:var(--bluegray);max-width:480px;margin:0 auto 20px}.hero-cta{display:inline-block;background:var(--on-dark);color:#090909;font-weight:700;font-size:15px;text-decoration:none;border-radius:0;padding:14px 28px}.hero-cta:hover{background:var(--amber-soft)}.hero-cta-sub{font-size:12px;color:var(--bluegray);margin:10px 0 0}.hero-secondary{display:inline-block;margin-top:18px;font-size:13px;color:var(--on-dark);opacity:.85;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:2px}.hero-secondary:hover{opacity:1;border-bottom-color:var(--on-dark)}.home-shell{--home-night: #090909;--home-night-soft: #141414;--home-gold: #9ebeff;--home-cream: #f3f3ed;--home-mist: #aeb8c9}.home-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);min-height:610px;overflow:hidden;margin-bottom:0;padding:clamp(42px,7vw,72px) clamp(28px,6vw,58px) 0;color:var(--home-cream);background:radial-gradient(circle at 84% 22%,rgba(158,190,255,.08),transparent 28%),linear-gradient(145deg,#161616 0%,var(--home-night) 64%,#050505 100%);border:1px solid #252c3d;border-radius:0}.home-hero:before{position:absolute;inset:16px;border:1px solid rgba(255,255,255,.06);content:"";pointer-events:none}.home-hero-copy{position:relative;z-index:2;align-self:center;padding-bottom:150px}.home-kicker,.home-section-index{color:var(--home-gold, var(--amber));font-size:10px;font-weight:700;letter-spacing:.19em;line-height:1.5}.home-kicker{margin-bottom:24px}.home-hero h1{margin:0;font-size:clamp(54px,8vw,84px);font-weight:750;letter-spacing:-.055em;line-height:.98}.home-hero h1 span{color:var(--home-gold)}.home-promise{margin-top:28px;color:var(--home-cream);font-size:clamp(17px,2.6vw,21px);font-weight:700;letter-spacing:.04em}.home-lead{max-width:35em;margin-top:14px;color:var(--home-mist);font-size:14px;line-height:1.95}.home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;margin-top:28px}.home-primary{display:inline-flex;align-items:center;justify-content:space-between;min-width:238px;padding:14px 18px;color:var(--home-night);background:var(--home-gold);border:1px solid var(--home-gold);font-size:14px;font-weight:750;line-height:1.5;text-decoration:none;transition:transform .2s,background-color .2s}.home-primary:hover{background:#3f52c9}.home-secondary{color:var(--home-cream);border-bottom:1px solid #596273;font-size:13px;text-decoration:none}.home-secondary:hover{border-color:var(--home-gold)}.home-action-note{margin-top:9px;color:#7f899b;font-size:10.5px}.home-signal{position:relative;min-height:400px;align-self:center}.signal-orbit{position:absolute;border:1px solid rgba(174,184,201,.17);border-radius:50%}.signal-orbit-one{width:330px;height:330px;top:8px;left:2px}.signal-orbit-two{width:220px;height:220px;top:63px;left:57px}.signal-period{position:absolute;width:78px;height:78px;top:134px;left:128px;background:var(--home-gold);border-radius:50%;box-shadow:0 0 70px #9ebeff2e}.signal-line{position:absolute;width:1px;height:330px;top:8px;left:167px;background:#ffffff1a}.home-signal p{position:absolute;right:-4px;bottom:24px;color:#596273;font-size:10px;letter-spacing:.15em;line-height:1.5;text-align:right}.home-signal p span{color:var(--home-gold)}.home-trust{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);list-style:none;border-top:1px solid rgba(255,255,255,.12);background:#04060a38}.home-trust li{display:flex;min-height:104px;flex-direction:column;justify-content:center;padding:20px 24px;border-right:1px solid rgba(255,255,255,.1)}.home-trust li:last-child{border-right:0}.home-trust strong{color:var(--home-cream);font-size:14px}.home-trust span{margin-top:3px;color:#7f899b;font-size:10.5px}.home-paths{margin-bottom:var(--space-3xl);padding:clamp(42px,6vw,62px) clamp(24px,5vw,48px);color:var(--home-cream);background:var(--home-night-soft);border-top:1px solid #2b3345}.home-section{margin-bottom:var(--space-3xl)}.home-section-head{margin-bottom:24px}.home-section-head .home-section-index{margin-bottom:9px}.home-section-head h2{margin:0;padding:0;color:var(--ink);border:0;font-size:clamp(25px,4.5vw,38px);letter-spacing:-.035em;line-height:1.35}.home-section-head>p:last-child,.home-section-head>div>p:last-child{margin-top:8px;color:var(--sub);font-size:13px}.home-paths .home-section-head h2{color:var(--home-cream)}.home-paths .home-section-head>p:last-child{color:var(--home-mist)}.home-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#343c50;border:1px solid #343c50}.home-path{position:relative;display:flex;min-height:230px;flex-direction:column;padding:22px;color:var(--home-cream);background:var(--home-night-soft);text-decoration:none;transition:background-color .2s}.home-path:hover{background:#202737}.home-path-primary{background:#222536}.home-path-no{color:#667086;font-size:11px}.home-path-label{margin-top:28px;color:var(--home-gold);font-size:9px;font-weight:700;letter-spacing:.19em}.home-path strong{margin-top:8px;font-size:18px}.home-path strong+span{margin-top:10px;color:var(--home-mist);font-size:12px;line-height:1.75}.home-path i{position:absolute;right:20px;bottom:16px;color:var(--home-gold);font-size:18px;font-style:normal}.home-section.starthere{margin-top:0;padding:0;background:none}.home-section .a-card-grid{gap:20px}.home-section .a-card,.home-section .cat-cards a{border-radius:0}.home-section .a-card{border-top:3px solid var(--line)}.home-section .a-card:hover{border-top-color:var(--home-gold)}.home-section .cat-cards a{border-left-width:2px}.home-section-head-row{display:flex;align-items:end;justify-content:space-between;gap:20px}.home-text-link{flex:0 0 auto;color:var(--ink);border-bottom:1px solid var(--home-gold);font-size:12px;font-weight:650;text-decoration:none}.home-manifesto{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px 52px;margin:0 calc(-1 * var(--gutter)) var(--space-3xl);padding:clamp(42px,7vw,70px) max(var(--gutter),calc((100% - var(--width-page)) / 2 + var(--gutter)));color:var(--home-cream);background:var(--home-night)}.home-manifesto .home-section-index{grid-column:1 / -1}.home-manifesto blockquote{margin:0;color:var(--home-cream);font-size:clamp(30px,5vw,46px);font-weight:750;letter-spacing:-.04em;line-height:1.25}.home-manifesto blockquote span{color:var(--home-gold)}.home-manifesto>p:not(.home-section-index){color:var(--home-mist);font-size:13px;line-height:2}.home-manifesto>a{grid-column:2;width:fit-content;color:var(--home-cream);border-bottom:1px solid var(--home-gold);font-size:12px;text-decoration:none}.home-guide-lead{margin-left:0}.home-exit{position:relative;overflow:hidden;margin-top:0;padding:56px 24px;border-radius:0;background:var(--home-night)}.home-exit:after{position:absolute;width:180px;height:180px;right:-60px;bottom:-90px;background:var(--home-gold);border-radius:50%;content:"";opacity:.9}.home-exit h2{position:relative;z-index:1;margin:12px 0;font-size:clamp(27px,5vw,40px);line-height:1.35}.home-exit>p{position:relative;z-index:1}.home-exit>a{position:relative;z-index:1;border-radius:0}@media(max-width:760px){.home-hero{grid-template-columns:1fr;min-height:0;padding:42px 26px 176px}.home-hero-copy{padding-bottom:0}.home-actions{align-items:stretch;flex-direction:column}.home-primary{min-width:0;width:100%}.home-secondary{width:fit-content}.home-signal{display:none}.home-trust{grid-template-columns:repeat(2,1fr)}.home-trust li{min-height:76px;padding:12px 18px}.home-trust li:nth-child(2){border-right:0}.home-trust li:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.home-path-grid{grid-template-columns:1fr}.home-path{min-height:190px}.home-manifesto{grid-template-columns:1fr}.home-manifesto>a{grid-column:1}.home-section-head-row{display:block}.home-text-link{display:inline-block;margin-top:14px}}.starthere h2,.featured h2,.latest h2,.toolbox h2,.category-index h2{font-size:18px;margin-bottom:6px;padding-left:10px;border-left:3px solid var(--ink)}.starthere,.featured,.latest,.toolbox,.category-index{margin-bottom:var(--section-gap)}.section-lead{font-size:13px;color:var(--sub);margin:0 0 14px 14px}.featured h2,.latest h2,.toolbox h2,.category-index h2{margin-bottom:14px}.starthere{background:linear-gradient(180deg,#5368ff0f,#5368ff00);border-radius:0;padding:22px 16px 8px;margin-top:-8px}.cat-cards{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--card-gap)}.cat-cards a{display:block;height:100%;background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--ink);border-radius:0;padding:var(--space-md) var(--space-md);text-decoration:none;transition:border-color .15s}.cat-cards a:hover{border-color:var(--ink)}.cat-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.cat-card-name{font-size:17px;font-weight:700;color:var(--navy)}.cat-card-count{font-size:11.5px;color:var(--sub);white-space:nowrap}.cat-card-tagline{font-size:12.5px;font-weight:600;color:var(--accent-ink);margin-top:3px}.cat-card-desc{font-size:12.5px;color:var(--sub);line-height:1.7;margin-top:7px}.a-card-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--card-gap)}.a-card{display:flex;flex-direction:column;height:100%;background:var(--surface);border:1px solid var(--line);border-radius:0;padding:0 var(--card-pad) var(--card-pad);overflow:hidden;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s}.a-card-thumb{display:block;width:calc(100% + 40px);max-width:none;aspect-ratio:3 / 2;object-fit:cover;margin:0 -20px 16px;background:var(--paper)}.a-card:hover{border-color:var(--ink);box-shadow:none}.a-card-top{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:11px}.a-card-cat{color:var(--navy);background:var(--paper);border:1px solid var(--line);border-radius:0;padding:2px 10px;font-weight:600}.a-card-time{color:var(--sub)}.a-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15.5px;font-weight:700;line-height:1.6;color:var(--navy)}.a-card:hover .a-card-title{text-decoration:underline;text-decoration-color:var(--amber)}.a-card-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12.5px;color:var(--sub);line-height:1.75;margin-top:7px;flex:1}.a-card-date{font-size:11px;color:var(--sub);margin-top:10px}.cat-hero-tagline{font-size:13px;font-weight:700;color:var(--accent-ink);margin-bottom:4px}.category-hero{margin-bottom:24px}.category-hero h1{font-size:24px;line-height:1.6;margin-bottom:8px}.category-hero p{font-size:14px;color:var(--sub)}.category-hero .count{font-size:12px;margin-top:4px}.pillar-lead{margin-bottom:20px}.pillar-lead-label{font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--accent-ink);margin-bottom:8px}.category-badge{display:inline-block;background:var(--surface);border:1px solid var(--line);border-radius:0;padding:1px 10px;font-size:11.5px;color:var(--navy);text-decoration:none}.category-badge:hover{border-color:var(--ink)}.member-bonus{margin-top:34px;border:0;border-top:1px solid var(--ink);border-radius:0;padding:14px 0 0;background:none}.member-bonus .mb-label{font-weight:700;font-size:15px;margin:0 0 6px}.member-bonus .mb-desc{font-size:13.5px;color:var(--muted);margin:0 0 14px}.member-bonus .mb-btn{display:inline-block;background:var(--ink);color:var(--paper);font-weight:700;font-size:14px;text-decoration:none;border-radius:0;padding:11px 20px}.member-bonus .mb-fallback{font-size:12px;color:var(--muted);margin:12px 0 0}.member-bonus .mb-fallback a{color:var(--accent-ink);font-weight:600}.series-banner{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin:4px 0 14px;font-size:12.5px}.series-banner .sb-kicker{background:var(--ink);color:var(--paper);font-weight:700;border-radius:0;padding:1px 7px;letter-spacing:.04em}.series-banner .sb-title{font-weight:700;text-decoration:none;border-bottom:1px solid var(--line)}.series-banner .sb-pos{color:var(--muted);font-variant-numeric:tabular-nums}.series-finale{color:var(--muted);font-size:13.5px;margin:4px 0 12px}.related-articles{margin-top:36px}.related-articles h2{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--sub);margin:0 0 14px;padding:14px 0 0;border-top:1px solid var(--ink)}.related-articles ul{list-style:none}.related-articles li{border-bottom:1px solid var(--line)}.rel-card{display:flex;gap:12px;align-items:flex-start;padding:12px 2px;text-decoration:none}.rel-card>.a-thumb{flex:0 0 auto;align-self:flex-start}.rel-card .rel-text{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.rel-card .rel-badge{display:inline-flex;align-self:flex-start;font-size:11px;letter-spacing:.08em;color:var(--paper);background:var(--ink);border-radius:0;padding:2px 9px;font-weight:700;margin-bottom:6px}.rel-card .rel-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14.5px;font-weight:700;color:var(--navy);line-height:1.55}.rel-card:hover .rel-title{text-decoration:underline;text-decoration-color:var(--amber)}.rel-card .rel-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12.5px;color:var(--sub);line-height:1.65;margin-top:4px}.next-read.rel-card{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--ink);border-radius:0;padding:14px 16px;margin-bottom:14px}.next-read.rel-card:hover{border-color:var(--ink)}.next-read.rel-card .rel-title{font-size:15.5px;line-height:1.5}.site-footer{background:var(--navy-deep);color:var(--bluegray);font-size:12px;line-height:1.9;text-align:left;padding:52px 0 36px;border-top:1px solid #2b2b29}.footer-inner{max-width:var(--width-brand);margin:0 auto;padding:0 var(--edge)}.footer-brand{display:flex;align-items:baseline;gap:14px;padding-bottom:20px;border-bottom:1px solid #2b2b29}.footer-word{color:var(--on-dark);font-family:Arial,Helvetica Neue,sans-serif;font-size:21px;font-weight:800;letter-spacing:-.07em;line-height:1}.footer-word span{color:var(--amber-soft)}.footer-sig{font-family:Arial,Helvetica Neue,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--bluegray)}.footer-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 36px;padding:26px 0 28px;border-bottom:1px solid #2b2b29}.footer-col{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.footer-col .footer-h{color:var(--on-dark);font-weight:700;font-size:11px;letter-spacing:.08em;margin-bottom:6px}.footer-col a{color:var(--bluegray);text-decoration:none;font-size:12.5px}.footer-col a:hover{color:var(--on-dark);text-decoration:underline;text-decoration-color:var(--amber)}.footer-crisis{max-width:76em;margin:22px 0 0;font-size:11.5px;line-height:1.95}.footer-crisis a{color:inherit}.footer-crisis strong{color:var(--on-dark);font-weight:700}.footer-legal{display:flex;flex-wrap:wrap;gap:6px 20px;margin:20px 0 0;padding-top:16px;border-top:1px solid #2b2b29;font-size:11.5px}.footer-legal a{color:inherit;text-decoration:underline;text-decoration-color:var(--amber);text-underline-offset:2px}.footer-legal a:hover{color:var(--on-dark)}.footer-legal span{margin-left:auto}@media(max-width:800px){.site-footer{padding:40px 0 30px}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 20px}.footer-legal span{margin-left:0;width:100%}}.minicheck-link{margin-top:20px;border:1px solid var(--line);border-radius:0;padding:14px 16px}.minicheck-link .mc-label{display:block;font-size:11.5px;color:var(--sub);margin-bottom:4px}.minicheck-link a{font-size:14.5px;font-weight:700;color:var(--navy);text-decoration:none}.minicheck-link a:hover{text-decoration:underline;text-decoration-color:var(--amber)}@media print{.site-header,.cat-nav,.site-footer,.exit-cta,.related-articles,.minicheck-link,.toc,.skip-link{display:none!important}body{background:#fff;color:#000}main{max-width:none;padding:0}.article-body{max-width:none;font-size:12pt}.sources a:after{content:" (" attr(href) ")";font-size:9pt;word-break:break-all}a{color:#000;text-decoration:none}}:root[data-theme=dark] body:not(.home-redesign) :is(.article-meta .verified,.rel-card .rel-title,.article-meta .byline a,.toc a,.sources a,.article-body strong,.related-articles .rel-title,.minicheck-link a,.category-badge,.cat-card-name,.a-card-title,.a-card-cat,.evidence-chip .ev-link,.legal-page h2){color:var(--ink)}:root[data-theme=dark] body:not(.home-redesign) .a-card-cat{background:var(--surface)}@media(prefers-color-scheme:dark){:root:not([data-theme]) body:not(.home-redesign) :is(.article-meta .verified,.rel-card .rel-title,.article-meta .byline a,.toc a,.sources a,.article-body strong,.related-articles .rel-title,.minicheck-link a,.category-badge,.cat-card-name,.a-card-title,.a-card-cat,.evidence-chip .ev-link,.legal-page h2){color:var(--ink)}:root:not([data-theme]) body:not(.home-redesign) .a-card-cat{background:var(--surface)}}.lang-switch{display:inline-flex;align-items:stretch;min-height:44px;font-family:Arial,Helvetica Neue,sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;line-height:1;white-space:nowrap}.lang-switch>*{display:inline-flex;align-items:center;padding:0 10px;color:inherit;text-decoration:none}.lang-switch>*+*{border-left:1px solid rgba(243,243,237,.22)}.lang-switch [aria-current]{opacity:1}.lang-switch a{opacity:.55;transition:opacity .15s ease}.lang-switch a:hover,.lang-switch a:focus-visible{opacity:1}.site-footer .en-disclaimer{font-weight:600}.site-footer .en-crisis{opacity:.9}.a-thumb{position:relative;overflow:hidden;background:#090909;border-radius:0}.a-thumb img{width:100%;height:100%;object-fit:cover;display:block}.a-thumb--card{width:100%;aspect-ratio:16 / 9}.a-thumb--list{flex:0 0 auto;width:96px;aspect-ratio:16 / 9;border-radius:0}.a-thumb--fallback{background:radial-gradient(120% 90% at 50% -10%,#9ebeff12,#9ebeff00 60%),linear-gradient(135deg,#161616,#0e0e0e 60%,#090909)}.a-thumb--fallback:after{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:34% auto;opacity:.92}.a-thumb--list.a-thumb--fallback:after{background-size:46% auto}.a-thumb--environment.a-thumb--fallback:after,.a-thumb--environment:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11l8-6 8 6'/%3E%3Cpath d='M6 10v9h12v-9'/%3E%3C/svg%3E")}.a-thumb--notification-time.a-thumb--fallback:after,.a-thumb--notification-time:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 16V11a6 6 0 0 1 12 0v5l1.5 2h-15z'/%3E%3Cpath d='M10 20.4a2 2 0 0 0 4 0'/%3E%3C/svg%3E")}.a-thumb--myths.a-thumb--fallback:after,.a-thumb--myths:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5h14v10h-7l-4 4v-4H5z'/%3E%3Cpath d='M9.6 8.6a2.3 2.3 0 0 1 3.8 1.7c0 1.4-1.8 1.6-1.8 2.7'/%3E%3C/svg%3E")}.a-thumb--psychology.a-thumb--fallback:after,.a-thumb--psychology:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12a8 8 0 1 1-3-6.2'/%3E%3Cpath d='M20 4v5h-5'/%3E%3C/svg%3E")}.a-thumb--night-stories.a-thumb--fallback:after,.a-thumb--night-stories:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4a8 8 0 1 0 4 11 6.5 6.5 0 0 1-4-11z'/%3E%3C/svg%3E")}.a-thumb--self-check.a-thumb--fallback:after,.a-thumb--self-check:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3.4'/%3E%3C/svg%3E")}.a-thumb--fitness.a-thumb--fallback:after,.a-thumb--fitness:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2-5 3 11 2.5-6H21'/%3E%3C/svg%3E")}.a-thumb--supplement.a-thumb--fallback:after,.a-thumb--supplement:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c3.5 4.5 5.5 7 5.5 9.5a5.5 5.5 0 0 1-11 0C6.5 11 8.5 8.5 12 4z'/%3E%3C/svg%3E")}.a-thumb--diet.a-thumb--fallback:after,.a-thumb--diet:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 11h17a8.5 8.5 0 0 1-17 0z'/%3E%3Cpath d='M12 4.2v2.6M9 5.4v1.8M15 5.4v1.8'/%3E%3C/svg%3E")}.a-thumb--default.a-thumb--fallback:after,.a-thumb--default:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3f3ed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 4h9l3 3v13H6z'/%3E%3Cpath d='M9 9h6M9 13h6'/%3E%3C/svg%3E")}.a-card>.a-thumb--card{margin:-18px calc(-1 * var(--card-pad)) 12px;width:auto;border-radius:0}.rel-card>.a-thumb--list{width:104px}.home-redesign{--v3-black: #090909;--v3-white: #f3f3ed;--v3-lime: #dbe9ff;--v3-blue: #5368ff;--v3-blue-fill: #4356e6;--v3-gray: #8b8b86;--v3-line: #2b2b29;background:var(--v3-white);color:var(--v3-black)}.home-redesign .site-header{padding:0;background:var(--v3-black);border-bottom:1px solid var(--v3-line);box-shadow:none}.home-redesign .site-header .inner{max-width:var(--width-brand);min-height:72px;gap:18px}.home-redesign .site-header .brand{text-decoration:none}.home-redesign .site-header .brand img{display:none}.home-redesign .site-header .brand-word{display:block;color:var(--v3-white);font-family:Arial,Helvetica Neue,sans-serif;font-size:25px;font-weight:800;letter-spacing:-.07em;line-height:1}.home-redesign .site-header .brand-word span{color:#9ebeff}.home-redesign .site-header .tagline{margin-left:8px;color:var(--v3-lime);font-family:Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em}.home-redesign .site-header .side-toggle{order:5;margin-left:auto;color:var(--v3-white);border-color:#454541;border-radius:0}.home-redesign .site-header .st-label{display:none}.home-redesign .site-header .header-search{margin-left:auto;color:var(--v3-white)}.home-redesign .site-header .side-toggle+.brand{order:1}.home-redesign .site-header .tagline{order:2}.home-redesign .site-header .header-search{order:3}.home-redesign .site-header .theme-toggle{display:none}.home-redesign .site-header .lang-switch{order:4;border-radius:0}.home-redesign .site-header .nav-toggle{order:5}.home-redesign .site-header .cat-nav{display:none}.home-redesign main{max-width:none;margin:0;padding:0}.home-redesign .home-shell{--home-night: var(--v3-black);--home-gold: var(--v3-white);--home-cream: var(--v3-white);max-width:none;color:var(--v3-black);background:var(--v3-white)}.home-redesign .home-hero.home-v3{position:relative;display:flex;min-height:calc(100svh - 72px);flex-direction:column;justify-content:space-between;max-width:none;margin:0;padding:26px var(--bleed) 0;overflow:hidden;color:var(--v3-white);background:var(--v3-black);border:0;border-radius:0}.home-redesign .home-hero.home-v3:before{display:none}.home-hero-object{position:absolute;z-index:0;top:6%;right:calc(var(--bleed) - 42px);bottom:6%;width:min(47vw,650px);margin:0;pointer-events:none}.home-hero-object .hho-echo{position:absolute;z-index:0;top:-10%;right:auto;left:-62vw;bottom:-10%;width:86%;height:auto;transform:scaleX(-1);opacity:.34;pointer-events:none}.home-hero-object img{width:100%;height:100%;object-fit:contain;opacity:.82}.home-hero-top{position:relative;z-index:2;display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--v3-line);color:var(--v3-gray);font-family:Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.09em}.home-redesign .home-hero h1{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;justify-content:center;margin:0;padding:5vh 0;color:var(--v3-white);font-size:clamp(2.9rem,7.6vw,7rem);font-weight:900;letter-spacing:-.04em;line-height:1.06}.home-redesign .home-hero h1 span,.home-redesign .home-hero h1 em{display:block;text-wrap:balance}.home-redesign .home-hero h1 em{align-self:flex-start;color:var(--v3-white);font-style:normal}.home-hero-bottom{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;padding:24px 0 28px;border-top:1px solid var(--v3-line)}.home-redesign .home-lead{max-width:43rem;margin:0;word-break:auto-phrase;text-wrap:pretty;color:#c3c3bc;font-size:16px;line-height:1.9}.home-redesign .home-actions{margin:0;gap:20px}.home-redesign .home-primary{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-width:248px;padding:17px 22px;color:var(--v3-black);background:var(--v3-white);border:0;border-radius:0;font-size:17px;font-weight:750;letter-spacing:.01em;text-decoration:none;transition:background-color .16s ease}.home-redesign .home-primary .cta-label{flex:0 1 auto;padding:0;line-height:1.45}.home-redesign .home-primary .cta-mark{display:grid;place-items:center;flex:0 0 auto;width:auto;border:0;opacity:.72}.home-redesign .home-primary .cta-mark svg{transition:transform .16s ease}.home-redesign .home-primary:hover{color:var(--v3-black);background:#fff;transform:none}.home-redesign .home-primary:hover .cta-mark{opacity:1}.home-redesign .home-primary:hover .cta-mark svg{transform:translate(2px,-2px)}.home-redesign .home-primary:active{background:#dedcd4}.home-redesign .home-secondary{padding-bottom:2px;color:var(--v3-white);border-color:#666661;font-size:14px}.home-redesign .home-actions-note{grid-column:2;margin:12px 0 0;color:#8b8b86;font-size:12px;line-height:1.7}.home-proof{position:relative;z-index:2;display:grid;grid-template-columns:auto 1fr auto 1fr;gap:16px 28px;align-items:center;margin:0 calc(-1 * var(--bleed));padding:18px var(--bleed);color:var(--v3-white);background:#141414;border-top:1px solid var(--v3-line)}.home-proof span{color:#9ebeff;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em}.home-proof strong{font-size:13px;font-weight:600}.home-redesign .home-ticker{overflow:hidden;color:#b6bbc3;background:#111418;border-top:1px solid var(--v3-line);border-bottom:1px solid var(--v3-line);white-space:nowrap}.home-redesign .home-ticker-track{display:flex;width:max-content;animation:v3-ticker 105s linear infinite}.home-redesign .home-ticker-track span{padding:12px 0;font-family:Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em;white-space:nowrap}@keyframes v3-ticker{to{transform:translate(-50%)}}.home-redesign .home-worlds,.home-redesign .home-section,.home-redesign .home-programs{max-width:var(--shell);margin:0 auto;padding:112px var(--edge)}.home-redesign .home-section{margin-bottom:0}.home-redesign .home-section-head{margin:0 0 44px;padding-top:14px;border-top:1px solid var(--v3-black)}.home-redesign .home-section-index{color:var(--v3-black);font-family:Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.13em}.home-redesign .home-section-head h2{max-width:850px;color:var(--v3-black);font-size:clamp(1.6rem,3.3vw,3rem);font-weight:850;letter-spacing:-.03em;line-height:1.32;word-break:auto-phrase}.home-redesign .home-section-split{display:grid;grid-template-columns:1fr 2fr;gap:40px}.home-redesign .home-section-split>div>p{margin-top:12px;color:#686864;font-size:15px}.home-world-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v3-black);border-bottom:1px solid var(--v3-black)}.home-world{position:relative;display:flex;min-height:420px;flex-direction:column;padding:22px 26px;color:var(--v3-black);border-right:1px solid var(--v3-black);text-decoration:none;transition:color .2s,background-color .2s}.home-world:last-child{border-right:0}.home-world:hover{color:var(--v3-white);background:var(--v3-black)}.home-world-no{color:#686864;font-family:Arial,sans-serif;font-size:12px}.home-world:hover .home-world-no{color:var(--v3-gray)}.home-world strong{margin-top:56px;font-family:Arial,sans-serif;font-size:clamp(2.3rem,3.6vw,3.6rem);letter-spacing:-.07em;line-height:1}.home-world-excess{margin-top:18px;color:#686864;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:-.01em}.home-world h3{margin-top:4px;font-size:21px;line-height:1.55;letter-spacing:-.01em;word-break:auto-phrase}.home-world-note{max-width:19rem;margin-top:14px;color:#686864;font-size:14px;line-height:1.75;word-break:auto-phrase}.home-world:hover .home-world-excess{color:#9a9a94}.home-world:hover .home-world-note{color:#aaa}.home-world i{position:absolute;right:24px;bottom:20px;font-size:18px;font-style:normal}.home-redesign .home-scale{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:none;margin:0;padding:0;background:var(--v3-white);border-bottom:1px solid var(--v3-black)}.home-redesign .home-scale-item{padding:72px var(--bleed) 66px;border-right:1px solid var(--v3-black)}.home-redesign .home-scale-item:last-child{border-right:0}.home-redesign .home-scale-item:last-child{padding-left:48px}.home-redesign .home-scale-item:first-child{padding-right:48px}.home-redesign .home-scale-item strong{display:block;margin:18px 0 16px;color:var(--v3-black);font-family:Arial,Helvetica Neue,sans-serif;font-size:clamp(4.2rem,11vw,9rem);font-weight:800;letter-spacing:-.06em;line-height:.86;font-variant-numeric:tabular-nums}.home-redesign .home-scale-item>p:last-child{max-width:26rem;color:#686864;font-size:14px;line-height:1.85;word-break:auto-phrase}.home-redesign .starthere{max-width:none;margin:0;padding-right:var(--bleed);padding-left:var(--bleed);background:#eceae2}.home-redesign .featured{background:var(--v3-white)}.home-redesign .home-section .a-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 18px}.home-redesign .home-section .a-card{padding:0;color:var(--v3-black);background:transparent;border:0;border-top:1px solid var(--v3-black);border-radius:0;box-shadow:none}.home-redesign .home-section .a-card:hover{border-top-color:var(--v3-black);box-shadow:none;transform:none}.home-redesign .a-card>.a-thumb--card{width:100%;margin:0 0 14px;border-radius:0;filter:grayscale(1) contrast(1.08);transition:filter .25s}.home-redesign .a-card:hover>.a-thumb--card{filter:grayscale(0)}.home-redesign .a-card-top{margin:0 0 12px;font-size:12px}.home-redesign .a-card-cat{color:var(--v3-black);background:transparent;border:0;border-radius:0;padding:0;font-weight:750}.home-redesign .a-card-time{margin-left:auto;color:#60605d}.home-redesign .a-card-title{font-size:19px;font-weight:750;letter-spacing:-.012em;line-height:1.6;word-break:auto-phrase}.home-redesign .a-card-desc{color:#5e5e59;font-size:14px;line-height:1.8;word-break:auto-phrase}.home-redesign .a-card-date{color:#686864;font-size:11px}.home-redesign .home-manifesto{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;max-width:none;margin:0;padding:130px var(--bleed);color:var(--v3-white);background:var(--v3-black)}.home-redesign .home-manifesto .home-section-index{grid-column:1 / -1;color:#9ebeff}.home-redesign .home-manifesto blockquote{margin:0;color:var(--v3-white);font-size:clamp(2rem,4.6vw,4.4rem);font-weight:900;letter-spacing:-.04em;line-height:1.16;word-break:auto-phrase}.home-redesign .home-manifesto blockquote span{color:#9ebeff}.home-redesign .home-manifesto>div{align-self:end;max-width:34rem}.home-redesign .home-manifesto>div p{color:#b0b0aa;font-size:16px;line-height:1.95}.home-redesign .home-manifesto>div p+p{margin-top:18px}.home-redesign .home-manifesto>div a{display:inline-block;margin-top:36px;padding-bottom:4px;color:#b9d0ff;border-bottom:1px solid #6279a6;font-family:Arial,sans-serif;font-size:12px;font-weight:800;letter-spacing:.1em;text-decoration:none}.home-redesign .home-text-link{display:inline-block;margin-top:20px;color:var(--v3-black);font-family:Arial,sans-serif}.home-tool-list{border-top:1px solid var(--v3-black)}.home-tool-list a{display:grid;grid-template-columns:70px 1fr auto;gap:20px;align-items:center;padding:22px 0;color:var(--v3-black);border-bottom:1px solid var(--v3-black);text-decoration:none;transition:padding .2s,color .2s,background-color .2s}.home-tool-list a:hover{padding-right:18px;padding-left:18px;color:var(--v3-white);background:var(--v3-black)}.home-tool-list span,.home-tool-list i{font-family:Arial,sans-serif;font-size:11px;font-style:normal;letter-spacing:.09em}.home-tool-list strong{font-size:clamp(1.2rem,2.4vw,2rem);letter-spacing:-.012em}.home-category-list{list-style:none;border-top:1px solid var(--v3-black)}.home-category-list a{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:20px;padding:15px 0;color:var(--v3-black);border-bottom:1px solid var(--v3-black);text-decoration:none}.home-category-list a:hover strong{text-decoration:underline;text-decoration-color:var(--v3-lime);text-decoration-thickness:3px}.home-category-list span,.home-category-list i{font-family:Arial,sans-serif;font-size:10px;font-style:normal;letter-spacing:.08em}.home-category-list strong{font-size:18px}.home-redesign .home-programs{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding-top:0}.home-programs a{display:flex;min-height:150px;flex-direction:column;justify-content:space-between;padding:20px;color:var(--v3-white);background:var(--v3-black);border-right:1px solid #353532;border-bottom:1px solid #353532;font-family:Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.1em;text-decoration:none}.home-programs a:nth-child(2n){border-right:0}.home-programs a:hover{color:var(--v3-white);background:#1d2330}.home-programs span{font-family:Hiragino Sans,Noto Sans JP,sans-serif;font-size:16px;letter-spacing:0}.home-redesign .home-exit{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:none;margin:0;padding:80px var(--bleed);overflow:visible;color:var(--v3-white);background:var(--v3-black);border:0;border-top:1px solid var(--v3-line);border-radius:0;text-align:left}.home-redesign .home-exit:after{display:none}.home-redesign .home-exit .home-section-index{grid-column:1 / -1;color:#9ebeff}.home-redesign .home-exit h2{margin:0;color:var(--v3-white);font-size:clamp(1.95rem,4.4vw,4.2rem);font-weight:900;letter-spacing:-.04em;line-height:1.16;word-break:auto-phrase}.home-redesign .home-exit>div{align-self:end}.home-redesign .home-exit>div p{margin-bottom:20px;color:#b6bbc3;font-size:16px}.home-redesign .home-exit>div a.home-primary{min-width:240px}.home-redesign .home-exit .cta-sub{grid-column:2;color:#8f949c}@media(max-width:800px){.home-redesign .site-header{padding:0}.home-redesign .site-header .inner{min-height:62px}.home-redesign .site-header .tagline,.home-redesign .site-header .side-toggle{display:none}.home-redesign .site-header .lang-switch{font-size:11px}.home-redesign .site-header .lang-switch>*{padding:0 8px}.home-redesign .site-header .header-search{margin-left:auto}.home-redesign .home-hero.home-v3{min-height:calc(100svh - 62px);padding:20px 18px 0}.home-hero-object{top:6%;right:-30%;bottom:20%;width:96vw;opacity:.68}.home-hero-top{font-size:9px}.home-hero-top p:last-child{display:none}.home-redesign .home-hero h1{padding:6vh 0 4vh;font-size:clamp(2.5rem,12.4vw,4.4rem);line-height:1.14}.home-redesign .home-hero h1 em{align-self:flex-start}.home-hero-bottom{grid-template-columns:1fr;gap:28px}.home-redesign .home-actions-note{grid-column:1;margin-top:10px}.home-redesign .home-actions{align-items:stretch}.home-redesign .home-primary{width:100%;min-width:0;font-size:16px;padding:16px 18px}.home-proof{grid-template-columns:1fr 1fr;gap:5px 18px;margin:0 -18px;padding:16px 18px}.home-proof span:nth-of-type(2){margin-top:12px}.home-proof strong{font-size:12px}.home-redesign .home-worlds,.home-redesign .home-section,.home-redesign .home-programs{padding:76px 18px}.home-redesign .home-scale{grid-template-columns:1fr}.home-redesign .home-scale-item,.home-redesign .home-scale-item:first-child,.home-redesign .home-scale-item:last-child{padding:48px 18px;border-right:0;border-bottom:1px solid var(--v3-black)}.home-redesign .home-scale-item:last-child{border-bottom:0}.home-redesign .home-section-split{grid-template-columns:1fr;gap:18px}.home-world-grid{grid-template-columns:1fr}.home-world{min-height:300px;border-right:0;border-bottom:1px solid var(--v3-black)}.home-world:last-child{border-bottom:0}.home-world strong{margin-top:46px}.home-redesign .home-section .a-card-grid{grid-template-columns:1fr;gap:46px}.home-redesign .home-manifesto{grid-template-columns:1fr;gap:48px;padding:90px 18px}.home-redesign .home-manifesto .home-section-index{grid-column:1}.home-tool-list a,.home-category-list a{grid-template-columns:42px 1fr}.home-tool-list i,.home-category-list i{grid-column:2}.home-redesign .home-programs{grid-template-columns:1fr;padding-top:0}.home-programs a{border-right:0}.home-redesign .home-exit{grid-template-columns:1fr;gap:36px;margin:0;padding:70px 18px}.home-redesign .home-exit .cta-sub{grid-column:1}}@media(prefers-reduced-motion:reduce){.home-redesign .home-ticker-track{animation:none}}.en-v3 main{max-width:none;padding-left:0;padding-right:0;padding-top:0}.en-v3 main>:not(.en-hero){max-width:var(--shell);margin-left:auto;margin-right:auto;padding-left:var(--edge);padding-right:var(--edge)}.en-v3 main>section:not(.en-hero){margin-top:var(--section-gap)}.en-v3 .en-hero{position:relative;max-width:none;margin:0;padding:26px var(--bleed) 0;color:var(--on-dark);background:var(--navy)}.en-hero-top{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #2b2b29;color:var(--bluegray);font-family:Arial,Helvetica Neue,sans-serif;font-size:11px;font-weight:700;letter-spacing:.09em}.en-hero-top p{margin:0}.en-hero-title{margin:0;padding:6vh 0 5vh;font-family:Arial,Helvetica Neue,sans-serif;font-size:clamp(2.9rem,8vw,7.4rem);font-weight:800;letter-spacing:-.05em;line-height:.96;color:var(--on-dark)}.en-hero-title span,.en-hero-title em{display:block;font-style:normal}.en-hero-title em{color:var(--on-dark)}.en-hero-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;padding:22px 0 10px;border-top:1px solid #2b2b29}.en-lead{max-width:44rem;margin:0;color:#c3c3bc;font-size:16px;line-height:1.8}.en-hero-cta{display:inline-flex;align-items:center;gap:16px;padding:16px 22px;color:#090909;background:var(--on-dark);border:0;font-size:16px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background-color .16s ease}.en-hero-cta .cta-label{padding:0}.en-hero-cta .cta-mark{display:grid;place-items:center;flex:0 0 auto;opacity:.72}.en-hero-cta .cta-mark svg{transition:transform .18s ease}.en-hero-cta:hover{background:#fff}.en-hero-cta:hover .cta-mark{opacity:1}.en-hero-cta:hover .cta-mark svg{transform:translateY(2px)}.en-hero-note{margin:0 0 22px;color:var(--bluegray);font-size:12px}.en-proof{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:16px 28px;align-items:center;margin:0 calc(-1 * var(--bleed));padding:18px var(--bleed);background:#141414;border-top:1px solid #2b2b29}.en-proof span{color:var(--amber-soft);font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em}.en-proof strong{font-size:13px;font-weight:600;color:var(--on-dark)}.footer-nav--en{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px}@media(max-width:800px){.en-v3 .en-hero{padding:20px 18px 0}.en-hero-top{font-size:9px}.en-hero-top p:last-child{display:none}.en-hero-title{padding:5vh 0 4vh;font-size:clamp(2.4rem,13vw,4.4rem)}.en-hero-bottom{grid-template-columns:1fr;gap:22px}.en-hero-cta{width:100%;justify-content:center}.en-proof{grid-template-columns:1fr 1fr;gap:5px 18px;margin:0 -18px;padding:16px 18px}}.site-header .brand,.header-search,.theme-toggle,.side-toggle{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.nav-toggle{width:44px;height:44px}.home-secondary,.home-text-link,.evidence-chip .ev-link,.series-banner .sb-title,.home-manifesto>div a,.aff-cta,.ic-link{display:inline-block;padding-top:16px;padding-bottom:14px}.lv-links a,.nf-cats a{display:inline-flex;align-items:center;min-height:44px}.home-redesign .home-actions{align-items:center}@media(max-width:800px){.site-header .brand,.header-search,.theme-toggle,.nav-toggle{min-height:46px}.nav-toggle{width:46px;height:46px}}:root{--grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.13'/%3E%3C/svg%3E")}.home-redesign .home-manifesto,.home-redesign .home-exit,.en-v3 .en-hero{background-color:#090909;background-image:var(--grain),radial-gradient(118% 88% at 62% 32%,#141414,#0c0c0c 54%,#050505);background-repeat:repeat,no-repeat;background-size:160px 160px,cover;background-position:0 0,center}.home-redesign .home-hero.home-v3{background:var(--v3-black)}.home-redesign .home-hero.home-v3:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:var(--grain),radial-gradient(118% 88% at 62% 30%,#ffffff0d,#fff0,#0000006b);background-repeat:repeat,no-repeat;background-size:160px 160px,cover}.site-footer{background-image:var(--grain);background-repeat:repeat;background-size:160px 160px}@media(prefers-reduced-transparency:reduce){.home-redesign .home-hero.home-v3,.home-redesign .home-manifesto,.home-redesign .home-exit,.en-v3 .en-hero,.site-footer{background-image:none}}.a-thumb img{filter:grayscale(1) contrast(1.06);transition:filter .25s ease}.a-card:hover .a-thumb img,.a-card:focus-visible .a-thumb img,.cat-cards a:hover .a-thumb img,.book-cards a:hover .a-thumb img,.rel-card:hover .a-thumb img,a:hover>.a-thumb img,a:focus-visible>.a-thumb img{filter:grayscale(0) contrast(1)}@media(prefers-reduced-motion:reduce){.a-thumb img{transition:none}}
