/* Product mock panels injected into the empty Framer embed slots on the
   exported feature pages, plus layout fixes for the OCR pipeline graphic. */

/* ---- OCR pipeline embed: side buffer + rounded corners ---- */
.framer-4ihx8p-container {
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box !important;
}
.framer-4ihx8p-container > iframe {
  max-width: 1136px !important;
  margin: 0 auto !important;
  display: block !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
}
@media (max-width: 700px) {
  .framer-4ihx8p-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* ---- Injected art panels ---- */
.dart {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  box-sizing: border-box;
  background:
    radial-gradient(120% 120% at 12% 0%, rgba(46, 124, 84, 0.5), rgba(11, 20, 15, 0.94) 62%),
    linear-gradient(180deg, #0d130f, #080a09);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: Inter, -apple-system, "Segoe UI", sans-serif;
  font-size: 12.5px;
  line-height: 1.45;
  color: #eaf0e8;
}
.dart::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 26px);
  -webkit-mask-image: radial-gradient(120% 90% at 10% 0%, #000, transparent 75%);
  mask-image: radial-gradient(120% 90% at 10% 0%, #000, transparent 75%);
}
.dart > * { position: relative; z-index: 1; }
.dart__eyebrow {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(233, 240, 232, 0.6);
}
.dart__card {
  background: rgba(9, 14, 11, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px; padding: 13px 14px;
  display: flex; flex-direction: column; gap: 9px;
}
.dart__card--flat { background: rgba(255, 255, 255, 0.03); }
.dart__title {
  font-family: "Hedvig Letters Serif", Georgia, serif;
  font-size: 16.5px; line-height: 1.3; color: #f1f4ef;
}
.dart__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dart__row + .dart__row { border-top: 1px solid rgba(255, 255, 255, 0.07); padding-top: 8px; }
.dart__label { color: rgba(238, 244, 236, 0.92); }
.dart__sub { color: rgba(190, 203, 190, 0.62); font-size: 11.5px; }
.dart__chip {
  display: inline-flex; align-items: center; gap: 6px; border-radius: 999px;
  padding: 3px 9px; font-size: 10.5px; border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(236, 243, 235, 0.86); white-space: nowrap;
}
.dart__chip--ok { border-color: rgba(126, 201, 150, 0.45); color: #a6e0bb; background: rgba(46, 124, 84, 0.2); }
.dart__chip--warn { border-color: rgba(214, 183, 116, 0.4); color: #e0cb95; background: rgba(120, 95, 32, 0.18); }
.dart__chip--bad { border-color: rgba(214, 128, 116, 0.4); color: #e8ada4; background: rgba(120, 42, 32, 0.18); }
.dart__chip--mute { color: rgba(196, 206, 196, 0.6); }
.dart__dot { width: 6px; height: 6px; border-radius: 50%; background: #7ec996; }
.dart__dot--warn { background: #d9bd76; }
.dart__dot--bad { background: #d98a76; }
.dart__dot--mute { background: rgba(255, 255, 255, 0.32); }
.dart__meter { height: 5px; border-radius: 99px; background: rgba(255, 255, 255, 0.1); overflow: hidden; }
.dart__meter i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #4f9c6e, #a6e0bb); }
.dart__quote {
  border-left: 2px solid rgba(126, 201, 150, 0.5); padding-left: 9px;
  color: rgba(226, 236, 225, 0.8); font-size: 11.5px;
}
.dart__mark { background: rgba(126, 201, 150, 0.22); border-bottom: 1px solid rgba(126, 201, 150, 0.5); padding: 0 2px; }
.dart__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.dart__kv { display: flex; justify-content: space-between; gap: 8px; font-size: 11.5px; }
.dart__kv span:first-child { color: rgba(190, 203, 190, 0.62); }
.dart__mono { font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10.5px; color: rgba(190, 220, 198, 0.86); word-break: break-all; }
.dart__note { font-size: 11px; color: rgba(190, 203, 190, 0.6); display: flex; align-items: center; gap: 7px; margin-top: auto; }
.dart__tree { display: flex; flex-direction: column; gap: 8px; font-size: 11.5px; }
.dart__tree div { position: relative; padding-left: 18px; color: rgba(238, 244, 236, 0.9); }
.dart__tree div::before { content: ""; position: absolute; left: 5px; top: 8px; width: 8px; height: 1px; background: rgba(255, 255, 255, 0.22); }
.dart__tree div::after { content: ""; position: absolute; left: 5px; top: 0; bottom: -8px; width: 1px; background: rgba(255, 255, 255, 0.14); }
.dart__tree div:last-child::after { bottom: auto; height: 8px; }
