.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-owner{display:inline-block;padding:.0625rem .375rem;font-size:.6875rem;line-height:1.4;background:#eaf3ff;color:#206bc4;border:1px solid #cfe4ff;border-radius:4px;font-weight:600}
.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:.75rem 0 0 1.5rem;padding-left:.875rem;border-left:2px solid #dbeafe}
.cw-reply-item{margin:.625rem 0 0;padding:.75rem .875rem;background:#f8fbff;border:1px solid #e4eefb;border-radius:6px}
.cw-replies .cw-item{border-bottom:none}
.cw-owner-item{background:#f7fbff;border-color:#cfe4ff}
.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}
.cw-fab{position:fixed;right:1.25rem;bottom:5rem;width:44px;height:44px;border-radius:50%;background:#206bc4;color:#fff;border:none;box-shadow:0 4px 12px rgba(32,107,196,.35);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:999;transition:transform .2s,box-shadow .2s}
.cw-fab:hover{transform:scale(1.1);box-shadow:0 6px 18px rgba(32,107,196,.45)}
.cw-fab svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cw-fab.cw-support-fab{bottom:8.25rem;width:auto;min-width:96px;height:40px;border-radius:999px;background:#2fb344;gap:.35rem;padding:0 .75rem;color:#fff;box-shadow:0 4px 12px rgba(47,179,68,.28);font-size:.8125rem;font-weight:700;line-height:1;text-decoration:none}
.cw-fab.cw-support-fab:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(47,179,68,.38);text-decoration:none;color:#fff}
.cw-fab.cw-support-fab svg{width:16px;height:16px;fill:currentColor;stroke:none;flex:0 0 auto}
.cw-support-label{display:inline-block;white-space:nowrap}
.cw-fab-tip{position:absolute;right:52px;top:50%;transform:translateY(-50%);background:#1d273b;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}
.cw-fab:hover .cw-fab-tip{opacity:1}
@media (max-width:640px){
  .cw-section{padding:1rem}
  .cw-replies{margin-left:.5rem;padding-left:.625rem}
  .cw-reply-item{padding:.625rem .75rem}
  .cw-fab{right:.875rem}
  .cw-fab.cw-support-fab{min-width:88px;height:38px;padding:0 .65rem;font-size:.75rem}
}
