:root{--blue:#2196f3;--red:#f44336;--brand:linear-gradient(90deg, var(--blue), var(--red));--ground:#fcfcfd;--ground-soft:#f4f5f8;--ink:#14161a;--ink-muted:#656c7c;--ink-faint:#9aa1b1;--rule:#e5e7ee;--rule-strong:#cfd3de;--shadow:0 1px 2px #14161a0a, 0 8px 24px #14161a0f;--font-sans:-apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic Medium", "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, "Courier New", monospace;--measure:720px;--wide:1080px}@media (prefers-color-scheme:dark){:root{--ground:#101115;--ground-soft:#191b21;--ink:#e9eaef;--ink-muted:#969db0;--ink-faint:#6a7182;--rule:#262932;--rule-strong:#383c48;--shadow:0 1px 2px #0000004d, 0 8px 24px #00000059}}:root[data-theme=dark]{--ground:#101115;--ground-soft:#191b21;--ink:#e9eaef;--ink-muted:#969db0;--ink-faint:#6a7182;--rule:#262932;--rule-strong:#383c48;--shadow:0 1px 2px #0000004d, 0 8px 24px #00000059}:root[data-theme=light]{--ground:#fcfcfd;--ground-soft:#f4f5f8;--ink:#14161a;--ink-muted:#656c7c;--ink-faint:#9aa1b1;--rule:#e5e7ee;--rule-strong:#cfd3de;--shadow:0 1px 2px #14161a0a, 0 8px 24px #14161a0f}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--ground);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;overflow-wrap:break-word;margin:0;font-size:16px;line-height:1.85}img,video,iframe{max-width:100%}h1,h2,h3,h4,.entry__title{word-break:auto-phrase;line-break:strict}a{color:inherit}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.shell{flex-direction:column;min-height:100vh;display:flex}.shell>main{flex:1}.container{width:100%;max-width:var(--wide);margin:0 auto;padding:0 clamp(1.1rem,4vw,2rem)}.container--narrow{max-width:var(--measure)}.site-header{background:var(--brand);color:#fff;padding-bottom:.9rem}.site-header__bar{justify-content:space-between;align-items:center;gap:1rem;padding-block:1rem .65rem;display:flex}.brand{color:#fff;letter-spacing:-.015em;font-size:1.02rem;font-weight:700;line-height:1;text-decoration:none}.site-header--hero .brand{visibility:hidden}.site-header__utils{letter-spacing:.02em;gap:1.1rem;font-size:.8rem;display:flex}.site-header__utils a{color:#ffffffd1;text-decoration:none;transition:color .15s}.site-header__utils a:hover{color:#fff}.hero{text-align:center;flex-direction:column;gap:.55rem;padding-block:clamp(2.5rem,8vw,4.75rem) clamp(2.25rem,7vw,4rem);display:flex}.hero__title{letter-spacing:-.025em;margin:0;font-size:clamp(2rem,6.5vw,3rem);font-weight:700;line-height:1.1}.hero__desc{color:#ffffffd9;margin:0;font-size:clamp(.9rem,2.6vw,1.08rem);line-height:1.7}.nav{flex-wrap:wrap;align-items:baseline;gap:.3rem 1.15rem;font-size:.9rem;display:flex}.nav a{color:#ffffffc7;border-bottom:1.5px solid #0000;padding-block:.15rem;text-decoration:none;transition:color .15s,border-color .15s}.nav a:hover{color:#fff}.nav a[aria-current=page]{color:#fff;border-bottom-color:#ffffffe6}.site-header :focus-visible{outline-color:#fff}.feed{grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:clamp(2.25rem,5vw,3.25rem) 1.75rem;padding-block:clamp(2.5rem,6vw,3.5rem) clamp(4rem,10vw,6.5rem);display:grid}@media (width<=560px){.feed{grid-template-columns:1fr}}.entry{color:inherit;text-decoration:none;display:block}.entry__frame{background:var(--ground-soft);aspect-ratio:3/2;border-radius:6px;display:block;overflow:hidden}.entry__frame img{object-fit:cover;object-position:center 32%;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.7,.3,1);display:block}@media (hover:hover){.entry:hover .entry__frame img{transform:scale(1.02)}}.entry__meta{font-family:var(--font-mono);letter-spacing:.03em;color:var(--ink-faint);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.85rem;font-size:.72rem;display:flex}.entry__meta .dot{opacity:.5}.entry__title{letter-spacing:-.015em;margin:.35rem 0 0;font-size:clamp(1.1rem,2.4vw,1.28rem);font-weight:700;line-height:1.5}@media (hover:hover){.entry:hover .entry__title{text-underline-offset:4px;text-decoration:underline 1px}}.entry__excerpt{color:var(--ink-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:.55rem 0 0;font-size:.9rem;line-height:1.75;display:-webkit-box;overflow:hidden}.pager{justify-content:space-between;align-items:center;gap:1rem;margin-top:calc(-1*clamp(2rem,6vw,3.5rem));padding-bottom:clamp(4rem,10vw,6.5rem);font-size:.9rem;display:flex}.pager__link{color:var(--ink-muted);border:1px solid var(--rule-strong);white-space:nowrap;border-radius:999px;padding:.4rem .9rem;text-decoration:none;transition:color .15s,border-color .15s}.pager__link:hover{color:var(--ink);border-color:var(--ink-faint)}.pager__link--off{opacity:.32;border-color:var(--rule)}.pager__count{font-family:var(--font-mono);letter-spacing:.06em;color:var(--ink-faint);font-variant-numeric:tabular-nums;font-size:.78rem}.tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{border:1px solid var(--rule-strong);color:var(--ink-muted);border-radius:999px;padding:.1rem .6rem;font-size:.78rem;line-height:1.6;text-decoration:none;transition:color .15s,border-color .15s;display:inline-block}.tag:hover{color:var(--ink);border-color:var(--ink-faint)}.post-header{flex-direction:column;gap:.9rem;padding-block:clamp(2.5rem,7vw,4rem) 0;display:flex}.post-header h1{letter-spacing:-.025em;margin:0;font-size:clamp(1.65rem,4.6vw,2.4rem);font-weight:700;line-height:1.4}.post-header__meta{font-family:var(--font-mono);letter-spacing:.03em;color:var(--ink-faint);flex-wrap:wrap;align-items:center;gap:.7rem;font-size:.78rem;display:flex}.post-hero{aspect-ratio:2;background:var(--ground-soft);border-radius:6px;margin:clamp(2rem,5vw,3rem) 0 clamp(2rem,6vw,3rem);overflow:hidden}.post-hero img{object-fit:cover;object-position:center 32%;width:100%;height:100%;display:block}@media (width<=640px){.post-hero{aspect-ratio:3/2}}.post-footer{border-top:1px solid var(--rule);flex-direction:column;gap:1.25rem;margin-top:clamp(3rem,8vw,4.5rem);padding-top:1.75rem;padding-bottom:clamp(3.5rem,9vw,6rem);display:flex}.post-nav{grid-template-columns:1fr 1fr;gap:1rem 1.5rem;font-size:.9rem;display:grid}@media (width<=560px){.post-nav{grid-template-columns:1fr}}.post-nav a{color:var(--ink-muted);flex-direction:column;gap:.2rem;text-decoration:none;transition:color .15s;display:flex}.post-nav a:hover{color:var(--ink)}.post-nav .label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:.7rem}.post-nav .next{text-align:right;align-items:flex-end}@media (width<=560px){.post-nav .next{text-align:left;align-items:flex-start}}.page-head{flex-direction:column;gap:.5rem;padding-block:clamp(2.5rem,7vw,4rem) clamp(1.5rem,4vw,2.5rem);display:flex}.page-head h1{letter-spacing:-.025em;margin:0;font-size:clamp(1.5rem,4.5vw,2.1rem);font-weight:700;line-height:1.3}.page-head p{color:var(--ink-muted);margin:0;font-size:.92rem}.site-footer{border-top:1px solid var(--rule);color:var(--ink-muted);padding-block:2.25rem 3rem;font-size:.85rem}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem 1.5rem;display:flex}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.site-footer nav{flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.post-body{max-width:var(--measure);margin:0 auto;font-size:1.02rem;line-height:1.95}.post-body>:first-child{margin-top:0}.post-body p{margin:1.35em 0}.post-body p:empty{display:none}.post-body h2,.post-body h3,.post-body h4{letter-spacing:-.015em;margin:2.4em 0 .7em;scroll-margin-top:5rem;font-weight:700;line-height:1.5}.post-body h2{font-size:1.35em}.post-body h3{font-size:1.15em}.post-body h4{font-size:1.02em}.post-body a{text-underline-offset:3px;text-decoration:underline 1px;text-decoration-color:var(--rule-strong);transition:text-decoration-color .15s}.post-body a:hover{text-decoration-color:currentColor}.post-body blockquote{border-left:2px solid var(--rule-strong);color:var(--ink-muted);margin:1.8em 0;padding-left:1.15em}.post-body ul,.post-body ol{margin:1.35em 0;padding-left:1.5em}.post-body ul{list-style:outside}.post-body ol{list-style:decimal}.post-body li{margin:.4em 0}.post-body hr{border:none;border-top:1px solid var(--rule);margin:3em 0}.post-body code{font-family:var(--font-mono);background:var(--ground-soft);border:1px solid var(--rule);border-radius:4px;padding:.1em .35em;font-size:.88em}.post-body pre{background:var(--ground-soft);border:1px solid var(--rule);border-radius:6px;padding:1rem 1.15rem;line-height:1.65;overflow-x:auto}.post-body pre code{background:0 0;border:none;padding:0;font-size:.85em}.post-body table{border-collapse:collapse;width:100%;font-size:.92em}.post-body .table-scroll{overflow-x:auto}.post-body .kg-card{margin:2.4em 0}.post-body .kg-image-card{text-align:center}.post-body .kg-image{background:var(--ground-soft);border-radius:4px;max-width:100%;height:auto}@media (width>=940px){.post-body .kg-image-card,.post-body .kg-embed-card{width:880px;margin-left:-80px;margin-right:-80px}}.post-body figure{margin:2.4em 0}.post-body figcaption{color:var(--ink-muted);text-align:center;margin-top:.7em;font-size:.84em;line-height:1.7}.post-body .kg-bookmark-card{border:1px solid var(--rule);background:var(--ground-soft);border-radius:8px;overflow:hidden}.post-body .kg-bookmark-container{color:inherit;min-height:124px;display:flex;text-decoration:none!important}.post-body .kg-bookmark-content{flex-direction:column;flex-grow:1;justify-content:flex-start;min-width:0;padding:16px 18px;display:flex}.post-body .kg-bookmark-title{font-size:.95rem;font-weight:700;line-height:1.5}.post-body .kg-bookmark-description{color:var(--ink-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:.85rem;line-height:1.65;display:-webkit-box;overflow:hidden}.post-body .kg-bookmark-metadata{color:var(--ink-muted);align-items:center;gap:8px;margin-top:auto;padding-top:12px;font-size:.78rem;display:flex}.post-body .kg-bookmark-icon{border-radius:3px;flex:none;width:18px;height:18px}.post-body .kg-bookmark-thumbnail{flex-shrink:0;width:33%;max-width:240px}.post-body .kg-bookmark-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=620px){.post-body .kg-bookmark-thumbnail{display:none}}.post-body .kg-embed-card{flex-direction:column;align-items:center;display:flex}.post-body .kg-embed-card iframe[src*=youtube],.post-body .kg-embed-card iframe[src*=youtu\.be]{aspect-ratio:16/9;border:0;border-radius:4px;width:100%;height:auto}.post-body iframe[src*=amazon-adsystem]{border:0;max-width:100%}.post-body .instagram-media,.post-body .twitter-tweet{margin-left:auto!important;margin-right:auto!important}
