.sheet{align-items:flex-end;display:flex;font-family:var(--font-ui);inset:0;justify-content:center;position:fixed;z-index:320}.sheet-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1414166b;inset:0;position:absolute}.sheet-panel{background:#fff;border-radius:22px 22px 0 0;box-shadow:0 -12px 40px #1414162e;color:#141416;display:flex;flex-direction:column;margin-bottom:-60px;max-height:calc(100% + 36px - var(--safe-top));overflow:hidden;padding-bottom:calc(60px + var(--safe-bottom));position:relative;width:100%;will-change:transform}.sheet.is-tall .sheet-panel{height:calc(100% + 36px - var(--safe-top))}.sheet-handle{background:#d8d4ca;border-radius:99px;display:block;flex:none;height:4px;margin:8px auto 4px;transition:background .18s,transform .18s;width:38px}.sheet.is-dragging .sheet-handle{background:#b9b5ab;transform:scaleX(1.15)}.sheet.is-armed .sheet-handle{background:#141416}.sheet-head{align-items:center;border-bottom:1px solid #efede7;display:flex;flex:none;gap:12px;padding:8px 18px 12px}.sheet-head strong{flex:1;font-size:15px;font-weight:750;letter-spacing:-.02em;min-width:0}.sheet-close{background:#f2f1ec;border:0;border-radius:50%;color:#6f6c65;cursor:pointer;display:grid;flex:none;height:32px;place-items:center;width:32px}.sheet-close:hover{background:#e9e7e0;color:#141416}.sheet-body{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:14px 18px 18px}.sheet.is-bare .sheet-body{padding:0}.sheet-foot{background:#fff;border-top:1px solid #efede7;display:flex;flex:none;gap:8px;padding:12px 18px 14px}.sheet-enter-active,.sheet-leave-active{transition:opacity .24s ease}.sheet-enter-from,.sheet-leave-to{opacity:0}.sheet-enter-from .sheet-panel,.sheet-leave-to .sheet-panel{transform:translate3d(0,100%,0)}@media(min-width:761px){.sheet.is-auto{align-items:center;padding:24px}.sheet.is-auto .sheet-panel{border-radius:18px;box-shadow:0 24px 64px #1414163d;margin-bottom:0;max-height:calc(100% - 48px);padding-bottom:0;width:min(var(--sheet-w,520px),100%)}.sheet.is-auto.is-tall .sheet-panel{height:auto}.sheet.is-auto .sheet-panel{transition:transform .22s cubic-bezier(.32,.72,0,1)!important}.sheet.is-auto .sheet-handle{display:none}.sheet.is-auto .sheet-head{padding:16px 20px 14px}.sheet.is-auto.is-bare .sheet-head{display:none}.sheet.is-auto .sheet-body{padding:18px 20px 20px}.sheet.is-auto.is-bare .sheet-body{padding:0}.sheet-enter-from.is-auto .sheet-panel,.sheet-leave-to.is-auto .sheet-panel{transform:translateY(12px) scale(.98)}.sheet.is-sheet{align-items:flex-end}.sheet.is-sheet .sheet-panel{border-radius:22px 22px 0 0;width:min(var(--sheet-w,520px),100%)}}@media(prefers-reduced-motion:reduce){.sheet-enter-active,.sheet-handle,.sheet-leave-active,.sheet-panel{transition:none!important}}
