.seriph-comments{--seriph-border-color: #e5e7eb;--seriph-bg-color: #f9fafb;--seriph-text-color: inherit;--seriph-text-muted: #6b7280;--seriph-input-bg: white;--seriph-input-border: #9ca3af;--seriph-focus-color: #3b82f6;--seriph-focus-ring: rgba(59, 130, 246, .2);--seriph-button-bg: #3b82f6;--seriph-button-hover: #2563eb;--seriph-button-text: white;--seriph-notice-bg: #fef3c7;--seriph-notice-text: #92400e;color:var(--seriph-text-color)}.seriph-comments.seriph-theme-dark{--seriph-border-color: #4b5563;--seriph-bg-color: transparent;--seriph-text-color: #f3f4f6;--seriph-text-muted: #9ca3af;--seriph-input-bg: #374151;--seriph-input-border: #9ca3af;--seriph-focus-color: #60a5fa;--seriph-focus-ring: rgba(96, 165, 250, .3);--seriph-button-bg: #3b82f6;--seriph-button-hover: #60a5fa;--seriph-button-text: white;--seriph-notice-bg: #422006;--seriph-notice-text: #fcd34d}@media(prefers-color-scheme:dark){.seriph-comments.seriph-theme-auto{--seriph-border-color: #4b5563;--seriph-bg-color: transparent;--seriph-text-color: #f3f4f6;--seriph-text-muted: #9ca3af;--seriph-input-bg: #374151;--seriph-input-border: #9ca3af;--seriph-focus-color: #60a5fa;--seriph-focus-ring: rgba(96, 165, 250, .3);--seriph-button-bg: #3b82f6;--seriph-button-hover: #60a5fa;--seriph-button-text: white;--seriph-notice-bg: #422006;--seriph-notice-text: #fcd34d}}.seriph-comments-form{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--seriph-border-color);display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:480px){.seriph-comments-form{grid-template-columns:1fr 1fr}.seriph-comments-form .seriph-form-group:has(textarea),.seriph-comments-form .seriph-reply-indicator,.seriph-comments-form button[type=submit]{grid-column:1 / -1}}.seriph-reply-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--seriph-notice-bg);color:var(--seriph-notice-text);border-radius:.25rem;font-size:.8125rem;grid-column:1 / -1}.seriph-cancel-reply{margin-left:auto;padding:.125rem .5rem;background:transparent;border:1px solid currentColor;border-radius:.25rem;color:inherit;font-size:.75rem;cursor:pointer}.seriph-form-group{margin-bottom:0}.seriph-form-group label{display:block;margin-bottom:.25rem;font-weight:500;font-size:.75rem}.seriph-comments .seriph-form-group input,.seriph-comments .seriph-form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--seriph-input-border);border-radius:.375rem;font-size:.875rem;background:var(--seriph-input-bg);color:var(--seriph-text-color);font-family:inherit}.seriph-comments .seriph-form-group textarea{min-height:5rem;resize:vertical}.seriph-comments .seriph-form-group input:focus,.seriph-comments .seriph-form-group textarea:focus{outline:none;border-color:var(--seriph-focus-color);box-shadow:0 0 0 2px var(--seriph-focus-ring)}.seriph-comments .seriph-comments-form button[type=submit]{padding:.5rem 1rem;background:var(--seriph-button-bg);color:var(--seriph-button-text);border:none;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:background .15s}.seriph-comments .seriph-comments-form button[type=submit]:hover{background:var(--seriph-button-hover)}.seriph-comments .seriph-comments-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.seriph-comment{padding:.75rem;background:var(--seriph-bg-color);border:1px solid var(--seriph-border-color);border-radius:.375rem;margin-bottom:.5rem}.seriph-comment-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.25rem;font-size:.8125rem}.seriph-comment-author{font-weight:600}.seriph-comment-date{color:var(--seriph-text-muted);font-size:.75rem}.seriph-comment-content{white-space:pre-wrap;font-size:.875rem}.seriph-reply-btn{margin-top:.5rem;padding:.125rem .5rem;background:transparent;border:none;color:var(--seriph-text-muted);font-size:.75rem;cursor:pointer}.seriph-reply-btn:hover{color:var(--seriph-focus-color);text-decoration:underline}.seriph-comment-replies{margin-left:1rem;margin-top:.5rem}.seriph-comments-empty{color:var(--seriph-text-muted);font-style:italic;font-size:.875rem}.seriph-comment-notice{margin-top:.5rem;padding:.375rem .5rem;background:var(--seriph-notice-bg);color:var(--seriph-notice-text);border-radius:.25rem;font-size:.8125rem}.seriph-reactions{--seriph-border-color: #e5e7eb;--seriph-button-bg: white;--seriph-hover-bg: #f3f4f6;--seriph-hover-border: #d1d5db;--seriph-active-bg: #dbeafe;--seriph-active-border: #93c5fd;--seriph-active-hover-bg: #bfdbfe;--seriph-count-color: #6b7280;--seriph-active-text: #1d4ed8;display:flex;gap:.5rem;flex-wrap:wrap}.seriph-reactions.seriph-theme-dark{--seriph-border-color: #374151;--seriph-button-bg: transparent;--seriph-hover-bg: #374151;--seriph-hover-border: #4b5563;--seriph-active-bg: rgba(59, 130, 246, .2);--seriph-active-border: #3b82f6;--seriph-active-hover-bg: rgba(59, 130, 246, .3);--seriph-count-color: #9ca3af;--seriph-active-text: #60a5fa}@media(prefers-color-scheme:dark){.seriph-reactions.seriph-theme-auto{--seriph-border-color: #374151;--seriph-button-bg: transparent;--seriph-hover-bg: #374151;--seriph-hover-border: #4b5563;--seriph-active-bg: rgba(59, 130, 246, .2);--seriph-active-border: #3b82f6;--seriph-active-hover-bg: rgba(59, 130, 246, .3);--seriph-count-color: #9ca3af;--seriph-active-text: #60a5fa}}.seriph-reaction-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:1px solid var(--seriph-border-color);border-radius:9999px;background:var(--seriph-button-bg);cursor:pointer;transition:all .15s ease;font-family:inherit;font-size:.875rem}.seriph-reaction-btn:hover:not(.seriph-reacted){background:var(--seriph-hover-bg);border-color:var(--seriph-hover-border)}.seriph-reaction-btn.seriph-reacted{background:var(--seriph-active-bg);border-color:var(--seriph-active-border)}.seriph-reaction-btn.seriph-reacted:hover{background:var(--seriph-active-hover-bg)}.seriph-reaction-btn.seriph-loading{opacity:.6;cursor:wait}.seriph-reaction-icon{font-size:1.125rem;line-height:1}.seriph-reaction-count{color:var(--seriph-count-color);font-weight:500;min-width:1ch}.seriph-reacted .seriph-reaction-count{color:var(--seriph-active-text)}
