.ea-tz-toggle {
  position: fixed; top: 12px; right: 12px; z-index: 2147483647;
  background: rgba(0,0,0,.6); color: #fff; font: 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  padding: 6px 10px; border-radius: 8px; cursor: pointer; user-select: none;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.ea-tz-toggle:hover { background: rgba(0,0,0,.75); }
.ea-tz-toggle .ea-tz-dot {
  display:inline-block; width:8px; height:8px; border-radius:50%; margin-right:6px; background:#34d399;
}
@media (max-width: 480px) { .ea-tz-toggle { top: 8px; right: 8px; padding: 5px 8px; } }
