
/* AI-only plugin styles */
.acro-card { max-width: 980px; margin: 24px auto; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background: #ffffff; border-radius: 14px; box-shadow: 0 10px 30px rgba(25,25,40,0.06); padding: 20px; }
.acro-header h2 { margin:0; font-size:20px; }
.acro-sub { margin:4px 0 12px; color:#556; font-size:13px; }
#acro-input { width:100%; min-height:140px; padding:12px; border-radius:10px; border:1px solid #e6e9ef; box-sizing:border-box; font-size:14px; resize:vertical; }
.acro-controls-row { display:flex; gap:12px; align-items:end; margin-top:12px; flex-wrap:wrap; }
.acro-selects { display:flex; flex-direction:column; min-width:160px; }
.acro-label { font-size:12px; color:#444; margin-bottom:6px; }
#acro-language, #acro-tone { padding:8px 10px; border-radius:8px; border:1px solid #e6e9ef; background:#fbfdff; font-size:14px; }
.acro-buttons { display:flex; gap:8px; align-items:center; margin-left:auto; }
.acro-btn { padding:10px 14px; border-radius:10px; border:1px solid transparent; background:#f3f6fb; cursor:pointer; font-weight:600; box-shadow: 0 4px 10px rgba(20,20,40,0.03); transition:all .18s ease; }
.acro-btn.primary { background:linear-gradient(90deg,#4f46e5,#06b6d4); color:#fff; border: none; }
.acro-btn.primary:hover { transform:translateY(-2px); filter:brightness(1.02); box-shadow: 0 8px 22px rgba(79,70,229,0.18); }
.acro-btn:hover { transform:translateY(-1px); }
.acro-error { background:#fff6f6; border:1px solid #ffd6d6; color:#8b1d1d; padding:8px 10px; border-radius:8px; margin-top:10px; }

/* Results */
.acro-results { display:grid; grid-template-columns:1fr; gap:12px; margin-top:16px; }
.acro-result { background:#fbfbff; padding:12px; border-radius:10px; border:1px solid #eef2ff; }
.acro-result h3 { margin:0 0 8px 0; font-size:15px; display:flex; justify-content:space-between; align-items:center; }
.acro-copy { padding:6px 10px; border-radius:8px; background:#fff; border:1px solid #e6e9ef; cursor:pointer; font-size:13px; }
.acro-output { white-space:pre-wrap; font-family:inherit; font-size:14px; margin:0; min-height:80px; }

/* FAQ */
.acro-faq { margin-top:18px; border-top:1px dashed #eef2ff; padding-top:14px; }
.acro-faq-item { margin-bottom:10px; }

/* Responsive */
@media (max-width:780px){
  .acro-controls-row { flex-direction:column; align-items:stretch; }
  .acro-buttons { margin-left:0; justify-content:flex-start; }
}
