.Modal_overlay__eWoat{position:fixed;inset:0;background:var(--color-overlay);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4)}.Modal_dialog__npQ5w{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column}.Modal_compact__IYaOK{max-width:420px}.Modal_header__8JnYo{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--color-border-subtle)}.Modal_title__iI9nk{font-size:var(--text-xl);line-height:var(--text-xl-line);font-weight:var(--text-xl-weight);margin:0}.Modal_closeButton__fZ_vf{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius-full);cursor:pointer;font-size:var(--text-lg);color:var(--text-tertiary)}.Modal_closeButton__fZ_vf:hover{background:var(--color-surface-sunken)}.Modal_body__9cyDA{padding:var(--space-6);overflow-y:auto}@media (max-width:767.98px){.Modal_overlay__eWoat{padding:0;align-items:flex-end}.Modal_dialog__npQ5w{max-width:none;width:100%;max-height:100vh;height:100%;border-radius:0}}