section#comments{margin:2rem 0}section#comments .comments-title{display:flex;align-items:center;gap:1rem;margin:0 0 1.25rem;font-family:var(--font-mono);font-size:1.1rem;font-weight:700;letter-spacing:2px;color:var(--primary,#111)}section#comments .comments-title::after{content:"";flex:1;border-top:1px solid var(--border,rgba(128,128,128,.35))}section#comments .comments-subtitle{display:flex;align-items:center;gap:.75rem;margin:1.75rem 0 .75rem;font-family:var(--font-mono);font-size:.95rem;font-weight:700;letter-spacing:1px;color:var(--primary,#111)}section#comments .comments-subtitle::after{content:"";flex:1;border-top:1px solid var(--border,rgba(128,128,128,.35))}section#comments .comments-controls{margin-bottom:.5rem}section#comments .comments-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}section#comments .show-comments-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.75rem 1.5rem;border:1px solid var(--accent);border-radius:8px;background-color:var(--accent);color:var(--accent-on);font-family:var(--font-mono);font-size:1rem;font-weight:700;line-height:1.2;cursor:pointer;box-shadow:0 0 8px var(--accent-glow);transition:background-color .2s ease,box-shadow .2s ease,opacity .2s ease}section#comments .show-comments-btn:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 0 12px var(--accent-glow)}section#comments .show-comments-btn:focus-visible,section#comments .comments-help-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}section#comments .show-comments-btn:disabled{cursor:wait;opacity:.85}section#comments .show-comments-btn.is-loading .show-comments-chevron{display:none}section#comments .show-comments-btn.is-loading .show-comments-label::before{content:"";display:inline-block;width:1rem;height:1rem;margin-right:.5rem;border:2px solid;border-top-color:transparent;border-radius:50%;vertical-align:-.15em;opacity:.65;animation:comments-spin .7s linear infinite}@keyframes comments-spin{to{transform:rotate(360deg)}}section#comments .show-comments-chevron{flex-shrink:0}section#comments .comments-help-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--border,rgba(128,128,128,.45));border-radius:50%;background:0 0;color:var(--secondary,#666);font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}section#comments .comments-help-btn:hover{background-color:var(--code-bg,rgba(128,128,128,.12));color:var(--primary,#111)}section#comments .comments-privacy-hint,section#comments .comments-hint,section#comments .comments-help{margin:.65rem 0 0;font-size:.875rem;line-height:1.5;color:var(--secondary,#666)}section#comments .comments-error a{color:var(--accent-color,#4a9eff)}section#comments .comments-revealed{margin-top:.25rem}section#comments .comments-write-panel{margin-top:1.75rem;border:1px solid var(--border,rgba(0,0,0,.12));border-radius:10px;padding:1.25rem 1.25rem 1rem;background:var(--entry,#fafafa)}section#comments .comments-write-panel .comments-subtitle{margin-top:0}section#comments .comments-subtitle-mastodon{margin-top:0;margin-bottom:.75rem}section#comments .comments-subtitle-webmentions{margin-top:1.75rem;margin-bottom:.75rem}section#comments .comments-write-panel .comments-mastodon-alt{margin-bottom:0}section#comments #cusdis_thread{margin:.75rem 0 0;width:100%}section#comments #cusdis_thread iframe{display:block;width:100%!important;min-height:18rem;border:0;overflow:hidden}section#comments #comments-wrapper{margin:1rem 0;padding:0}section#comments a{color:var(--accent-color,#4a9eff);text-decoration:none}section#comments a:hover{text-decoration:underline}section#comments .comment-action-row{text-align:center;padding:1.25rem 0}section#comments .comment-button-link{display:inline-block;padding:.5rem 1rem;border-radius:6px;background-color:var(--accent-color,#4a9eff);color:#fff!important;font-weight:500;text-decoration:none!important;transition:filter .2s ease}section#comments .comment-button-link:hover{filter:brightness(.92);text-decoration:none!important}section#comments .comment{display:grid;column-gap:1rem;grid-template-areas:"avatar name" "avatar time" "avatar post" "...... interactions";grid-template-columns:min-content;justify-items:start;margin:0 auto 0 -1em;padding:.5em}section#comments .comment.comment-reply{margin:0 auto 0 1em}section#comments .comment .avatar-link{grid-area:avatar;height:4rem;position:relative;width:4rem}section#comments .comment .avatar{background-position:50%;background-size:cover;border-radius:50%;box-shadow:0 0 2px rgba(128,128,128,.5);height:100%;width:100%;margin:0;overflow:hidden}section#comments .comment .avatar-link.op::after{background-color:var(--accent-color,#4a9eff);border-radius:50%;bottom:-.25rem;color:#fff;content:"✓";display:block;font-size:1.25rem;font-weight:700;height:1.5rem;line-height:1.5rem;position:absolute;right:-.25rem;text-align:center;width:1.5rem}section#comments .comment .author{align-items:center;display:flex;font-weight:700;gap:.5em;grid-area:name}section#comments .comment .author .instance{background-color:rgba(128,128,128,.15);border-radius:9999px;color:rgba(128,128,128,.8);font-size:.875rem;font-weight:400;padding:.25em .75em;text-decoration:none}section#comments .comment .author .instance:hover{opacity:.8;text-decoration:none}section#comments .comment .author .instance.op{background-color:var(--accent-color,#4a9eff);color:#fff}section#comments .comment .author .instance.op::before{content:"✓";font-weight:700;margin-inline-end:.25em;margin-inline-start:-.25em}section#comments .comment time{font-size:.875rem;opacity:.9;grid-area:time;line-height:1.5rem}section#comments .comment time a{color:inherit;text-decoration:none;opacity:.7}section#comments .comment time a:hover{text-decoration:underline;opacity:1}section#comments .comment main{grid-area:post;line-height:1.6}section#comments .comment main p:first-child{margin-top:.25em}section#comments .comment main p:last-child{margin-bottom:0}section#comments .comment main a{color:var(--accent-color,#4a9eff);text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom-color .2s ease}section#comments .comment main a:hover{border-bottom-color:var(--accent-color,#4a9eff);text-decoration:none}section#comments .comment footer{font-size:.875rem;opacity:.9;grid-area:interactions}section#comments .comment footer .faves{color:inherit;text-decoration:none;display:inline-flex;align-items:center}section#comments .comment footer .faves:hover{opacity:.8;text-decoration:none}section#comments .comment footer .faves::before{color:#e0245e;content:"♥";font-size:1.25rem;margin-inline-end:.25em}section#comments .comment .emoji{display:inline;height:1.25em;vertical-align:middle;width:1.25em}section#comments .comment .invisible{display:none}section#comments .comment .ellipsis::after{content:"…"}body:not(.dark) section#comments a{color:#06c}body:not(.dark) section#comments .comment .avatar{box-shadow:0 0 2px rgba(0,0,0,.2)}body:not(.dark) section#comments .comment .author .instance{background-color:rgba(0,0,0,8%);color:rgba(0,0,0,.6)}body:not(.dark) section#comments .comment main a{color:#06c}body:not(.dark) section#comments .comment main a:hover{border-bottom-color:#06c}body.dark section#comments a{color:#58a6ff}body.dark section#comments .comment .avatar{box-shadow:0 0 2px rgba(255,255,255,.3)}body.dark section#comments .comment .author .instance{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}body.dark section#comments .comment main a{color:#58a6ff}body.dark section#comments .comment main a:hover{border-bottom-color:#58a6ff}body.dark section#comments .comments-write-panel{background-color:#191919!important;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.25rem 1.25rem 1rem}body.dark section#comments .comments-write-panel .comments-subtitle{color:rgba(255,255,255,.92)}body.dark section#comments .comments-write-panel .comments-subtitle::after{border-top-color:rgba(255,255,255,.12)}body.dark section#comments .comments-write-panel .comments-hint{color:rgba(255,255,255,.62)}body.dark section#comments .comments-write-panel .comments-hint a{color:#58a6ff}body.dark section#comments .comments-write-panel #cusdis_thread{margin-bottom:0;background-color:#191919}