:root{--heading-font:"Source Serif 4",serif;--body-font:"Source Sans 3",sans-serif;--body-size:16px;--body-line-height:1.68;--title-scale:1;--h2-scale:1;--h3-scale:1;--bg:#f8f7f2;--surface:#fffdfa;--surface-soft:#f5f2ea;--text:#20201c;--muted:#66655f;--line:#ddd8cd;--accent:#334e7f;--accent-strong:#253f69;--bg-glow:#586fa01c;--radius:14px;--max-width:920px;--shadow:0 8px 24px #1414100f;--shadow-hover:0 14px 28px #14141017;--transition-ui:.19s ease-out}html[data-theme=editorial-soft],body[data-theme=editorial-soft]{--heading-font:"Source Serif 4",serif;--body-font:"Source Sans 3",sans-serif;--body-size:16.5px;--body-line-height:1.72;--title-scale:.98;--h2-scale:.98;--h3-scale:.98;--bg:#f9f7f2;--surface:#fffefb;--surface-soft:#f5f2ea;--text:#24211c;--muted:#6f695f;--line:#dfd8cc;--accent:#3a578a;--accent-strong:#2c4672;--bg-glow:#5c76b01a;--radius:16px;--shadow:0 8px 26px #1614100f;--shadow-hover:0 15px 30px #16141017}html[data-theme=bookish],body[data-theme=bookish]{--heading-font:"Newsreader",serif;--body-font:"Source Sans 3",sans-serif;--body-size:17px;--body-line-height:1.76;--title-scale:1.04;--h2-scale:1.03;--h3-scale:1.02;--bg:#f8f5ef;--surface:#fffdf9;--surface-soft:#f2ede4;--text:#29241d;--muted:#6f675c;--line:#dcd3c3;--accent:#365588;--accent-strong:#29446e;--bg-glow:#5272b21c;--radius:15px;--shadow:0 8px 28px #1f1a1314;--shadow-hover:0 16px 36px #1f1a131c}html[data-theme=humanist],body[data-theme=humanist]{--heading-font:"Literata",serif;--body-font:"IBM Plex Sans",sans-serif;--body-size:16px;--body-line-height:1.66;--title-scale:.99;--h2-scale:.99;--h3-scale:.99;--bg:#f8f6f0;--surface:#fffefa;--surface-soft:#f3eee5;--text:#231f1a;--muted:#6b655b;--line:#d9d1c3;--accent:#344f82;--accent-strong:#273f69;--bg-glow:#506faa1c;--radius:14px;--shadow:0 8px 28px #19171312;--shadow-hover:0 16px 36px #1917131c}html[data-theme=paper],body[data-theme=paper]{--heading-font:"Literata",serif;--body-font:"IBM Plex Sans",sans-serif;--body-size:16.5px;--body-line-height:1.72;--title-scale:1.01;--h2-scale:1.01;--h3-scale:1.01;--bg:#f6f3ee;--surface:#fffefb;--surface-soft:#f1ece4;--text:#24221d;--muted:#6c675f;--line:#d8d1c2;--accent:#3c5689;--accent-strong:#2d4572;--bg-glow:#4c69a621;--radius:16px;--shadow:0 8px 30px #1e1d1514;--shadow-hover:0 16px 36px #1e1d151f}html[data-theme=technical],body[data-theme=technical]{--heading-font:"Newsreader",serif;--body-font:"Source Sans 3",sans-serif;--body-size:15.5px;--body-line-height:1.62;--title-scale:.95;--h2-scale:.96;--h3-scale:.97;--bg:#f4f7fa;--surface:#fcfdff;--surface-soft:#edf2f8;--text:#1d2330;--muted:#5d6778;--line:#cdd7e4;--accent:#2f4f88;--accent-strong:#203f6f;--bg-glow:#5178c424;--radius:12px;--shadow:0 8px 26px #17213014;--shadow-hover:0 16px 34px #1721301f}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 90% 2%,var(--bg-glow)0%,transparent 34%),linear-gradient(180deg,var(--surface-soft)0%,var(--bg)24%);color:var(--text);font-family:var(--body-font);font-size:var(--body-size);line-height:var(--body-line-height);word-spacing:.04em;margin:0}a{color:var(--accent);text-underline-offset:2px;transition:color var(--transition-ui);text-decoration-thickness:1.4px}a:hover{color:var(--accent-strong)}.shell{width:min(100% - 2rem,var(--max-width));margin:0 auto}.site-header{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--bg)90%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line)65%,transparent);transition:border-color var(--transition-ui),background var(--transition-ui);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:62px;display:flex}.header-left{gap:.12rem;display:grid}.header-right{align-items:center;gap:1.2rem;display:flex}.site-title{color:var(--text);font-family:var(--heading-font);font-size:1.16rem;font-weight:600;text-decoration:none}.breadcrumb{color:var(--muted);margin:0;font-size:.85rem}.nav-list{flex-wrap:wrap;align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--muted);letter-spacing:.01em;font-size:.94rem;font-weight:600;text-decoration:none}.nav-list a:hover{color:var(--text)}.theme-switcher{z-index:10;border:1px solid var(--line);background:color-mix(in srgb,var(--surface)75%,transparent);border-radius:999px;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.28rem;display:inline-flex;position:relative}.theme-button{font:inherit;color:var(--muted);cursor:pointer;transition:all var(--transition-ui);background:0 0;border:0;border-radius:999px;padding:.38rem .72rem;font-size:.83rem}.theme-button:hover{color:var(--text)}.theme-button:active{transform:translateY(1px)scale(.99)}.theme-button.active{color:#fff;background:var(--accent)}.site-main{padding:2.5rem 0 2.8rem}.hero{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius);transition:box-shadow var(--transition-ui),transform var(--transition-ui);grid-template-columns:124px 1fr;gap:1.3rem;padding:1.45rem;animation:.45s ease-out both fade-up;display:grid}.hero-image-wrap{border:1px solid var(--line);background:linear-gradient(145deg,#d8d2c3,#efe9dc);border-radius:50%;width:124px;height:124px;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%;display:block}.hero-copy h1{font-family:var(--heading-font);font-size:clamp(calc(1.52rem*var(--title-scale)),calc(3.05vw*var(--title-scale)),calc(1.95rem*var(--title-scale)));margin:0;line-height:1.15}.hero-copy p{color:var(--muted);margin:.62rem 0 0}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:.95rem;display:flex}.button-link{border:1px solid var(--line);color:var(--text);transition:all var(--transition-ui);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.44rem;padding:.56rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.button-link-icon{object-fit:contain;border-radius:3px;flex:0 0 16px;width:16px;height:16px}.button-link-label{line-height:1}.button-link.icon-only{border-radius:999px;width:46px;min-width:46px;height:46px;padding:0}.button-link.text-only{padding-inline:1.05rem}.button-link:hover{border-color:color-mix(in srgb,var(--accent)30%,var(--line));transform:translateY(-1px)}.button-link:active{transform:translateY(1px)scale(.99)}.section-block{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow var(--transition-ui),transform var(--transition-ui);margin-top:1.35rem;padding:1.4rem;animation:.55s ease-out both fade-up}.section-block:hover,.hero:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.section-title{font-family:var(--heading-font);font-size:calc(1.52rem*var(--h2-scale));letter-spacing:-.012em;margin:0;font-weight:700;line-height:1.2}.section-description{color:var(--muted);margin:.52rem 0 1.12rem;font-size:.92rem;line-height:1.52}.item-list{gap:1.18rem;display:grid}.item{border-top:1px solid color-mix(in srgb,var(--line)72%,transparent);padding-top:.92rem}.item:first-child{border-top:0;padding-top:0}.item h3{font-size:calc(1.18rem*var(--h3-scale));font-family:var(--heading-font);margin:0;font-weight:600}.item-meta{color:var(--muted);margin:.25rem 0 0;font-size:.96rem}.item-summary{margin:.48rem 0 0}.item ul{margin:.45rem 0 0;padding-left:1.2rem;font-size:.96rem;line-height:1.58}.item li+li{margin-top:.25rem}.item-links{flex-wrap:wrap;gap:.8rem;margin-top:.52rem;font-size:.97rem;display:flex}.nested-items{border-left:2px solid color-mix(in srgb,var(--line)78%,transparent);margin-top:.8rem;padding-left:.85rem}.site-footer{color:var(--muted);text-align:center;padding:.5rem 0 2rem}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.hero{grid-template-columns:1fr}.hero-image-wrap{width:108px;height:108px}.header-inner{flex-direction:column;align-items:flex-start;padding:.7rem 0}.header-right{flex-direction:column;align-items:flex-start;width:100%}.theme-switcher{justify-content:space-between;width:100%}}
