.mp-sheet-backdrop{z-index:1100;cursor:pointer;background:#14110d73;position:fixed;inset:0}.mp-sheet{background:var(--bg-app);border-radius:var(--r-sheet) var(--r-sheet) 0 0;z-index:1110;outline:none;flex-direction:column;width:100%;max-width:520px;min-height:88dvh;max-height:94dvh;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #0000002e}.mp-sheet-handle-area{cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;align-items:center;padding:10px 0 6px;display:flex}.mp-sheet-handle-area:active{cursor:grabbing}.mp-sheet-handle{background:var(--line-strong);opacity:.6;border-radius:999px;width:40px;height:4px}.mp-sheet-x{z-index:5;border-radius:var(--r-full);background:var(--bg-sunken);width:32px;height:32px;color:var(--text-primary);cursor:pointer;border:0;justify-content:center;align-items:center;font-family:inherit;font-size:18px;line-height:1;display:inline-flex;position:absolute;top:8px;right:12px}.mp-sheet-x:hover{background:var(--line-strong)}.mp-sheet-x:focus-visible{box-shadow:var(--sh-focus);outline:none}.mp-sheet-content{overscroll-behavior:contain;padding:8px var(--sp-4) calc(var(--sp-5) + env(safe-area-inset-bottom));touch-action:pan-y;flex:1;overflow-y:auto}.mp-sheet-content::-webkit-scrollbar{width:0}@media (pointer:fine){.mp-sheet-content{scrollbar-width:thin;scrollbar-color:var(--text-tertiary) transparent}.mp-sheet-content::-webkit-scrollbar{width:14px}.mp-sheet-content::-webkit-scrollbar-track{background:0 0}.mp-sheet-content::-webkit-scrollbar-thumb{background:var(--text-tertiary);border:3px solid var(--bg-app);background-clip:padding-box;border-radius:999px}.mp-sheet-content::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}}.mp-sheet-scrollhint{height:64px;padding-bottom:calc(10px + env(safe-area-inset-bottom));background:linear-gradient(to top, var(--bg-app) 28%, transparent);border-radius:0 0 var(--r-xl) var(--r-xl);pointer-events:none;opacity:0;z-index:4;justify-content:center;align-items:flex-end;transition:opacity .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.mp-sheet-scrollhint[data-show=true]{opacity:1}.mp-sheet-scrollhint button{pointer-events:none;border-radius:var(--r-full);background:var(--terracotta);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;width:36px;height:36px;animation:1.6s ease-in-out infinite mp-scrollhint-bounce;display:inline-flex;box-shadow:0 2px 10px #00000038}.mp-sheet-scrollhint[data-show=true] button{pointer-events:auto}@keyframes mp-scrollhint-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}@media (prefers-reduced-motion:reduce){.mp-sheet-scrollhint button{animation:none}}@media (pointer:coarse){.mp-sheet-scrollhint{display:none}}.mp-sheet-body{gap:var(--sp-3);flex-direction:column;display:flex}.mp-sheet-title{font-family:var(--font-serif);font-weight:600;font-size:var(--fs-xl);letter-spacing:var(--ls-snug);color:var(--text-primary);margin:0}.mp-sheet-subtitle{font-size:var(--fs-sm);color:var(--text-secondary);margin-top:4px}
