@media(max-width:699px){
  .sw-sheet-dragging{user-select:none;cursor:grabbing;will-change:translate}
  .sw-sheet-exiting{pointer-events:none;will-change:transform}
  .sw-sheet-exiting::backdrop{animation:sw-sheet-dim-out 300ms ease-in both}
  .sw-settings-handle,.sw-settings-head,.sg-handle,.sg-head,.sw-install-head,.ns-dialog-head{touch-action:none}
  .ns-dialog{inset:auto 0 0;margin:0 auto;width:100%;max-width:480px;max-height:calc(100dvh - 16px);border-radius:26px 26px 0 0;padding-bottom:max(20px,env(safe-area-inset-bottom));overscroll-behavior:contain}
  .ns-dialog[open]{animation:sw-sheet-legacy-in 420ms cubic-bezier(.22,1,.36,1) both}
  .ns-dialog-head:before{content:'';position:absolute;top:9px;left:calc(50% - 18px);width:36px;height:4px;background:#d9c4ce;border-radius:3px}
  .ns-dialog-head{padding-top:10px}
  .ns-dialog #ns-close:focus:not(:focus-visible){outline:none}
}
@keyframes sw-sheet-legacy-in{from{transform:translateY(100%)}to{transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.ns-dialog[open]{animation:none}}

@keyframes sw-sheet-dim-out{to{opacity:0}}
