:root{--color-navy: #000e5f;--color-red: #c70102;--color-red-text: #a80000;--color-white: #ffffff;--color-yellow: #8a5c00;--color-yellow-bg: #f5e6c8;--color-green: #2d6b2d;--color-blue: #165493;--color-muted-red: #6b2020;--bg: #f6f7f3;--bg-surface: #ffffff;--bg-subtle: #f0ede8;--text: #1a1916;--text-muted: #5c5850;--text-faint: #8a857d;--border: #ddd9d3;--border-strong: #b5b0a8;--focus-ring: #000e5f;--mark-bg: rgba(210, 140, 20, .28);--space-xs: clamp(.25rem, .5vw, .5rem);--space-sm: clamp(.5rem, 1vw, .875rem);--space-md: clamp(1rem, 2.5vw, 1.75rem);--space-lg: clamp(1.75rem, 4vw, 3rem);--space-xl: clamp(3rem, 6vw, 5rem);--text-sm: clamp(.875rem, .8rem + .4vw, .9375rem);--text-base: clamp(1.0625rem, 1rem + .35vw, 1.125rem);--text-md: clamp(1.125rem, 1rem + .75vw, 1.375rem);--text-lg: clamp(1.375rem, 1rem + 1.5vw, 2rem);--text-xl: clamp(1.75rem, 1rem + 2.5vw, 2.75rem);--line-height: 1.75;--text-ja-base: clamp(1.0625rem, 1rem + .4vw, 1.1875rem);--text-ja-md: clamp(1.1875rem, 1rem + .9vw, 1.5rem);--text-ja-lg: clamp(1.5rem, 1rem + 2vw, 2.25rem);--line-height-ja: 1.9;--sidebar-w: 260px;--text-max-w: min(72ch, 760px);--page-max-w: 1400px;--transition: .2s ease;--radius-sm: 3px;--radius-md: 6px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #16151a;--bg-surface: #1f1e24;--bg-subtle: #252430;--text: #e8e6e0;--text-muted: #a09c94;--text-faint: #6b675f;--border: #2e2d35;--border-strong: #4a4855;--focus-ring: #7aafd4;--mark-bg: rgba(255, 195, 50, .22);--color-yellow: #e6b86a;--color-green: #5aad5a;--color-blue: #6aacec;--color-muted-red: #e07070}}[data-theme=dark]{--bg: #16151a;--bg-surface: #1f1e24;--bg-subtle: #252430;--text: #e8e6e0;--text-muted: #a09c94;--text-faint: #6b675f;--border: #2e2d35;--border-strong: #4a4855;--focus-ring: #7aafd4;--mark-bg: rgba(255, 195, 50, .22);--color-yellow: #e6b86a;--color-green: #5aad5a;--color-blue: #6aacec;--color-muted-red: #e07070}[data-theme=light]{--bg: #faf9f6;--bg-surface: #ffffff;--bg-subtle: #f0ede8;--text: #1a1916;--text-muted: #5c5850;--text-faint: #8a857d;--border: #ddd9d3;--border-strong: #b5b0a8;--focus-ring: #000e5f;--color-yellow: #8a5c00;--color-green: #2d6b2d;--color-blue: #165493;--color-muted-red: #6b2020}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;scrollbar-gutter:stable}body{margin:0;background-color:var(--bg);color:var(--text);font-size:var(--text-base);line-height:var(--line-height);font-family:Meiryo,メイリオ,Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,Hiragino Kaku Gothic Pro,ヒラギノ角ゴシック Pro,MS PGothic,ＭＳ Ｐゴシック,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(fr):not(rt):not(rp):not(body),:lang(en):not(rt):not(rp):not(body),:lang(la):not(rt):not(rp):not(body),:lang(nl):not(rt):not(rp):not(body),:lang(grc):not(rt):not(rp):not(body){font-family:Palatino Linotype,Palatino,Book Antiqua,Georgia,serif;line-height:var(--line-height)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}p,h1,h2,h3,h4,blockquote,figure{margin:0;overflow-wrap:anywhere;max-width:100%}.article-body,.article-aside,.page-main,.page-sidebar{min-width:0}a{color:inherit;text-decoration:underline;text-decoration-style:dotted;text-decoration-thickness:1px;text-underline-offset:4px;text-decoration-color:var(--border-strong);transition:text-decoration-color var(--transition)}a:hover{text-decoration-style:solid;text-decoration-thickness:1px;text-decoration-color:var(--text)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px;border-radius:var(--radius-sm)}h1{font-size:var(--text-xl);line-height:1.2;font-weight:500}h2{font-size:var(--text-lg);line-height:1.3;font-weight:500;margin-block:var(--space-md) var(--space-sm)}h3{font-size:var(--text-md);line-height:1.4;font-weight:500;margin-block:var(--space-sm)}h4{font-size:var(--text-base);font-weight:500;margin-block:var(--space-sm)}p{margin-block:var(--space-sm);line-height:var(--line-height)}p:first-child{margin-block-start:0}p:last-child{margin-block-end:0}:lang(ja) p{line-height:var(--line-height-ja);margin-block:clamp(.95rem,2.375vw,1.6625rem)}:lang(ja) p:first-child{margin-block-start:0}:lang(ja) p:last-child{margin-block-end:0}:is(p,li,dt,dd,blockquote,figcaption,h1,h2,h3,h4,h5,h6,.collection-item__excerpt,.blog-list__excerpt):has(ruby){--line-height: 2.8;--line-height-ja: 2.8;line-height:2.8}.collection-item__excerpt:has(ruby),.blog-list__excerpt:has(ruby){padding-block-start:.6em}:lang(ja) h1{font-size:var(--text-ja-lg)}:lang(ja) h2{font-size:var(--text-ja-md)}:lang(ja) p{font-size:var(--text-ja-base);line-height:var(--line-height-ja)}:lang(ja){word-break:auto-phrase}:lang(fr),:lang(en){-webkit-hyphens:auto;hyphens:auto}.yellow{color:var(--color-yellow)}.green{color:var(--color-green)}.blue{color:var(--color-blue)}.red{color:var(--color-muted-red)}p.conversation{padding-inline-start:var(--space-md);color:var(--text-muted)}blockquote{margin-inline:var(--space-md);padding-inline-start:var(--space-md);border-inline-start:2px solid var(--border);color:var(--text-muted);font-style:italic}q{quotes:"“" "”" "‘" "’"}:lang(fr) q{quotes:"« " " »" "‹ " " ›"}:lang(ja) q{quotes:"「" "」" "『" "』"}:lang(en) q{quotes:"“" "”" "‘" "’"}.speaker{font-variant:small-caps;letter-spacing:.05em}.text-muted{color:var(--text-muted)}mark{background:var(--mark-bg);color:inherit;padding:0;border-radius:1px}ruby mark rt,mark rt,mark rp{background:none;padding:0}cite{font-style:italic}abbr[title]{text-decoration:underline dotted;cursor:help}code,samp,kbd{font-family:Cascadia Code,Fira Code,Courier New,monospace;font-size:.875em;background:var(--bg-subtle);padding:.1em .3em;border-radius:var(--radius-sm)}ruby{ruby-align:center;line-height:2.8}rt{font-size:.575em;line-height:1.2;color:color-mix(in srgb,var(--text-muted) 55%,var(--text) 45%);background:none!important;padding:0!important;margin:0;font-family:Meiryo,Yu Gothic Medium,YuGothic,Hiragino Kaku Gothic Pro,sans-serif}rp{display:none}ruby mark rt,mark rt{background:none!important;color:var(--text-muted)}[data-ruby=off] rt,[data-ruby=off] rp{display:none}figure{display:flex;flex-direction:column;align-items:center;margin-block:var(--space-lg)}figcaption{margin-block-start:var(--space-sm);font-size:var(--text-base);color:var(--text-muted);line-height:1.6;text-align:center}.class-diane-img{width:100%;height:auto}.class-40-img,.class-60-img{width:auto;max-width:100%;max-height:70vh}ol,ul{padding-inline-start:var(--space-md)}ol li,ul li{margin-block:var(--space-xs)}ol.doc{padding-inline-start:3rem}ol.doc li{list-style-type:none;margin-block:var(--space-sm)}ol.doc li[value]{list-style-type:decimal}ol.doc li[value]::marker{display:list-item;color:var(--text-faint);font-size:var(--text-sm)}ol.doc li p,ol.doc li p.conversation{margin-block-start:0;margin-block-end:0}ol.year{list-style:none;padding-inline-start:0}ol.year li{list-style-type:none;margin-block:var(--space-sm)}ol.year li p:first-child{text-indent:-3rem;padding-inline-start:3rem;margin-block:var(--space-sm)}.year-width{display:inline-block;width:3rem;color:var(--text-faint);font-size:var(--text-sm);font-variant-numeric:tabular-nums}dl{margin-block:var(--space-sm)}dt{font-weight:500;color:var(--text-muted);font-size:var(--text-base);margin-block-start:var(--space-sm);margin-block-end:0}dt:first-child{margin-block-start:0}dd{margin-inline-start:var(--space-md);margin-block-start:var(--space-xs);margin-block-end:0;color:var(--text-muted);font-size:var(--text-base)}dd+dd{margin-block-start:var(--space-sm)}h4.note{font-size:var(--text-md);font-weight:500;margin-block-start:var(--space-md);margin-block-end:var(--space-xs);color:var(--text)}h4.note:first-child{margin-block-start:0}h4.note:target{background:var(--mark-bg);border-radius:var(--radius-sm);padding-inline:var(--space-xs);margin-inline:calc(-1 * var(--space-xs));outline:none}.notices{font-size:.8em;color:var(--text-muted)}.notices p{margin-block:var(--space-xs)}a.note-ref{color:var(--color-blue);text-decoration:none;vertical-align:baseline;font-size:inherit;margin-inline-start:.15em;padding-inline:.25em;border-radius:var(--radius-sm);border-block-end:1.5px solid currentColor;background:#16549317;background:color-mix(in srgb,currentColor 9%,transparent);transition:background var(--transition),border-block-end-style var(--transition)}a.note-ref:hover{background:#1654932b;background:color-mix(in srgb,currentColor 17%,transparent);border-block-end-style:solid}a.note-ref:focus-visible{outline-offset:2px}hgroup{margin-block-start:var(--space-lg);margin-block-end:var(--space-md)}hgroup:first-child{margin-block-start:0}hgroup h1,hgroup h2{margin-block:0}hgroup h1,hgroup h2,hgroup h3{overflow-wrap:anywhere}hgroup h2{font-size:var(--text-md);color:var(--text-muted);font-weight:400}hr{border:none;border-block-start:1px solid var(--border);margin-block:var(--space-lg)}.page{display:flex;min-height:100dvh}.page-sidebar{display:none;width:var(--sidebar-w);flex-shrink:0;position:sticky;top:0;height:100dvh;overflow:hidden;background:var(--bg-surface);border-inline-end:1px solid var(--border);padding:var(--space-md);padding-inline-end:11px;overscroll-behavior:contain}@media(min-width:900px){.page-sidebar{display:flex;flex-direction:column;gap:var(--space-md)}}.page-main{flex:1;min-width:0;padding-block-end:4rem}@media(min-width:900px){.page-main{padding-block-end:0}}.article-layout{padding:var(--space-md);max-width:var(--text-max-w);margin-inline:auto}.article-aside{margin-block-start:var(--space-xl);padding-block-start:var(--space-md);border-block-start:1px solid var(--border)}.nav-logo{display:block;width:227px;height:auto;flex-shrink:0}.nav-logo svg{display:block;width:100%;height:auto}[lang=fr] .nav-logo #pathcircle{fill:#fff;stroke:#ddd;stroke-width:.5}[lang=fr] .nav-logo #pathf{fill:#000e5f}[lang=fr] .nav-logo #pathv,[lang=ja] .nav-logo #pathcircle{fill:#c70102}[lang=ja] .nav-logo #pathf,[lang=ja] .nav-logo #pathv{fill:#fff}[lang=en] .nav-logo #pathcircle{fill:#000e5f}[lang=en] .nav-logo #pathf{fill:#fff}[lang=en] .nav-logo #pathv,[lang=fr] .nav-logo .logo-mark:hover #pathcircle{fill:#c70102}[lang=fr] .nav-logo .logo-mark:hover #pathf{fill:#fff}[lang=fr] .nav-logo .logo-mark:hover #pathv{fill:#000e5f}[lang=ja] .nav-logo .logo-mark:hover #pathcircle{fill:#fff;stroke:#ddd}[lang=ja] .nav-logo .logo-mark:hover #pathf,[lang=ja] .nav-logo .logo-mark:hover #pathv{fill:#b30000}[lang=en] .nav-logo .logo-mark:hover #pathcircle{fill:#c70102}[lang=en] .nav-logo .logo-mark:hover #pathf{fill:#000e5f}[lang=en] .nav-logo .logo-mark:hover #pathv{fill:#fff}.nav-search{display:flex;align-items:center;gap:var(--space-xs);background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-xs) var(--space-sm)}.nav-search input{flex:1;border:none;background:transparent;color:var(--text);font-size:var(--text-sm);outline:none}.nav-search input::placeholder{color:var(--text-faint)}.nav-breadcrumb{font-size:var(--text-sm);color:var(--text-muted);display:flex;flex-wrap:wrap;gap:var(--space-xs);align-items:center}.nav-breadcrumb a{text-decoration:none}.nav-breadcrumb a:hover{color:var(--text)}.nav-breadcrumb span{color:var(--text-faint)}.nav-section-title{font-size:var(--text-sm);font-weight:500;color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;margin-block:var(--space-sm) var(--space-xs)}.nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px}.nav-links a{display:block;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);font-size:var(--text-sm);text-decoration:none;color:var(--text-muted);transition:background var(--transition),color var(--transition)}.nav-links a:hover,.nav-links a[aria-current=page]{background:var(--bg-subtle);color:var(--text)}.nav-toc{font-size:var(--text-sm);color:var(--text-muted);flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.nav-toc>a,.nav-toc-children>a{display:flex;align-items:center;min-height:2.75rem;margin-block:1px;padding-inline:var(--space-sm) var(--space-sm);padding-inline-start:calc(var(--space-sm) + .85em);text-indent:-.85em;border-radius:var(--radius-sm);text-decoration:none;color:var(--text-muted);transition:background var(--transition),color var(--transition)}.nav-toc>a:hover,.nav-toc-children>a:hover{background:var(--bg-subtle);color:var(--text)}.nav-toc>a[aria-current=page],.nav-toc-children>a[aria-current=page]{display:flex;align-items:center;justify-content:center;min-height:2.5rem;background:var(--bg-subtle);color:var(--text);font-weight:600;text-align:center;white-space:normal;text-indent:0}.nav-toc details,.nav-toc-children details{border:none;max-width:100%}.nav-toc details>summary,.nav-toc-children details>summary{display:flex;align-items:center;justify-content:space-between;min-height:2.75rem;margin-block:1px;padding-inline:var(--space-sm) var(--space-xs);border-radius:var(--radius-sm);list-style:none;cursor:pointer;color:var(--text-muted);transition:background var(--transition),color var(--transition)}.nav-toc details>summary::-webkit-details-marker,.nav-toc-children details>summary::-webkit-details-marker{display:none}.nav-toc details>summary:after,.nav-toc-children details>summary:after{content:"+";font-size:1.1em;font-weight:300;flex-shrink:0;min-width:1.4em;text-align:center;line-height:1;opacity:.7}.nav-toc details[open]>summary:after,.nav-toc-children details[open]>summary:after{content:"−"}.nav-toc details[open],.nav-toc-children details[open]{background-color:#80808014;border-radius:var(--radius-sm)}.nav-toc details>summary:hover,.nav-toc-children details>summary:hover{background:var(--bg-subtle);color:var(--text)}.nav-toc details>summary a,.nav-toc-children details>summary a{display:flex;align-items:center;min-height:2.75rem;text-decoration:none;color:inherit;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-toc details>summary:has(a[aria-current=page]),.nav-toc-children details>summary:has(a[aria-current=page]){background:var(--bg-subtle);min-height:2.5rem;justify-content:center}.nav-toc details>summary a[aria-current=page],.nav-toc-children details>summary a[aria-current=page]{color:var(--text);font-weight:600;text-align:center;white-space:normal}.nav-toc details>summary span,.nav-toc-children details>summary span{display:flex;align-items:center;min-height:2.75rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-toc-children{padding-inline-start:var(--space-sm);border-inline-start:1px solid var(--border);margin-inline-start:calc(var(--space-sm) + .2em);margin-block-start:1px}.nav-toc-children.animating{overflow:hidden;transition:max-height .22s ease}.nav-lang{display:flex;justify-content:space-between;padding-block-start:var(--space-sm);border-block-start:1px solid var(--border)}.nav-lang a{display:inline-flex;align-items:center;min-height:2.75rem;padding-inline:var(--space-xs);font-size:var(--text-sm);color:var(--text-muted);text-decoration:none}.nav-lang a:hover{color:var(--text)}.nav-footer{margin-block-start:auto;padding-block-start:var(--space-md);border-block-start:1px solid var(--border);display:flex;gap:var(--space-sm)}.nav-footer a{display:flex;align-items:center;min-height:2.75rem;padding-inline:var(--space-xs);font-size:var(--text-sm);color:var(--text-muted);text-decoration:none}.nav-footer a:hover{color:var(--text)}.bottom-bar{position:fixed;bottom:0;inset-inline:0;display:flex;background:var(--bg-surface);border-block-start:1px solid var(--border);z-index:100;padding-block-end:env(safe-area-inset-bottom)}@media(min-width:900px){.bottom-bar{display:none}}.bottom-bar a{flex:1;display:flex;align-items:center;justify-content:center;min-height:44px;padding:var(--space-xs);font-size:var(--text-sm);text-decoration:none;color:var(--text-muted);transition:color var(--transition),background var(--transition);border-radius:0}.bottom-bar a:hover,.bottom-bar a[aria-current=page]{color:var(--text);background:var(--bg-subtle)}.nav-panel{position:fixed;inset:0;background:var(--bg-surface);transform:translate(-100%);transition:transform .28s ease;z-index:200;overflow-y:auto;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.nav-panel:target{transform:translate(0)}.nav-panel-close{display:flex;align-items:center;justify-content:flex-end;text-decoration:none;color:var(--text-muted);font-size:var(--text-sm);min-height:44px}@media(min-width:900px){.nav-panel{display:none}}section{margin-block:var(--space-lg)}.section-nav{margin-block-start:var(--space-lg);padding:var(--space-sm) var(--space-md);border-inline-start:2px solid var(--border);background:var(--bg-subtle);border-radius:var(--radius-md)}.section-nav ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-xs);counter-reset:section-counter}.section-nav li{counter-increment:section-counter;display:flex;align-items:baseline;gap:var(--space-sm);margin-block:0}.section-nav li:before{content:counter(section-counter);font-size:var(--text-sm);color:var(--text-faint);font-variant-numeric:tabular-nums;min-width:1.2em;text-align:end;flex-shrink:0}.section-nav a{font-size:var(--text-sm);color:var(--text-muted)}.section-nav a:hover{color:var(--text)}.section-pending{min-height:4rem;border-radius:var(--radius-md);background:linear-gradient(90deg,var(--bg-subtle) 0%,var(--bg) 50%,var(--bg-subtle) 100%);background-size:200% 100%;animation:section-shimmer 1.6s ease-in-out infinite}.section-pending h2{background:none;animation:none}@media(prefers-reduced-motion:reduce){.section-pending{animation:none}}@keyframes section-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.collection{margin-block-start:var(--space-lg)}.collection-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-lg)}.collection-item--no-post{padding-inline-start:calc(var(--depth, 0) * var(--space-md));font-size:var(--text-md)}.collection-item--no-post a{color:var(--text);text-decoration:none;font-weight:500}.collection-item--no-post a:hover{text-decoration:underline;text-underline-offset:4px}.collection-item--with-image{display:flex;flex-wrap:wrap;gap:var(--space-md);padding-inline-start:calc(var(--depth, 0) * var(--space-md));align-items:start}.collection-item__img{flex:0 0 280px;order:2;min-width:0}.collection-item__body{flex:1 1 280px;order:1;min-width:0}.collection-item__figure{margin:0;display:flex;flex-direction:column;gap:var(--space-xs)}.collection-item__figure picture,.collection-item__figure img{width:100%;height:auto;border-radius:var(--radius-md);display:block}.collection-item__figure a{display:block;text-decoration:none}.collection-item__figure figcaption{font-size:var(--text-sm);color:var(--text-muted);text-align:center;line-height:1.4}.collection-item__body{display:flex;flex-direction:column;gap:var(--space-xs)}.collection-item__title{font-size:var(--text-md);font-weight:600;line-height:1.3;margin-block:0}.collection-item__title a{color:var(--text);text-decoration:none}.collection-item__title a:hover{text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--border-strong)}.collection-item__excerpt{font-size:var(--text-sm);color:var(--text-muted);margin-block:0;line-height:var(--line-height)}.collection-item__tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);list-style:none;padding:0;margin-block:0}.collection-item__tag{font-size:var(--text-sm);color:var(--color-navy);background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.15em .5em;cursor:default}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .collection-item__tag{color:var(--color-blue)}}[data-theme=dark] .collection-item__tag{color:var(--color-blue)}.collection-group{margin-block:var(--space-lg)}.collection-group:first-child{margin-block-start:0}.collection-group__title{font-size:var(--text-md);font-weight:500;margin-block:0 var(--space-sm);padding-block-end:var(--space-xs);border-block-end:1px solid var(--border);color:var(--text-muted)}.collection-group__title a{color:var(--text);text-decoration:none}.collection-group__title a:hover{text-decoration:underline;text-underline-offset:4px}.collection-list--nested{padding-inline-start:var(--space-md);border-inline-start:2px solid var(--border);margin-block-start:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-md)}article footer{margin-block-start:var(--space-xl);padding-block-start:var(--space-md);border-block-start:1px solid var(--border);color:var(--text-muted);font-size:var(--text-sm)}[data-pattern=on] .pattern-bulles{background-image:url(/patterns/bulles.svg);background-repeat:no-repeat;background-size:contain;background-position:center right}[data-pattern=on] .pattern-livres{background-image:url(/patterns/livres.svg);background-repeat:no-repeat;background-size:contain;background-position:center right}.notices{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);border-inline-start:3px solid currentColor;background:var(--bg-subtle)}.notices.yellow{border-color:var(--color-yellow)}.notices.green{border-color:var(--color-green)}.notices.blue{border-color:var(--color-blue)}.notices.red{border-color:var(--color-muted-red)}audio{width:100%;max-width:280px;height:36px;margin-block:var(--space-xs)}map area:focus-visible{outline:3px solid var(--focus-ring)}@media print{.page-sidebar,.bottom-bar,.nav-panel{display:none}body{font-size:11pt;color:#000;background:#fff}a{text-decoration:underline;color:#000}}.doc-toc-block{background:var(--bg-surface);border-block:1px solid var(--border);margin-block:0;margin-inline:0;width:calc(var(--sidebar-w) - 2 * var(--space-md))}.nav-toc-children .doc-toc-block{margin-inline-start:calc(-1 * (2 * var(--space-sm) + .2em + 1px))}.nav-toc-children .nav-toc-children .doc-toc-block{margin-inline-start:calc(-2 * (2 * var(--space-sm) + .2em + 1px))}.nav-toc-children .nav-toc-children .nav-toc-children .doc-toc-block{margin-inline-start:calc(-3 * (2 * var(--space-sm) + .2em + 1px))}.nav-toc-children .nav-toc-children .nav-toc-children .nav-toc-children .doc-toc-block{margin-inline-start:calc(-4 * (2 * var(--space-sm) + .2em + 1px))}.doc-toc{position:relative;max-height:11rem;overflow-y:auto;padding-inline:var(--space-sm);scrollbar-width:thin;scrollbar-color:var(--border) transparent}.doc-toc__list{list-style:none;margin:0;padding-block:calc(var(--space-xs) / 2);padding-inline:0;display:flex;flex-direction:column}.doc-toc__item a{display:flex;align-items:center;min-height:1.5rem;text-decoration:none;line-height:1.4;padding-block:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}.doc-toc__item a:hover{color:var(--text)}.doc-toc__item a[aria-current=true]{color:var(--text);font-weight:600;background:var(--bg-subtle);padding-inline:var(--space-xs);margin-inline:calc(-1 * var(--space-xs))}.doc-toc__item--h2 a{font-size:var(--text-sm);padding-inline-start:var(--space-sm);color:var(--text)}.doc-toc__item--h3 a{font-size:calc(var(--text-sm) * .95);padding-inline-start:calc(var(--space-sm) + .6rem);color:var(--text-muted)}.doc-toc__item--h4 a{font-size:calc(var(--text-sm) * .9);padding-inline-start:calc(var(--space-sm) + 1.2rem);color:var(--text-muted)}:target{scroll-margin-top:1rem}.collection-list--nested .collection-item--with-image{flex-wrap:nowrap}.collection-list--nested .collection-item__body{flex:1 1 0;min-width:0}.collection-list--nested .collection-item__img{flex:0 0 200px}.page--blog .page-sidebar{display:none}.page--blog .page-main{margin-inline-start:0;display:flex;flex-direction:column;align-items:center}.page--blog .post-body{width:100%;max-width:52rem}.blog-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-xs);max-width:48rem}.blog-list__item{border-radius:var(--radius-md);border:1px solid var(--border);overflow:hidden;background:var(--bg-surface);transition:border-color var(--transition)}.blog-list__item:has(.blog-list__details[open]){border-color:var(--text-muted)}.blog-list__summary{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);min-height:2.75rem;cursor:pointer;list-style:none;transition:background var(--transition);-webkit-user-select:none;user-select:none}.blog-list__summary::-webkit-details-marker{display:none}.blog-list__summary::marker{display:none}.blog-list__summary:hover{background:var(--bg-subtle)}.blog-list__icon{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;opacity:.2}.blog-list__icon svg{width:100%;height:100%;max-width:70px;fill:currentColor;stroke:currentColor}.blog-list__title{font-size:var(--text-base);font-weight:500;color:var(--text);line-height:1.4;flex:1}.blog-list__body{padding:0 var(--space-md) var(--space-md);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:var(--space-sm)}.blog-list__excerpt{font-size:var(--text-sm);color:var(--text-muted);line-height:1.6;margin:0}.blog-list__date{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;margin-inline-start:auto;padding-inline-start:var(--space-sm);font-variant-numeric:tabular-nums;line-height:1.3;color:var(--text-muted);font-size:var(--text-sm);text-align:right;white-space:nowrap}.blog-list__date span:first-child{font-size:calc(var(--text-sm) * 1.1);font-weight:400}.blog-list__date span:last-child{font-size:calc(var(--text-sm) * .9);color:var(--text-muted)}.blog-list__read-more{font-size:var(--text-sm);font-weight:500;color:var(--text);text-decoration:none;align-self:flex-start;padding:var(--space-xs) var(--space-sm);border:1px solid var(--border);border-radius:var(--radius-sm);transition:background var(--transition),border-color var(--transition)}.blog-list__read-more:hover{background:var(--bg-subtle);border-color:var(--text-muted)}.blog-post-hero{position:fixed;inset:0;pointer-events:none;z-index:0}.blog-post-hero:before{content:"";position:absolute;inset:0;background-image:var(--blog-bg-svg, none);background-repeat:repeat;background-size:auto;opacity:.12}@media(prefers-color-scheme:dark){.blog-post-hero:before{opacity:.18}}.blog-post-hero:after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:var(--blog-ib-svg, none);background-repeat:no-repeat;background-position:center center;background-size:61vh;opacity:.22;pointer-events:none}@media(prefers-color-scheme:dark){.blog-post-hero:after{opacity:.22}}.page--profile .page-sidebar{display:none}.page--profile .page-main{margin-inline-start:0}.mobile-docs-nav{border-block-end:1px solid var(--border);margin-block-end:var(--space-md);padding-inline:var(--space-md);transition:background-color .2s ease}.mobile-docs-nav--open{background-color:#80808014;border-radius:var(--radius-sm)}.mobile-docs-nav__toggle{display:flex;width:100%;justify-content:space-between;align-items:center;padding-block:.75rem;padding-inline:0;background:none;border:none;cursor:pointer;font-weight:600;font-size:1rem;color:inherit;text-align:left}.mobile-docs-nav__toggle:after{content:"+";font-size:1.4em;font-weight:300;line-height:1;flex-shrink:0;min-width:1.4em;text-align:center}.mobile-docs-nav--open .mobile-docs-nav__toggle:after{content:"−"}.mobile-docs-nav__body{display:none}.mobile-docs-nav__body--open{display:block;padding-block-end:var(--space-md)}@media(min-width:900px){.mobile-docs-nav{display:none}}.mobile-docs-nav__search{margin-block-end:var(--space-sm)}.mobile-docs-nav__langs{margin-block-start:var(--space-sm);padding-block-start:var(--space-sm);border-block-start:1px solid var(--border)}.mobile-docs-nav .doc-toc-block{width:auto}@supports (animation-timeline: scroll()){@keyframes curtain-parallax{0%{transform:translateZ(0)}to{transform:translate3d(0,33dvh,0)}}@keyframes curtain-fade{0%{opacity:1}to{opacity:0}}.curtain-image-img{animation-name:curtain-parallax,curtain-fade;animation-timing-function:linear,linear;animation-fill-mode:both,both;animation-timeline:scroll(root block),scroll(root block);animation-range-start:0px,0px;animation-range-end:100vh,700px}}.page--home .page-sidebar{display:none}.page--home .page-main{margin-inline-start:0;padding:0}.curtain-image{position:relative;width:100%;height:100dvh;overflow:hidden;background-color:#000}.curtain-image-image{background-size:cover;background-position:center;position:absolute;inset:0;will-change:transform,opacity}.curtain-meta{position:absolute;bottom:80px;left:30%;right:30%;text-align:center;z-index:9}#landing-curtain-h1{margin:0;padding:0}svg#curtain-fr,svg#curtain-ja,svg#curtain-en{display:block;margin:0 auto;width:414px;height:180px;max-width:100%}a.curtain-button-side{color:#ffffffe6;background:#0000001a;font-size:22px;padding:16px 8px 0;border:1px solid rgba(255,255,255,.75);border-radius:3px;text-decoration:none}a.curtain-button-side:hover{background:#ffffff40}a.curtain-button-center{color:#fff;background:#00000026;font-size:33px;padding:20px 12px 0;border:1px solid rgba(255,255,255,.85);border-radius:3px;text-decoration:none;margin:4px 6px}a.curtain-button-center:hover{background:#ffffff40}p#curtain-button{display:flex;justify-content:center;align-items:flex-end;align-items:center;gap:3px;letter-spacing:0;font-size:3.2rem;margin:.85rem 0 1.7rem;flex-wrap:nowrap}@media(max-width:680px){p#curtain-button{flex-direction:column;align-items:center;gap:8px}.curtain-meta{left:8%;right:8%}}a.curtain-button-side,a.curtain-button-center{letter-spacing:initial}.curtain-button-side ruby,.curtain-button-center ruby{ruby-align:center}.curtain-button-side ruby>rt{letter-spacing:.1em;font-size:60%}.topofpage{text-decoration:none}.svg-topofpage path:hover{opacity:.9}.curtain-content{display:block}#curtain-photo{width:180px;height:180px;display:block;margin:0 auto var(--space-sm)}.curtain-image-picture{position:absolute;inset:0;display:block}.curtain-image-img{width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform,opacity;display:block}.post-layout{display:block}@media(min-width:1200px){.post-layout{display:grid;grid-template-columns:minmax(0,var(--article-max-width, 80ch)) 250px;justify-content:center;gap:0 2rem;align-items:start}.post-layout>.post-toc{grid-column:2;grid-row:1}.post-layout>.article-layout{grid-column:1;grid-row:1}}.post-toc{padding-inline:.75rem;box-sizing:border-box;overflow-x:hidden;max-width:100%;font-size:1rem;line-height:1.6;background-color:transparent}@media(min-width:1200px){.post-toc{position:sticky;top:1.5rem;max-height:calc(100vh - 3rem);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-gutter:stable;margin-block:0;padding-inline:.5rem}}.post-toc--open{background-color:#7f7f7f33;border-radius:6px}.post-toc__toggle{display:flex;width:100%;padding:.75rem 0;background:none;border:none;cursor:pointer;font-weight:600;font-size:1rem;text-align:left;justify-content:space-between;align-items:center;color:inherit;box-sizing:border-box}.post-toc__toggle-sign{display:inline-block;width:1.4em;text-align:center;font-size:1.4em;font-weight:300;flex-shrink:0;line-height:1}@media(min-width:1200px){.post-toc__toggle{display:none}}.post-toc__body{display:none;padding-top:.25rem}.post-toc__body--open{display:block;max-width:100%;overflow-x:hidden}@media(min-width:1200px){.post-toc__body{display:block}}.post-toc__blog-link{display:flex;align-items:center;min-height:44px;font-weight:600;font-size:1rem;text-decoration:none;color:inherit;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-toc__blog-link:hover,.post-toc__blog-link:focus-visible{color:var(--color-link, #0055aa)}.post-toc__hr{display:block;border:none;border-top:1px solid currentColor;opacity:.25;margin:.4rem 0;width:100%}.post-toc__list{margin:0;padding:.25rem 0;list-style:none}.post-toc__item{overflow:hidden;padding-inline-start:.25rem}.post-toc__item--h3{padding-inline-start:1rem}.post-toc__link{display:block;padding-block:.25rem;min-height:44px;display:flex;align-items:center;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;color:inherit}.post-toc__link:hover,.post-toc__link:focus-visible{color:var(--color-link, #0055aa);text-decoration:underline}.post-toc__item--notes{padding-inline-start:0}.post-toc__list-sep{list-style:none;padding:0;margin-top:.25rem}.post-toc__notes-summary{display:flex;justify-content:space-between;align-items:center;min-height:44px;padding-block:.4rem;cursor:pointer;font-size:1rem;font-weight:600;list-style:none;color:inherit;-webkit-user-select:none;user-select:none}.post-toc__notes-summary::marker,.post-toc__notes-summary::-webkit-details-marker{display:none}.post-toc__notes-sign{display:none}.post-toc__notes-summary:after{content:"+";font-size:1.4em;font-weight:300;flex-shrink:0;min-width:1.4em;text-align:center;line-height:1}details[open]>.post-toc__notes-summary:after{content:"−"}.post-toc__notes-list{margin:0;padding:.25rem 0;list-style:none}.post-toc__item--h4{padding-inline-start:1rem}.post-toc__row-list{display:flex;list-style:none;margin:0;padding:0;gap:0}.post-toc__row-list>li{flex:1 1 0;min-width:0}.post-toc__row-list>li:nth-child(2){text-align:center}.post-toc__row-list>li:last-child{text-align:right}.post-toc__row-link{display:flex;align-items:center;min-height:2.75rem;padding-inline:var(--space-xs, .25rem);font-size:var(--text-sm, .875rem);color:inherit;text-decoration:none;white-space:normal;word-break:normal;overflow-wrap:anywhere}.post-toc__row-list>li:nth-child(2) .post-toc__row-link{justify-content:center}.post-toc__row-list>li:last-child .post-toc__row-link{justify-content:flex-end}.post-toc__row-link:hover,.post-toc__row-link:focus-visible{color:var(--text, inherit);text-decoration:underline}.post-toc__nav-row{display:flex;justify-content:space-between;align-items:center;padding-block:.4rem;gap:.5rem}.post-toc__nav-link{display:inline-flex;align-items:center;gap:.3em;min-height:44px;font-size:1rem;font-weight:600;text-decoration:none;color:inherit;max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-toc__nav-link:hover,.post-toc__nav-link:focus-visible{color:var(--color-link, #0055aa)}@media(min-width:1200px){.blog-post-hero:after{background-position:calc(50% - 141px) center}}@media(min-width:1200px){.article-bottom-nav{display:none}}.page-top-mobile{display:flex;align-items:center;justify-content:center;gap:.4em;min-height:44px;margin-block-start:var(--space-md, 1rem);font-size:1rem;font-weight:600;text-decoration:none;color:inherit}@media(min-width:1200px){.page-top-mobile{display:none}}.post-mobile-bottom{margin-block-start:var(--space-md, 1.5rem)}.post-mobile-bottom__hr{border:none;border-top:1px solid var(--border, #ccc);margin:0 0 .5rem}.post-mobile-bottom__row{display:flex;justify-content:space-between;list-style:none;margin:0 0 .5rem;padding:0;gap:.25rem}.post-mobile-bottom__row>li{min-width:0;flex:1 1 0}.post-mobile-bottom__row>li:nth-child(2){text-align:center}.post-mobile-bottom__row>li:last-child{text-align:right}.post-mobile-bottom__link{display:flex;align-items:center;min-height:44px;font-size:var(--text-sm, .875rem);color:inherit;text-decoration:none;white-space:normal;word-break:normal;overflow-wrap:anywhere}.post-mobile-bottom__row>li:nth-child(2) .post-mobile-bottom__link{justify-content:center}.post-mobile-bottom__row>li:last-child .post-mobile-bottom__link{justify-content:flex-end}.post-mobile-bottom__link:hover,.post-mobile-bottom__link:focus-visible{color:var(--color-link, #0055aa)}.post-mobile-bottom__top{display:flex;justify-content:center;align-items:center;min-height:44px;font-size:1rem;font-weight:600;text-decoration:none;color:inherit}.post-mobile-bottom__top:hover,.post-mobile-bottom__top:focus-visible{color:var(--color-link, #0055aa)}@media(min-width:1200px){.post-mobile-bottom{display:none}}[lang=fr] .blog-logo #pathcircle{fill:#fff;stroke:#ddd;stroke-width:.5}[lang=fr] .blog-logo #pathf{fill:#000e5f}[lang=fr] .blog-logo #pathv,[lang=ja] .blog-logo #pathcircle{fill:#c70102}[lang=ja] .blog-logo #pathf,[lang=ja] .blog-logo #pathv{fill:#fff}[lang=en] .blog-logo #pathcircle{fill:#000e5f}[lang=en] .blog-logo #pathf{fill:#fff}[lang=en] .blog-logo #pathv,[lang=fr] .blog-logo:hover #pathcircle{fill:#c70102}[lang=fr] .blog-logo:hover #pathf{fill:#fff}[lang=fr] .blog-logo:hover #pathv{fill:#000e5f}[lang=ja] .blog-logo:hover #pathcircle{fill:#fff;stroke:#ddd}[lang=ja] .blog-logo:hover #pathf,[lang=ja] .blog-logo:hover #pathv{fill:#b30000}[lang=en] .blog-logo:hover #pathcircle{fill:#c70102}[lang=en] .blog-logo:hover #pathf{fill:#000e5f}[lang=en] .blog-logo:hover #pathv{fill:#fff}.blog-list-bottom{display:flex;justify-content:center;align-items:center;margin-block-start:var(--space-lg, 2rem);padding-block-start:var(--space-md, 1rem);border-top:1px solid var(--border, #ccc)}.blog-list-bottom__link{display:flex;align-items:center;justify-content:center;min-height:44px;font-size:1rem;font-weight:600;text-decoration:none;color:inherit;gap:.3em}.blog-list-bottom__link:hover,.blog-list-bottom__link:focus-visible{color:var(--color-link, #0055aa)}.site-logo{display:none}@media(min-width:1200px){.site-logo{display:block;position:fixed;top:var(--space-md, 1rem);left:var(--space-md, 1rem);width:48px;height:48px;z-index:100;text-decoration:none;flex-shrink:0}.site-logo svg{width:100%;height:100%}}[lang=fr] .site-logo #pathcircle{fill:#fff;stroke:#ddd;stroke-width:.5}[lang=fr] .site-logo #pathf{fill:#000e5f}[lang=fr] .site-logo #pathv,[lang=ja] .site-logo #pathcircle{fill:#c70102}[lang=ja] .site-logo #pathf,[lang=ja] .site-logo #pathv{fill:#fff}[lang=en] .site-logo #pathcircle{fill:#000e5f}[lang=en] .site-logo #pathf{fill:#fff}[lang=en] .site-logo #pathv,[lang=fr] .site-logo:hover #pathcircle{fill:#c70102}[lang=fr] .site-logo:hover #pathf{fill:#fff}[lang=fr] .site-logo:hover #pathv{fill:#000e5f}[lang=ja] .site-logo:hover #pathcircle{fill:#fff;stroke:#ddd}[lang=ja] .site-logo:hover #pathf,[lang=ja] .site-logo:hover #pathv{fill:#b30000}[lang=en] .site-logo:hover #pathcircle{fill:#c70102}[lang=en] .site-logo:hover #pathf{fill:#000e5f}[lang=en] .site-logo:hover #pathv{fill:#fff}
