:root{--bg: #ffffff;--bg-soft: #f6f6f4;--fg: #191919;--fg-secondary: #4b4b4b;--fg-muted: #8a8a86;--accent: #d1491f;--accent-hover: #b03a15;--hairline: #ebebe8;--chip-bg: #f2f2ef;--code-bg: #f4f4f2;--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .06);--font-sans: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif}@media(prefers-color-scheme:dark){:root{--bg: #101012;--bg-soft: #18181b;--fg: #ededec;--fg-secondary: #b9b9b5;--fg-muted: #82827e;--accent: #ff7a4d;--accent-hover: #ff9670;--hairline: #26262a;--chip-bg: #1f1f23;--code-bg: #1c1c20;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .35)}}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);line-height:1.9;font-feature-settings:"palt";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.container{max-width:42.5rem;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--hairline)}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between;height:3.6rem}.site-header .site-title{font-weight:800;font-size:1.02rem;letter-spacing:.04em}.site-header .site-title:hover{color:var(--accent)}.site-header nav{display:flex;gap:1.4rem;font-size:.85rem;font-weight:500;color:var(--fg-secondary)}.site-header nav a:hover{color:var(--accent)}main{padding:0 0 5.5rem;min-height:60vh}.site-footer{border-top:1px solid var(--hairline);padding:2.25rem 0 3.5rem;font-size:.84rem;color:var(--fg-muted)}.site-footer .footer-inner{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;justify-content:space-between}.site-footer nav{display:flex;gap:1.25rem}.site-footer a{color:var(--fg-muted)}.site-footer a:hover{color:var(--accent)}.hero{padding:4.5rem 0 3rem}.hero h1{margin:0;font-size:clamp(2rem,6vw,2.7rem);font-weight:800;letter-spacing:.01em;line-height:1.25}.hero .hero-bio{margin:1rem 0 0;font-size:1rem;color:var(--fg-secondary);max-width:34rem}.hero.hero-compact{padding:3.5rem 0 1.5rem}.tag-cloud-section{margin-top:3.5rem}.tag-cloud{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1.1rem}.tag-cloud a{font-weight:600;color:var(--fg-secondary);transition:color .15s ease}.tag-cloud a:hover{color:var(--accent)}.tag-cloud .tag-count{font-size:.72em;font-weight:500;color:var(--fg-muted);margin-left:.2em}.back-link{margin-top:2.5rem;font-size:.9rem}.back-link a{color:var(--fg-secondary);font-weight:600}.back-link a:hover{color:var(--accent)}.section-label{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-muted);margin:0 0 .5rem}.post-list{list-style:none;margin:0;padding:0}.post-list li{border-bottom:1px solid var(--hairline)}.post-list a.post-link{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:1.8rem 0;transition:opacity .15s ease}.post-list .post-text{flex:1;min-width:0}.post-list .post-thumb{flex-shrink:0;width:130px;height:87px;object-fit:cover;border-radius:10px;margin-top:1.3rem;box-shadow:var(--shadow)}@media(max-width:480px){.post-list .post-thumb{width:92px;height:92px}}.post-list .post-date{display:block;font-size:.78rem;font-weight:500;letter-spacing:.06em;color:var(--fg-muted);margin-bottom:.45rem}.post-list .post-title{margin:0;font-size:1.35rem;font-weight:700;line-height:1.55;letter-spacing:.005em;transition:color .15s ease}.post-list a.post-link:hover .post-title{color:var(--accent)}.post-list .post-description{margin:.55rem 0 0;font-size:.92rem;line-height:1.8;color:var(--fg-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-list .post-tags{margin-top:.8rem}.tag-chip{display:inline-block;font-size:.74rem;font-weight:600;padding:.18rem .7rem;margin-right:.4rem;border-radius:999px;background:var(--chip-bg);color:var(--fg-secondary)}.article-header{padding:3.5rem 0 0;margin-bottom:2.75rem}.article-header h1{margin:0 0 1.1rem;font-size:clamp(1.7rem,5vw,2.2rem);font-weight:800;line-height:1.5;letter-spacing:.005em}.article-header .article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .9rem;font-size:.85rem;color:var(--fg-muted)}.article-header .article-meta .sep{opacity:.5}.article-header .article-tags{margin-top:1.1rem}.article-cover{width:100%;height:auto;border-radius:14px;margin:0 0 2.75rem;box-shadow:var(--shadow)}.prose{font-size:1.04rem;color:var(--fg)}.prose>:first-child{margin-top:0}.prose h2{font-size:1.4rem;font-weight:750;line-height:1.6;letter-spacing:.005em;margin:3.2rem 0 1rem}.prose h3{font-size:1.12rem;font-weight:700;margin:2.4rem 0 .75rem}.prose p{margin:1.45rem 0}.prose a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:.22em;text-decoration-color:color-mix(in srgb,var(--accent) 40%,transparent);transition:text-decoration-color .15s ease}.prose a:hover{text-decoration-color:var(--accent)}.prose img{max-width:100%;height:auto;border-radius:12px;margin:.5rem 0;display:block;box-shadow:var(--shadow)}.prose figure{margin:2.25rem 0}.prose figcaption{font-size:.8rem;color:var(--fg-muted);text-align:center;margin-top:.6rem}.prose ul,.prose ol{padding-left:1.4rem;margin:1.45rem 0}.prose li{margin:.5rem 0;padding-left:.2rem}.prose li::marker{color:var(--accent)}.prose blockquote{margin:2rem 0;padding:.85rem 1.5rem;border-left:3px solid var(--accent);background:var(--bg-soft);border-radius:0 12px 12px 0;color:var(--fg-secondary)}.prose blockquote p{margin:.4rem 0}.prose code{background:var(--code-bg);padding:.16em .45em;border-radius:6px;font-size:.86em}.prose pre{background:var(--code-bg);padding:1.2rem 1.4rem;border-radius:12px;overflow-x:auto;line-height:1.65;border:1px solid var(--hairline);margin:1.75rem 0}.prose pre code{background:none;padding:0}.prose hr{border:none;margin:3.25rem auto;width:4rem;border-top:2px solid var(--hairline)}.prose .instagram-media{margin:2rem auto!important}.article-footer{margin-top:4rem;padding-top:1.75rem;border-top:1px solid var(--hairline);font-size:.9rem}.article-footer a{color:var(--fg-secondary);font-weight:600}.article-footer a:hover{color:var(--accent)}
