:root{color-scheme:light;--ink:#17262c;--muted:#52646b;--line:#d8e1df;--accent:#166557}
*{box-sizing:border-box}body{margin:0;background:#fafbf8;color:var(--ink);font-family:system-ui,-apple-system,"Malgun Gothic",sans-serif;line-height:1.85;word-break:keep-all;overflow-wrap:anywhere}header,main,footer{max-width:850px;margin:auto;padding:24px}header{border-bottom:1px solid var(--line);font-weight:700}a{color:var(--accent);text-underline-offset:4px}h1{font-size:clamp(1.9rem,5vw,2.8rem);line-height:1.35;letter-spacing:-.04em}h2{margin-top:2.7rem;line-height:1.45}h3{margin-top:2rem}p{margin:1.2rem 0}time{display:block;color:var(--muted);font-size:.9rem}.intro{color:var(--muted)}pre{background:#17262c;color:#edf4ef;padding:20px;border-radius:8px;overflow:auto;white-space:pre;word-break:normal;overflow-wrap:normal}code{font-family:Consolas,monospace;font-size:.92em}p code,.speech code,li code{background:#e9efea;padding:.12em .25em;border-radius:3px}blockquote{margin:24px 0;padding:8px 20px;border-left:3px solid var(--accent);color:var(--muted)}hr{border:0;border-top:1px solid var(--line);margin:32px 0}.dialogue{display:grid;grid-template-columns:5rem minmax(0,1fr);gap:20px;margin:0;padding:16px 0;border-bottom:1px solid var(--line)}.speaker{display:flex;flex-direction:column;align-items:center;gap:6px;font-weight:700;color:var(--accent);border-right:2px solid var(--line);text-align:center;font-size:.92rem;padding-right:10px}.avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#efe7d6}.speech{white-space:pre-wrap}.table-wrap{overflow-x:auto;margin:1.4rem 0}table{border-collapse:collapse;width:100%;font-size:.95rem}th,td{border-bottom:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}th{background:#f0ece1;font-weight:700;white-space:nowrap}tbody tr:last-child td{border-bottom:0}.posts{list-style:none;padding:0}.posts li{padding:24px 0;border-bottom:1px solid var(--line)}.posts a{font-size:1.25rem;font-weight:700}footer{margin-top:48px;border-top:1px solid var(--line);font-size:.9rem}@media(max-width:480px){header,main,footer{padding:18px}.dialogue{grid-template-columns:4rem minmax(0,1fr);gap:12px}}@media(prefers-reduced-motion:no-preference){a{transition:color .15s}}a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.disclosure{color:var(--muted);font-size:.9rem}.tools,.related{margin-top:48px;padding:4px 24px;border:1px solid var(--line);border-radius:8px}.tools h2,.related h2{margin-top:1.2rem;font-size:1.1rem}.tools ul,.related ul{padding-left:1.2rem}.tag{margin-left:6px;padding:0 6px;border:1px solid var(--line);border-radius:4px;color:var(--muted);font-size:.8rem}.support{margin-top:48px;padding:4px 24px 20px;border:1px solid var(--line);border-radius:8px}.support h2{margin-top:1.2rem;font-size:1.1rem}.support-link{display:inline-block;padding:10px 18px;border:1px solid var(--accent);border-radius:6px;font-weight:700;text-decoration:none}.support-qr{display:block;width:160px;height:auto}@media(max-width:480px){.support-qr{display:none}}

.preview-banner{padding:16px 20px;margin-bottom:24px;border:2px solid #9a6700;border-radius:8px;background:#fff4ce;color:#624500}
