.emw-interaction-status[hidden] { display:none !important; }
.emw-interaction-status { position:fixed; top:calc(env(safe-area-inset-top, 0px) + 72px); left:50%; transform:translateX(-50%); z-index:100100; width:max-content; max-width:calc(100vw - 32px); box-sizing:border-box; display:flex; align-items:center; gap:9px; padding:11px 15px; border:1px solid #c9daf6; border-radius:14px; background:#eef5ff; color:#174387; box-shadow:0 4px 18px #12356924; font:600 13px/1.4 system-ui,sans-serif; pointer-events:none; }
.emw-interaction-spinner { flex:0 0 16px; width:16px; height:16px; border:2px solid #c1d4f2; border-top-color:#1559cf; border-radius:50%; animation:emw-status-spin .8s linear infinite; }
.emw-tap-pressed { outline:3px solid #8eb5ff !important; outline-offset:1px; filter:brightness(.93); }
@media (max-width:680px) {
  :is(button, a[href], summary, [role="button"], label[for]) { touch-action:manipulation; -webkit-tap-highlight-color:rgba(37,99,235,.18); }
  :is(button, a[href], summary, [role="button"], label[for]):active { filter:brightness(.93); }
}
html.easemyway-native-app :is(button, a[href], summary, [role="button"], label[for]) { touch-action:manipulation; -webkit-tap-highlight-color:rgba(37,99,235,.18); }
@keyframes emw-status-spin { to { transform:rotate(360deg); } }
@media (prefers-reduced-motion:reduce) { .emw-interaction-spinner { animation:none; } }
