.app-sheet-root{--app-sheet-drag-y:0px;--app-sheet-ease:cubic-bezier(.19, 1, .22, 1);--app-sheet-exit-ease:cubic-bezier(.32, .72, 0, 1);height:100vh;z-index:1200;overscroll-behavior:none;isolation:isolate;align-items:end;height:100svh;display:grid;position:fixed;inset:0 0 auto;overflow:hidden}.app-sheet-backdrop{-webkit-backdrop-filter:blur(8px)saturate(120%);opacity:1;touch-action:none;background:#12121452;border:0;transition:opacity .24s;position:absolute;inset:0}.app-sheet{box-sizing:border-box;width:100%;max-height:min(90vh,100vh - 2.5rem);max-height:min(90svh,100svh - 2.5rem);padding:.65rem 1.15rem calc(1.15rem + env(safe-area-inset-bottom,0px));border:1px solid var(--surface-container-high,#ffffffb3);background:var(--surface-container-lowest,#fff);color:var(--color-text-primary,#1c1b1f);transform-origin:bottom;will-change:transform;touch-action:none;transform:translate3d(0, var(--app-sheet-drag-y), 0);transition:transform .38s var(--app-sheet-ease);border-bottom:0;border-radius:1.5rem 1.5rem 0 0;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 -24px 64px #0000002e}.app-sheet-root--pre .app-sheet{transition:none;transform:translateY(100%)}.app-sheet-root--pre .app-sheet-backdrop{opacity:0;transition:none}.app-sheet-root--dragging .app-sheet{transition:none}.app-sheet-root--closing{pointer-events:none}.app-sheet-root--closing .app-sheet-backdrop{opacity:0}.app-sheet-root--closing .app-sheet{transition:transform .22s var(--app-sheet-exit-ease);transform:translateY(108%)}.app-sheet-grabber{background:var(--surface-container-high,#3c3c4338);border:0;border-radius:999px;flex:none;width:2.4rem;height:.3rem;margin:0 auto .75rem;padding:0}.app-sheet-header{flex:none;align-items:center;gap:.85rem;padding:0 0 .85rem;display:flex}.app-sheet-header-icon{width:3rem;height:3rem;color:var(--color-primary,#0050cb);background:#0050cb1a;border-radius:.95rem;flex:none;justify-content:center;align-items:center;display:inline-flex}.app-sheet-header-copy{flex-direction:column;flex:auto;gap:.1rem;min-width:0;display:flex}.app-sheet-eyebrow{color:var(--color-primary,#0050cb);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700}.app-sheet-title{color:var(--color-text-primary,#1c1b1f);overflow-wrap:anywhere;margin:0;font-size:1.3rem;font-weight:800;line-height:1.2}.app-sheet-subtitle{color:var(--color-text-secondary,#6e6e73);margin:.15rem 0 0;font-size:.9rem;line-height:1.3}.app-sheet-close{background:var(--surface-container-high,#76768024);width:2.4rem;height:2.4rem;color:var(--color-text-secondary,#6e6e73);cursor:pointer;border:0;border-radius:999px;flex:none;justify-content:center;align-self:flex-start;align-items:center;display:inline-flex}.app-sheet-body{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y;flex:auto;min-height:0;margin:0 -1.15rem;padding:0 1.15rem .25rem;overflow:hidden auto}.app-sheet-body::-webkit-scrollbar{width:0;height:0}.app-sheet-footer{flex:none;margin-top:.25rem;padding-top:.85rem}@media (prefers-reduced-motion:reduce){.app-sheet,.app-sheet-backdrop{transition-duration:.01ms}}
