.cw-section{max-width:960px;margin:1.5rem auto 0;padding:1.5rem;background:#fff;border:1px solid var(--tblr-border-color);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.cw-title{font-size:1.125rem;font-weight:700;color:#1d273b;margin-bottom:1rem}
.cw-form{margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:6px;border:1px solid #eef1f6}
.cw-form-row{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}
.cw-form-row input{flex:0 0 160px;padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--tblr-border-color);border-radius:6px}
.cw-form-row input:focus{outline:none;border-color:#206bc4}
.cw-form textarea{width:100%;min-height:80px;padding:.5rem .75rem;font-size:.875rem;border:1px solid var(--tblr-border-color);border-radius:6px;resize:vertical;font-family:inherit}
.cw-form textarea:focus{outline:none;border-color:#206bc4}
.cw-form-actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}
.cw-form-actions button{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;background:#206bc4;color:#fff;cursor:pointer}
.cw-form-actions button:hover{background:#1a569d}
.cw-form-actions button:disabled{background:#94a3b8;cursor:not-allowed}
.cw-form-actions .cw-cancel{background:#fff;color:#475569;border:1px solid var(--tblr-border-color)}
.cw-form-actions .cw-cancel:hover{border-color:#206bc4;color:#206bc4}
.cw-form-hint{font-size:.75rem;color:#626976;margin-left:auto}
.cw-list{list-style:none;padding:0;margin:0}
.cw-item{padding:.75rem 0;border-bottom:1px solid #eef1f6}
.cw-item:last-child{border-bottom:none}
.cw-item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;flex-wrap:wrap}
.cw-nickname{font-size:.875rem;font-weight:600;color:#1d273b}
.cw-time{font-size:.75rem;color:#929dab}
.cw-badge-pending{display:inline-block;padding:.0625rem .375rem;font-size:.6875rem;background:#f1f3f5;color:#626976;border-radius:10px;font-weight:500}
.cw-content{font-size:.875rem;color:#475569;line-height:1.6;white-space:pre-wrap;word-break:break-word}
.cw-reply-btn{font-size:.75rem;color:#206bc4;cursor:pointer;margin-top:.375rem;display:inline-block;border:none;background:none;padding:0}
.cw-reply-btn:hover{text-decoration:underline}
.cw-replies{margin-left:1.5rem;padding-left:.75rem;border-left:2px solid #eef1f6}
.cw-replies .cw-item{padding:.5rem 0}
.cw-empty{text-align:center;color:#929dab;font-size:.875rem;padding:1.5rem 0}
.cw-reply-form{margin:.75rem 0 .75rem 1.5rem;padding:.75rem;background:#f8fafc;border-radius:6px;border:1px solid #eef1f6}
