/* ============================================================
   Gemisa Studio V3 — ASCII Background
   ============================================================ */

.ascii-embed {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ascii-pre {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  color: var(--fg, var(--teal));
  background: transparent;
  opacity: var(--ascii-opacity, 0.08);
  font: 12px/12px ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  white-space: pre;
  user-select: none;
  letter-spacing: 0.5px;
  pointer-events: none;
}
@media (min-width: 900px) {
  .ascii-pre { font-size: 14px; line-height: 14px; }
}
