:root{--bg:#fdfdfc;--surface:#fff;--text:#1f2430;--muted:#6b7280;--accent:#1d4ed8;--accent-soft:#eff4ff;--border:#e5e7eb;--chip-bg:#f3f4f6;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--bg:#14161c;--surface:#1b1e27;--text:#e7e9ee;--muted:#9aa1af;--accent:#7ba3ff;--accent-soft:#22293b;--border:#2c303c;--chip-bg:#242834}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Noto Sans JP,Yu Gothic UI,sans-serif;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.55rem max(1.25rem,50% - 430px + 1.25rem);display:flex}.brand{color:var(--text);white-space:nowrap;font-size:.95rem;font-weight:600}.brand:hover{color:var(--accent);text-decoration:none}.recent{background:var(--accent-soft);border:1px solid var(--border);border-radius:12px;margin-bottom:2rem;padding:1rem 1.25rem}.recent h2{color:var(--accent);border:none;margin:0 0 .6rem;padding:0;font-size:.95rem}.recent ul{margin:0;padding:0;list-style:none}.recent li+li{margin-top:.35rem}.recent a{color:var(--text);align-items:baseline;gap:.5rem;font-size:.88rem;line-height:1.5;display:flex}.recent a:hover{text-decoration:none}.recent a:hover .recent-title{color:var(--accent);text-decoration:underline}.recent .badge-new{background:var(--accent);color:#fff;flex-shrink:0}.recent-cat{color:var(--muted);flex-shrink:0;font-size:.8rem}.recent-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recent-date{color:var(--muted);flex-shrink:0;margin-left:auto;font-size:.78rem}@media (width<=560px){.recent-title{white-space:normal}.recent-date{display:none}}.tabs{z-index:10;scrollbar-width:none;background:color-mix(in srgb, var(--bg) 92%, transparent);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);gap:.25rem;margin:0 -1.25rem 1.75rem;padding:.6rem 1.25rem;display:none;position:sticky;top:0;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.js .tabs{display:flex}.tabs button{appearance:none;font:inherit;color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.9rem;display:inline-flex}.tabs button:hover{color:var(--accent);background:var(--accent-soft)}.tabs button[aria-selected=true]{background:var(--accent);color:#fff}.tabs button .count{opacity:.75;font-size:.72rem}.js .tab-panel{display:none}.js .tab-panel.active{display:block}.lang-switch{gap:.25rem;display:flex}.lang-switch a{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:.3rem .75rem;font-size:.8rem}.lang-switch a:hover{text-decoration:none}.lang-switch a.active{background:var(--accent);border-color:var(--accent);color:#fff}main{max-width:860px;margin:0 auto;padding:2rem 1.25rem 4rem}.hero{flex-wrap:wrap;align-items:flex-start;gap:1.75rem;margin-bottom:2.5rem;display:flex}.hero img{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:128px;height:128px}.hero-body{flex:1;min-width:260px}.hero h1{margin:0 0 .1rem;font-size:1.9rem;line-height:1.3}.hero .kana{color:var(--muted);margin:0 0 .6rem;font-size:.95rem}.hero .affiliation{margin:0 0 .75rem;font-size:.98rem}.hero .bio{color:var(--text);font-size:.95rem}.hero .bio p{margin:.4rem 0}.hero-links{flex-wrap:wrap;gap:.5rem;margin-top:.9rem;display:flex}.hero-links a{border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:.25rem .7rem;font-size:.82rem}.hero-links a:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}section{margin-bottom:2.75rem}section h2{border-bottom:2px solid var(--accent);align-items:baseline;gap:.5rem;margin:0 0 1rem;padding-bottom:.4rem;font-size:1.25rem;display:flex}section h2 .count{color:var(--muted);font-size:.8rem;font-weight:400}.chips{flex-wrap:wrap;gap:.45rem;display:flex}.chips span{background:var(--chip-bg);border-radius:999px;padding:.3rem .85rem;font-size:.87rem}.items{margin:0;padding:0;list-style:none}.items li{border-bottom:1px solid var(--border);padding:.85rem 0}.items li:last-child{border-bottom:none}.item-title{font-weight:600}.item-title a{color:inherit}.item-title a:hover{color:var(--accent)}.item-sub{color:var(--muted);margin-top:.15rem;font-size:.88rem}.item-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.3rem;font-size:.82rem;display:flex}.badge{background:var(--accent-soft);color:var(--accent);border-radius:4px;padding:.1rem .5rem;font-size:.72rem;display:inline-block}.item-meta a{font-size:.8rem}.rows{margin:0}.rows>div{border-bottom:1px solid var(--border);grid-template-columns:175px 1fr;gap:1rem;padding:.6rem 0;display:grid}.rows>div:last-child{border-bottom:none}.rows .period{color:var(--muted);white-space:nowrap;font-size:.87rem}.rows .what .main{font-weight:600}.rows .what .sub{color:var(--muted);font-size:.88rem}@media (width<=560px){.rows>div{grid-template-columns:1fr;gap:.1rem}}.site-footer{border-top:1px solid var(--border);text-align:center;color:var(--muted);padding:1.5rem 1.25rem 2.5rem;font-size:.82rem}.site-footer .updated{margin-top:.3rem;display:block}
