/* 旧公開コンテンツの詳細ページ。テーマ変数を共有し、通常のDOMと画像slotを維持する。 */
.tmr-content{max-width:1100px;overflow-wrap:anywhere}
.tmr-content [id]{scroll-margin-top:6rem}
.tmr-content h2{margin:3rem 0 1.4rem;font-size:clamp(1.35rem,3vw,2rem)}
.tmr-content h2:first-child{margin-top:0}
.tmr-content p{line-height:1.9}
.tmr-content hr{margin:3rem 0;border:0;border-top:1px solid var(--cp-line)}
.tmr-content table{width:100%;border-collapse:collapse;margin:1.5rem 0 3rem;background:var(--cp-bg);font-size:.95rem}
.tmr-content th,.tmr-content td{padding:1rem;border:1px solid var(--cp-line);vertical-align:top;text-align:left}
.tmr-content td:first-child,.tmr-content th:first-child{width:8em;color:var(--cp-white)}
.tmr-content a{color:var(--cp-kick);text-decoration:underline;text-underline-offset:.2em}
.tmr-content a:focus-visible{outline:2px solid var(--cp-kick);outline-offset:4px}
.tmr-content img{max-width:100%;height:auto;max-height:650px;object-fit:contain;margin-inline:auto}
.tmr-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:1rem;margin:1.5rem 0 2.5rem}
.tmr-gallery>a{display:block;min-width:0;background:var(--cp-bg);border:1px solid var(--cp-line);padding:.5rem}
.tmr-gallery img{width:100%;height:220px;object-fit:contain}
.tmr-gallery span{display:block;padding:.75rem .25rem;font-size:.9rem;line-height:1.6}
.tmr-content article{padding-bottom:3rem;margin-bottom:3rem;border-bottom:1px solid var(--cp-line)}
.drawer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem}
.drawer__nav a{padding:.7rem 0;font-size:.82rem;letter-spacing:.04em}
.site-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1rem;align-content:start}
@media(min-width:1025px){.nav-toggle{display:grid;flex-shrink:0}.global-nav{gap:1.25rem}}
@media(max-width:600px){.tmr-content th,.tmr-content td{padding:.65rem;font-size:.85rem}.tmr-content td:first-child,.tmr-content th:first-child{width:6em}.tmr-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.tmr-gallery img{height:150px}.tmr-content h2{margin-top:2.5rem}.tmr-content table{margin-bottom:2rem}}