.is-hidden {
  display: none;
}
.dev-internal-mfa {
  max-width: 980px;
  margin: 24px auto;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.dev-internal-mfa__title {
  font-size: 20px;
  margin: 0 0 12px;
}

.dev-internal-mfa__lead {
  margin: 0 0 16px;
  color: #555;
}

.dev-internal-mfa__section {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.dev-internal-mfa__section--last {
  margin-bottom: 0;
}

.dev-internal-mfa__section--mt {
  margin-top: 16px;
}

.dev-internal-mfa__section-title {
  font-size: 16px;
  margin: 0 0 12px;
}

.dev-internal-mfa__grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 8px 12px;
  align-items: center;
}

.dev-internal-mfa__input,
.dev-internal-mfa__select {
  padding: 6px 8px;
}

.dev-internal-mfa__input--narrow {
  width: 120px;
}

.dev-internal-mfa__select--medium {
  width: 180px;
}

.dev-internal-mfa__button {
  padding: 6px 10px;
}

.dev-internal-mfa__button--spaced {
  margin-left: 8px;
}

.dev-internal-mfa__panel-wrap {
  margin-top: 12px;
}

.dev-internal-mfa__panel {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
}

.dev-internal-mfa__note {
  margin: 8px 0;
  color: #555;
}

.dev-internal-mfa__codes {
  background: #111;
  color: #0f0;
  padding: 10px;
  border-radius: 6px;
  overflow: auto;
  max-height: 180px;
}

.dev-internal-mfa__mono {
  font-family: monospace;
}

.dev-internal-mfa__break {
  word-break: break-all;
}

.dev-internal-mfa__mt-6 {
  margin-top: 6px;
}

.dev-internal-mfa__mt-8 {
  margin-top: 8px;
}

.dev-internal-mfa__mb-8 {
  margin-bottom: 8px;
}

.dev-internal-mfa__debug {
  margin-top: 16px;
}

.dev-internal-mfa__summary {
  cursor: pointer;
}

.dev-internal-mfa__log {
  background: #111;
  color: #ddd;
  padding: 12px;
  border-radius: 8px;
  overflow: auto;
  max-height: 300px;
}

.dev-internal-mfa__muted {
  color: #666;
}

.dev-internal-mfa__device-card,
.dev-internal-mfa__batch-card {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 8px;
}

.dev-internal-mfa__device-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dev-internal-mfa__label-input {
  padding: 4px 6px;
  max-width: 260px;
}

.dev-internal-mfa__card-actions {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dev-internal-mfa__row {
  display: flex;
  gap: 12px;
}
.dev-internal-webauthn {
  max-width: 980px;
  margin: 24px auto;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.dev-internal-webauthn__title {
  font-size: 20px;
  margin: 0 0 12px;
}

.dev-internal-webauthn__lead {
  margin: 0 0 16px;
  color: #555;
}

.dev-internal-webauthn__support {
  margin: 0 0 16px;
  font-weight: 600;
  color: #555;
}

.dev-internal-webauthn__support--ok {
  color: #0a0;
}

.dev-internal-webauthn__support--ng {
  color: #c00;
}

.dev-internal-webauthn__section {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.dev-internal-webauthn__section--last {
  margin-bottom: 0;
}

.dev-internal-webauthn__section-title {
  font-size: 16px;
  margin: 0 0 12px;
}

.dev-internal-webauthn__grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 8px 12px;
  align-items: center;
}

.dev-internal-webauthn__grid--wide {
  grid-template-columns: 220px 1fr;
}

.dev-internal-webauthn__input,
.dev-internal-webauthn__select {
  padding: 6px 8px;
}

.dev-internal-webauthn__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dev-internal-webauthn__button {
  padding: 6px 10px;
}

.dev-internal-webauthn__checklabel {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dev-internal-webauthn__checkbox {
  width: 16px;
  height: 16px;
}

.dev-internal-webauthn__panel-wrap {
  margin-top: 12px;
}

.dev-internal-webauthn__panel {
  padding: 12px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
}

.dev-internal-webauthn__summary {
  cursor: pointer;
}

.dev-internal-webauthn__pre {
  background: #111;
  color: #ddd;
  padding: 12px;
  border-radius: 8px;
  overflow: auto;
  max-height: 300px;
}

.dev-internal-webauthn__pre--success {
  color: #0f0;
  max-height: 280px;
}

.dev-internal-webauthn__debug {
  margin-top: 16px;
}

.dev-internal-webauthn__muted {
  color: #666;
}

.dev-internal-webauthn__credential-card {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 8px;
}

.dev-internal-webauthn__credential-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dev-internal-webauthn__label-input {
  padding: 4px 6px;
  max-width: 260px;
}

.dev-internal-webauthn__card-actions {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.dev-webauthn-demo {
  max-width: 720px;
  margin: 32px auto;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.dev-webauthn-demo__title {
  font-size: 22px;
  margin-bottom: 12px;
}

.dev-webauthn-demo__lead {
  margin-bottom: 16px;
  color: #555;
}

.dev-webauthn-demo__section {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.dev-webauthn-demo__section--last {
  margin-bottom: 0;
}

.dev-webauthn-demo__section-title {
  font-size: 18px;
  margin: 0 0 12px;
}

.dev-webauthn-demo__section-note {
  margin: 0 0 8px;
  color: #666;
}

.dev-webauthn-demo__textarea {
  width: 100%;
  height: 180px;
  font-family: monospace;
  font-size: 13px;
}

.dev-webauthn-demo__textarea--short {
  height: 160px;
}

.dev-webauthn-demo__actions {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dev-webauthn-demo__actions--single {
  margin-top: 8px;
}

.dev-webauthn-demo__button {
  padding: 8px 14px;
}

.dev-webauthn-demo__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.dev-webauthn-demo__log {
  background: #111;
  color: #ddd;
  padding: 12px;
  border-radius: 8px;
  min-height: 200px;
  overflow: auto;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.spacer-80 {
	padding-top: 80px;
}

.brand-logo {
	padding-top: 112px;
}

.home-client-container {
	max-width: 400px;
	margin: 0 auto;
}

.auth-option-box {
	margin-top: 16px;
}

.auth-option-desc {
	margin-top: 6px;
}

.horizontal-text {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	position: relative;
	color: #ababab;
	font-size: 14px;
	z-index: 1;
	overflow: hidden;
}

.horizontal-text:before,
.horizontal-text:after {
	width: 50%;
	top: 51%;
	overflow: hidden;
	height: 1px;
	background-color: #d0d0d0;
	content: "\00a0";
	position: absolute;
}

.horizontal-text:before {
	margin-left: -52%;
	text-align: right;
}

.horizontal-text:after {
	margin-left: 2%;
}
