.clad-sheet__scrim{position:fixed;inset:0;z-index:var(--z-modal-backdrop, 9700);background:color-mix(in oklch,#000 45%,transparent);animation:svelte-5ambjm-clad-sheet-fade .18s ease-out}.clad-sheet__panel{--sheet-ink: var( --axo-ink-primary, var(--color-base-content, currentColor) );--sheet-muted: var( --axo-ink-tertiary, color-mix(in oklch, currentColor 55%, transparent) );--sheet-surface: var(--axo-bg-surface, var(--color-base-100, Canvas));--sheet-hairline: var( --axo-stroke-hairline, color-mix(in oklch, currentColor 16%, transparent) );--sheet-hover: color-mix(in oklch, currentColor 8%, transparent);--sheet-accent: var(--axo-info-ink, var(--color-primary, currentColor));--sheet-pad-x: 1rem;--sheet-pad-y: .75rem;--sheet-duration: .24s;--sheet-size: 22rem;position:fixed;z-index:var(--z-modal, 9800);display:flex;flex-direction:column;background:var(--sheet-surface);color:var(--sheet-ink);box-shadow:0 0 0 1px var(--sheet-hairline),0 16px 48px -16px #00000059;padding-bottom:env(safe-area-inset-bottom,0);overflow:hidden}.clad-sheet__panel--left,.clad-sheet__panel--right{top:0;bottom:0;width:var(--sheet-size);max-width:100vw}.clad-sheet__panel--left{left:0;animation:svelte-5ambjm-clad-sheet-in-left var(--sheet-duration) cubic-bezier(.16,1,.3,1)}.clad-sheet__panel--right{right:0;animation:svelte-5ambjm-clad-sheet-in-right var(--sheet-duration) cubic-bezier(.16,1,.3,1)}.clad-sheet__panel--top,.clad-sheet__panel--bottom{left:0;right:0;height:var(--sheet-size);max-height:100dvh}.clad-sheet__panel--top{top:0;animation:svelte-5ambjm-clad-sheet-in-top var(--sheet-duration) cubic-bezier(.16,1,.3,1)}.clad-sheet__panel--bottom{bottom:0;animation:svelte-5ambjm-clad-sheet-in-bottom var(--sheet-duration) cubic-bezier(.16,1,.3,1)}.clad-sheet__panel--sm.clad-sheet__panel--left,.clad-sheet__panel--sm.clad-sheet__panel--right{--sheet-size: 18rem}.clad-sheet__panel--md.clad-sheet__panel--left,.clad-sheet__panel--md.clad-sheet__panel--right{--sheet-size: 24rem}.clad-sheet__panel--lg.clad-sheet__panel--left,.clad-sheet__panel--lg.clad-sheet__panel--right{--sheet-size: 34rem}.clad-sheet__panel--sm.clad-sheet__panel--top,.clad-sheet__panel--sm.clad-sheet__panel--bottom{--sheet-size: 12rem}.clad-sheet__panel--md.clad-sheet__panel--top,.clad-sheet__panel--md.clad-sheet__panel--bottom{--sheet-size: 20rem}.clad-sheet__panel--lg.clad-sheet__panel--top,.clad-sheet__panel--lg.clad-sheet__panel--bottom{--sheet-size: 32rem}.clad-sheet__panel--full{--sheet-size: 100%}.clad-sheet__panel--full.clad-sheet__panel--top,.clad-sheet__panel--full.clad-sheet__panel--bottom{height:100dvh}.clad-sheet__header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:var(--sheet-pad-y) var(--sheet-pad-x);border-bottom:1px solid var(--sheet-hairline)}.clad-sheet__heading{min-width:0}.clad-sheet__title{margin:0;font-size:.95rem;font-weight:600;line-height:1.3;color:var(--sheet-ink)}.clad-sheet__description{margin:.15rem 0 0;font-size:.8rem;line-height:1.4;color:var(--sheet-muted)}button.clad-sheet__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;inline-size:44px;block-size:44px;margin:-.6rem -.5rem -.6rem 0;padding:0;border:none;background:transparent;border-radius:999px;color:var(--sheet-muted);cursor:pointer;transition:color .15s ease,background-color .15s ease}button.clad-sheet__close:hover{color:var(--sheet-ink);background:var(--sheet-hover)}button.clad-sheet__close:focus-visible{outline:2px solid var(--sheet-accent);outline-offset:-2px}.clad-sheet__body{flex:1 1 auto;min-height:0;padding:var(--sheet-pad-y) var(--sheet-pad-x);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.clad-sheet__footer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:var(--sheet-pad-y) var(--sheet-pad-x);border-top:1px solid var(--sheet-hairline)}@keyframes svelte-5ambjm-clad-sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes svelte-5ambjm-clad-sheet-in-left{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes svelte-5ambjm-clad-sheet-in-right{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes svelte-5ambjm-clad-sheet-in-top{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes svelte-5ambjm-clad-sheet-in-bottom{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.clad-sheet__scrim,.clad-sheet__panel{animation:none}}
