.wallet-frame-backdrop{z-index:1000;background:color-mix(in oklch, var(--foreground) 45%, transparent);pointer-events:auto;animation:.15s ease-out wallet-frame-fade;position:fixed;inset:0}.wallet-frame--open{z-index:1001;pointer-events:auto;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;background:0 0;border:0;border-radius:12px 12px 0 0;width:100%;max-width:100%;height:min(27rem,85dvh);animation:.18s ease-out wallet-frame-rise;display:block;position:fixed;inset:auto 0 0;box-shadow:0 -8px 40px #00000040}@media (prefers-color-scheme:dark){.wallet-frame--open{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width>=640px){.wallet-frame--open{border-radius:12px;width:min(28rem,100% - 2rem);height:min(27rem,85dvh);animation:.15s ease-out wallet-frame-fade;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 16px 60px #0000004d}}@keyframes wallet-frame-fade{0%{opacity:0}}@keyframes wallet-frame-rise{0%{opacity:0;transform:translateY(1rem)}}@media (prefers-reduced-motion:reduce){.wallet-frame-backdrop,.wallet-frame--open{animation:none}}
