#gwoai-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center}
.gwoai-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:saturate(120%) blur(2px)}
.gwoai-modal{position:relative;max-width:720px;width:92%;background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.25);overflow:hidden}
.gwoai-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee}
.gwoai-title{font-weight:700;font-size:1.1rem}
.gwoai-close{border:1px solid #e5e7eb;background:#f8fafc;border-radius:10px;padding:6px 10px;cursor:pointer}
.gwoai-body{padding:14px 16px}
.gwoai-media{display:flex;justify-content:center;margin-bottom:10px}
.gwoai-video{width:100%;max-width:560px;height:315px;background:#000;border-radius:12px;object-fit:cover}
.gwoai-copy{color:#4b5563;margin:8px 0 12px;text-align:center}
.gwoai-ctas{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}
.gwoai-btn{padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;background:#f8fafc;cursor:pointer}
.gwoai-btn.gwoai-voice{background:#111;color:#fff;border-color:#111}
.gwoai-pills,.gwoai-prompts{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:4px 0}
.gwoai-pill{padding:8px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#f9fafb;cursor:pointer}
.gwoai-chip{padding:8px 10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer}
