.vote-buttons.svelte-8psj60{display:flex;gap:.5rem}.vote-btn.svelte-8psj60{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:transparent;border:1px solid #ddd;border-radius:1rem;color:#666;font-size:.8rem;cursor:pointer;transition:all .2s}.vote-btn.svelte-8psj60:hover:not(:disabled){background:#f5f5f5}.vote-btn.svelte-8psj60:disabled{opacity:.5;cursor:not-allowed}.vote-btn.svelte-8psj60 svg:where(.svelte-8psj60){width:16px;height:16px}.vote-btn.like.active.svelte-8psj60{background:#dcfce7;border-color:#22c55e;color:#16a34a}.vote-btn.like.active.svelte-8psj60 svg:where(.svelte-8psj60){fill:currentColor}.vote-btn.dislike.active.svelte-8psj60{background:#fee2e2;border-color:#ef4444;color:#dc2626}.vote-btn.dislike.active.svelte-8psj60 svg:where(.svelte-8psj60){fill:currentColor}.dark .vote-btn.svelte-8psj60{border-color:#444;color:#888}.dark .vote-btn.svelte-8psj60:hover:not(:disabled){background:#333}.dark .vote-btn.like.active.svelte-8psj60{background:#14532d;border-color:#22c55e;color:#4ade80}.dark .vote-btn.dislike.active.svelte-8psj60{background:#450a0a;border-color:#ef4444;color:#f87171}.count.svelte-8psj60{font-weight:500}.comment-editor.svelte-hhgd8q{position:relative;margin-bottom:1.5rem}.reply-indicator.svelte-hhgd8q{padding:.5rem .75rem;margin-bottom:.5rem;background:#fef3e2;border-radius:.5rem;font-size:.875rem;color:#92400e}.dark .reply-indicator.svelte-hhgd8q{background:#2a2a2a;color:#fcd34d}.editor-container.svelte-hhgd8q{position:relative}.editor-footer.svelte-hhgd8q{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;flex-wrap:wrap;gap:.75rem}.footer-left.svelte-hhgd8q{display:flex;flex-direction:column;gap:.25rem}.hint.svelte-hhgd8q{font-size:.75rem;color:#888}.char-count.svelte-hhgd8q{font-size:.75rem;color:#888;font-variant-numeric:tabular-nums}.char-count.warning.svelte-hhgd8q{color:#d97706;font-weight:500}.char-count.error.svelte-hhgd8q{color:#dc2626;font-weight:600}.editor-actions.svelte-hhgd8q{display:flex;gap:.75rem}.cancel-btn.svelte-hhgd8q,.submit-btn.svelte-hhgd8q{padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.cancel-btn.svelte-hhgd8q{background:transparent;border:1px solid #ddd;color:#666}.cancel-btn.svelte-hhgd8q:hover:not(:disabled){background:#f5f5f5}.dark .cancel-btn.svelte-hhgd8q{border-color:#444;color:#888}.dark .cancel-btn.svelte-hhgd8q:hover:not(:disabled){background:#333}.submit-btn.svelte-hhgd8q{background:linear-gradient(135deg,gold,#fa0);border:none;color:#1a1a1a}.submit-btn.svelte-hhgd8q:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ffd7004d}.submit-btn.svelte-hhgd8q:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.spinner.svelte-hhgd8q{width:14px;height:14px;border:2px solid rgba(0,0,0,.2);border-top-color:#1a1a1a;border-radius:50%;animation:svelte-hhgd8q-spin .8s linear infinite}@keyframes svelte-hhgd8q-spin{to{transform:rotate(360deg)}}@media (max-width: 480px){.editor-footer.svelte-hhgd8q{flex-direction:column;align-items:stretch}.hint.svelte-hhgd8q{text-align:center}.editor-actions.svelte-hhgd8q{justify-content:stretch}.cancel-btn.svelte-hhgd8q,.submit-btn.svelte-hhgd8q{flex:1;justify-content:center}}.modal-backdrop.svelte-1ruucbh{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.modal.svelte-1ruucbh{background:#fff;border-radius:1rem;max-width:480px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #0003}.dark .modal.svelte-1ruucbh{background:#1a1a1a}.modal-header.svelte-1ruucbh{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee;flex-shrink:0;background:#fff;border-radius:1rem 1rem 0 0}.dark .modal-header.svelte-1ruucbh{background:#1a1a1a;border-bottom-color:#333}.modal-header.svelte-1ruucbh h3:where(.svelte-1ruucbh){margin:0;font-size:1.125rem;font-weight:600;color:#333}.dark .modal-header.svelte-1ruucbh h3:where(.svelte-1ruucbh){color:#fff}.close-btn.svelte-1ruucbh{background:transparent;border:none;cursor:pointer;color:#333;border-radius:.375rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.close-btn.svelte-1ruucbh:hover{background:#0000001a;color:#000}.dark .close-btn.svelte-1ruucbh{color:#ccc}.dark .close-btn.svelte-1ruucbh:hover{background:#ffffff1a;color:#fff}.close-btn.svelte-1ruucbh svg:where(.svelte-1ruucbh){width:24px;height:24px;stroke-width:2.5}.modal-body.svelte-1ruucbh{padding:1.25rem;overflow-y:auto;flex:1;min-height:0}.instruction.svelte-1ruucbh{margin:0 0 1rem;font-weight:500;color:#333}.dark .instruction.svelte-1ruucbh{color:#fff}.reasons-list.svelte-1ruucbh{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.reason-option.svelte-1ruucbh{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;cursor:pointer;transition:all .2s}.reason-option.svelte-1ruucbh:hover{border-color:#ff8c00;background:#ff8c000d}.reason-option.selected.svelte-1ruucbh{border-color:#ff8c00;background:#ff8c001a}.dark .reason-option.svelte-1ruucbh{border-color:#444}.dark .reason-option.svelte-1ruucbh:hover,.dark .reason-option.selected.svelte-1ruucbh{border-color:#ff8c00;background:#ff8c0026}.reason-option.svelte-1ruucbh input:where(.svelte-1ruucbh){margin-top:.125rem;accent-color:#ff8c00}.reason-content.svelte-1ruucbh{display:flex;flex-direction:column}.reason-label.svelte-1ruucbh{font-weight:500;color:#333}.dark .reason-label.svelte-1ruucbh{color:#fff}.reason-desc.svelte-1ruucbh{font-size:.8125rem;color:#666}.dark .reason-desc.svelte-1ruucbh{color:#888}.details-section.svelte-1ruucbh label:where(.svelte-1ruucbh){display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#333}.dark .details-section.svelte-1ruucbh label:where(.svelte-1ruucbh){color:#fff}.details-section.svelte-1ruucbh textarea:where(.svelte-1ruucbh){width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-family:inherit;font-size:.875rem;resize:vertical;min-height:80px}.details-section.svelte-1ruucbh textarea:where(.svelte-1ruucbh):focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c0026}.dark .details-section.svelte-1ruucbh textarea:where(.svelte-1ruucbh){background:#222;border-color:#444;color:#fff}.error-notice.svelte-1ruucbh{padding:.75rem;background:#fee2e2;color:#991b1b;border-radius:.5rem;font-size:.875rem;margin-top:1rem}.dark .error-notice.svelte-1ruucbh{background:#450a0a;color:#fca5a5}.modal-footer.svelte-1ruucbh{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #eee;justify-content:flex-end;flex-shrink:0;background:#fff;border-radius:0 0 1rem 1rem}.dark .modal-footer.svelte-1ruucbh{background:#1a1a1a;border-top-color:#333}.cancel-btn.svelte-1ruucbh,.submit-btn.svelte-1ruucbh{padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.cancel-btn.svelte-1ruucbh{background:transparent;border:1px solid #ddd;color:#666}.cancel-btn.svelte-1ruucbh:hover:not(:disabled){background:#f5f5f5}.dark .cancel-btn.svelte-1ruucbh{border-color:#444;color:#888}.dark .cancel-btn.svelte-1ruucbh:hover:not(:disabled){background:#333}.submit-btn.svelte-1ruucbh{background:#dc2626;border:none;color:#fff}.submit-btn.svelte-1ruucbh:hover:not(:disabled){background:#b91c1c}.submit-btn.svelte-1ruucbh:disabled{opacity:.6;cursor:not-allowed}.success-message.svelte-1ruucbh{display:flex;flex-direction:column;align-items:center;padding:3rem 1.5rem;text-align:center;color:#16a34a}.success-message.svelte-1ruucbh svg:where(.svelte-1ruucbh){width:48px;height:48px;margin-bottom:1rem}.success-message.svelte-1ruucbh p:where(.svelte-1ruucbh){margin:0;font-size:1rem;color:#333}.dark .success-message.svelte-1ruucbh p:where(.svelte-1ruucbh){color:#fff}.spinner.svelte-1ruucbh{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1ruucbh-spin .8s linear infinite}.loading-state.svelte-1ruucbh{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:1rem}.loading-state.svelte-1ruucbh .spinner:where(.svelte-1ruucbh){width:32px;height:32px;border:3px solid rgba(255,140,0,.2);border-top-color:#ff8c00}.loading-state.svelte-1ruucbh p:where(.svelte-1ruucbh){margin:0;color:#666}.dark .loading-state.svelte-1ruucbh p:where(.svelte-1ruucbh){color:#888}.update-notice.svelte-1ruucbh{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#ff8c001a;border:1px solid rgba(255,140,0,.3);border-radius:.5rem;margin-bottom:1rem;color:#9a3412;font-size:.875rem;line-height:1.4}.update-notice.svelte-1ruucbh svg:where(.svelte-1ruucbh){flex-shrink:0;width:18px;height:18px;margin-top:1px}.dark .update-notice.svelte-1ruucbh{background:#ff8c0026;color:#fed7aa}@keyframes svelte-1ruucbh-spin{to{transform:rotate(360deg)}}.comment.svelte-1v2hw1v{position:relative;padding:1rem;background:#fafafa;border-radius:.75rem}.dark .comment.svelte-1v2hw1v{background:#222}.comment.svelte-1v2hw1v.highlight-comment{animation:svelte-1v2hw1v-comment-highlight 3s ease-out}@keyframes svelte-1v2hw1v-comment-highlight{0%,15%{background:#ff8c0033;box-shadow:0 0 0 3px #ff8c004d}to{background:#fafafa;box-shadow:none}}.dark .comment.svelte-1v2hw1v.highlight-comment{animation:svelte-1v2hw1v-comment-highlight-dark 3s ease-out}@keyframes svelte-1v2hw1v-comment-highlight-dark{0%,15%{background:#ff8c0040;box-shadow:0 0 0 3px #ff8c0066}to{background:#222;box-shadow:none}}.comment.pinned.svelte-1v2hw1v{border:1px solid rgba(255,215,0,.3);background:#ffd7000d}.dark .comment.pinned.svelte-1v2hw1v{background:#ffd7001a}.pinned-badge.svelte-1v2hw1v{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#ca8a04;margin-bottom:.5rem}.comment-header.svelte-1v2hw1v{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.author-avatar.svelte-1v2hw1v{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,gold,#fa0);color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.author-info.svelte-1v2hw1v{display:flex;flex-direction:column;min-width:0}.author-name.svelte-1v2hw1v{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#333}.dark .author-name.svelte-1v2hw1v{color:#fff}.dev-badge.svelte-1v2hw1v,.premium-badge.svelte-1v2hw1v{padding:.125rem .375rem;border-radius:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase}.dev-badge.svelte-1v2hw1v{background:#dbeafe;color:#1d4ed8}.premium-badge.svelte-1v2hw1v{background:linear-gradient(135deg,gold,#fa0);color:#1a1a1a}.dark .dev-badge.svelte-1v2hw1v{background:#1e3a5f;color:#60a5fa}.author-meta.svelte-1v2hw1v{font-size:.75rem;color:#888}.separator.svelte-1v2hw1v{margin:0 .25rem}.edited-indicator.svelte-1v2hw1v{font-style:italic;cursor:help}.comment-body.svelte-1v2hw1v{line-height:1.6;color:#333;word-wrap:break-word;overflow:hidden;transition:max-height .3s ease-out}.comment-body.collapsed.svelte-1v2hw1v{position:relative}.comment-body.collapsed.svelte-1v2hw1v:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,#fafafa);pointer-events:none}.dark .comment-body.collapsed.svelte-1v2hw1v:after{background:linear-gradient(to bottom,transparent,#222)}.comment-body.expanded.svelte-1v2hw1v{max-height:80vh;overflow-y:auto}.dark .comment-body.svelte-1v2hw1v{color:#e5e5e5}.show-more-btn.svelte-1v2hw1v{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;margin-top:.5rem;background:transparent;border:1px solid #ddd;border-radius:.375rem;color:#666;font-size:.8125rem;cursor:pointer;transition:all .2s}.show-more-btn.svelte-1v2hw1v:hover{background:#f5f5f5;border-color:#ff8c00;color:#ff8c00}.show-more-btn.svelte-1v2hw1v svg:where(.svelte-1v2hw1v){width:14px;height:14px}.dark .show-more-btn.svelte-1v2hw1v{border-color:#444;color:#888}.dark .show-more-btn.svelte-1v2hw1v:hover{background:#333;border-color:#ff8c00;color:#ff8c00}.comment-body.svelte-1v2hw1v p{margin:0 0 .5rem}.comment-body.svelte-1v2hw1v p:last-child{margin-bottom:0}.comment-body.svelte-1v2hw1v .mention,.comment-body.svelte-1v2hw1v [data-mention]{display:inline-block;background:linear-gradient(135deg,#ffd70033,#fa03);color:#b8860b;font-weight:500;padding:.125rem .375rem;border-radius:.25rem;text-decoration:none;transition:all .15s}.comment-body.svelte-1v2hw1v .mention:hover,.comment-body.svelte-1v2hw1v [data-mention]:hover{background:linear-gradient(135deg,#ffd70059,#ffaa0059);cursor:pointer}.dark .comment-body.svelte-1v2hw1v .mention,.dark .comment-body.svelte-1v2hw1v [data-mention]{background:linear-gradient(135deg,#ffd70040,#ffaa0040);color:gold}.dark .comment-body.svelte-1v2hw1v .mention:hover,.dark .comment-body.svelte-1v2hw1v [data-mention]:hover{background:linear-gradient(135deg,#ffd70066,#fa06)}.comment-body.svelte-1v2hw1v a{color:#ff8c00}.error-notice.svelte-1v2hw1v{padding:.5rem .75rem;margin:.5rem 0;background:#fee2e2;color:#991b1b;border-radius:.375rem;font-size:.875rem}.dark .error-notice.svelte-1v2hw1v{background:#450a0a;color:#fca5a5}.comment-footer.svelte-1v2hw1v{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.footer-row.svelte-1v2hw1v{display:flex;align-items:center;gap:.5rem}.actions-inline.svelte-1v2hw1v{display:flex;align-items:center;gap:.25rem}.replies-toggle.svelte-1v2hw1v{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:transparent;border:none;color:#666;font-size:.8125rem;font-weight:500;cursor:pointer;border-radius:.375rem;transition:all .2s}.replies-toggle.svelte-1v2hw1v:hover:not(:disabled){background:#ff8c001a;color:#ff8c00}.replies-toggle.svelte-1v2hw1v:disabled{opacity:.7;cursor:not-allowed}.replies-toggle.expanded.svelte-1v2hw1v{color:#ff8c00}.dark .replies-toggle.svelte-1v2hw1v{color:#888}.dark .replies-toggle.svelte-1v2hw1v:hover:not(:disabled){background:#ff8c0026;color:#ff8c00}.dark .replies-toggle.expanded.svelte-1v2hw1v{color:#ff8c00}.toggle-chevron.svelte-1v2hw1v{width:16px;height:16px;transition:transform .2s}.replies-toggle.expanded.svelte-1v2hw1v .toggle-chevron:where(.svelte-1v2hw1v){transform:rotate(180deg)}.toggle-spinner.svelte-1v2hw1v{width:14px;height:14px;border:2px solid rgba(255,140,0,.2);border-top-color:#ff8c00;border-radius:50%;animation:svelte-1v2hw1v-spin .8s linear infinite}.action-btn.svelte-1v2hw1v{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:transparent;border:none;color:#666;font-size:.8125rem;cursor:pointer;border-radius:.375rem;transition:all .2s}.action-btn.svelte-1v2hw1v:hover{background:#e5e5e5;color:#333}.dark .action-btn.svelte-1v2hw1v{color:#888}.dark .action-btn.svelte-1v2hw1v:hover{background:#333;color:#fff}.reply-in-thread.svelte-1v2hw1v{text-decoration:none;color:#ea580c}.reply-in-thread.svelte-1v2hw1v:hover{background:#ff8c001a;color:#c2410c}.dark .reply-in-thread.svelte-1v2hw1v{color:#fb923c}.dark .reply-in-thread.svelte-1v2hw1v:hover{background:#ff8c0026;color:#fdba74}.action-btn.svelte-1v2hw1v svg:where(.svelte-1v2hw1v){width:16px;height:16px}.more-actions.svelte-1v2hw1v{position:relative}.more-btn.svelte-1v2hw1v{padding:.375rem}.actions-dropdown.svelte-1v2hw1v{position:absolute;right:0;top:100%;min-width:140px;background:#fff;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden}.dark .actions-dropdown.svelte-1v2hw1v{background:#1a1a1a;border-color:#333}.actions-dropdown.svelte-1v2hw1v button:where(.svelte-1v2hw1v){display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;background:transparent;border:none;color:#333;font-size:.875rem;cursor:pointer;text-align:left}.actions-dropdown.svelte-1v2hw1v button:where(.svelte-1v2hw1v):hover{background:#f5f5f5}.dark .actions-dropdown.svelte-1v2hw1v button:where(.svelte-1v2hw1v){color:#e5e5e5}.dark .actions-dropdown.svelte-1v2hw1v button:where(.svelte-1v2hw1v):hover{background:#2a2a2a}.actions-dropdown.svelte-1v2hw1v button:where(.svelte-1v2hw1v) svg:where(.svelte-1v2hw1v){width:16px;height:16px}.actions-dropdown.svelte-1v2hw1v button.danger:where(.svelte-1v2hw1v){color:#dc2626}.actions-dropdown.svelte-1v2hw1v button.danger:where(.svelte-1v2hw1v):hover{background:#fee2e2}.dark .actions-dropdown.svelte-1v2hw1v button.danger:where(.svelte-1v2hw1v):hover{background:#450a0a}.reply-editor-wrapper.svelte-1v2hw1v{margin-top:1rem;padding:1rem 1rem 1rem 1.25rem;border-left:3px solid rgba(255,140,0,.4);background:#ff8c0005;border-radius:0 .5rem .5rem 0}.dark .reply-editor-wrapper.svelte-1v2hw1v{background:#ff8c000a;border-left-color:#ff8c0080}.reply-editor-modal.svelte-1v2hw1v{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;padding:1rem}.reply-editor-modal-backdrop.svelte-1v2hw1v{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.reply-editor-modal-content.svelte-1v2hw1v{position:relative;width:100%;max-width:600px;max-height:80vh;overflow-y:auto;background:#fff;border-radius:1rem 1rem 0 0;padding:1.25rem;box-shadow:0 -4px 20px #0003;animation:svelte-1v2hw1v-slideUp .25s ease-out}@keyframes svelte-1v2hw1v-slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.dark .reply-editor-modal-content.svelte-1v2hw1v{background:#1a1a1a;box-shadow:0 -4px 20px #00000080}.reply-editor-modal-header.svelte-1v2hw1v{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.1);font-size:.9375rem;color:#666}.reply-editor-modal-header.svelte-1v2hw1v strong:where(.svelte-1v2hw1v){color:#333}.dark .reply-editor-modal-header.svelte-1v2hw1v{border-bottom-color:#ffffff1a;color:#888}.dark .reply-editor-modal-header.svelte-1v2hw1v strong:where(.svelte-1v2hw1v){color:#fff}.modal-close-btn.svelte-1v2hw1v{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:.5rem;color:#666;cursor:pointer;transition:all .2s}.modal-close-btn.svelte-1v2hw1v:hover{background:#f5f5f5;color:#333}.modal-close-btn.svelte-1v2hw1v svg:where(.svelte-1v2hw1v){width:20px;height:20px}.dark .modal-close-btn.svelte-1v2hw1v{color:#888}.dark .modal-close-btn.svelte-1v2hw1v:hover{background:#333;color:#fff}.reply-context.svelte-1v2hw1v{margin-bottom:1rem;padding:.875rem;background:#f5f5f5;border-radius:.5rem;border-left:3px solid rgba(255,140,0,.5)}.dark .reply-context.svelte-1v2hw1v{background:#2a2a2a;border-left-color:#ff8c0099}.reply-context-author.svelte-1v2hw1v{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.reply-context-avatar.svelte-1v2hw1v{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,gold,#fa0);color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.6875rem;flex-shrink:0}.reply-context-name.svelte-1v2hw1v{font-weight:600;font-size:.8125rem;color:#333}.dark .reply-context-name.svelte-1v2hw1v{color:#fff}.reply-context-time.svelte-1v2hw1v{font-size:.75rem;color:#888}.reply-context-body.svelte-1v2hw1v{font-size:.875rem;color:#555;line-height:1.5;max-height:150px;overflow-y:auto;padding-right:.5rem}.reply-context-body.svelte-1v2hw1v::-webkit-scrollbar{width:6px}.reply-context-body.svelte-1v2hw1v::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.reply-context-body.svelte-1v2hw1v::-webkit-scrollbar-thumb{background:#ff8c004d;border-radius:3px}.reply-context-body.svelte-1v2hw1v::-webkit-scrollbar-thumb:hover{background:#ff8c0080}.dark .reply-context-body.svelte-1v2hw1v{color:#ccc}.dark .reply-context-body.svelte-1v2hw1v::-webkit-scrollbar-track{background:#ffffff0d}.dark .reply-context-body.svelte-1v2hw1v::-webkit-scrollbar-thumb{background:#ff8c0066}.dark .reply-context-body.svelte-1v2hw1v::-webkit-scrollbar-thumb:hover{background:#ff8c0099}.reply-context-body.svelte-1v2hw1v p{margin:0 0 .25rem}.reply-context-body.svelte-1v2hw1v p:last-child{margin-bottom:0}@media (min-width: 601px){.reply-editor-modal.svelte-1v2hw1v{align-items:center}.reply-editor-modal-content.svelte-1v2hw1v{border-radius:1rem;max-height:70vh;max-width:700px}}@media (min-width: 900px){.reply-editor-modal-content.svelte-1v2hw1v{max-width:800px}}@media (min-width: 1200px){.reply-editor-modal-content.svelte-1v2hw1v{max-width:900px}}.replies.svelte-1v2hw1v{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem;position:relative;padding-left:1rem}.replies.svelte-1v2hw1v:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#ff8c0040;border-radius:1px}.dark .replies.svelte-1v2hw1v:before{background:#ff8c0059}.replies.svelte-1v2hw1v>.comment{position:relative}.replies.svelte-1v2hw1v>.comment:before{content:"";position:absolute;left:-1rem;top:calc(1.25rem - 10px);width:1rem;height:12px;border-left:2px solid rgba(255,140,0,.25);border-bottom:2px solid rgba(255,140,0,.25);border-bottom-left-radius:10px;border-top:none;border-right:none;clip-path:polygon(2px 0,100% 0,100% 100%,0 100%,0 calc(100% - 2px),2px calc(100% - 10px))}.dark .replies.svelte-1v2hw1v>.comment:before{border-color:#ff8c0059}.continue-thread-link.svelte-1v2hw1v{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin-top:.75rem;padding:.5rem .875rem;background:#ff8c0014;border:1px solid rgba(255,140,0,.2);border-radius:.5rem;color:#ea580c;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s}.continue-thread-link.svelte-1v2hw1v:hover{background:#ff8c0026;border-color:#ff8c0066;color:#c2410c}.continue-thread-link.svelte-1v2hw1v svg:where(.svelte-1v2hw1v){width:16px;height:16px;flex-shrink:0}.continue-text.svelte-1v2hw1v{white-space:nowrap}.continue-count.svelte-1v2hw1v{opacity:.85}.dark .continue-thread-link.svelte-1v2hw1v{background:#ff8c001a;border-color:#ff8c0040;color:#fb923c}.dark .continue-thread-link.svelte-1v2hw1v:hover{background:#ff8c0033;border-color:#ff8c0066;color:#fdba74}@media (max-width: 600px){.comment.svelte-1v2hw1v{padding:.625rem}.reply-editor-wrapper.svelte-1v2hw1v{padding:.625rem .625rem .625rem .875rem}.author-avatar.svelte-1v2hw1v{width:28px;height:28px;font-size:.6875rem}.comment-header.svelte-1v2hw1v{gap:.5rem;margin-bottom:.5rem}.comment-body.svelte-1v2hw1v{font-size:.9375rem}.comment-footer.svelte-1v2hw1v{margin-top:.5rem;gap:.375rem}.footer-row.svelte-1v2hw1v{flex-wrap:wrap}.replies.svelte-1v2hw1v{padding-left:.625rem;gap:.5rem;margin-top:.5rem}.replies.svelte-1v2hw1v>.comment:before{left:-.625rem;width:.625rem;height:10px;border-bottom-left-radius:8px}}.confirm-overlay.svelte-1v2hw1v{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.confirm-modal.svelte-1v2hw1v{background:#fff;border-radius:1rem;padding:1.5rem;max-width:360px;width:100%;box-shadow:0 20px 60px #0000004d;animation:svelte-1v2hw1v-modal-in .2s ease-out}@keyframes svelte-1v2hw1v-modal-in{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.dark .confirm-modal.svelte-1v2hw1v{background:#1a1a1a;box-shadow:0 20px 60px #0009}.confirm-icon.svelte-1v2hw1v{width:48px;height:48px;margin:0 auto 1rem;color:#ef4444}.confirm-icon.svelte-1v2hw1v svg:where(.svelte-1v2hw1v){width:100%;height:100%}.confirm-content.svelte-1v2hw1v{text-align:center;margin-bottom:1.5rem}.confirm-content.svelte-1v2hw1v h3:where(.svelte-1v2hw1v){font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#333}.dark .confirm-content.svelte-1v2hw1v h3:where(.svelte-1v2hw1v){color:#fff}.confirm-content.svelte-1v2hw1v p:where(.svelte-1v2hw1v){font-size:.95rem;color:#666;margin:0 0 .5rem;line-height:1.5}.dark .confirm-content.svelte-1v2hw1v p:where(.svelte-1v2hw1v){color:#999}.confirm-warning.svelte-1v2hw1v{color:#ef4444!important;font-weight:500}.confirm-actions.svelte-1v2hw1v{display:flex;gap:.75rem;justify-content:center}.btn-cancel.svelte-1v2hw1v{padding:.75rem 1.5rem;background:#f3f4f6;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;color:#333;transition:background .2s}.btn-cancel.svelte-1v2hw1v:hover:not(:disabled){background:#e5e7eb}.dark .btn-cancel.svelte-1v2hw1v{background:#333;color:#fff}.dark .btn-cancel.svelte-1v2hw1v:hover:not(:disabled){background:#444}.btn-confirm-danger.svelte-1v2hw1v{padding:.75rem 1.5rem;background:#ef4444;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;color:#fff;transition:background .2s;display:flex;align-items:center;gap:.5rem}.btn-confirm-danger.svelte-1v2hw1v:hover:not(:disabled){background:#dc2626}.btn-confirm-danger.svelte-1v2hw1v:disabled,.btn-cancel.svelte-1v2hw1v:disabled{opacity:.6;cursor:not-allowed}.spinner.svelte-1v2hw1v{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1v2hw1v-spin .8s linear infinite}@keyframes svelte-1v2hw1v-spin{to{transform:rotate(360deg)}}
