.sheet-overlay{position:fixed;inset:0;z-index:50;background-color:rgba(0,0,0,.8)}.sheet-content{position:fixed;z-index:51;background-color:white;padding:24px;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:transform .3s ease;overflow-y:auto;border-radius:6px}.sheet-side-top{top:0;left:0;right:0;height:75vh;border-bottom:1px solid #e2e2e2}.sheet-side-bottom{bottom:0;left:0;right:0;height:75vh;border-top:1px solid #e2e2e2}.sheet-side-left{left:0;border-right:1px solid #e2e2e2}.sheet-side-left,.sheet-side-right{top:0;bottom:0;width:75vw;max-width:400px}.sheet-side-right{right:0;border-left:1px solid #e2e2e2}.sheet-close-button{position:absolute;top:16px;right:16px;opacity:.7;background:none;border:none;cursor:pointer}.sheet-header{display:flex;flex-direction:column;gap:8px;text-align:left;margin-bottom:16px}.sheet-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.sheet-title{font-size:18px;font-weight:600;color:#1f2937}.sheet-description{font-size:14px;color:#6b7280}