/*
 * The pre-auth page's own skin, on top of base.css.
 *
 * Separate from base.css because that file is the shared shell and is owned
 * elsewhere; everything here exists only for the one button on the front door.
 */
.gate .note[data-state='error'] { color: #ff8f8f; }
.gate .note[data-state='busy'] { opacity: 0.8; }
.primary[aria-busy='true'] { opacity: 0.6; cursor: progress; }
