.wc-rtc-wrapper{max-width:900px;margin:24px auto;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;}
.wc-rtc-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 8px 24px rgba(16,24,40,0.06);border:1px solid rgba(16,24,40,0.03)}
.wc-rtc-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.wc-rtc-stats{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.wc-rtc-stat{display:flex;flex-direction:column;align-items:flex-start;padding:6px 10px;border-radius:8px;background:transparent;min-width:120px}
.wc-rtc-stat i{margin-right:8px;color:#2d3748}
.wc-rtc-stat span{font-weight:700;font-size:18px}
.wc-rtc-stat small{color:#6b7280;font-size:12px}
.wc-rtc-controls{display:flex;gap:8px;align-items:center}
.wc-rtc-wpm{padding:8px;border-radius:8px;border:1px solid #e5e7eb;background:#fff}
.wc-rtc-btn{padding:8px 12px;border-radius:8px;border:0;background:#111;color:#fff;cursor:pointer;display:inline-flex;gap:8px;align-items:center}
.wc-rtc-textarea{width:100%;min-height:160px;padding:12px;border-radius:8px;border:1px solid #e5e7eb;font-size:15px;resize:vertical;margin-top:8px}
.wc-rtc-footer{margin-top:10px;display:flex;justify-content:flex-end}
.wc-rtc-checkbox{font-size:13px;color:#374151}
@media (max-width:640px){ .wc-rtc-stat{min-width:100px} .wc-rtc-top{flex-direction:column;align-items:stretch} .wc-rtc-controls{justify-content:flex-start} }