#wl-ai-entry{
  position:fixed;top:50%;right:16px;z-index:9997;display:flex;flex-direction:column;align-items:center;
  width:82px;padding:13px 8px 11px;border:1px solid rgba(47,128,237,.22);border-radius:18px;
  background:rgba(255,255,255,.94);color:#26313f;text-decoration:none;text-align:center;
  box-shadow:0 12px 34px rgba(35,51,72,.18);backdrop-filter:blur(14px);
  transform:translateY(-50%);transition:transform .18s,box-shadow .18s,border-color .18s
}
#wl-ai-entry:hover,#wl-ai-entry:focus-visible{
  color:#1765ca;border-color:rgba(47,128,237,.5);box-shadow:0 16px 40px rgba(35,75,130,.24);
  transform:translate(-4px,-50%);outline:none
}
#wl-ai-entry .wl-ai-entry-icon{
  display:grid;place-items:center;width:40px;height:40px;margin-bottom:7px;border-radius:13px;
  background:linear-gradient(145deg,#ffd36f,#f2b84b);color:#3e2e0f;font-size:20px;
  box-shadow:0 7px 16px rgba(217,147,29,.24)
}
#wl-ai-entry strong{font-size:13px;line-height:1.2;white-space:nowrap}
#wl-ai-entry small{margin-top:4px;color:#7b8490;font-size:10px;line-height:1.1;white-space:nowrap}
#wl-ai-entry .wl-ai-entry-arrow{margin-top:7px;color:#2f80ed;font-size:10px}
html[data-theme="dark"] #wl-ai-entry{
  border-color:rgba(96,165,250,.28);background:rgba(35,39,46,.94);color:#edf2f7;
  box-shadow:0 14px 38px rgba(0,0,0,.38)
}
html[data-theme="dark"] #wl-ai-entry small{color:#a9b1bc}
@media(max-width:768px){
  #wl-ai-entry{right:7px;width:60px;padding:10px 5px 9px;border-radius:16px}
  #wl-ai-entry .wl-ai-entry-icon{width:36px;height:36px;margin-bottom:6px;border-radius:12px;font-size:18px}
  #wl-ai-entry strong{font-size:12px}
  #wl-ai-entry small{display:none}
  #wl-ai-entry .wl-ai-entry-arrow{margin-top:6px}
}
