.mena-root.fn-sheet-root{z-index:100;background:0 0;min-height:0;position:fixed;inset:0}.fn-sheet-root .fn-sheet-scrim{background:var(--scrim);opacity:0;cursor:pointer;transition:opacity .2s;position:absolute;inset:0}.fn-sheet-root.is-open .fn-sheet-scrim{opacity:1}.fn-sheet-root .fn-sheet{left:0;right:0;bottom:var(--fn-kb,0px);max-width:560px;max-height:calc(100dvh - 40px - var(--fn-kb,0px));background:var(--surface);box-shadow:var(--shadow-sheet);padding-bottom:env(safe-area-inset-bottom);flex-direction:column;margin:0 auto;transition:transform .3s cubic-bezier(.32,.72,0,1),bottom .18s ease-out;display:flex;position:absolute;transform:translateY(100%)}.fn-sheet-root.is-open .fn-sheet{transform:translateY(0)}.fn-sheet-root .fn-sheet-pinzone{cursor:grab;touch-action:none;flex:none;place-items:center;padding:12px 0 8px;display:grid}.fn-sheet-root .fn-sheet-pinzone:active{cursor:grabbing}.fn-sheet-root .fn-sheet-pin{background:var(--surface-3);border-radius:999px;width:36px;height:4px}.fn-sheet-root .fn-sheet-body{overscroll-behavior:contain;overflow-y:auto}.fn-sheet-primary,.fn-sheet-secondary{width:100%;min-height:58px;font:700 17px/1 var(--body);letter-spacing:-.255px;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;transition:transform .17s ease-out,opacity .17s ease-out;display:inline-flex}.fn-sheet-primary{background:var(--ink);color:#fff;box-shadow:var(--shadow-ink-app);border:0}.fn-sheet-secondary{border:1px solid var(--line);background:var(--surface);min-height:52px;color:var(--ink);box-shadow:var(--shadow-soft)}.fn-sheet-primary:active:not(:disabled),.fn-sheet-secondary:active:not(:disabled){opacity:.92;transition-duration:.11s;transform:scale(.96)}.fn-sheet-primary:focus-visible,.fn-sheet-secondary:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.fn-sheet-primary:disabled,.fn-sheet-secondary:disabled{opacity:.58;cursor:default}@media (prefers-reduced-motion:reduce){.fn-sheet-root .fn-sheet-scrim,.fn-sheet-root .fn-sheet,.fn-sheet-primary,.fn-sheet-secondary{transition:none}}
