/* CAMYRA 1.1.1 — interaction reliability */
html[data-camyra-interactions="1.1.1"] button,
html[data-camyra-interactions="1.1.1"] a,
html[data-camyra-interactions="1.1.1"] [role="button"],
html[data-camyra-interactions="1.1.1"] input,
html[data-camyra-interactions="1.1.1"] select,
html[data-camyra-interactions="1.1.1"] textarea{
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
html[data-camyra-interactions="1.1.1"] button:not(:disabled),
html[data-camyra-interactions="1.1.1"] [role="button"]:not([aria-disabled="true"]){cursor:pointer}
.myora-ai-backdrop-v122:not(.open){pointer-events:none!important}
.myora-ai-backdrop-v122.open{pointer-events:auto!important}
.myora-ai-panel:not(.open){pointer-events:none}
.myora-ai-panel.open{pointer-events:auto}
.camyra-interaction-busy{opacity:.72!important;pointer-events:none!important}
.camyra-interaction-busy:after{content:"";display:inline-block;width:.8em;height:.8em;margin-left:.55em;border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-.08em;animation:camyraInteractionSpin .75s linear infinite}
@keyframes camyraInteractionSpin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.camyra-interaction-busy:after{animation:none}}

/* CAMYRA Platform 1.1.1 — MFA interaction fixes */
.v10p-mfa-gate.show,.v10p-mfa-card,.v10p-mfa-card button,.v10p-mfa-card input{pointer-events:auto!important}
.v10p-mfa-card .mark img{display:block}
.v10p-mfa-card .camyra-mfa-btn{min-height:50px;padding:14px 22px;font-size:14px;position:relative;z-index:2}
.v10p-mfa-card .camyra-mfa-link{display:block;margin:14px auto 0;background:transparent!important;color:#a99fa9!important;padding:10px 14px;font-size:10px;font-weight:500}
.v10p-mfa-card .camyra-mfa-secret{margin:12px auto;color:#b7adb6;font-size:10px;max-width:310px}
.v10p-mfa-card .camyra-mfa-secret summary{cursor:pointer}
.v10p-mfa-card .camyra-mfa-secret code{display:block;margin-top:8px;padding:10px;border-radius:12px;background:#0e0c0f;color:#f7efe8;word-break:break-all;font-size:10px}
.v10p-mfa-card .camyra-mfa-status{font-size:9px;color:#928895;margin-top:12px}
@media(max-width:600px){.v10p-mfa-card{padding:28px 22px}.v10p-mfa-card h1{font-size:43px}.v10p-mfa-card .qr{width:min(220px,78vw);max-width:78vw}}
