.drawer-trigger{position:relative;display:flex;height:40px;flex-shrink:0;align-items:center;justify-content:center;gap:8px;overflow:hidden;border-radius:9999px;background:var(--background-color-1);padding:0 16px;font-size:14px;font-weight:500;box-shadow:0 1px 2px #1018280d;transition:all .2s;cursor:pointer}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9}.drawer-content{background:var(--background-color-1);display:flex;flex-direction:column;border-top-left-radius:10px;border-top-right-radius:10px;margin-top:96px;position:fixed;bottom:0;left:0;right:0;outline:none;height:100%;max-height:90vh;max-height:90svh;z-index:10;padding:1rem}.drawer-header{padding:16px;background:var(--background-color-2);border-top-left-radius:10px;border-top-right-radius:10px;flex:1}.drawer-drag-handle{margin:0 auto 32px;width:48px;height:6px;flex-shrink:0;border-radius:9999px;background:#d1d5db}.drawer-inner-content{max-width:448px;margin:0 auto}.drawer-title{font-weight:500;margin-bottom:16px;color:var(--text-color-1)}.drawer-p{color:var(--text-color-2);margin-bottom:8px}.drawer-footer{padding:16px;margin-top:auto}.drawer-footer-inner{display:flex;gap:24px;justify-content:flex-end;max-width:448px;margin:0 auto}.drawer-link{font-size:12px;color:#4b5563;display:flex;align-items:center;gap:2px;text-decoration:none}.drawer-icon{width:12px;height:12px;margin-left:4px}
