:root{--bg:#f7fafc;--card:#ffffff;--muted:#6b7280;--text:#0f172a;--accent:#0ea5a4;--surface-border:#e6edf3;--max-width:1100px}*{box-sizing:border-box}#__next,#root,body,html{height:100%;margin:0;padding:0}body{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.75;font-size:16px}.container{max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}header{background:var(--card);border-bottom:1px solid var(--surface-border)}.site-title{font-family:"Noto Serif JP",Hiragino Mincho ProN,Yu Mincho,serif;font-weight:500;font-size:28px;letter-spacing:.02em;color:var(--text);text-decoration:none}.header-inner{display:flex;align-items:center;justify-content:center;padding-top:36px;padding-bottom:36px}.layout-grid{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start}@media (max-width:1024px){.layout-grid{grid-template-columns:1fr;gap:20px}}.article-card{background:var(--card);border-radius:10px;padding:28px;box-shadow:0 6px 18px rgba(11,20,39,.03);border:1px solid rgba(15,23,42,.03)}.article-card h1{font-size:34px;line-height:1.15;margin:6px 0 10px;font-weight:700}.article-meta{color:var(--muted);font-size:14px;margin-bottom:18px}.article-desc{color:#475569;margin-bottom:18px;font-size:16px}.prose{max-width:100%;color:var(--text)}.prose p{margin:1em 0;line-height:1.95;color:#111827}.prose h2{font-size:1.35rem;margin-top:1.4rem;margin-bottom:.6rem}.prose img{max-width:100%;display:block;border-radius:8px;margin:18px 0}.tag-pill{display:inline-block;font-size:13px;color:#374151;background:#f1f5f9;padding:6px 10px;border-radius:999px;margin-right:8px;margin-bottom:8px}.sidebar{position:relative}.sidebar .card{background:var(--card);border-radius:8px;padding:16px;border:1px solid var(--surface-border);box-shadow:0 4px 12px rgba(11,20,39,.02);margin-bottom:18px}.profile-avatar{width:56px;height:56px;border-radius:999px;background:#e6eef0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#0f172a;margin-right:12px}.profile-name{font-weight:600}.profile-bio{color:var(--muted);font-size:13px;margin-top:6px}.related-list .item{display:flex;gap:12px;padding:10px 6px;border-bottom:1px solid rgba(2,6,23,.03)}.related-list .item:last-child{border-bottom:none}.related-list .thumb{width:84px;height:56px;background:#f3f4f6;border-radius:6px;overflow:hidden;flex-shrink:0}.related-list .title{font-size:14px;color:#0f172a;font-weight:600}.related-list .meta{color:var(--muted);font-size:12px;margin-top:6px}.ad-box{min-height:60px;background:linear-gradient(90deg,rgba(240,242,245,.5),rgba(247,250,252,.5));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;border:1px dashed rgba(15,23,42,.04)}.ad-box,footer{color:var(--muted)}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mt-4{margin-top:16px}.text-sm{font-size:13px}.text-xs{font-size:12px}