
#superbox-launcher { position:fixed; left:50%; top:calc(50% + 170px); transform:translateX(-50%);
  z-index:2147483000; display:flex; width:min(92vw,600px); gap:12px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif; }
#superbox-launcher[hidden] { display:none !important; }
#superbox-launcher a { flex:1; min-height:40px; display:flex; align-items:center; justify-content:center;
  padding:8px 14px; border:1px solid rgba(224,230,234,.72); border-radius:3px;
  color:rgba(244,247,249,.88); background:rgba(12,20,25,.20); box-shadow:0 3px 12px rgba(0,0,0,.10);
  backdrop-filter:blur(3px); font-size:13px; font-weight:400; letter-spacing:.02em;
  text-decoration:none; white-space:nowrap; transition:background .16s,border-color .16s,color .16s; }
#superbox-launcher a:hover,#superbox-launcher a:focus-visible { color:#fff; border-color:#fff;
  background:rgba(255,255,255,.12); outline:none; }
@media (max-width:640px) {
  #superbox-launcher { top:auto; bottom:max(20px,env(safe-area-inset-bottom)); width:calc(100vw - 32px); gap:9px; }
  #superbox-launcher a { min-height:42px; padding:8px; font-size:12px; }
}
