#inoia-saas-launcher{
  position:fixed;
  left:18px;
  bottom:72px;
  z-index:9990;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
#inoia-saas-launcher .inoia-launch-btn{
  width:56px;
  height:56px;
  border-radius:20px;
  border:1px solid rgba(191,219,254,.7);
  background:linear-gradient(135deg,#1e40af,#06b6d4);
  color:#fff;
  font-weight:950;
  font-size:20px;
  box-shadow:0 18px 44px rgba(15,23,42,.22);
  cursor:pointer;
}
#inoia-saas-launcher .inoia-launch-panel{
  position:absolute;
  left:0;
  bottom:68px;
  width:min(340px,calc(100vw - 36px));
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(16px);
  border:1px solid #dbeafe;
  border-radius:26px;
  box-shadow:0 24px 70px rgba(15,23,42,.22);
  padding:14px;
  display:none;
}
#inoia-saas-launcher.open .inoia-launch-panel{display:block}
#inoia-saas-launcher .inoia-title{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 8px 12px;
  border-bottom:1px solid #e2e8f0;
  margin-bottom:8px;
}
#inoia-saas-launcher .inoia-mark{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,#1e40af,#06b6d4);
}
#inoia-saas-launcher strong{color:#172554}
#inoia-saas-launcher small{color:#64748b}
#inoia-saas-launcher a{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:11px 12px;
  border-radius:16px;
  color:#0f172a;
  text-decoration:none;
  font-weight:850;
}
#inoia-saas-launcher a:hover{background:#eef4ff;color:#1e40af}
#inoia-saas-launcher .pill{
  font-size:11px;
  font-weight:950;
  color:#1e40af;
  background:#eef4ff;
  border:1px solid #dbeafe;
  border-radius:999px;
  padding:3px 7px;
}
@media(max-width:700px){
  #inoia-saas-launcher{left:12px;bottom:68px}
  #inoia-saas-launcher .inoia-launch-btn{width:52px;height:52px}
}
