/* Element editor overlay for the 1:1 okcheckin replica. */
.kyanon-editor-toggle { display: none !important; }
.kyanon-editor-menu { position: fixed; right: 18px; bottom: 70px; z-index: 99961; width: 300px;
  background: #fff; color: #1d242c; border-radius: 14px; padding: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25); font-family: Arial, sans-serif; }
.kyanon-freeze-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.kyanon-freeze-row button { border: 1px solid #dfe5ec;
  background: #fff; border-radius: 8px; padding: 8px 12px; font-weight: 700; cursor: pointer; font-size: 13px; }
#ed-freeze-status { font-size: 12px; color: #6b7684; }
.kyanon-editor-title { margin: 0 0 10px; font-weight: 800; }
.kyanon-editor-menu label { display: block; font-size: 13px; margin: 8px 0; }
.kyanon-editor-menu textarea, .kyanon-editor-menu input { width: 100%; margin-top: 5px;
  padding: 8px 10px; border: 1px solid #dfe5ec; border-radius: 8px; font-size: 13px; box-sizing: border-box; }
.kyanon-editor-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.kyanon-editor-btns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.kyanon-editor-btns button { border: 1px solid #dfe5ec; background: #fff; border-radius: 8px;
  padding: 8px 12px; font-weight: 700; cursor: pointer; font-size: 13px; }
.kyanon-editor-btns button:first-child { background: #0e9f6e; color: #fff; border-color: #0e9f6e; }
.kyanon-editor-hint { font-size: 12px; color: #6b7684; }
.kyanon-editor-modal { position: fixed; inset: 0; z-index: 99962; background: rgba(0, 0, 0, 0.45);
  display: flex; align-items: center; justify-content: center; padding: 20px; }
.kyanon-editor-modal-box { background: #fff; border-radius: 14px; padding: 18px;
  width: min(560px, 100%); font-family: Arial, sans-serif; }
.kyanon-editor-modal textarea { width: 100%; border: 1px solid #dfe5ec; border-radius: 8px;
  padding: 10px; font-family: monospace; box-sizing: border-box; }
.kyanon-editor-target { outline: 2px dashed #f5a623 !important; outline-offset: 3px; }
.kyanon-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 99970; background: #0e9f6e; color: #fff; padding: 12px 22px;
  border-radius: 999px; font-weight: 700; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  font-family: Arial, sans-serif; }
