.drawer-stack{background:#00000059;justify-content:flex-end;display:flex;position:fixed;inset:0}@keyframes drawerStackIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.drawer-stack__drawer{will-change:transform;background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;height:100vh;animation:.18s ease-out drawerStackIn;display:flex;position:relative;overflow:hidden;box-shadow:-16px 0 32px #0000002e}.drawer-stack__drawer:not(.is-top){pointer-events:none}.drawer-stack__resize{cursor:ew-resize;touch-action:none;z-index:10;width:24px;position:absolute;top:0;bottom:0;left:0}.drawer-stack__resize:hover{background:#1118270d}.drawer-stack__resize:after{content:"";background:#1118272e;border-radius:999px;width:2px;height:44px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}@media (max-width:767px){.drawer-stack__resize{display:none}}.drawer-stack__header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.drawer-stack__title{color:#111827;font-size:14px;font-weight:700}.drawer-stack__close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.drawer-stack__close:hover{color:#111827;background:#e5e7eb}.drawer-stack__body{flex:1;min-height:0;overflow-y:auto}.drawer-stack.drawer-stack--dark{background:#0000008c}.drawer-stack.drawer-stack--dark .drawer-stack__drawer{background:#0b1220;border-left-color:#ffffff14;box-shadow:-16px 0 32px #00000080}.drawer-stack.drawer-stack--dark .drawer-stack__header{background:#0b1220;border-bottom-color:#ffffff14}.drawer-stack.drawer-stack--dark .drawer-stack__title{color:#ffffffeb}.drawer-stack.drawer-stack--dark .drawer-stack__close{color:#ffffffc7;background:#ffffff14}.drawer-stack.drawer-stack--dark .drawer-stack__close:hover{color:#ffffffeb;background:#ffffff1f}.drawer-stack.drawer-stack--dark .drawer-stack__resize:hover{background:#ffffff0d}.drawer-stack.drawer-stack--dark .drawer-stack__resize:after{background:#fff3}
