.drawer_overlay__Bfzun{position:fixed;inset:0;background:radial-gradient(ellipse at center,rgba(0,0,0,.45) 0,rgba(0,0,0,.78) 100%);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;animation:drawer_fadeIn__xP_ga .2s ease-out}.drawer_drawer__BtwXX{position:fixed;background:var(
    --gradient-parchment,linear-gradient(180deg,#f5e6c8 0,#e8d4a8 100%)
  );border:3px solid var(--color-gold-dark,#b8860b);box-shadow:0 0 0 2px var(--color-wood-dark,#3d2314),0 20px 40px rgba(0,0,0,.35);display:flex;flex-direction:column;overflow:hidden}.drawer_right__Sq9UQ{top:0;right:0;height:100dvh;max-height:100dvh;border-radius:1rem 0 0 1rem;animation:drawer_slideInRight__Vq7xq .25s ease-out}.drawer_bottom__SjOqy{left:0;right:0;bottom:0;width:100%;max-height:92dvh;border-radius:1rem 1rem 0 0;animation:drawer_slideInBottom__tx6DF .25s ease-out}.drawer_narrow__72OzM{width:min(22rem,100vw)}.drawer_medium__WTPcc{width:min(30rem,100vw)}.drawer_wide__nMsry{width:min(42rem,100vw)}.drawer_bottom__SjOqy.drawer_medium__WTPcc,.drawer_bottom__SjOqy.drawer_narrow__72OzM,.drawer_bottom__SjOqy.drawer_wide__nMsry{width:100%}.drawer_header__Wz0HU{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem .75rem;border-bottom:2px solid var(--color-gold-dark,#b8860b);background:linear-gradient(180deg,rgba(255,255,255,.22),transparent)}.drawer_title__LCan8{margin:0;font-family:var(--font-display,serif);font-size:1.25rem;color:var(--color-wood-dark,#3d2314)}.drawer_closeButton__JJlMc{border:2px solid var(--color-gold-dark,#b8860b);background:rgba(255,255,255,.3);color:var(--color-wood-dark,#3d2314);width:2rem;height:2rem;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:700;line-height:1}.drawer_content__eByaT{padding:1rem;overflow-y:auto;flex:1 1}@keyframes drawer_fadeIn__xP_ga{0%{opacity:0}to{opacity:1}}@keyframes drawer_slideInRight__Vq7xq{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes drawer_slideInBottom__tx6DF{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:768px){.drawer_right__Sq9UQ{left:0;width:100%;border-radius:1rem 1rem 0 0;height:min(92dvh,92vh);max-height:min(92dvh,92vh);top:auto;bottom:0;animation:drawer_slideInBottom__tx6DF .25s ease-out}}