.comment-thread{margin-top:28px;border-top:2px solid var(--ink);background:transparent;min-width:0;color:var(--ink)}.comment-toggle{display:flex;width:100%;min-height:52px;align-items:center;justify-content:space-between;gap:16px;padding:13px 2px;text-align:left}.comment-toggle span{font-family:var(--font-display),ui-serif,Georgia,serif;font-size:clamp(20px,2vw,27px);font-weight:700}.comment-toggle strong{font-size:12px;color:var(--shu)}.comment-panel{display:grid;gap:18px;border-top:1px solid var(--line);padding:20px 0}.comment-form{display:grid;gap:9px;padding:16px;background:var(--washi-hi);border:1px solid var(--line);border-radius:10px;min-width:0}.comment-form label{display:grid;gap:8px;font-size:13px;font-weight:650}.comment-form textarea{width:100%;min-height:96px;resize:vertical;border:1px solid var(--line-strong);border-radius:8px;background:#fff;padding:11px;font:inherit;line-height:1.65}.comment-form textarea:focus{outline:3px solid rgba(37,95,87,.13);border-color:var(--ai)}.comment-form>small{justify-self:end;color:var(--soft);font-size:11px}.comment-form>button{justify-self:start}.comment-form>div,.comment-item>footer{display:flex;flex-wrap:wrap;gap:8px}.comment-list{display:grid;gap:14px}.comment-item{display:grid;gap:9px;border-top:1px solid var(--line);padding:16px 0 0;min-width:0}.comment-item.is-reply{margin-left:clamp(16px,5vw,44px);border-left:3px solid var(--washi-2);padding-left:14px}.comment-item>header{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px}.comment-item>header strong{font-size:13px}.comment-item>header small,.comment-item>header time{font-size:11px;color:var(--faint)}.comment-body{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.75;color:var(--ink)}.comment-placeholder{font-style:italic;color:var(--faint)}.comment-item>footer button{font-size:12px;text-decoration:underline;text-underline-offset:3px;color:var(--soft)}.comment-reply-form{margin:4px 0 2px clamp(16px,5vw,44px)}.comment-empty,.comment-error,.comment-login{border-radius:8px;background:#f7f4ee;padding:14px;font-size:13px;line-height:1.7}.comment-error{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;color:#8a3b32}.comment-login a{text-decoration:underline;font-weight:700;color:var(--ai)}.comment-more{justify-self:center}@media(max-width:600px){.comment-panel{padding:14px 0}.comment-form{padding:13px}.comment-item.is-reply,.comment-reply-form{margin-left:10px}.comment-toggle{min-height:48px}}