/*
 * style.css
 *
 * Non-critical styles only.
 * Keep this file small for fast mobile loading.
 */

/* Optional content-state class */
.is-hidden {
  display: none !important;
}

/* Slight visual feedback for keyboard / accessibility */
.primary-button:focus-visible,
.close-button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.25);
  outline-offset: 2px;
}

/* Prevent accidental horizontal overflow */
body {
  overflow-x: hidden;
}

/* WebView-specific touch behavior */
button,
a {
  touch-action: manipulation;
}