/* Floating Tools Widget CSS (fixed version) */
#ftda-widget { position: fixed; right: 18px; bottom: 18px; z-index: 99999; font-family: Inter, system-ui, Arial, sans-serif; cursor:move; }
.ftda-fab { width:56px; height:56px; border-radius:50%; background:linear-gradient(180deg,#2ecc71,#1aa049); border:none; color:#012; font-size:22px; cursor:pointer; box-shadow:0 6px 18px rgba(0,0,0,0.35); }
.ftda-panel { width:320px; max-width:calc(100vw - 40px); background:#0f1720; color:#e6f7f8; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,0.5); margin-bottom:10px; overflow:hidden; display:none; }
.ftda-panel-header { display:flex; justify-content:space-between; align-items:center; padding:10px 12px; border-bottom:1px solid rgba(255,255,255,0.03); }
.ftda-list { list-style:none; margin:0; padding:8px; max-height:360px; overflow:auto; }
.ftda-item { padding:8px 6px; border-radius:8px; margin-bottom:6px; }
.ftda-link { display:flex; gap:10px; align-items:center; text-decoration:none; color:inherit; padding:8px; border-radius:8px; }
.ftda-link:hover { background:rgba(255,255,255,0.02); }
.ftda-title { font-weight:700; }
.ftda-close { background:transparent; border:none; color:inherit; font-size:18px; cursor:pointer; }
@media(max-width:480px){
  .ftda-panel { width:100%; right:0; left:0; margin:0 10px 10px; border-radius:10px; }
  #ftda-widget { right:10px; bottom:10px; }
}
