.sheet-overlay{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.5);animation:fadeIn .3s}.sheet-content{position:fixed;z-index:51;display:flex;flex-direction:column;gap:1rem;background:#181818;box-shadow:0 8px 32px rgba(0,0,0,.2);transition:all .3s ease-in-out}.sheet-side-right{right:0;border-left:1px solid #222}.sheet-side-left,.sheet-side-right{top:0;height:100%;width:75vw;max-width:400px}.sheet-side-left{left:0;border-right:1px solid #222}.sheet-side-top{top:0;left:0;right:0;height:auto;border-bottom:1px solid #222}.sheet-side-bottom{bottom:0;left:0;right:0;height:auto;border-top:1px solid #222}.sheet-close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;opacity:.7;cursor:pointer;transition:opacity .2s}.sheet-close-btn:hover{opacity:1}.sheet-close-icon{width:1.5rem;height:1.5rem;color:#fff}.sheet-footer,.sheet-header{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.sheet-title{font-weight:600;color:#fff}.sheet-description{color:#aaa;font-size:.95rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}