:root{--bg:#f4f5f8;--surface:#fff;--surface-2:#fbfbfd;--ink:#0e1117;--ink-soft:#586173;--line:#e4e7ee;--accent:#2338dc;--accent-ink:#2338dc;--speed:#ff7a14;--hero-bg:#0c0e15;--hero-ink:#f5f7fc;--hero-soft:#9ba6bd;--hero-line:#242a3a;--shadow:0 1px 2px #1014230a, 0 10px 30px -18px #10142340;--r:14px;--maxw:1120px;--f-body:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, sans-serif;--f-mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace}@media (prefers-color-scheme:dark){:root{--bg:#0a0c11;--surface:#12151d;--surface-2:#0f121a;--ink:#eef1f7;--ink-soft:#98a2b6;--line:#222836;--accent:#6e86ff;--accent-ink:#93a6ff;--speed:#ff9440;--hero-bg:#070810;--hero-ink:#f3f6fc;--hero-soft:#8a93ac;--hero-line:#1d2333;--shadow:0 1px 2px #0006, 0 18px 40px -22px #000000b3}}:root[data-theme=light]{--bg:#f4f5f8;--surface:#fff;--surface-2:#fbfbfd;--ink:#0e1117;--ink-soft:#586173;--line:#e4e7ee;--accent:#2338dc;--accent-ink:#2338dc;--speed:#ff7a14;--hero-bg:#0c0e15;--hero-ink:#f5f7fc;--hero-soft:#9ba6bd;--hero-line:#242a3a;--shadow:0 1px 2px #1014230a, 0 10px 30px -18px #10142340}:root[data-theme=dark]{--bg:#0a0c11;--surface:#12151d;--surface-2:#0f121a;--ink:#eef1f7;--ink-soft:#98a2b6;--line:#222836;--accent:#6e86ff;--accent-ink:#93a6ff;--speed:#ff9440;--hero-bg:#070810;--hero-ink:#f3f6fc;--hero-soft:#8a93ac;--hero-line:#1d2333;--shadow:0 1px 2px #0006, 0 18px 40px -22px #000000b3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--ink);font-family:var(--f-body);letter-spacing:.01em;-webkit-font-smoothing:antialiased;margin:0;line-height:1.7}h1,h2,h3{text-wrap:balance;word-break:auto-phrase;letter-spacing:-.01em;margin:0;line-height:1.15}p{text-wrap:pretty;word-break:auto-phrase;margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.js-reveal .reveal-child{opacity:0}.js-reveal .is-visible .reveal-child{opacity:1;animation:.65s cubic-bezier(.22,.61,.36,1) both revealUp;animation-delay:calc(var(--i,0) * 85ms);will-change:transform, opacity;animation-fill-mode:backwards}@keyframes revealUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js-reveal .reveal-child{opacity:1}.js-reveal .is-visible .reveal-child{animation:none}}
