:root{
  --grow-bg:#07111f;
  --grow-card:#0d1929;
  --grow-lime:#b7ff00;
  --grow-text:#ffffff;
  --grow-muted:#9fb0c5;
}
.grow-ia{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box}
.grow-ia *{box-sizing:border-box}
.grow-ia-floating{position:fixed;right:22px;bottom:22px;z-index:999999}
.grow-ia-launcher{border:0;border-radius:999px;background:var(--grow-lime);color:#07111f;font-weight:800;padding:14px 18px;box-shadow:0 14px 34px rgba(0,0,0,.3);cursor:pointer;display:flex;gap:9px;align-items:center}
.grow-ia-dot{width:9px;height:9px;border-radius:50%;background:#07111f;display:inline-block}
.grow-ia-panel{width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 40px));background:var(--grow-bg);border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.42);display:flex;flex-direction:column;color:var(--grow-text)}
.grow-ia-panel[hidden]{display:none!important}
.grow-ia-inline .grow-ia-panel{width:100%;max-width:760px;height:620px;margin:0 auto}
.grow-ia-header{min-height:68px;padding:14px 16px;background:var(--grow-card);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}
.grow-ia-header strong{display:block;font-size:17px}
.grow-ia-header small{display:block;color:var(--grow-muted);margin-top:2px}
.grow-ia-close{background:transparent;border:0;color:white;font-size:29px;cursor:pointer;line-height:1}
.grow-ia-messages{flex:1;padding:16px;overflow:auto;display:flex;flex-direction:column;gap:10px}
.grow-ia-message{max-width:86%;padding:11px 13px;border-radius:15px;white-space:pre-wrap;line-height:1.45;font-size:14px}
.grow-ia-message.assistant{background:var(--grow-card);align-self:flex-start}
.grow-ia-message.user{background:var(--grow-lime);color:#07111f;align-self:flex-end;font-weight:600}
.grow-ia-message.typing{opacity:.65}
.grow-ia-quick{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 12px 10px}
.grow-ia-quick button{background:transparent;color:white;border:1px solid rgba(183,255,0,.35);border-radius:10px;padding:9px 8px;cursor:pointer;font-size:12px}
.grow-ia-quick button:hover{border-color:var(--grow-lime);color:var(--grow-lime)}
.grow-ia-form{display:flex;gap:8px;padding:12px;background:var(--grow-card);border-top:1px solid rgba(255,255,255,.08)}
.grow-ia-input{flex:1;border:1px solid rgba(255,255,255,.18);background:#07111f;color:white;border-radius:12px;padding:12px;outline:none;min-width:0}
.grow-ia-input:focus{border-color:var(--grow-lime)}
.grow-ia-form button{border:0;background:var(--grow-lime);color:#07111f;font-weight:800;border-radius:12px;padding:0 16px;cursor:pointer}
@media(max-width:600px){
  .grow-ia-floating{right:12px;bottom:12px}
  .grow-ia-floating .grow-ia-panel{height:calc(100vh - 24px);width:calc(100vw - 24px)}
  .grow-ia-quick{grid-template-columns:1fr}
}
