/* ============================================================
   SALONIQA — Social Agent (Phase 10, Batch F). Presentation only.
   Emerald -> Gold premium.
   ============================================================ */
.so-container{ max-width:1100px; margin:0 auto; padding:28px 24px 60px; }
.so-header{ margin-bottom:22px; }
.so-header h1{ font-family:'Playfair Display',Georgia,serif; font-size:30px; color:#0D4F45; margin:0 0 6px; display:flex; align-items:center; gap:10px; }
.so-spark{ color:#D4AF37; }
.so-header p{ color:#666; margin:0; font-size:15px; }
.so-disclaimer{ font-size:12.5px; color:#999; margin-top:8px; }

.so-loading{ display:flex; gap:8px; justify-content:center; padding:60px 0; }
.so-loading span{ width:12px; height:12px; border-radius:50%; background:#0D4F45; opacity:.3; animation:sopulse 1s infinite ease-in-out; }
.so-loading span:nth-child(2){ animation-delay:.15s; }
.so-loading span:nth-child(3){ animation-delay:.3s; }
@keyframes sopulse{ 0%,100%{ opacity:.3; transform:scale(.85); } 50%{ opacity:1; transform:scale(1); } }

.so-tabs{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:16px; }
.so-tab{ background:#fff; border:1px solid #e0e0e0; border-radius:999px; padding:9px 16px; font-size:13.5px; font-weight:600; color:#1A1A1A; cursor:pointer; font-family:inherit; transition:.18s; }
.so-tab:hover{ border-color:#0D4F45; }
.so-tab.active{ background:linear-gradient(135deg,#0D4F45,#072F2A); color:#fff; border-color:#0D4F45; }

.so-presets-wrap{ margin-bottom:18px; }
.so-presets-label{ font-size:12px; text-transform:uppercase; letter-spacing:1px; color:#999; font-weight:700; display:block; margin-bottom:8px; }
.so-presets{ display:flex; flex-wrap:wrap; gap:8px; }
.so-preset{ background:#FBF7EC; border:1px solid #ecdcae; color:#8a6d1a; border-radius:999px; padding:7px 14px; font-size:13px; font-weight:600; cursor:pointer; font-family:inherit; transition:.18s; }
.so-preset:hover{ background:#D4AF37; color:#1A1A1A; border-color:#D4AF37; }

.so-inputs{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:20px; }
.so-field{ display:flex; flex-direction:column; gap:6px; }
.so-field > span{ font-size:13px; font-weight:600; color:#0D4F45; }
.so-field select, .so-field input{ padding:11px 14px; border:1px solid #e0e0e0; border-radius:10px; font-size:14px; font-family:inherit; color:#1A1A1A; background:#fff; outline:none; }
.so-field select:focus, .so-field input:focus{ border-color:#0D4F45; }

.so-outputs{ display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:16px; margin-bottom:20px; }
.so-out{ background:#fff; border:1px solid #e0e0e0; border-radius:14px; padding:16px; box-shadow:0 1px 3px rgba(0,0,0,.06); border-top:3px solid #D4AF37; }
.so-out-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; font-weight:600; font-size:14px; color:#1A1A1A; }
.so-copy{ background:#0D4F45; color:#fff; border:0; border-radius:8px; padding:6px 14px; font-size:12.5px; font-weight:600; cursor:pointer; font-family:inherit; }
.so-copy:hover{ background:#072F2A; }
.so-out-text{ background:#F8F4EC; border-radius:10px; padding:13px 15px; font-size:13.5px; line-height:1.55; color:#1A1A1A; white-space:pre-line; min-height:80px; }

.so-actions{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.so-btn{ border:0; border-radius:10px; padding:11px 20px; font-weight:700; font-size:14px; cursor:pointer; font-family:inherit; text-decoration:none; display:inline-flex; align-items:center; gap:6px; }
.so-btn-gold{ background:#D4AF37; color:#1A1A1A; } .so-btn-gold:hover{ background:#c39e2f; }
.so-btn-wa{ background:#25D366; color:#fff; } .so-btn-wa:hover{ background:#1da851; } .so-btn-wa.disabled{ opacity:.45; pointer-events:none; }
.so-btn-ghost{ background:transparent; color:#0D4F45; border:1px solid #0D4F45; } .so-btn-ghost:hover{ background:#0D4F45; color:#fff; }
.so-wa-note{ font-size:12.5px; color:#999; }
.so-container .hidden{ display:none; }

@media(max-width:680px){ .so-inputs{ grid-template-columns:1fr 1fr; } }
@media(max-width:480px){ .so-inputs{ grid-template-columns:1fr; } .so-outputs{ grid-template-columns:1fr; } }
