/*
 * The export screen lives on its own page (tbs-export.html) and is reached from
 * the sidebar, which the app already styles. Only the fallback pill, shown when
 * the sidebar is not on screen, needs styling here.
 */

#tbs-dt-launch {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147482000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #347433;
  color: #fff;
  font: 600 13px "Segoe UI", Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(52, 116, 51, .35);
  cursor: pointer;
}

#tbs-dt-launch:hover {
  background: #265c25;
  color: #fff;
}
