.overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:99;display:flex;justify-content:center;align-items:flex-end}.bottomSheet{position:sticky;bottom:0;background-color:white;width:100%;max-width:600px;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 10px rgba(0,0,0,.1);z-index:100;padding:20px;animation:slide-up .3s ease-out forwards}.sheetHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sheetHeader h2{font-size:1.125rem;font-weight:600}.closeBtn{background:none;border:none;font-size:20px;cursor:pointer}.sheetBody{max-height:60vh;overflow-y:auto}.sheet-title{font-family:Lora,serif;font-size:20px}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}