@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap";:root{color-scheme:light;--paper: #f7f7f7;--surface: #ffffff;--surface-muted: #eeeeee;--ink: #000000;--ink-soft: #222222;--muted: #595959;--border: #d8d8d8;--accent: #000000;--accent-hover: #c82019;--accent-invert: #ffffff;--code-bg: #eeeeee;--code-fg: #111111;--focus: #c82019;--sans: "Noto Sans JP", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--page-width: 802px;--article-width: 802px;--gutter: clamp(20px, 5vw, 40px)}*{box-sizing:border-box}html{min-height:100%;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:18px}body{margin:0;min-height:100vh;color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.75;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-feature-settings:"palt" 1}::selection{background:var(--ink);color:var(--accent-invert)}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}a{color:var(--accent);text-decoration:underline;text-decoration-thickness:.07em;text-underline-offset:.16em}a:hover{color:var(--accent-hover)}img{max-width:100%}strong{font-weight:900}.visually-hidden,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:absolute;left:1rem;top:1rem;z-index:10;padding:.35rem .55rem;border:1px solid var(--ink);background:var(--paper);color:var(--ink);font-weight:700}.site-header,.page-shell{width:min(var(--page-width),calc(100% - var(--gutter) * 2));margin-inline:auto}.site-header{padding:36px 0}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;color:var(--ink);text-decoration:none}.brand-mark{width:60px;height:60px;display:block;object-fit:contain}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1.15rem;font-size:.8rem;line-height:1}.nav-links a{min-height:36px;display:inline-flex;align-items:center;color:var(--ink);font-weight:500}.page-shell{padding:0 0 72px}.home-shell,.archive-shell,.article,.page-heading{max-width:var(--article-width);margin-inline:auto}.profile-page p,.profile-page li,.simple-archive p,.simple-archive li{font-size:1rem;line-height:1.75}.profile-page p,.simple-archive p,.prose p,.article-header .lede,.archive-note{margin:0 0 1.5rem}.intro-line{margin-top:0}.profile-page ul,.simple-archive ul,.prose ul,.prose ol{margin:0 0 1.5rem;padding-left:1rem}.profile-page li,.simple-archive li,.prose li{margin:.28rem 0}.eyebrow,.kicker{margin:0 0 .5rem;color:var(--muted);font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hero{margin-bottom:2rem}.hero-logo,.hero-note,.section-heading{display:none}.hero h1,.page-heading h1,.article h1,.simple-archive h1{margin:0 0 .5rem;color:var(--ink);font-family:var(--sans);font-weight:900;line-height:1.18;letter-spacing:-.035em;text-wrap:pretty}.hero h1,.page-heading h1,.article h1{font-size:clamp(2rem,6vw,3rem)}.simple-archive h1{font-size:clamp(2rem,6vw,2.6rem)}.hero .lede,.page-heading .lede,.article-header .lede{color:var(--ink-soft);font-size:1rem;line-height:1.75}.year-group h2{margin:4rem 0 1.5rem;font-size:2rem;line-height:1.25;font-weight:800;letter-spacing:-.02em}.archive-list{list-style:disc}.archive-list li{margin-bottom:1.6rem}.archive-title{display:inline;font-weight:500}.archive-meta{display:flex;flex-wrap:wrap;gap:0 .42rem;margin-top:.05rem;color:var(--muted);font-size:.8rem;line-height:1.6}.archive-meta a,.archive-meta time{color:var(--muted);font-size:inherit}.post-list{display:block}.post-card,.empty-state{padding:0;margin:0 0 1.6rem;border:0;background:transparent}.post-card-meta{margin:.12rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.6}.post-card h2{margin:0;font-size:1rem;line-height:1.75;font-weight:500}.post-card p{margin:.2rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.7}.tag-list{display:flex;flex-wrap:wrap;gap:0 .42rem;padding:0;margin:.1rem 0 0;list-style:none}.tag-list a{color:var(--muted);font-size:.8rem}.tag-list a:before{content:"#"}.article-header{margin-bottom:2rem}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin:0 0 .7rem;color:var(--muted);font-size:.85rem}.article-meta a{color:inherit}.hero-image{width:100%;height:auto;margin:0 0 2rem;border-radius:12px}.prose{color:var(--ink);font-size:1rem;line-height:1.85}.prose>*:first-child{margin-top:0}.prose>*:last-child{margin-bottom:0}.prose :where(p,ul,ol,blockquote,pre,figure){margin:1.25em 0}.prose :where(h2,h3){margin:2.25em 0 .7em;color:var(--ink);font-family:var(--sans);font-weight:900;line-height:1.34;letter-spacing:-.02em;text-wrap:pretty}.prose h2{font-size:1.65rem}.prose h3{font-size:1.28rem}.prose :where(img,video){max-width:100%;height:auto;border-radius:12px}.prose :where(blockquote){margin-left:0;padding-left:1rem;border-left:3px solid var(--ink);color:var(--ink-soft)}.prose :where(code){padding:.1em .28em;border-radius:.25em;background:var(--code-bg);color:var(--code-fg);font-family:var(--mono);font-size:.9em}.prose :where(pre){overflow-x:auto;padding:1rem;border-radius:10px;background:var(--code-bg);color:var(--code-fg);line-height:1.65}.prose :where(pre code){padding:0;background:transparent}.prose :where(hr){height:1px;margin:2.6rem 0;border:0;background:var(--border)}.prose :where(table){width:100%;border-collapse:collapse;font-size:.95rem}.prose :where(th,td){padding:.55rem;border-bottom:1px solid var(--border);text-align:left}.archive-note,.empty-state{color:var(--muted)}.empty-state code{font-size:.95em}@media(max-width:760px){:root{--gutter: 18px}html{font-size:17px}.site-header{padding:24px 0 30px}.brand-mark{width:52px;height:52px}.nav{align-items:center}.nav-links{gap:.82rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
