.ui-sheet-overlay{z-index:1000;background:#1f0a1080;justify-content:center;align-items:flex-end;animation:.25s ease-out ui-sheet-backdrop-fade-in;display:flex;position:fixed;inset:0}.ui-sheet{background:var(--card);width:100%;max-width:560px;max-height:88dvh;padding:12px 22px calc(env(safe-area-inset-bottom,0px) + 16px);border-radius:30px 30px 0 0;animation:.25s cubic-bezier(.16,1,.3,1) ui-sheet-slide-up;position:relative;overflow-y:auto;box-shadow:0 -20px 55px #1f0a104d}@keyframes ui-sheet-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ui-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ui-sheet-overlay,.ui-sheet{animation:none}}.ui-sheet-handle{background:var(--border-2);border-radius:5px;width:44px;height:5px;margin:0 auto 18px}.ui-sheet-close{background:var(--divider);width:30px;height:30px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:12.5px;line-height:1;display:flex;position:absolute;top:14px;right:18px}
