.gw-sheet-backdrop{position:fixed;z-index:51;inset:0;background:var(--sheet-dim)}.gw-sheet{position:fixed;z-index:52;right:0;bottom:0;left:0;max-height:var(--sheet-max-h);padding:var(--sheet-pad-top) var(--sheet-pad-x) calc(var(--sheet-pad-bottom) + var(--sp-safe-b));overflow-y:auto;overscroll-behavior:contain;border-radius:var(--sheet-radius) var(--sheet-radius) 0 0;background:#fff;box-shadow:0 -10px 40px rgb(11 13 18/20%)}.gw-sheet:before{content:"";display:block;width:var(--sheet-grip-w);height:var(--sheet-grip-h);margin:2px auto var(--sheet-grip-gap);border-radius:999px;background:var(--line2)}.gw-sheet::-webkit-scrollbar{width:6px}.gw-sheet::-webkit-scrollbar-track{background:transparent}.gw-sheet::-webkit-scrollbar-thumb{border-radius:999px;background:var(--line2)}.gw-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 0 10px}.gw-sheet-head h2{margin:0;color:var(--ink);font-size:15px;font-weight:800;letter-spacing:-.04em}.gw-sheet-head h2:focus-visible{border-radius:6px;outline:2px solid var(--accent);outline-offset:3px}.gw-sheet-close{display:grid;flex:0 0 auto;place-items:center;width:44px;height:44px;margin:-10px -13px -10px 0;padding:0;border:0;background:none;color:var(--sub);cursor:pointer}.gw-sheet-close svg{width:18px;height:18px;stroke-width:1.9;stroke-linecap:round}.gw-sheet-close:focus-visible{border-radius:10px;outline:2px solid var(--accent);outline-offset:-2px}.gw-sheet-options{display:grid;gap:2px;padding-bottom:4px}.gw-sheet-options button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:52px;padding:0 4px;border:0;border-radius:10px;background:none;color:var(--ink2);font-family:inherit;font-size:14px;font-weight:700;letter-spacing:-.03em;text-align:left;cursor:pointer}.gw-sheet-options button+button{border-top:1px solid var(--line);border-radius:0}.gw-sheet-options button.on{color:var(--accent);font-weight:800}.gw-sheet-option-check{display:grid;flex:0 0 auto;place-items:center;width:18px;height:18px;color:var(--accent)}