/* ========================================================== */
/* COMPLEX TRANSITIONS: GEOMETRIC LOCK (Text Reveal)          */
/* ========================================================== */

/* Note: The Signal Wipe curtain and slice animations have been 
   removed to eliminate the blue/white page exit transition. 
*/

.ab-decrypt {
  opacity: 0; 
  white-space: pre-wrap;
  /* Monospace/Tabular ensures characters align like a grid during transition */
  font-variant-numeric: tabular-nums; 
}

/* The scrambling "structural" characters used in BlueprintLock logic */
.ab-geo-char {
  color: var(--ab-accent); /* Blue while calibrating */
  display: inline-block;
  min-width: 0.5em; /* Prevents jitter width changes */
  text-align: center;
}