.aivx-editable { outline: 2px dashed transparent; transition: outline-color .15s; }
.aivx-edit-mode .aivx-editable { outline-color: #60FF80; cursor: text; }
.aivx-edit-mode .aivx-editable:focus { outline-color: #FF6B35; background: rgba(96,255,128,.06); }
.aivx-stale { outline-color: #FFC400 !important; }
.aivx-toolbar { position: fixed; bottom: 16px; right: 16px; z-index: 99999;
  background: #111; color: #fff; padding: 10px 12px; border-radius: 10px;
  font: 13px/1.3 "Nunito Sans", system-ui, sans-serif; box-shadow: 0 6px 24px rgba(0,0,0,.4); display: flex; gap: 8px; align-items: center; }
.aivx-toolbar button { background: #2a2a2a; color: #fff; border: 0; border-radius: 6px; padding: 6px 10px; cursor: pointer; }
.aivx-toolbar button.primary { background: #60FF80; color: #000; }
.aivx-stale-badge { background: #FFC400; color: #000; border-radius: 6px; padding: 4px 8px; font-weight: 700; }
.aivx-login { position: fixed; inset: 0; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; z-index: 100000; }
.aivx-login form { background: #fff; padding: 24px; border-radius: 12px; display: flex; flex-direction: column; gap: 10px; min-width: 280px; }
