.dashboard_overlay__1uN2d{position:fixed;inset:0;background:rgba(0,0,0,.32);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.dashboard_sheet__6mInn{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius-modal,16px);width:min(560px,calc(100vw - 32px));max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.18)}@media (max-width:760px){.dashboard_overlay__1uN2d{align-items:flex-end;padding:0}.dashboard_sheet__6mInn{width:100%;max-width:100%;max-height:92vh;border-radius:var(--radius-modal,16px) var(--radius-modal,16px) 0 0;border-bottom:none;animation:dashboard_sheetUp__uNDSg .22s ease}}@keyframes dashboard_sheetUp__uNDSg{0%{transform:translateY(100%)}to{transform:translateY(0)}}