.v2-sheet{box-sizing:border-box;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;color:var(--v2-ink);font-family:inherit;font-size:var(--v2-text-md);line-height:var(--v2-leading);background:0 0;border:0;margin:0;padding:0}.v2-sheet::backdrop{background:#1f233373}.v2-sheet[open]{justify-content:center;align-items:center;display:flex}.v2-sheet__panel{box-sizing:border-box;border-radius:var(--v2-radius-md);background:var(--v2-paper);flex-direction:column;width:min(560px,100vw - 32px);max-height:calc(100dvh - 32px);display:flex;box-shadow:0 12px 40px #1f233340}.v2-sheet__head{align-items:center;gap:var(--v2-space-2);padding:var(--v2-space-3) var(--v2-space-3) var(--v2-space-3) var(--v2-space-4);border-bottom:1px solid var(--v2-border);display:flex}.v2-sheet__title{font-size:var(--v2-text-lg);flex:auto;margin:0;line-height:1.4}.v2-sheet__close{border-radius:var(--v2-radius-sm);width:40px;height:40px;color:var(--v2-ink);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;font-size:22px;line-height:1;display:inline-flex}.v2-sheet__close:hover{background:var(--v2-surface)}.v2-sheet__close:focus-visible{outline:var(--v2-focus);outline-offset:2px}.v2-sheet__body{padding:var(--v2-space-4);overflow-y:auto}.v2-sheet__body>:first-child{margin-top:0}@media (max-width:719px){.v2-sheet[open]{align-items:flex-end}.v2-sheet__panel{border-radius:0;width:100vw;height:100dvh;max-height:100dvh}.v2-sheet__body{flex:auto}.v2-root:has(.v2-sheet[open]){visibility:hidden}.v2-root .v2-sheet[open]{visibility:visible}}
