.atlas-sheet{height:var(--atlas-sheet-height,50%);background:var(--nosy-panel);border-radius:var(--atlas-r-xl) var(--atlas-r-xl) 0 0;min-height:15%;max-height:96%;transition:height var(--atlas-sheet-motion,.22s) ease;z-index:30;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #1e2a3f2e}.atlas-sheet[data-dragging=true]{transition:none}.atlas-sheet__handle-wrap{touch-action:none;cursor:grab;flex:none;justify-content:center;align-items:center;min-height:44px;display:flex}.atlas-sheet__handle{border-radius:var(--atlas-r-pill);background:var(--nosy-hairline);border:none;width:38px;height:5px;padding:0}.atlas-sheet__handle:focus-visible{outline:var(--atlas-focus-width) solid var(--atlas-focus-ring-light);outline-offset:4px;border-radius:var(--atlas-r-pill)}.atlas-sheet__header{padding:0 var(--atlas-sp-4) var(--atlas-sp-3);border-bottom:1px solid var(--nosy-hairline);flex:none}.atlas-sheet__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}@media (prefers-reduced-motion:reduce){.atlas-sheet{transition-duration:.001ms!important}}.atlas-sheet[data-side=right]{width:var(--atlas-sheet-height,50%);border-radius:var(--atlas-r-xl) 0 0 var(--atlas-r-xl);min-width:min(320px,96vw);max-width:96vw;height:100%;min-height:0;max-height:none;transition:width var(--atlas-sheet-motion,.22s) ease;z-index:60;grid-template-rows:auto 1fr;grid-template-columns:24px minmax(0,1fr);display:grid;inset:0 0 0 auto;box-shadow:-8px 0 30px #1e2a3f2e}.atlas-sheet[data-side=right][data-dragging=true]{transition:none}.atlas-sheet[data-side=right] .atlas-sheet__handle-wrap{cursor:ew-resize;grid-area:1/1/span 2;min-width:0;min-height:0}.atlas-sheet[data-side=right] .atlas-sheet__handle{width:5px;height:38px}.atlas-sheet[data-side=right] .atlas-sheet__header{grid-area:1/2}.atlas-sheet[data-side=right] .atlas-sheet__content{grid-area:2/2;min-height:0}@media (min-width:1024px){.atlas-sheet:not([data-side=right]){height:auto;min-height:0;max-height:80vh;box-shadow:none;border-radius:0;transition:none;position:static}.atlas-sheet:not([data-side=right]) .atlas-sheet__handle-wrap,.atlas-sheet:not([data-side=right]) .atlas-sheet__header{display:none}.atlas-mobile-record-sheet:not([data-side=right]) .atlas-sheet__header{display:block}}
