.cwa-pro { max-width:980px; margin:10px auto; padding:18px; background:linear-gradient(180deg,#fff,#fbfbff); border-radius:12px; border:1px solid #e6eaff; font-family:system-ui,Arial,sans-serif; }
.cwa-pro textarea { width:100%; min-height:90px; padding:12px; border-radius:8px; border:1px solid #ddd; font-size:15px; }
.cwa-controls { margin-top:12px; display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.cwa-btn { padding:10px 16px; border-radius:10px; border:none; cursor:pointer; font-weight:700; color:#fff; background-image:linear-gradient(90deg,#ff7a18,#ffb03b); box-shadow:0 8px 24px rgba(255,122,24,0.12); transition:transform .18s ease, box-shadow .18s ease; }
.cwa-btn.alt { background-image:linear-gradient(90deg,#7b61ff,#b66bff); }
.cwa-btn:hover { transform:translateY(-4px); box-shadow:0 18px 40px rgba(0,0,0,0.08); }
.cwa-status { margin-top:10px; color:#333; font-weight:600; }
.cwa-results { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:14px; }
.cwa-block { background:#fff; padding:12px; border-radius:8px; border:1px solid #eef; min-height:120px; position:relative; }
.cwa-out { white-space:pre-wrap; min-height:80px; font-size:15px; color:#111; }
.cwa-actions { position:absolute; right:12px; bottom:12px; display:flex; gap:8px; }
.cwa-pron { margin-top:12px; background:#f7fff7; padding:10px; border-radius:8px; border:1px solid #e6ffe6; }
@media(max-width:800px){ .cwa-results { grid-template-columns:1fr; } .cwa-actions { position:static; margin-top:8px; } }
