.app-sheet-backdrop{position:fixed;inset:0;z-index:10020;display:flex;align-items:flex-end;justify-content:center;background:rgba(4,6,14,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-sheet-panel{position:relative;display:flex;flex-direction:column;width:100%;max-height:min(92dvh,calc(100dvh - env(safe-area-inset-top, 0px) - .5rem));overflow:hidden;outline:none;border:1px solid rgba(255,255,255,.1);border-bottom:none;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;background:rgba(12,14,24,.94);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);box-shadow:0 -12px 48px rgba(0,0,0,.42),0 0 40px rgba(120,214,255,.06)}.app-sheet-panel--half{height:52dvh}.app-sheet-panel--full{height:calc(100dvh - env(safe-area-inset-top, 0px) - .75rem)}.app-sheet-handle-region{display:flex;flex-shrink:0;justify-content:center;padding:.625rem 0 .25rem;touch-action:none;cursor:grab}.app-sheet-handle{width:42px;height:4px;border-radius:999px;background:rgba(255,255,255,.25)}.app-sheet-head{display:flex;flex-shrink:0;align-items:center;gap:.75rem;padding:.375rem .75rem .35rem 1rem}.app-sheet-head__icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:rgba(255,255,255,.85)}.app-sheet-head__titles{flex:1;min-width:0}.app-sheet-title{margin:0;font-size:1.125rem;font-weight:800;letter-spacing:-.02em;line-height:1.3;color:rgba(255,255,255,.95)}.app-sheet-subtitle{margin:.125rem 0 0;font-size:.8125rem;line-height:1.4;color:rgba(255,255,255,.64)}.app-sheet-head__actions{display:inline-flex;flex-shrink:0;align-items:center;gap:.25rem}.app-sheet-close{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;border-radius:999px;color:rgba(255,255,255,.65);transition:color var(--motion-duration-micro) var(--motion-ease-brand),background var(--motion-duration-micro) var(--motion-ease-brand)}.app-sheet-close:active{background:rgba(255,255,255,.08);color:rgba(255,255,255,.92)}.app-sheet-close--floating{position:absolute;top:.625rem;right:.625rem;z-index:2}.app-sheet-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:.35rem 1rem calc(env(safe-area-inset-bottom, 0px) + 1.5rem)}body.keyboard-open .app-sheet-body{padding-bottom:max(10rem,env(safe-area-inset-bottom,0px));scroll-padding-bottom:max(10rem,env(safe-area-inset-bottom,0px))}.app-sheet-footer{flex-shrink:0;padding:.75rem 1rem calc(env(safe-area-inset-bottom, 0px) + .75rem);border-top:1px solid rgba(255,255,255,.08);background:rgba(12,14,24,.9)}.app-sheet-footer~.app-sheet-body,.app-sheet-panel:has(.app-sheet-footer) .app-sheet-body{padding-bottom:1rem}@media (min-width:768px){.app-sheet-backdrop{align-items:center;padding:1.5rem}.app-sheet-panel{width:min(100%,28rem);max-height:calc(100dvh - 3rem);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem}.app-sheet-panel--lg{width:min(100%,36rem)}.app-sheet-panel--full,.app-sheet-panel--half{height:auto}.app-sheet-head{padding-top:1rem}.app-sheet-body{max-height:min(70dvh,34rem);padding-bottom:1rem}.app-sheet-footer{padding-bottom:.75rem}}@media (prefers-reduced-motion:reduce){.app-sheet-close{transition:none}}