.theme-toggle[data-astro-cid-x3pjskd3]{display:grid;place-items:center;width:2.2rem;height:2.2rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);cursor:pointer;transition:color .2s,background .2s}.theme-toggle[data-astro-cid-x3pjskd3]:hover{color:var(--accent-strong);background:var(--accent-soft)}[data-theme=light] .icon-sun[data-astro-cid-x3pjskd3],:not([data-theme]) .icon-sun[data-astro-cid-x3pjskd3]{display:none}[data-theme=dark] .icon-moon[data-astro-cid-x3pjskd3]{display:none}[data-theme=dark] .icon-sun[data-astro-cid-x3pjskd3]{display:block}:root{--bg: #f6efe4;--bg-strong: #eed7b8;--surface: rgba(255, 250, 242, .9);--surface-strong: #fff9f0;--line: rgba(87, 48, 8, .16);--text: #2f2117;--muted: #705848;--accent: #8d2f23;--accent-strong: #6b1f16;--accent-soft: rgba(141, 47, 35, .12);--shadow: 0 18px 45px rgba(63, 37, 15, .12);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 14px;--container: 1120px;color-scheme:light}[data-theme=dark]{--bg: #1a1410;--bg-strong: #2a2018;--surface: rgba(40, 30, 20, .9);--surface-strong: #302418;--line: rgba(200, 170, 130, .2);--text: #e8ddd0;--muted: #a89880;--accent: #d4654a;--accent-strong: #e87860;--accent-soft: rgba(212, 101, 74, .15);--shadow: 0 18px 45px rgba(0, 0, 0, .3);color-scheme:dark}*{box-sizing:border-box}html{font-family:Hiragino Mincho ProN,Yu Mincho,"Noto Serif JP",serif;background:radial-gradient(circle at top left,rgba(255,255,255,.85),transparent 28rem),linear-gradient(180deg,#f4ead8,#f6efe4 32%,#f2e7d9);color:var(--text)}[data-theme=dark] html,html[data-theme=dark]{background:radial-gradient(circle at top left,rgba(60,40,20,.5),transparent 28rem),linear-gradient(180deg,#1a1410 0% 32%,#18120e)}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%}.shell{min-height:100vh;background:radial-gradient(circle at 100% 0%,rgba(173,83,44,.14),transparent 24rem),radial-gradient(circle at 0% 100%,rgba(117,63,17,.1),transparent 28rem)}[data-theme=dark] .shell{background:radial-gradient(circle at 100% 0%,rgba(173,83,44,.08),transparent 24rem),radial-gradient(circle at 0% 100%,rgba(117,63,17,.06),transparent 28rem)}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);background:#f6efe4d1;border-bottom:1px solid var(--line)}[data-theme=dark] .site-header{background:#1a1410d9}.header-inner{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 0}.brand{display:inline-flex;gap:.85rem;align-items:center;font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif}.brand strong{display:block;font-size:1rem;letter-spacing:.06em}.brand small{display:block;color:var(--muted);font-size:.72rem}.brand-mark{display:grid;place-items:center;width:2.5rem;aspect-ratio:1;border-radius:.9rem;color:#fff8f0;background:linear-gradient(160deg,var(--accent) 0%,var(--accent-strong) 100%);box-shadow:var(--shadow);font-weight:700}.site-nav{display:flex;flex-wrap:wrap;gap:.65rem;font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif}.site-nav a{padding:.7rem 1rem;border:1px solid transparent;border-radius:999px;color:var(--muted)}.site-nav a:hover,.site-nav a.is-active{color:var(--accent-strong);background:var(--accent-soft);border-color:var(--accent-soft)}.page-content{padding:2.5rem 0 6rem}.hero,.panel,.card,.search-shell,.section-block{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius-xl)}.hero{padding:2rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--accent-strong);font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif;font-size:.82rem}h1,h2,h3{margin:0;line-height:1.2}h1{font-size:clamp(2rem,4vw,3.8rem);margin-top:1rem}h2{font-size:clamp(1.4rem,2vw,2.1rem);margin-bottom:1rem}p,li{line-height:1.8}.lede{max-width:64ch;color:var(--muted);margin-top:1rem;font-size:1.02rem}.section-head{display:flex;gap:1rem;align-items:end;justify-content:space-between;margin-bottom:1.2rem}.section-head p{margin:0;color:var(--muted)}.stack{display:grid;gap:1.5rem}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.panel,.section-block{padding:1.35rem}.meta-row,.chip-row{display:flex;flex-wrap:wrap;gap:.6rem}.chip,.meta-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border-radius:999px;font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif;font-size:.83rem;border:1px solid var(--line);background:var(--surface)}.chip.subtle,.meta-pill.subtle{color:var(--muted)}.chip.accent,.meta-pill.accent{color:var(--accent-strong);background:var(--accent-soft)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem;color:var(--muted);font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif;font-size:.88rem}.breadcrumbs span:last-child{color:var(--text)}.entry-card-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.entry-card-title h3{font-size:1.25rem}.muted{color:var(--muted)}.article-body{display:grid;gap:1rem}.entry-article-section{padding-bottom:4rem;margin-bottom:2rem}.article-body p{margin:0}.empty{padding:1rem 1.1rem;border-radius:var(--radius-md);background:var(--surface);border:1px dashed rgba(111,81,56,.35);color:var(--muted)}.empty-entry{display:grid;gap:.5rem;min-height:220px;place-content:center;text-align:center}.empty-entry strong{color:var(--accent-strong);font-size:1rem;letter-spacing:.04em}.empty-entry p{margin:0}.search-shell{padding:1.4rem}.search-shell input{width:100%;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface-strong);color:var(--text);font:inherit}.search-results{display:grid;gap:1rem;margin-top:1rem}.search-result{padding:1rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line)}.entry-hero{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start}.entry-hero-related{gap:.9rem;padding-top:.25rem}.entry-hero-related h2{font-size:1.1rem;margin-bottom:.4rem}.entry-hero-related p{margin:0;color:var(--muted)}.entry-visual{display:block;overflow:hidden;aspect-ratio:3 / 4;border-radius:var(--radius-lg);border:1px solid var(--line);background:linear-gradient(180deg,#fffffff5,#f1e2d1eb),var(--surface-strong);box-shadow:inset 0 1px #ffffffad}.entry-visual img{width:100%;height:100%;object-fit:cover;display:block}.entry-visual-large{width:min(100%,420px);justify-self:end;aspect-ratio:1 / 1}.entry-visual-search{width:120px;flex:0 0 120px}.entry-visual-placeholder{width:100%;height:100%;display:grid;place-items:center;gap:.55rem;padding:1rem;text-align:center;color:var(--muted);background:radial-gradient(circle at top,rgba(255,255,255,.72),transparent 55%),repeating-linear-gradient(-45deg,#8d2f230f,#8d2f230f 14px,#ffffff59 14px 28px)}.entry-visual-placeholder strong{color:var(--accent-strong);font-size:.95rem;letter-spacing:.04em}.entry-visual-placeholder span{font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif;font-size:.8rem}.search-result-layout{display:flex;gap:1rem;align-items:start}.search-result-copy{flex:1;min-width:0;gap:1rem}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.stats strong{display:block;font-size:1.8rem}.stats span{color:var(--muted);font-family:Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif}.sidebar-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:2rem;align-items:start}@media(max-width:900px){.sidebar-layout{grid-template-columns:1fr;gap:1rem}.header-inner,.section-head,.entry-card-title{align-items:start;flex-direction:column}.entry-hero,.search-result-layout{grid-template-columns:1fr;flex-direction:column}.grid.two,.grid.three,.stats{grid-template-columns:1fr}.entry-visual-large,.entry-visual-search{width:100%;flex-basis:auto;justify-self:stretch}}
