.home-create-sheet-root{flex-direction:column;justify-content:flex-end;display:flex}.home-create-sheet-overlay{opacity:0;background:#00000080;transition:opacity .3s;position:absolute;inset:0}.home-create-sheet-root.is-active .home-create-sheet-overlay{opacity:1}.home-create-sheet-panel{overscroll-behavior:contain;max-height:min(85vh,560px);padding:8px 16px calc(16px + env(safe-area-inset-bottom,0px));text-align:left;z-index:1;-webkit-overflow-scrolling:touch;background:#fff;border-radius:20px 20px 0 0;width:100%;transition:transform .32s cubic-bezier(.22,.61,.36,1);position:relative;overflow:auto;transform:translateY(100%);box-shadow:0 -8px 40px #0000001f}.home-create-sheet-root.is-active .home-create-sheet-panel{transform:translateY(0)}.home-create-sheet-root.is-closing .home-create-sheet-panel{transform:translateY(100%)}.home-create-sheet-handle{background:#0000001f;border-radius:999px;width:36px;height:4px;margin:2px auto 12px}@media (min-width:640px){.home-create-sheet-root{justify-content:center;align-items:center;padding:20px}.home-create-sheet-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.home-create-sheet-panel{opacity:0;border-radius:20px;max-width:44rem;max-height:none;padding:20px 22px 22px;transition:opacity .3s,transform .3s;transform:scale(.95)translateY(24px);box-shadow:0 25px 50px -12px #00000040}.home-create-sheet-root.is-active .home-create-sheet-panel{opacity:1;transform:scale(1)translateY(0)}.home-create-sheet-root.is-closing .home-create-sheet-panel{opacity:0;transform:scale(.95)translateY(24px)}.home-create-sheet-handle{display:none}}
