#comments.comments-modern{--cm-host-bg:#f4f6f8;--cm-host-border:#e3e8ed;--cm-host-shadow:0 10px 24px rgba(15, 23, 42, 0.04);--cm-panel-bg:#ffffff;--cm-panel-border:#d7e3ee;--cm-panel-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.04);--cm-form-bg:#f8fbff;--cm-form-border:#d7e5f3;--cm-input-bg:#ffffff;--cm-input-border:#d5e0eb;--cm-input-shadow:none;--cm-card-bg:#ffffff;--cm-card-border:#d9e2ec;--cm-card-shadow:0 8px 18px rgba(15, 23, 42, 0.05);--cm-reply-group-bg:#ffffff;--cm-reply-group-border:rgba(114, 183, 255, 0.72);--cm-reply-group-shadow:0 0 18px rgba(47, 128, 237, 0.1),0 10px 24px rgba(15, 39, 71, 0.06);--cm-reply-card-bg:#f0f9ff;--cm-reply-card-border:#d4eaf9;--cm-inline-bg:#ffffff;--cm-inline-border:#d8e4ef;--cm-inline-input-bg:#f7fbff;--cm-inline-input-border:#d7e4ef;--cm-load-bg:#f8fafc;--cm-load-border:#d9e2ec;--cm-pill-bg:#f8fafc;--cm-pill-border:#cbd5e1;--cm-pill-text:#64748b;--cm-pill-info-bg:#e0f2fe;--cm-pill-info-border:#bae6fd;--cm-pill-info-text:#075985;--cm-pill-warning-bg:#fef3c7;--cm-pill-warning-border:#fcd34d;--cm-pill-warning-text:#92400e;--cm-action-bg:#1b9ce8;--cm-action-text:#f7fbff;--cm-action-shadow:0 6px 14px rgba(15, 23, 42, 0.12);--cm-primary:#0f6cbd;--cm-primary-strong:#0f75af;--cm-primary-soft:#163b63;--cm-primary-soft-text:#93c5fd;--cm-control-bg:#f8fbff;--cm-control-border:#d7e5f3;--cm-control-text:#475569;--cm-control-active-bg:#e0f2fe;--cm-control-active-text:#075985;--cm-link-text:#075985;--cm-text:#0f172a;--cm-text-soft:#475569;--cm-text-muted:#64748b;--cm-text-subtle:#7a8798;--cm-placeholder:#55657a;--cm-avatar-bg:#e0f2fe;--cm-avatar-text:#075985;--cm-accent:#27b1ff;--cm-focus-ring:0 0 0 3px rgba(15, 108, 189, 0.14);margin:2.75rem 0 3.25rem;padding:0;background:0 0}#comments.comments-modern *{box-sizing:border-box}#comments.comments-modern .is-hidden,#comments.comments-modern [hidden]{display:none!important}#comments.comments-modern .comments-modern-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex:0 0 14px}#comments.comments-modern .comments-modern-icon-16{width:16px;height:16px;flex-basis:16px}#comments.comments-modern .comments-modern-icon-12{width:12px;height:12px;flex-basis:12px}#comments.comments-modern .comments-modern-icon img{display:block;width:100%;height:100%}#comments.comments-modern .comments-modern-icon svg{display:block;width:100%;height:100%}#comments.comments-modern .comments-modern-spinner{width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:comments-modern-spin .7s linear infinite}@keyframes comments-modern-spin{to{transform:rotate(360deg)}}#comments.comments-modern .comments-modern-panel{border:1px solid var(--cm-host-border);border-radius:24px;background:var(--cm-host-bg);box-shadow:var(--cm-host-shadow),inset 0 0 0 1px var(--cm-panel-border),var(--cm-panel-shadow);padding:18px 24px 24px}#comments.comments-modern .comments-modern-respond{display:grid;gap:12px;padding:0}#comments.comments-modern .comments-modern-head{display:grid;gap:12px}#comments.comments-modern .comments-modern-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}#comments.comments-modern .comments-modern-title{display:inline-flex;align-items:center;gap:8px;margin:0;color:var(--cm-text);font-size:22px;line-height:28px;font-weight:700}#comments.comments-modern .comments-modern-toolbar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-left:auto}#comments.comments-modern .comments-modern-control{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:4px;border:1px solid var(--cm-control-border);border-radius:999px;background:var(--cm-control-bg)}#comments.comments-modern .comments-modern-control-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;min-width:14px}#comments.comments-modern .comments-modern-control-icon-slot{display:inline-flex;align-items:center;justify-content:center;padding:0 2px 0 6px;color:var(--cm-control-text)}#comments.comments-modern .comments-modern-control-option{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:28px;padding:6px 10px;border:0;border-radius:999px;background:0 0;color:var(--cm-control-text);font-size:12px;line-height:16px;font-weight:500;transition:background-color .2s ease,color .2s ease,opacity .2s ease}#comments.comments-modern .comments-modern-control-option.is-active{background:var(--cm-control-active-bg);color:var(--cm-control-active-text)}#comments.comments-modern .comments-modern-control-option.is-disabled,#comments.comments-modern .comments-modern-control-option:disabled{cursor:default;opacity:1}#comments.comments-modern .comments-modern-form-card{border:1px solid var(--cm-form-border);border-radius:20px;background:var(--cm-form-bg);padding:20px 24px}#comments.comments-modern .comments-modern-form{display:grid;gap:14px}#comments.comments-modern .comments-modern-textarea-wrap{display:block}#comments.comments-modern .comments-modern-inline-textarea,#comments.comments-modern .comments-modern-textarea-wrap textarea{width:100%;border:1px solid var(--cm-input-border);border-radius:16px;background:var(--cm-input-bg);box-shadow:var(--cm-input-shadow);color:var(--cm-text-soft);outline:0;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}#comments.comments-modern .comments-modern-textarea-wrap textarea{min-height:124px;padding:16px;font-size:15px;line-height:24px}#comments.comments-modern .comments-modern-inline-textarea{min-height:56px;padding:10px 12px;font-size:13px;line-height:18px;background:var(--cm-inline-input-bg);border-color:var(--cm-inline-input-border)}#comments.comments-modern .comments-modern-inline-textarea:focus,#comments.comments-modern .comments-modern-textarea-wrap textarea:focus{border-color:var(--cm-primary);box-shadow:var(--cm-focus-ring)}#comments.comments-modern .comments-modern-textarea-wrap textarea::placeholder{color:var(--cm-placeholder)}#comments.comments-modern .comments-modern-inline-textarea::placeholder{color:var(--cm-text-subtle)}#comments.comments-modern .comments-modern-form-foot{display:flex;align-items:center;gap:12px}#comments.comments-modern .comments-modern-form-state{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}#comments.comments-modern .comments-modern-status-text{color:var(--cm-text-subtle);font-size:12px;line-height:18px;white-space:nowrap}#comments.comments-modern .comments-modern-context{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:7px 12px;border:1px solid var(--cm-pill-border);border-radius:999px;background:var(--cm-pill-bg);color:var(--cm-link-text);font-size:12px;line-height:16px;font-weight:700;transform-origin:left center}#comments.comments-modern .comments-modern-inline-button,#comments.comments-modern .comments-modern-submit-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:13px 18px;border:0;border-radius:14px;background:var(--cm-primary);color:#fff;font-size:14px;line-height:18px;font-weight:500;text-decoration:none;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}#comments.comments-modern .comments-modern-inline-button:disabled,#comments.comments-modern .comments-modern-submit-button:disabled{opacity:.72}#comments.comments-modern .comments-modern-login-box{display:flex;align-items:center;justify-content:space-between;gap:16px}#comments.comments-modern .comments-modern-login-copy{display:grid;gap:6px}#comments.comments-modern .comments-modern-login-overline{color:var(--cm-link-text);font-size:12px;line-height:16px;font-weight:700}#comments.comments-modern .comments-modern-login-copy p{margin:0;color:var(--cm-text-soft);font-size:14px;line-height:22px}#comments.comments-modern .comments-modern-thread{margin-top:16px}#comments.comments-modern .comments-modern-list{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin:0;padding:0;list-style:none}#comments.comments-modern .comments-modern-body>*,#comments.comments-modern .comments-modern-children>.comments-modern-item,#comments.comments-modern .comments-modern-list>.comments-modern-item{min-width:0}#comments.comments-modern .comments-modern-empty{display:grid;justify-items:center;gap:6px;margin:0;padding:28px 20px;border:1px dashed var(--cm-card-border);border-radius:18px;background:var(--cm-card-bg);list-style:none;text-align:center}#comments.comments-modern .comments-modern-empty h3{margin:0;color:var(--cm-text);font-size:18px;line-height:24px}#comments.comments-modern .comments-modern-empty p{margin:0;color:var(--cm-text-muted);font-size:14px;line-height:22px}#comments.comments-modern .comments-modern-item{position:relative;max-width:100%}#comments.comments-modern .comments-modern-card{position:relative;display:flex;align-items:flex-start;gap:14px;padding:20px;border:1px solid var(--cm-card-border);border-radius:18px;background:var(--cm-card-bg);box-shadow:var(--cm-card-shadow);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease;max-width:100%}#comments.comments-modern .comments-modern-item.comments-modern-depth-0.is-reply-active>.comments-modern-card{border:1.5px solid var(--cm-reply-group-border);background:var(--cm-reply-group-bg);box-shadow:var(--cm-reply-group-shadow)}#comments.comments-modern .comments-modern-item.comments-modern-depth-1>.comments-modern-card,#comments.comments-modern .comments-modern-item.comments-modern-depth-2>.comments-modern-card,#comments.comments-modern .comments-modern-item.comments-modern-depth-3>.comments-modern-card{padding:14px 16px;border-color:var(--cm-reply-card-border);border-radius:16px;background:var(--cm-reply-card-bg);box-shadow:none}#comments.comments-modern .comments-modern-item.comments-modern-depth-2,#comments.comments-modern .comments-modern-item.comments-modern-depth-3{margin-left:52px}#comments.comments-modern .comments-modern-accent{align-self:stretch;width:4px;border-radius:999px;background:var(--cm-accent)}#comments.comments-modern .comments-modern-avatar{position:relative;width:46px;height:46px;flex:0 0 46px;overflow:hidden;border-radius:50%;background:var(--cm-avatar-bg);color:var(--cm-avatar-text);display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:20px;font-weight:700}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-avatar,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-avatar,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-avatar{width:40px;height:40px;flex-basis:40px;font-size:14px}#comments.comments-modern .comments-modern-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}#comments.comments-modern .comments-modern-body{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:10px;max-width:100%}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-body,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-body,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-body{gap:6px}#comments.comments-modern .comments-modern-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;max-width:100%}#comments.comments-modern .comments-modern-author{color:var(--cm-text);font-size:18px;line-height:24px;font-weight:700}#comments.comments-modern .comments-modern-author-link{color:inherit;text-decoration:none}#comments.comments-modern .comments-modern-author-link:focus-visible,#comments.comments-modern .comments-modern-author-link:hover{text-decoration:underline}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-author,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-author,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-author{font-size:14px;line-height:20px;font-weight:500}#comments.comments-modern .comments-modern-time{color:var(--cm-text-muted);font-size:12px;line-height:16px}#comments.comments-modern .comments-modern-author .badge{margin-left:6px;font-size:12px}#comments.comments-modern .comments-modern-pending{display:inline-flex;align-items:center;gap:6px;color:var(--cm-pill-warning-text);font-size:12px;line-height:16px;font-weight:700}#comments.comments-modern .comments-modern-content{color:var(--cm-text-soft);font-size:14px;line-height:22px;word-break:break-word;overflow-wrap:anywhere;max-width:100%}#comments.comments-modern .comments-modern-content p{margin:0 0 8px}#comments.comments-modern .comments-modern-content p:last-child{margin-bottom:0}#comments.comments-modern .comments-modern-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;max-width:100%}#comments.comments-modern .comments-modern-action{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:28px;padding:6px 8px;border:1px solid var(--cm-pill-border);border-radius:999px;background:var(--cm-pill-bg);color:var(--cm-pill-text);font-size:12px;line-height:16px;font-weight:500;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease,border-color .2s ease,color .2s ease}#comments.comments-modern .comments-modern-action-reply{min-height:30px;padding:6px 10px;border-color:transparent;background:var(--cm-action-bg);color:var(--cm-action-text);box-shadow:var(--cm-action-shadow)}#comments.comments-modern .comments-modern-action-like{background:var(--cm-pill-info-bg);border-color:var(--cm-pill-info-border);color:var(--cm-pill-info-text)}#comments.comments-modern .comments-modern-action-button{cursor:pointer}#comments.comments-modern .comments-modern-action-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px rgba(15,23,42,.08)}#comments.comments-modern .comments-modern-action-button:focus-visible{outline:0;box-shadow:var(--cm-focus-ring)}#comments.comments-modern .comments-modern-action-button.is-active{background:var(--cm-action-bg);border-color:transparent;color:var(--cm-action-text);box-shadow:var(--cm-action-shadow)}#comments.comments-modern .comments-modern-action-button.is-busy,#comments.comments-modern .comments-modern-action-button:disabled{opacity:.72;cursor:progress;transform:none;box-shadow:none}#comments.comments-modern .comments-modern-action.is-disabled{cursor:not-allowed}#comments.comments-modern .comments-modern-link{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:0 0;color:var(--cm-link-text);font-size:12px;line-height:16px;font-weight:600;transition:color .2s ease,opacity .2s ease}#comments.comments-modern .comments-modern-thread-toggle{min-height:18px}#comments.comments-modern .comments-modern-thread-toggle-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}#comments.comments-modern .comments-modern-thread-toggle.is-expanded .comments-modern-thread-toggle-icon{transform:rotate(180deg)}#comments.comments-modern .comments-modern-link:hover{opacity:.8}#comments.comments-modern .comments-modern-link:focus-visible{outline:0;box-shadow:var(--cm-focus-ring);border-radius:999px}#comments.comments-modern .comments-modern-inline-wrap{margin-top:16px;padding:16px;border:1px solid var(--cm-inline-border);border-radius:16px;background:var(--cm-inline-bg)}#comments.comments-modern .comments-modern-inline-form{display:grid;gap:12px}#comments.comments-modern .comments-modern-inline-meta{display:flex;align-items:center}#comments.comments-modern .comments-modern-inline-note{color:var(--cm-link-text);font-size:12px;line-height:16px;font-weight:700}#comments.comments-modern .comments-modern-inline-actions{display:flex;justify-content:flex-end;gap:8px}#comments.comments-modern .comments-modern-inline-button{min-height:28px;padding:6px 12px;border-radius:999px;font-size:12px;line-height:16px;font-weight:700}#comments.comments-modern .comments-modern-inline-button-secondary{border:1px solid var(--cm-pill-border);background:var(--cm-panel-bg);color:var(--cm-text-subtle)}#comments.comments-modern .comments-modern-inline-button-submit{background:var(--cm-primary-strong);color:#fff}#comments.comments-modern .comments-modern-children{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin:16px 0 0;padding:0;list-style:none;max-width:100%}#comments.comments-modern .comments-modern-children:empty{display:none}#comments.comments-modern .comments-modern-footer{display:grid;justify-items:center;gap:10px;margin-top:16px;padding:18px 20px;border:1px solid var(--cm-load-border);border-radius:18px;background:var(--cm-load-bg)}#comments.comments-modern .comments-modern-load-button,#comments.comments-modern .comments-modern-load-note{display:none}#comments.comments-modern.is-enhanced[data-pagination-mode=load-more] .comments-modern-load-button,#comments.comments-modern.is-enhanced[data-pagination-mode=load-more] .comments-modern-load-note{display:inline-flex}#comments.comments-modern.is-enhanced[data-pagination-mode=load-more] .comments-modern-load-note{display:block}#comments.comments-modern .comments-modern-load-button{align-items:center;justify-content:center;gap:6px;min-height:40px;min-width:176px;padding:0 12px;border:1px solid var(--cm-pill-border);border-radius:999px;background:var(--cm-panel-bg);color:var(--cm-link-text);font-size:14px;line-height:18px;font-weight:500}#comments.comments-modern .comments-modern-load-note{margin:0;color:var(--cm-text-muted);font-size:12px;line-height:16px;text-align:center}#comments.comments-modern.is-enhanced[data-pagination-mode=load-more] .comments-modern-pagination{display:none!important}#comments.comments-modern .comments-modern-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}#comments.comments-modern .comments-modern-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:6px 12px;border:1px solid var(--cm-pill-border);border-radius:999px;background:var(--cm-panel-bg);color:var(--cm-link-text);font-size:12px;line-height:16px;font-weight:700}#comments.comments-modern .comments-modern-pagination a.page-numbers{text-decoration:none}#comments.comments-modern .comments-modern-pagination .page-numbers.current{background:var(--cm-pill-info-bg);border-color:var(--cm-pill-info-border);color:var(--cm-pill-info-text)}#comments.comments-modern .comments-modern-pagination .page-numbers.dots{min-width:auto;padding-inline:4px;border:0;background:0 0}[data-bs-theme=dark] #comments.comments-modern{--cm-host-bg:#1f242a;--cm-host-border:#444b53;--cm-host-shadow:0 16px 40px -10px rgba(0, 0, 0, 0.22);--cm-panel-bg:#2a2e34;--cm-panel-border:#444b53;--cm-panel-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.04);--cm-form-bg:#242a33;--cm-form-border:#3a4452;--cm-input-bg:#1a2028;--cm-input-border:#39424f;--cm-input-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.02),inset 0 1px 2px rgba(0, 0, 0, 0.18);--cm-card-bg:#2b3138;--cm-card-border:#48515b;--cm-card-shadow:0 6px 14px -6px rgba(0, 0, 0, 0.12);--cm-reply-group-bg:#272c32;--cm-reply-group-border:rgba(78, 157, 255, 0.58);--cm-reply-group-shadow:0 0 18px rgba(47, 128, 237, 0.14),0 10px 24px -8px rgba(0, 0, 0, 0.18);--cm-reply-card-bg:#30363e;--cm-reply-card-border:#525c67;--cm-inline-bg:#2b3138;--cm-inline-border:#525c67;--cm-inline-input-bg:#21262c;--cm-inline-input-border:#3c454f;--cm-load-bg:#272c32;--cm-load-border:#3f4750;--cm-pill-bg:#2c3138;--cm-pill-border:#49515b;--cm-pill-text:#97a1ad;--cm-pill-info-bg:#2c3138;--cm-pill-info-border:#49515b;--cm-pill-info-text:#97a1ad;--cm-pill-warning-bg:#35290e;--cm-pill-warning-border:#6a5016;--cm-pill-warning-text:#f2c45a;--cm-action-bg:#2f80ed;--cm-action-text:#f5f7fa;--cm-action-shadow:0 6px 18px -6px rgba(0, 0, 0, 0.18);--cm-primary:#3b82f6;--cm-primary-strong:#2f80ed;--cm-primary-soft:#163b63;--cm-primary-soft-text:#93c5fd;--cm-control-bg:#29313b;--cm-control-border:#3e4a59;--cm-control-text:#cbd5e1;--cm-control-active-bg:#163b63;--cm-control-active-text:#93c5fd;--cm-link-text:#84b9ff;--cm-text:#f5f7fa;--cm-text-soft:#c7ced6;--cm-text-muted:#97a1ad;--cm-text-subtle:#8a95a5;--cm-placeholder:#788395;--cm-avatar-bg:#333841;--cm-avatar-text:#f5f7fa;--cm-accent:rgba(73, 152, 255, 0.6);--cm-focus-ring:0 0 0 3px rgba(47, 128, 237, 0.18)}[data-bs-theme=dark] #comments.comments-modern .comments-modern-meta .badge{box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}[data-bs-theme=dark] #comments.comments-modern .comments-modern-inline-button-submit,[data-bs-theme=dark] #comments.comments-modern .comments-modern-submit-button{box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}[data-bs-theme=dark] #comments.comments-modern .comments-modern-action-reply{border-color:var(--cm-pill-border);background:var(--cm-pill-bg);color:var(--cm-pill-text);box-shadow:none}[data-bs-theme=dark] #comments.comments-modern .comments-modern-item.comments-modern-depth-0.is-reply-active>.comments-modern-card .comments-modern-action-dislike{background:var(--cm-pill-bg);border-color:var(--cm-pill-border);color:var(--cm-pill-text)}@media (max-width:991.98px){#comments.comments-modern .comments-modern-title-row{flex-direction:column;align-items:stretch}#comments.comments-modern .comments-modern-toolbar{margin-left:0;justify-content:flex-start}#comments.comments-modern .comments-modern-form-foot,#comments.comments-modern .comments-modern-login-box{flex-direction:column;align-items:stretch}#comments.comments-modern .comments-modern-form-state{flex-wrap:wrap}#comments.comments-modern .comments-modern-status-text{white-space:normal}}@media (max-width:767.98px){#comments.comments-modern{margin:2rem 0 2.5rem}#comments.comments-modern .comments-modern-panel{padding:14px 16px 18px;border-radius:20px}#comments.comments-modern .comments-modern-title{font-size:22px}#comments.comments-modern .comments-modern-toolbar{width:100%;gap:8px}#comments.comments-modern .comments-modern-control{max-width:100%}#comments.comments-modern .comments-modern-control-icon-slot{padding-left:4px}#comments.comments-modern .comments-modern-control-option{padding-inline:8px}#comments.comments-modern .comments-modern-form-card{padding:16px 20px;border-radius:18px}#comments.comments-modern .comments-modern-textarea-wrap textarea{min-height:96px;padding:16px;font-size:14px;line-height:22px}#comments.comments-modern .comments-modern-submit-button{width:100%}#comments.comments-modern .comments-modern-card{padding:20px}#comments.comments-modern .comments-modern-item.comments-modern-depth-1,#comments.comments-modern .comments-modern-item.comments-modern-depth-2,#comments.comments-modern .comments-modern-item.comments-modern-depth-3{margin-left:8px}#comments.comments-modern .comments-modern-item.comments-modern-depth-1>.comments-modern-card,#comments.comments-modern .comments-modern-item.comments-modern-depth-2>.comments-modern-card,#comments.comments-modern .comments-modern-item.comments-modern-depth-3>.comments-modern-card{display:block;padding:12px}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-avatar,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-avatar,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-avatar{width:28px;height:28px;margin-bottom:8px;flex-basis:auto;font-size:12px}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-body,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-body,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-body{width:100%}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-meta,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-meta,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-meta{gap:6px}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-author,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-author,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-author{font-size:13px;line-height:18px}#comments.comments-modern .comments-modern-item.comments-modern-depth-1 .comments-modern-content,#comments.comments-modern .comments-modern-item.comments-modern-depth-2 .comments-modern-content,#comments.comments-modern .comments-modern-item.comments-modern-depth-3 .comments-modern-content{font-size:13px;line-height:20px}#comments.comments-modern .comments-modern-link{width:auto}#comments.comments-modern .comments-modern-inline-wrap{padding:12px 16px}#comments.comments-modern .comments-modern-inline-actions{gap:6px}#comments.comments-modern .comments-modern-inline-button{min-width:48px;padding-inline:12px}#comments.comments-modern .comments-modern-footer{padding:18px 12px}}#comments.comments-modern.is-loading .comments-modern-list{opacity:.5;pointer-events:none;transition:opacity .3s ease}#comments.comments-modern .comments-modern-list{transition:opacity .3s ease}@keyframes cm-fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cm-animate-enter{animation:cm-fade-in-up .5s ease forwards}@keyframes cm-context-in{from{opacity:0;transform:translateY(4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cm-context-out{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-2px) scale(.98)}}#comments.comments-modern .comments-modern-context.cm-animate-context-in{animation:cm-context-in .18s ease-out}#comments.comments-modern .comments-modern-context.cm-animate-context-out{animation:cm-context-out .14s ease-in forwards;pointer-events:none}@keyframes cm-list-refresh{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}#comments.comments-modern .comments-modern-list.cm-animate-list-refresh{animation:cm-list-refresh .22s ease-out}@keyframes cm-reply-focus{0%{transform:translateY(0);box-shadow:var(--cm-reply-group-shadow)}45%{transform:translateY(-1px);box-shadow:0 0 0 3px rgba(39,177,255,.14),var(--cm-reply-group-shadow)}100%{transform:translateY(0);box-shadow:var(--cm-reply-group-shadow)}}#comments.comments-modern .comments-modern-item.cm-animate-reply-focus>.comments-modern-card{animation:cm-reply-focus .32s ease-out}@keyframes cm-pop{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.cm-animate-pop .comments-modern-icon{animation:cm-pop .3s ease-out forwards}@media (prefers-reduced-motion:reduce){#comments.comments-modern .comments-modern-action,#comments.comments-modern .comments-modern-card,#comments.comments-modern .comments-modern-context,#comments.comments-modern .comments-modern-inline-button,#comments.comments-modern .comments-modern-list,#comments.comments-modern .comments-modern-submit-button,#comments.comments-modern .comments-modern-thread-toggle-icon{transition-duration:0s!important}#comments.comments-modern .comments-modern-context.cm-animate-context-in,#comments.comments-modern .comments-modern-context.cm-animate-context-out,#comments.comments-modern .comments-modern-item.cm-animate-reply-focus>.comments-modern-card,#comments.comments-modern .comments-modern-list.cm-animate-list-refresh,.cm-animate-enter,.cm-animate-pop .comments-modern-icon{animation:none!important}}