#aiseo-chatbot-root { position: fixed; right: 20px; bottom: 20px; z-index: 999999; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji"; }
.aiseo-hidden{ display:block; }
.aiseo-fab{ position:absolute; right:0; bottom:0; background: var(--brand, #00FF7F); color:#000; font-weight:600; border-radius: 999px; padding: 12px 16px; box-shadow: 0 10px 20px rgba(0,0,0,.2); cursor:pointer; }
.aiseo-chatbox{ position:absolute; right:0; bottom:60px; width: 320px; max-height: 70vh; background:#0b1320; color:#EAF2F8; border-radius: 16px; overflow:hidden; box-shadow: 0 20px 40px rgba(0,0,0,.35); transform: translateY(20px); opacity:0; pointer-events:none; transition: all .25s ease; }
.aiseo-chatbox.open{ transform: translateY(0); opacity:1; pointer-events:auto; }
.aiseo-header{ display:flex; align-items:center; justify-content:space-between; padding:10px 12px; color:#fff; }
.aiseo-header .logo{ font-weight:700; letter-spacing:.3px; }
.aiseo-close{ background: transparent; border:0; color:#fff; font-size:20px; cursor:pointer; }
.aiseo-body{ padding:12px; height: 48vh; overflow:auto; background: #0f1a2e; }
.aiseo-msg{ display:flex; margin-bottom:10px; }
.aiseo-msg .bubble{ padding:10px 12px; border-radius: 12px; max-width: 80%; line-height:1.3; }
.aiseo-msg.user{ justify-content: flex-end; }
.aiseo-msg.user .bubble{ background:#EAF2F8; color:#0b1320; border-bottom-right-radius: 4px; }
.aiseo-msg.bot .bubble{ background:#142640; color:#d8e9ff; border-bottom-left-radius: 4px; }
.aiseo-msg.admin .bubble{ background:#133; color:#bff; border:1px solid rgba(0,255,200,.2); }
.aiseo-msg.note .bubble{ background:#0b1320; color:#8FB3D1; font-size:12px; opacity:.9; }
.aiseo-msg .small{ font-size:11px; }
.aiseo-input{ display:flex; padding:10px; gap:8px; background:#0b1320; border-top:1px solid rgba(255,255,255,.06); }
.aiseo-input input{ flex:1; background:#0f1a2e; border:1px solid rgba(255,255,255,.1); color:#EAF2F8; border-radius:10px; padding:10px; outline:none; }
.aiseo-input .send{ background: var(--brand, #00FF7F); border:0; padding:10px 12px; border-radius:10px; font-weight:700; cursor:pointer; }
.aiseo-quick{ display:flex; gap:8px; flex-wrap:wrap; margin: 8px 0 4px; }
.aiseo-quick button{ background:rgba(0,255,127,.12); color:#9dffd6; border:1px solid rgba(0,255,127,.3); padding:6px 10px; border-radius:999px; cursor:pointer; font-size:12px; }
#aiseo-chatbot-root .aiseo-chatbox, #aiseo-chatbot-root .aiseo-fab { --brand: #00FF7F; }
.aiseo-card{ display:block; width:100%; }
.aiseo-card .form-row{ display:flex; flex-direction:column; gap:6px; margin-bottom:8px; }
.aiseo-card label{ font-size:12px; opacity:.9; }
.aiseo-card input, .aiseo-card textarea{ background:#0f1a2e; border:1px solid rgba(255,255,255,.12); color:#EAF2F8; border-radius:8px; padding:8px; }
.aiseo-card .btn-primary{ background: var(--brand, #00FF7F); color:#000; border:0; padding:10px 12px; border-radius:10px; font-weight:700; cursor:pointer; width:100%; }
