/* Shieldy triggers preview polish r11 — visual-only. No API/network behavior. */
/* The eye is a CSS pseudo-element on purpose: the existing local trigger JS
   rewrites button.textContent during state sync, so an HTML emoji gets removed. */
[data-custom-workspace-panel="triggers"] #sh-trigger-preview-toggle.sh-auto-preview-toggle{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:34px;
  border:1px solid #2da44e!important;
  background:rgba(45,164,78,.10)!important;
  color:#1f883d!important;
  font-weight:800!important;
  opacity:1!important;
  box-shadow:none!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-preview-toggle.sh-auto-preview-toggle::before{
  content:"👁";
  display:inline-block;
  flex:0 0 auto;
  font-size:15px;
  line-height:1;
  transform:translateY(-.5px);
}
[data-custom-workspace-panel="triggers"] #sh-trigger-preview-toggle.sh-auto-preview-toggle:not(:disabled):hover,
[data-custom-workspace-panel="triggers"] #sh-trigger-preview-toggle.sh-auto-preview-toggle:not(:disabled):focus-visible{
  border-color:#1f883d!important;
  background:#2da44e!important;
  color:#fff!important;
  outline:none!important;
  box-shadow:0 0 0 3px rgba(45,164,78,.14)!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-preview-toggle.sh-auto-preview-toggle[aria-expanded="true"]{
  border-color:#1f883d!important;
  background:#2da44e!important;
  color:#fff!important;
  box-shadow:0 0 0 3px rgba(45,164,78,.14)!important;
}
[data-custom-workspace-panel="triggers"] #sh-trigger-preview-toggle.sh-auto-preview-toggle:disabled{
  border-color:rgba(45,164,78,.45)!important;
  background:rgba(45,164,78,.07)!important;
  color:rgba(31,136,61,.62)!important;
  opacity:1!important;
  cursor:not-allowed!important;
}

/* Keep the brain glyph explicit and emoji-rendered instead of the old schematic icon. */
[data-custom-workspace-tab="triggers"] .sh-auto-brain-icon,
.sh-auto-foundation-brain{
  line-height:1!important;
}
[data-custom-workspace-tab="triggers"] .sh-auto-brain-glyph,
.sh-auto-foundation-brain .sh-auto-brain-glyph{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:18px!important;
  height:18px!important;
  font-size:17px!important;
  line-height:1!important;
  font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif!important;
}
